Documentation ¶
Index ¶
- func ApplyCABundles(u *unstructured.Unstructured) error
- func RemoveFsGroupForDeployment() mf.Transformer
- func RemoveFsGroupForJob() mf.Transformer
- func RemoveRunAsGroup() mf.Transformer
- func RemoveRunAsUser() mf.Transformer
- func RemoveRunAsUserForJob() mf.Transformer
- func UpdateServiceMonitorTargetNamespace(targetNamespace string) mf.Transformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyCABundles ¶
func ApplyCABundles(u *unstructured.Unstructured) error
ApplyCABundles is a transformer that add the trustedCA volume, mount and environment variables so that the deployment uses it.
func RemoveFsGroupForDeployment ¶ added in v0.63.0
func RemoveFsGroupForDeployment() mf.Transformer
RemoveFsGroupForDeployment will remove FsGroup in a deployment
func RemoveFsGroupForJob ¶ added in v0.63.0
func RemoveFsGroupForJob() mf.Transformer
RemoveFsGroupForJob will remove FsGroup in a job
func RemoveRunAsGroup ¶
func RemoveRunAsGroup() mf.Transformer
RemoveRunAsGroup will remove runAsGroup from all container in a deployment
func RemoveRunAsUser ¶ added in v0.50.0
func RemoveRunAsUser() mf.Transformer
RemoveRunAsUser will remove RunAsUser from all container in a deployment
func RemoveRunAsUserForJob ¶ added in v0.63.0
func RemoveRunAsUserForJob() mf.Transformer
RemoveRunAsUserForJob will remove RunAsUser from all container in a job
func UpdateServiceMonitorTargetNamespace ¶ added in v0.64.0
func UpdateServiceMonitorTargetNamespace(targetNamespace string) mf.Transformer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.