package
0.0.0-20250402183340-03a4ae8b74fa
Repository: https://github.com/openshift/custom-domains-operator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

CustomDomainConditionCreating is set when a CustomDomain is being created.
CustomDomainConditionDeprecated is set when a CustomDomain has returned to native ingress controller.
CustomDomainConditionFailed is set when custom domain creation has failed.
CustomDomainConditionInvalidName is set when the CR name is invalid (eg.
CustomDomainConditionInvalidScope is set when the loadbalancer scope is modified.
CustomDomainConditionReady is set when a CustomDomain creation is ready.
CustomDomainConditionSecretNotFound is set when the TLS secret has not been found yet.
CustomDomainStateNotReady is set when custom domain is not ready.
CustomDomainStateReady is set when a custom domain 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.

# Structs

CustomDomain is the Schema for the customdomains API +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Endpoint",type=string,JSONPath=`.status.endpoint` +kubebuilder:printcolumn:name="Domain",type=string,JSONPath=`.spec.domain` +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.state` +kubebuilder:resource:path=customdomains,scope=Cluster.
CustomDomainCondition contains details for the current condition of a custom domain.
CustomDomainList contains a list of CustomDomain.
CustomDomainSpec defines the desired state of CustomDomain.
CustomDomainStatus defines the observed state of CustomDomain.

# Type aliases

CustomDomainConditionType is a valid value for CustomDomainCondition.Type.
CustomDomainStateType is a valid value for CustomDomainStatus.State.