Class BareMetalAdminControlPlaneConfig
BareMetalAdminControlPlaneConfig specifies the control plane configuration.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalAdminControlPlaneConfig : IDirectResponseSchema
Properties
ApiServerArgs
Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
Declaration
[JsonProperty("apiServerArgs")]
public virtual IList<BareMetalAdminApiServerArgument> ApiServerArgs { get; set; }
Property Value
Type | Description |
---|---|
IList<BareMetalAdminApiServerArgument> |
ControlPlaneNodePoolConfig
Required. Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
Declaration
[JsonProperty("controlPlaneNodePoolConfig")]
public virtual BareMetalAdminControlPlaneNodePoolConfig ControlPlaneNodePoolConfig { get; set; }
Property Value
Type | Description |
---|---|
BareMetalAdminControlPlaneNodePoolConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |