Documentation ¶
Index ¶
- func Certificate(parent metav1.Object, spec awsv1beta1.CertificateSpec, scheme *runtime.Scheme) controllerutil.MutateFn
- func CloudFront(parent metav1.Object, spec awsv1beta1.CloudFrontSpec, scheme *runtime.Scheme) controllerutil.MutateFn
- func ConfigMap(parent metav1.Object, data map[string]string, overwrite bool, ...) controllerutil.MutateFn
- func CronJob(parent metav1.Object, spec batchv1beta1.CronJobSpec, scheme *runtime.Scheme) controllerutil.MutateFn
- func Database(parent metav1.Object, spec mysqlv1beta1.DatabaseSpec, scheme *runtime.Scheme) controllerutil.MutateFn
- func Deployment(parent metav1.Object, spec appsv1.DeploymentSpec, scheme *runtime.Scheme) controllerutil.MutateFn
- func Drupal(parent metav1.Object, spec appv1beta1.DrupalSpec, scheme *runtime.Scheme) controllerutil.MutateFn
- func Exec(parent metav1.Object, spec extensionsv1beta1.ExecSpec, scheme *runtime.Scheme) controllerutil.MutateFn
- func HPA(parent metav1.Object, spec autoscalingv1.HorizontalPodAutoscalerSpec, ...) controllerutil.MutateFn
- func Ingress(parent metav1.Object, spec extensionsv1beta1.IngressSpec, ...) controllerutil.MutateFn
- func PersistentVolumeClaim(parent metav1.Object, spec corev1.PersistentVolumeClaimSpec, ...) controllerutil.MutateFn
- func Secret(parent metav1.Object, data map[string][]byte, overwrite bool, ...) controllerutil.MutateFn
- func Service(parent metav1.Object, spec corev1.ServiceSpec, scheme *runtime.Scheme) controllerutil.MutateFn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Certificate ¶
func Certificate(parent metav1.Object, spec awsv1beta1.CertificateSpec, scheme *runtime.Scheme) controllerutil.MutateFn
Certificate function to ensure the Object is in sync.
func CloudFront ¶
func CloudFront(parent metav1.Object, spec awsv1beta1.CloudFrontSpec, scheme *runtime.Scheme) controllerutil.MutateFn
CloudFront function to ensure the Object is in sync.
func ConfigMap ¶
func ConfigMap(parent metav1.Object, data map[string]string, overwrite bool, scheme *runtime.Scheme) controllerutil.MutateFn
ConfigMap function to ensure the Object is in sync.
func CronJob ¶
func CronJob(parent metav1.Object, spec batchv1beta1.CronJobSpec, scheme *runtime.Scheme) controllerutil.MutateFn
CronJob function to ensure the Object is in sync.
func Database ¶
func Database(parent metav1.Object, spec mysqlv1beta1.DatabaseSpec, scheme *runtime.Scheme) controllerutil.MutateFn
Database function to ensure the Object is in sync.
func Deployment ¶
func Deployment(parent metav1.Object, spec appsv1.DeploymentSpec, scheme *runtime.Scheme) controllerutil.MutateFn
Deployment function to ensure the Object is in sync.
func Drupal ¶
func Drupal(parent metav1.Object, spec appv1beta1.DrupalSpec, scheme *runtime.Scheme) controllerutil.MutateFn
Drupal function to ensure the Object is in sync.
func Exec ¶
func Exec(parent metav1.Object, spec extensionsv1beta1.ExecSpec, scheme *runtime.Scheme) controllerutil.MutateFn
Exec function to ensure the Object is in sync.
func HPA ¶
func HPA(parent metav1.Object, spec autoscalingv1.HorizontalPodAutoscalerSpec, scheme *runtime.Scheme) controllerutil.MutateFn
HPA function to ensure the Object is in sync.
func Ingress ¶
func Ingress(parent metav1.Object, spec extensionsv1beta1.IngressSpec, scheme *runtime.Scheme) controllerutil.MutateFn
Ingress function to ensure the Object is in sync.
func PersistentVolumeClaim ¶
func PersistentVolumeClaim(parent metav1.Object, spec corev1.PersistentVolumeClaimSpec, scheme *runtime.Scheme) controllerutil.MutateFn
PersistentVolumeClaim function to ensure the Object is in sync.
func Secret ¶
func Secret(parent metav1.Object, data map[string][]byte, overwrite bool, scheme *runtime.Scheme) controllerutil.MutateFn
Secret function to ensure the Object is in sync.
func Service ¶
func Service(parent metav1.Object, spec corev1.ServiceSpec, scheme *runtime.Scheme) controllerutil.MutateFn
Service function to ensure the Object is in sync.
Types ¶
This section is empty.