Google Kubernetes Engine v1 API - Class BestEffortProvisioning (3.25.0)

public sealed class BestEffortProvisioning : IMessage<BestEffortProvisioning>, IEquatable<BestEffortProvisioning>, IDeepCloneable<BestEffortProvisioning>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class BestEffortProvisioning.

Best effort provisioning.

Inheritance

object > BestEffortProvisioning

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

BestEffortProvisioning()

public BestEffortProvisioning()

BestEffortProvisioning(BestEffortProvisioning)

public BestEffortProvisioning(BestEffortProvisioning other)
Parameter
NameDescription
otherBestEffortProvisioning

Properties

Enabled

public bool Enabled { get; set; }

When this is enabled, cluster/node pool creations will ignore non-fatal errors like stockout to best provision as many nodes as possible right now and eventually bring up all target number of nodes

Property Value
TypeDescription
bool

MinProvisionNodes

public int MinProvisionNodes { get; set; }

Minimum number of nodes to be provisioned to be considered as succeeded, and the rest of nodes will be provisioned gradually and eventually when stockout issue has been resolved.

Property Value
TypeDescription
int