Documentation ¶
Index ¶
- func AuditDeploymentCreator(data gatekeeperData) reconciling.NamedDeploymentCreatorGetter
- func ControllerDeploymentCreator(data gatekeeperData) reconciling.NamedDeploymentCreatorGetter
- func GetResourcesToRemoveOnDelete(namespace string) []runtime.Object
- func RoleBindingCreator() (string, reconciling.RoleBindingCreator)
- func RoleCreator() (string, reconciling.RoleCreator)
- func ServiceAccountCreator() (string, reconciling.ServiceAccountCreator)
- func ServiceCreator() reconciling.NamedServiceCreatorGetter
- func TLSServingCertSecretCreator(data gatekeeperWebhookCertificateCreatorData) reconciling.NamedSecretCreatorGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditDeploymentCreator ¶
func AuditDeploymentCreator(data gatekeeperData) reconciling.NamedDeploymentCreatorGetter
AuditDeploymentCreator returns the function to create and update the Gatekeeper audit deployment
func ControllerDeploymentCreator ¶
func ControllerDeploymentCreator(data gatekeeperData) reconciling.NamedDeploymentCreatorGetter
ControllerDeploymentCreator returns the function to create and update the Gatekeeper controller deployment
func RoleBindingCreator ¶
func RoleBindingCreator() (string, reconciling.RoleBindingCreator)
func RoleCreator ¶
func RoleCreator() (string, reconciling.RoleCreator)
func ServiceAccountCreator ¶
func ServiceAccountCreator() (string, reconciling.ServiceAccountCreator)
ServiceAccountCreator returns a func to create/update the ServiceAccount used by gatekeeper.
func ServiceCreator ¶
func ServiceCreator() reconciling.NamedServiceCreatorGetter
ServiceCreator returns the function to reconcile the gatekeeper service
func TLSServingCertSecretCreator ¶
func TLSServingCertSecretCreator(data gatekeeperWebhookCertificateCreatorData) reconciling.NamedSecretCreatorGetter
TLSServingCertSecretCreator returns a function to manage the TLS serving cert for gatkeeper webhook
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.