Documentation ¶
Index ¶
- func BoshDeploymentMutateFn(boshDeployment *bdv1.BOSHDeployment) controllerutil.MutateFn
- func EJobMutateFn(eJob *ejv1.ExtendedJob) controllerutil.MutateFn
- func ESecMutateFn(eSec *esv1.ExtendedSecret) controllerutil.MutateFn
- func EStsMutateFn(eSts *essv1.ExtendedStatefulSet) controllerutil.MutateFn
- func SecretMutateFn(s *corev1.Secret) controllerutil.MutateFn
- func ServiceMutateFn(svc *corev1.Service) controllerutil.MutateFn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoshDeploymentMutateFn ¶
func BoshDeploymentMutateFn(boshDeployment *bdv1.BOSHDeployment) controllerutil.MutateFn
BoshDeploymentMutateFn returns MutateFn which mutates BoshDeployment including: - labels, annotations - spec
func EJobMutateFn ¶
func EJobMutateFn(eJob *ejv1.ExtendedJob) controllerutil.MutateFn
EJobMutateFn returns MutateFn which mutates ExtendedJob including: - labels, annotations - spec.output, spec.Template, spec.updateOnConfigChange
func ESecMutateFn ¶
func ESecMutateFn(eSec *esv1.ExtendedSecret) controllerutil.MutateFn
ESecMutateFn returns MutateFn which mutates ExtendedSecret including: - labels, annotations - spec - status.generated
func EStsMutateFn ¶
func EStsMutateFn(eSts *essv1.ExtendedStatefulSet) controllerutil.MutateFn
EStsMutateFn returns MutateFn which mutates ExtendedStatefulSet including: - labels, annotations - spec
func SecretMutateFn ¶
func SecretMutateFn(s *corev1.Secret) controllerutil.MutateFn
SecretMutateFn returns MutateFn which mutates Secret including: - labels, annotations - stringData
func ServiceMutateFn ¶
func ServiceMutateFn(svc *corev1.Service) controllerutil.MutateFn
ServiceMutateFn returns MutateFn which mutates Service including: - labels, annotations - spec.ports, spec.selector
Types ¶
This section is empty.