Class BareMetalControlPlaneConfig
Specifies the control plane configuration.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalControlPlaneConfig : IDirectResponseSchema
Properties
ApiServerArgs
Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
Declaration
[JsonProperty("apiServerArgs")]
public virtual IList<BareMetalApiServerArgument> ApiServerArgs { get; set; }
Property Value
Type | Description |
---|---|
IList<BareMetalApiServerArgument> |
ControlPlaneNodePoolConfig
Required. Configures the node pool running the control plane.
Declaration
[JsonProperty("controlPlaneNodePoolConfig")]
public virtual BareMetalControlPlaneNodePoolConfig ControlPlaneNodePoolConfig { get; set; }
Property Value
Type | Description |
---|---|
BareMetalControlPlaneNodePoolConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |