# Constants
ServiceBindingReady means the ServiceBinding has projected the ProvisionedService secret and the Workload is ready to start.
ServiceBindingConditionServiceAvailable means the ServiceBinding's service reference resolved to a ProvisionedService and found a secret.
ServiceBindingConditionWorkloadProjected means the ServiceBinding has projected the ProvisionedService secret and the Workload is ready to start.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
ClusterWorkloadResourceMapping is the Schema for the clusterworkloadresourcemappings API.
ClusterWorkloadResourceMappingContainer defines the mapping for a specific fragment of an workload resource to a Container-like structure.
ClusterWorkloadResourceMappingList contains a list of ClusterWorkloadResourceMapping.
ClusterWorkloadResourceMappingSpec defines the desired state of ClusterWorkloadResourceMapping.
ClusterWorkloadResourceMappingTemplate defines the mapping for a specific version of an workload resource to a logical PodTemplateSpec-like structure.
EnvMapping defines a mapping from the value of a Secret entry to an environment variable.
ServiceBinding is the Schema for the servicebindings API.
ServiceBindingList contains a list of ServiceBinding.
ServiceBindingSecretReference defines a mirror of corev1.LocalObjectReference.
ServiceBindingServiceReference defines a subset of corev1.ObjectReference.
ServiceBindingSpec defines the desired state of ServiceBinding.
ServiceBindingStatus defines the observed state of ServiceBinding.
ServiceBindingWorkloadReference defines a subset of corev1.ObjectReference with extensions.