public final class AddonsConfig extends GeneratedMessageV3 implements AddonsConfigOrBuilder
Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.Protobuf type
google.container.v1.AddonsConfig
Modifier and Type | Class and Description |
---|---|
static class |
AddonsConfig.Builder
Configuration for the addons that can be automatically spun up in the
cluster, enabling additional functionality.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
HORIZONTAL_POD_AUTOSCALING_FIELD_NUMBER |
static int |
HTTP_LOAD_BALANCING_FIELD_NUMBER |
static int |
KUBERNETES_DASHBOARD_FIELD_NUMBER |
static int |
NETWORK_POLICY_CONFIG_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static AddonsConfig |
getDefaultInstance() |
AddonsConfig |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
HorizontalPodAutoscaling |
getHorizontalPodAutoscaling()
Configuration for the horizontal pod autoscaling feature, which
increases or decreases the number of replica pods a replication controller
has based on the resource usage of the existing pods.
|
HorizontalPodAutoscalingOrBuilder |
getHorizontalPodAutoscalingOrBuilder()
Configuration for the horizontal pod autoscaling feature, which
increases or decreases the number of replica pods a replication controller
has based on the resource usage of the existing pods.
|
HttpLoadBalancing |
getHttpLoadBalancing()
Configuration for the HTTP (L7) load balancing controller addon, which
makes it easy to set up HTTP load balancers for services in a cluster.
|
HttpLoadBalancingOrBuilder |
getHttpLoadBalancingOrBuilder()
Configuration for the HTTP (L7) load balancing controller addon, which
makes it easy to set up HTTP load balancers for services in a cluster.
|
KubernetesDashboard |
getKubernetesDashboard()
Configuration for the Kubernetes Dashboard.
|
KubernetesDashboardOrBuilder |
getKubernetesDashboardOrBuilder()
Configuration for the Kubernetes Dashboard.
|
NetworkPolicyConfig |
getNetworkPolicyConfig()
Configuration for NetworkPolicy.
|
NetworkPolicyConfigOrBuilder |
getNetworkPolicyConfigOrBuilder()
Configuration for NetworkPolicy.
|
Parser<AddonsConfig> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasHorizontalPodAutoscaling()
Configuration for the horizontal pod autoscaling feature, which
increases or decreases the number of replica pods a replication controller
has based on the resource usage of the existing pods.
|
boolean |
hasHttpLoadBalancing()
Configuration for the HTTP (L7) load balancing controller addon, which
makes it easy to set up HTTP load balancers for services in a cluster.
|
boolean |
hasKubernetesDashboard()
Configuration for the Kubernetes Dashboard.
|
boolean |
hasNetworkPolicyConfig()
Configuration for NetworkPolicy.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AddonsConfig.Builder |
newBuilder() |
static AddonsConfig.Builder |
newBuilder(AddonsConfig prototype) |
AddonsConfig.Builder |
newBuilderForType() |
protected AddonsConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static AddonsConfig |
parseDelimitedFrom(java.io.InputStream input) |
static AddonsConfig |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AddonsConfig |
parseFrom(byte[] data) |
static AddonsConfig |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AddonsConfig |
parseFrom(java.nio.ByteBuffer data) |
static AddonsConfig |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AddonsConfig |
parseFrom(ByteString data) |
static AddonsConfig |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AddonsConfig |
parseFrom(CodedInputStream input) |
static AddonsConfig |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AddonsConfig |
parseFrom(java.io.InputStream input) |
static AddonsConfig |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<AddonsConfig> |
parser() |
AddonsConfig.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int HTTP_LOAD_BALANCING_FIELD_NUMBER
public static final int HORIZONTAL_POD_AUTOSCALING_FIELD_NUMBER
public static final int KUBERNETES_DASHBOARD_FIELD_NUMBER
public static final int NETWORK_POLICY_CONFIG_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasHttpLoadBalancing()
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
.google.container.v1.HttpLoadBalancing http_load_balancing = 1;
hasHttpLoadBalancing
in interface AddonsConfigOrBuilder
public HttpLoadBalancing getHttpLoadBalancing()
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
.google.container.v1.HttpLoadBalancing http_load_balancing = 1;
getHttpLoadBalancing
in interface AddonsConfigOrBuilder
public HttpLoadBalancingOrBuilder getHttpLoadBalancingOrBuilder()
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
.google.container.v1.HttpLoadBalancing http_load_balancing = 1;
getHttpLoadBalancingOrBuilder
in interface AddonsConfigOrBuilder
public boolean hasHorizontalPodAutoscaling()
Configuration for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.
.google.container.v1.HorizontalPodAutoscaling horizontal_pod_autoscaling = 2;
hasHorizontalPodAutoscaling
in interface AddonsConfigOrBuilder
public HorizontalPodAutoscaling getHorizontalPodAutoscaling()
Configuration for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.
.google.container.v1.HorizontalPodAutoscaling horizontal_pod_autoscaling = 2;
getHorizontalPodAutoscaling
in interface AddonsConfigOrBuilder
public HorizontalPodAutoscalingOrBuilder getHorizontalPodAutoscalingOrBuilder()
Configuration for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.
.google.container.v1.HorizontalPodAutoscaling horizontal_pod_autoscaling = 2;
getHorizontalPodAutoscalingOrBuilder
in interface AddonsConfigOrBuilder
public boolean hasKubernetesDashboard()
Configuration for the Kubernetes Dashboard.
.google.container.v1.KubernetesDashboard kubernetes_dashboard = 3;
hasKubernetesDashboard
in interface AddonsConfigOrBuilder
public KubernetesDashboard getKubernetesDashboard()
Configuration for the Kubernetes Dashboard.
.google.container.v1.KubernetesDashboard kubernetes_dashboard = 3;
getKubernetesDashboard
in interface AddonsConfigOrBuilder
public KubernetesDashboardOrBuilder getKubernetesDashboardOrBuilder()
Configuration for the Kubernetes Dashboard.
.google.container.v1.KubernetesDashboard kubernetes_dashboard = 3;
getKubernetesDashboardOrBuilder
in interface AddonsConfigOrBuilder
public boolean hasNetworkPolicyConfig()
Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
.google.container.v1.NetworkPolicyConfig network_policy_config = 4;
hasNetworkPolicyConfig
in interface AddonsConfigOrBuilder
public NetworkPolicyConfig getNetworkPolicyConfig()
Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
.google.container.v1.NetworkPolicyConfig network_policy_config = 4;
getNetworkPolicyConfig
in interface AddonsConfigOrBuilder
public NetworkPolicyConfigOrBuilder getNetworkPolicyConfigOrBuilder()
Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.
.google.container.v1.NetworkPolicyConfig network_policy_config = 4;
getNetworkPolicyConfigOrBuilder
in interface AddonsConfigOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static AddonsConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AddonsConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AddonsConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AddonsConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AddonsConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AddonsConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AddonsConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static AddonsConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static AddonsConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static AddonsConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static AddonsConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static AddonsConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public AddonsConfig.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static AddonsConfig.Builder newBuilder()
public static AddonsConfig.Builder newBuilder(AddonsConfig prototype)
public AddonsConfig.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected AddonsConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static AddonsConfig getDefaultInstance()
public static Parser<AddonsConfig> parser()
public Parser<AddonsConfig> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public AddonsConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder