OBJECT
KubernetesKindServiceBindingSpec
ServiceBindingSpec defines the desired state of ServiceBinding
link GraphQL Schema definition
- type KubernetesKindServiceBindingSpec {
- # 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.
- String :
- # ServiceRef is the reference to the service that will be bound to the target
- # workload.
- KubernetesKindServiceBindingSpecServiceRef :
- # TargetRef is the reference to the target resource that the service is being
- # bound to.
- KubernetesKindServiceBindingSpecTargetRef :
- }