package
0.5.3
Repository: https://github.com/sap/cf-service-operator.git
Documentation: pkg.go.dev

# Functions

Needed by kubernetes/code-generator.

# Constants

annotation to adopt orphan CF resources.
annotation max number of retries for a failed operation on a service instance.
annotation to increase or decrease the requeue interval at which the operator polls the status of CR after final state failed.
annotation to increase or decrease the requeue interval at which the operator polls the status of CR after final state ready.
annotation to hold the reconciliation timeout value.
annotation on custom resources.
ConditionFalse represents the fact that a given condition is false.
ConditionTrue represents the fact that a given condition is true.
ConditionUnknown represents the fact that a given condition is unknown.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServiceBindingConditionReady represents the fact that a given service is ready.
ServiceBindingStateProcessing represents the fact that the service binding is being deleted.
ServiceBindingStateProcessing represents the fact that the service binding is not ready resp.
ServiceBindingStateProcessing represents the fact that the service binding is reconciling.
ServiceBindingStateProcessing represents the fact that the service binding is ready.
ServiceInstanceConditionReady represents the fact that a given service is ready.
ServiceInstanceStateProcessing represents the fact that the service instance is being deleted.
ServiceInstanceStateProcessing represents the fact that the service instance is not ready resp.
ServiceInstanceStateProcessing represents the fact that the service instance is reconciling.
ServiceInstanceStateProcessing represents the fact that the service instance is ready.
SpaceConditionReady represents the fact that a given Space condition is in ready state and able to provision service instances.
SpaceStateProcessing represents the fact that the space is being deleted.
SpaceStateProcessing represents the fact that the space is not ready resp.
SpaceStateProcessing represents the fact that the space is reconciling.
SpaceStateProcessing represents the fact that the space is ready.

# 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.
Needed by kubernetes/code-generator.

# Structs

ClusterSpace is the Schema for the clusterspaces API.
ClusterSpaceList contains a list of ClusterSpace.
ParametersFromSource represents the source of a set of Parameters.
SecretKeyReference references a key of a Secret.
ServiceBinding is the Schema for the servicebindings API.
ServiceBindingCondition contains condition information for a ServiceBinding.
ServiceBindingList contains a list of ServiceBinding.
ServiceBindingSpec defines the desired state of ServiceBinding.
ServiceBindingStatus defines the observed state of ServiceBinding.
ServiceInstance is the Schema for the serviceinstances API.
ServiceInstanceCondition contains condition information for a ServiceInstance.
ServiceInstanceList contains a list of ServiceInstance.
ServiceInstanceSpec defines the desired state of ServiceInstance.
ServiceInstanceStatus defines the observed state of ServiceInstance.
Space is the Schema for the spaces API.
SpaceCondition contains condition information for a Space.
SpaceList contains a list of Space.
SpaceSpec defines the desired state of Space.
SpaceStatus defines the observed state of Space.

# Interfaces

+kubebuilder:object:generate=false.

# Type aliases

ConditionStatus represents a condition's status.
ServiceBindingConditionType represents a ServiceBinding condition value.
ServiceBindingState represents a condition state in a readable form +kubebuilder:validation:Enum=Processing;Deleting;Ready;Error.
ServiceInstanceConditionType represents a ServiceInstance condition value.
ServiceInstanceState represents a condition state in a readable form +kubebuilder:validation:Enum=Processing;Deleting;Ready;Error.
SpaceConditionType represents a Space condition value.
SpaceState represents a condition state in a readable form +kubebuilder:validation:Enum=Processing;Deleting;Ready;Error.