Documentation
¶
Index ¶
- func EnvVar(e corev1.EnvVar) *corev1ac.EnvVarApplyConfiguration
- func EnvVars(e ...corev1.EnvVar) []corev1ac.EnvVarApplyConfiguration
- func FromTypedObjWithFields[A any](typed client.Object, fields ...string) (*A, error)
- func UpsertEnvVars(envVars *[]corev1ac.EnvVarApplyConfiguration, ...)
- func UpsertPort(ports *[]corev1ac.ContainerPortApplyConfiguration, ...)
- func UpsertVolumeMounts(mounts *[]corev1ac.VolumeMountApplyConfiguration, ...)
- func UpsertVolumes(volumes *[]corev1ac.VolumeApplyConfiguration, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromTypedObjWithFields ¶
func UpsertEnvVars ¶
func UpsertEnvVars(envVars *[]corev1ac.EnvVarApplyConfiguration, upEnvVars ...corev1ac.EnvVarApplyConfiguration)
func UpsertPort ¶
func UpsertPort(ports *[]corev1ac.ContainerPortApplyConfiguration, port ...corev1ac.ContainerPortApplyConfiguration)
func UpsertVolumeMounts ¶
func UpsertVolumeMounts(mounts *[]corev1ac.VolumeMountApplyConfiguration, upMounts ...corev1ac.VolumeMountApplyConfiguration)
func UpsertVolumes ¶
func UpsertVolumes(volumes *[]corev1ac.VolumeApplyConfiguration, upVolumes ...corev1ac.VolumeApplyConfiguration)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.