Interface NodePool.QueuedProvisioningOrBuilder (2.44.0)

public static interface NodePool.QueuedProvisioningOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.

bool enabled = 1;

Returns
TypeDescription
boolean

The enabled.