INPUT_OBJECT

KubernetesKindServiceBindingSpecInput

ServiceBindingSpec defines the desired state of ServiceBinding

link GraphQL Schema definition

  • input KubernetesKindServiceBindingSpecInput {
  • # Alias is an optional field that can be used to provide the directory name of the
  • # target volume mount that contains the binding credential.
  • # If not set, the directory name of the volume mount will be the ServiceBinding
  • # .metadata.name.
  • alias: String
  • # ServiceRef is the reference to the service that will be bound to the target
  • # workload.
  • serviceRef: KubernetesKindServiceBindingSpecServiceRefInput
  • # TargetRef is the reference to the target resource that the service is being
  • # bound to.
  • targetRef: KubernetesKindServiceBindingSpecTargetRefInput
  • }