Documentation ¶
Index ¶
- func AuditDeploymentCreator() reconciling.NamedDeploymentCreatorGetter
- func ClusterRoleBindingCreator() reconciling.NamedClusterRoleBindingCreatorGetter
- func ClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
- func ConfigCRDCreator() reconciling.NamedCustomResourceDefinitionCreatorGetter
- func ConstraintPodStatusRDCreator() reconciling.NamedCustomResourceDefinitionCreatorGetter
- func ConstraintTemplateCRDCreator() reconciling.NamedCustomResourceDefinitionCreatorGetter
- func ConstraintTemplatePodStatusRDCreator() reconciling.NamedCustomResourceDefinitionCreatorGetter
- func ControllerDeploymentCreator() reconciling.NamedDeploymentCreatorGetter
- func GetResourcesToRemoveOnDelete() []ctrlruntimeclient.Object
- func NamespaceCreator() (string, reconciling.NamespaceCreator)
- func RoleBindingCreator() reconciling.NamedRoleBindingCreatorGetter
- func RoleCreator() reconciling.NamedRoleCreatorGetter
- func SecretCreator() reconciling.NamedSecretCreatorGetter
- func ServiceAccountCreator() reconciling.NamedServiceAccountCreatorGetter
- func ServiceCreator() reconciling.NamedServiceCreatorGetter
- func ValidatingWebhookConfigurationCreator(timeout int) reconciling.NamedValidatingWebhookConfigurationCreatorGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditDeploymentCreator ¶ added in v2.17.0
func AuditDeploymentCreator() reconciling.NamedDeploymentCreatorGetter
AuditDeploymentCreator returns the function to create and update the Gatekeeper audit deployment
func ClusterRoleBindingCreator ¶ added in v2.17.0
func ClusterRoleBindingCreator() reconciling.NamedClusterRoleBindingCreatorGetter
ClusterRoleBindingCreator creates the gatekeeper ClusterRoleBinding
func ClusterRoleCreator ¶ added in v2.17.0
func ClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
ClusterRoleCreator creates the gatekeeper ClusterRole
func ConfigCRDCreator ¶
func ConfigCRDCreator() reconciling.NamedCustomResourceDefinitionCreatorGetter
ConfigCRDCreator returns the gatekeeper config CRD definition
func ConstraintPodStatusRDCreator ¶ added in v2.17.0
func ConstraintPodStatusRDCreator() reconciling.NamedCustomResourceDefinitionCreatorGetter
ConstraintPodStatusRDCreator returns the gatekeeper ConstraintPodStatus CRD definition
func ConstraintTemplateCRDCreator ¶
func ConstraintTemplateCRDCreator() reconciling.NamedCustomResourceDefinitionCreatorGetter
ConstraintTemplateCRDCreator returns the gatekeeper constraintTemplate CRD definition
func ConstraintTemplatePodStatusRDCreator ¶ added in v2.17.0
func ConstraintTemplatePodStatusRDCreator() reconciling.NamedCustomResourceDefinitionCreatorGetter
ConstraintTemplatePodStatusRDCreator returns the gatekeeper ConstraintTemplatePodStatus CRD definition
func ControllerDeploymentCreator ¶ added in v2.17.0
func ControllerDeploymentCreator() reconciling.NamedDeploymentCreatorGetter
ControllerDeploymentCreator returns the function to create and update the Gatekeeper controller deployment
func GetResourcesToRemoveOnDelete ¶
func GetResourcesToRemoveOnDelete() []ctrlruntimeclient.Object
func NamespaceCreator ¶
func NamespaceCreator() (string, reconciling.NamespaceCreator)
NamespaceCreator creates the namespace for Gatekeeper
func RoleBindingCreator ¶ added in v2.17.0
func RoleBindingCreator() reconciling.NamedRoleBindingCreatorGetter
RoleBindingCreator creates the gatekeeper RoleBinding
func RoleCreator ¶ added in v2.17.0
func RoleCreator() reconciling.NamedRoleCreatorGetter
RoleCreator creates the gatekeeper Role
func SecretCreator ¶ added in v2.17.0
func SecretCreator() reconciling.NamedSecretCreatorGetter
SecretCreator creates the secret for gatekeeper webhook controller
func ServiceAccountCreator ¶ added in v2.17.0
func ServiceAccountCreator() reconciling.NamedServiceAccountCreatorGetter
ServiceAccountCreator returns a func to create/update the ServiceAccount used by gatekeeper.
func ServiceCreator ¶ added in v2.17.0
func ServiceCreator() reconciling.NamedServiceCreatorGetter
ServiceCreator returns the function to reconcile the gatekeeper service
func ValidatingWebhookConfigurationCreator ¶
func ValidatingWebhookConfigurationCreator(timeout int) reconciling.NamedValidatingWebhookConfigurationCreatorGetter
ValidatingWebhookConfigurationCreator returns the ValidatingwebhookConfiguration for gatekeeper
Types ¶
This section is empty.