Class ConfigManagementSpec
Anthos Config Management: Configuration for a single cluster. Intended to parallel the ConfigManagement CR.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ConfigManagementSpec : IDirectResponseSchema
Properties
Binauthz
Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be set.
Declaration
[JsonProperty("binauthz")]
public virtual ConfigManagementBinauthzConfig Binauthz { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementBinauthzConfig |
Cluster
The user-specified cluster name used by Config Sync cluster-name-selector annotation or ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector.
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
Type | Description |
---|---|
string |
ConfigSync
Config Sync configuration for the cluster.
Declaration
[JsonProperty("configSync")]
public virtual ConfigManagementConfigSync ConfigSync { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementConfigSync |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HierarchyController
Hierarchy Controller configuration for the cluster. Deprecated: Configuring Hierarchy Controller through the configmanagement feature is no longer recommended. Use https://github.com/kubernetes-sigs/hierarchical-namespaces instead.
Declaration
[JsonProperty("hierarchyController")]
public virtual ConfigManagementHierarchyControllerConfig HierarchyController { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementHierarchyControllerConfig |
Management
Enables automatic Feature management.
Declaration
[JsonProperty("management")]
public virtual string Management { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyController
Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.
Declaration
[JsonProperty("policyController")]
public virtual ConfigManagementPolicyController PolicyController { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementPolicyController |
Version
Version of ACM installed.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |