PolicyControllerHubConfig constructor

PolicyControllerHubConfig({
  1. String? auditIntervalSeconds,
  2. String? constraintViolationLimit,
  3. Map<String, PolicyControllerPolicyControllerDeploymentConfig>? deploymentConfigs,
  4. List<String>? exemptableNamespaces,
  5. String? installSpec,
  6. bool? logDeniesEnabled,
  7. PolicyControllerMonitoringConfig? monitoring,
  8. bool? mutationEnabled,
  9. PolicyControllerPolicyContentSpec? policyContent,
  10. bool? referentialRulesEnabled,
})

Implementation

PolicyControllerHubConfig({
  this.auditIntervalSeconds,
  this.constraintViolationLimit,
  this.deploymentConfigs,
  this.exemptableNamespaces,
  this.installSpec,
  this.logDeniesEnabled,
  this.monitoring,
  this.mutationEnabled,
  this.policyContent,
  this.referentialRulesEnabled,
});