Interface GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfig

    • Method Detail

      • getAuditIntervalSeconds

        @Stability(Stable)
        @Nullable
        default Number getAuditIntervalSeconds()
        Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#audit_interval_seconds GkeHubFeatureMembership#audit_interval_seconds}

      • getConstraintViolationLimit

        @Stability(Stable)
        @Nullable
        default Number getConstraintViolationLimit()
        The maximum number of audit violations to be stored in a constraint.

        If not set, the internal default of 20 will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#constraint_violation_limit GkeHubFeatureMembership#constraint_violation_limit}

      • getDeploymentConfigs

        @Stability(Stable)
        @Nullable
        default Object getDeploymentConfigs()
        deployment_configs block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#deployment_configs GkeHubFeatureMembership#deployment_configs}

      • getExemptableNamespaces

        @Stability(Stable)
        @Nullable
        default List<String> getExemptableNamespaces()
        The set of namespaces that are excluded from Policy Controller checks.

        Namespaces do not need to currently exist on the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#exemptable_namespaces GkeHubFeatureMembership#exemptable_namespaces}

      • getInstallSpec

        @Stability(Stable)
        @Nullable
        default String getInstallSpec()
        Configures the mode of the Policy Controller installation. Possible values: INSTALL_SPEC_UNSPECIFIED, INSTALL_SPEC_NOT_INSTALLED, INSTALL_SPEC_ENABLED, INSTALL_SPEC_SUSPENDED, INSTALL_SPEC_DETACHED.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#install_spec GkeHubFeatureMembership#install_spec}

      • getLogDeniesEnabled

        @Stability(Stable)
        @Nullable
        default Object getLogDeniesEnabled()
        Logs all denies and dry run failures.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#log_denies_enabled GkeHubFeatureMembership#log_denies_enabled}

      • getMutationEnabled

        @Stability(Stable)
        @Nullable
        default Object getMutationEnabled()
        Enables the ability to mutate resources using Policy Controller.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#mutation_enabled GkeHubFeatureMembership#mutation_enabled}

      • getReferentialRulesEnabled

        @Stability(Stable)
        @Nullable
        default Object getReferentialRulesEnabled()
        Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#referential_rules_enabled GkeHubFeatureMembership#referential_rules_enabled}