public final class NodePoolAutoscaling extends GeneratedMessageV3 implements NodePoolAutoscalingOrBuilder
NodePoolAutoscaling contains information required by cluster autoscaler to
adjust the size of the node pool to the current cluster usage.
Protobuf type google.container.v1.NodePoolAutoscaling
Static Fields
AUTOPROVISIONED_FIELD_NUMBER
public static final int AUTOPROVISIONED_FIELD_NUMBER
Field Value
ENABLED_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
Field Value
LOCATION_POLICY_FIELD_NUMBER
public static final int LOCATION_POLICY_FIELD_NUMBER
Field Value
MAX_NODE_COUNT_FIELD_NUMBER
public static final int MAX_NODE_COUNT_FIELD_NUMBER
Field Value
MIN_NODE_COUNT_FIELD_NUMBER
public static final int MIN_NODE_COUNT_FIELD_NUMBER
Field Value
TOTAL_MAX_NODE_COUNT_FIELD_NUMBER
public static final int TOTAL_MAX_NODE_COUNT_FIELD_NUMBER
Field Value
TOTAL_MIN_NODE_COUNT_FIELD_NUMBER
public static final int TOTAL_MIN_NODE_COUNT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static NodePoolAutoscaling getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static NodePoolAutoscaling.Builder newBuilder()
Returns
newBuilder(NodePoolAutoscaling prototype)
public static NodePoolAutoscaling.Builder newBuilder(NodePoolAutoscaling prototype)
Parameter
Returns
public static NodePoolAutoscaling parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static NodePoolAutoscaling parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static NodePoolAutoscaling parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoscaling parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static NodePoolAutoscaling parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoscaling parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NodePoolAutoscaling parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static NodePoolAutoscaling parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NodePoolAutoscaling parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static NodePoolAutoscaling parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static NodePoolAutoscaling parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoscaling parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<NodePoolAutoscaling> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAutoprovisioned()
public boolean getAutoprovisioned()
Can this node pool be deleted automatically.
bool autoprovisioned = 4;
Returns
Type | Description |
boolean | The autoprovisioned.
|
getDefaultInstanceForType()
public NodePoolAutoscaling getDefaultInstanceForType()
Returns
getEnabled()
public boolean getEnabled()
Is autoscaling enabled for this node pool.
bool enabled = 1;
Returns
getLocationPolicy()
public NodePoolAutoscaling.LocationPolicy getLocationPolicy()
Location policy used when scaling up a nodepool.
.google.container.v1.NodePoolAutoscaling.LocationPolicy location_policy = 5;
Returns
getLocationPolicyValue()
public int getLocationPolicyValue()
Location policy used when scaling up a nodepool.
.google.container.v1.NodePoolAutoscaling.LocationPolicy location_policy = 5;
Returns
Type | Description |
int | The enum numeric value on the wire for locationPolicy.
|
getMaxNodeCount()
public int getMaxNodeCount()
Maximum number of nodes for one location in the NodePool. Must be >=
min_node_count. There has to be enough quota to scale up the cluster.
int32 max_node_count = 3;
Returns
Type | Description |
int | The maxNodeCount.
|
getMinNodeCount()
public int getMinNodeCount()
Minimum number of nodes for one location in the NodePool. Must be >= 1 and
<= max_node_count.
int32 min_node_count = 2;
Returns
Type | Description |
int | The minNodeCount.
|
getParserForType()
public Parser<NodePoolAutoscaling> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTotalMaxNodeCount()
public int getTotalMaxNodeCount()
Maximum number of nodes in the node pool. Must be greater than
total_min_node_count. There has to be enough quota to scale up the cluster.
The total_*_node_count fields are mutually exclusive with the *_node_count
fields.
int32 total_max_node_count = 7;
Returns
Type | Description |
int | The totalMaxNodeCount.
|
getTotalMinNodeCount()
public int getTotalMinNodeCount()
Minimum number of nodes in the node pool. Must be greater than 1 less than
total_max_node_count.
The total_*_node_count fields are mutually exclusive with the *_node_count
fields.
int32 total_min_node_count = 6;
Returns
Type | Description |
int | The totalMinNodeCount.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public NodePoolAutoscaling.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NodePoolAutoscaling.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public NodePoolAutoscaling.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions