Class BareMetalWorkloadNodeConfig
Specifies the workload node configurations.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalWorkloadNodeConfig : IDirectResponseSchemaProperties
ContainerRuntime
Specifies which container runtime will be used.
Declaration
[JsonProperty("containerRuntime")]
public virtual string ContainerRuntime { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MaxPodsPerNode
The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.
Declaration
[JsonProperty("maxPodsPerNode")]
public virtual long? MaxPodsPerNode { get; set; }Property Value
| Type | Description | 
|---|---|
| long? |