PolicyControllerHubConfig constructor
PolicyControllerHubConfig({
- String? auditIntervalSeconds,
- String? constraintViolationLimit,
- Map<
String, PolicyControllerPolicyControllerDeploymentConfig> ? deploymentConfigs, - List<
String> ? exemptableNamespaces, - String? installSpec,
- bool? logDeniesEnabled,
- PolicyControllerMonitoringConfig? monitoring,
- bool? mutationEnabled,
- PolicyControllerPolicyContentSpec? policyContent,
- bool? referentialRulesEnabled,
Implementation
PolicyControllerHubConfig({
this.auditIntervalSeconds,
this.constraintViolationLimit,
this.deploymentConfigs,
this.exemptableNamespaces,
this.installSpec,
this.logDeniesEnabled,
this.monitoring,
this.mutationEnabled,
this.policyContent,
this.referentialRulesEnabled,
});