public sealed class DefaultClusterConfig : IMessage<DefaultClusterConfig>, IEquatable<DefaultClusterConfig>, IDeepCloneable<DefaultClusterConfig>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class DefaultClusterConfig.
DefaultClusterConfig describes the default cluster configurations to be applied to all clusters born-in-fleet.
Implements
IMessageDefaultClusterConfig, IEquatableDefaultClusterConfig, IDeepCloneableDefaultClusterConfig, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
DefaultClusterConfig()
public DefaultClusterConfig()DefaultClusterConfig(DefaultClusterConfig)
public DefaultClusterConfig(DefaultClusterConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DefaultClusterConfig |
Properties
BinaryAuthorizationConfig
public BinaryAuthorizationConfig BinaryAuthorizationConfig { get; set; }Optional. Enable/Disable binary authorization features for the cluster.
| Property Value | |
|---|---|
| Type | Description |
BinaryAuthorizationConfig |
|
CompliancePostureConfig
public CompliancePostureConfig CompliancePostureConfig { get; set; }Optional. Enable/Disable Compliance Posture features for the cluster. Note that on UpdateFleet, only full replacement of this field is allowed. Users are not allowed for partial updates through field mask.
| Property Value | |
|---|---|
| Type | Description |
CompliancePostureConfig |
|
SecurityPostureConfig
public SecurityPostureConfig SecurityPostureConfig { get; set; }Enable/Disable Security Posture features for the cluster.
| Property Value | |
|---|---|
| Type | Description |
SecurityPostureConfig |
|