Documentation
¶
Index ¶
- func MutateCertNamespaceAwsPodIdentityWebhook(original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, ...) ([]client.Object, error)
- func MutateClusterRoleAwsPodIdentityWebhook(original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, ...) ([]client.Object, error)
- func MutateClusterRoleBindingAwsPodIdentityWebhook(original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, ...) ([]client.Object, error)
- func MutateDeploymentNamespaceAwsPodIdentityWebhook(original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, ...) ([]client.Object, error)
- func MutateMutatingWebhookNamespaceAwsPodIdentityWebhook(original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, ...) ([]client.Object, error)
- func MutateRoleBindingNamespaceAwsPodIdentityWebhook(original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, ...) ([]client.Object, error)
- func MutateRoleNamespaceAwsPodIdentityWebhook(original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, ...) ([]client.Object, error)
- func MutateServiceAccountNamespaceAwsPodIdentityWebhook(original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, ...) ([]client.Object, error)
- func MutateServiceNamespaceAwsPodIdentityWebhook(original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, ...) ([]client.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MutateCertNamespaceAwsPodIdentityWebhook ¶
func MutateCertNamespaceAwsPodIdentityWebhook( original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateCertNamespaceAwsPodIdentityWebhook mutates the Certificate resource with name aws-pod-identity-webhook.
func MutateClusterRoleAwsPodIdentityWebhook ¶
func MutateClusterRoleAwsPodIdentityWebhook( original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateClusterRoleAwsPodIdentityWebhook mutates the ClusterRole resource with name aws-pod-identity-webhook.
func MutateClusterRoleBindingAwsPodIdentityWebhook ¶
func MutateClusterRoleBindingAwsPodIdentityWebhook( original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateClusterRoleBindingAwsPodIdentityWebhook mutates the ClusterRoleBinding resource with name aws-pod-identity-webhook.
func MutateDeploymentNamespaceAwsPodIdentityWebhook ¶
func MutateDeploymentNamespaceAwsPodIdentityWebhook( original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateDeploymentNamespaceAwsPodIdentityWebhook mutates the Deployment resource with name aws-pod-identity-webhook.
func MutateMutatingWebhookNamespaceAwsPodIdentityWebhook ¶
func MutateMutatingWebhookNamespaceAwsPodIdentityWebhook( original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateMutatingWebhookNamespaceAwsPodIdentityWebhook mutates the MutatingWebhookConfiguration resource with name aws-pod-identity-webhook.
func MutateRoleBindingNamespaceAwsPodIdentityWebhook ¶
func MutateRoleBindingNamespaceAwsPodIdentityWebhook( original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateRoleBindingNamespaceAwsPodIdentityWebhook mutates the RoleBinding resource with name aws-pod-identity-webhook.
func MutateRoleNamespaceAwsPodIdentityWebhook ¶
func MutateRoleNamespaceAwsPodIdentityWebhook( original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateRoleNamespaceAwsPodIdentityWebhook mutates the Role resource with name aws-pod-identity-webhook.
func MutateServiceAccountNamespaceAwsPodIdentityWebhook ¶
func MutateServiceAccountNamespaceAwsPodIdentityWebhook( original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateServiceAccountNamespaceAwsPodIdentityWebhook mutates the ServiceAccount resource with name aws-pod-identity-webhook.
func MutateServiceNamespaceAwsPodIdentityWebhook ¶
func MutateServiceNamespaceAwsPodIdentityWebhook( original client.Object, parent *identityv1alpha1.AWSPodIdentityWebhook, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateServiceNamespaceAwsPodIdentityWebhook mutates the Service resource with name aws-pod-identity-webhook.
Types ¶
This section is empty.
Source Files
¶
- cert_namespace_aws_pod_identity_webhook.go
- cluster_role_aws_pod_identity_webhook.go
- cluster_role_binding_aws_pod_identity_webhook.go
- deployment_namespace_aws_pod_identity_webhook.go
- mutating_webhook_namespace_aws_pod_identity_webhook.go
- role_binding_namespace_aws_pod_identity_webhook.go
- role_namespace_aws_pod_identity_webhook.go
- service_account_namespace_aws_pod_identity_webhook.go
- service_namespace_aws_pod_identity_webhook.go