Documentation ¶
Index ¶
- Constants
- func GetCertConfigWithDefaults(ctx context.Context, c client.Client) (*cdiv1.CDICertConfig, error)
- func SetConfigAsOwner(configMap *corev1.ConfigMap, object metav1.Object) error
- func SetOwner(client kubernetes.Interface, object metav1.Object) error
- func SetOwnerRuntime(client client.Client, object metav1.Object) error
Constants ¶
View Source
const ( // ConfigMapName is the name of the CDI Operator config map // used to determine which CDI instance is "active" // and maybe other stuff some day in the future ConfigMapName = "cdi-config" )
Variables ¶
This section is empty.
Functions ¶
func GetCertConfigWithDefaults ¶ added in v1.60.0
GetCertConfigWithDefaults returns the CDI cert config with default values when not set
func SetConfigAsOwner ¶ added in v1.16.0
SetConfigAsOwner sets the passed in config map as owner of the object
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.