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, unknownFieldsmemoizedSizememoizedHashCode| 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic 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 MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public 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 AddonsConfigOrBuilderpublic 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 AddonsConfigOrBuilderpublic 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 AddonsConfigOrBuilderpublic 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 AddonsConfigOrBuilderpublic 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 AddonsConfigOrBuilderpublic 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 AddonsConfigOrBuilderpublic boolean hasKubernetesDashboard()
Configuration for the Kubernetes Dashboard.
.google.container.v1.KubernetesDashboard kubernetes_dashboard = 3;hasKubernetesDashboard in interface AddonsConfigOrBuilderpublic KubernetesDashboard getKubernetesDashboard()
Configuration for the Kubernetes Dashboard.
.google.container.v1.KubernetesDashboard kubernetes_dashboard = 3;getKubernetesDashboard in interface AddonsConfigOrBuilderpublic KubernetesDashboardOrBuilder getKubernetesDashboardOrBuilder()
Configuration for the Kubernetes Dashboard.
.google.container.v1.KubernetesDashboard kubernetes_dashboard = 3;getKubernetesDashboardOrBuilder in interface AddonsConfigOrBuilderpublic 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 AddonsConfigOrBuilderpublic 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 AddonsConfigOrBuilderpublic 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 AddonsConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static AddonsConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AddonsConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AddonsConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AddonsConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AddonsConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AddonsConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AddonsConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AddonsConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AddonsConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AddonsConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AddonsConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AddonsConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic AddonsConfig.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static AddonsConfig.Builder newBuilder()
public static AddonsConfig.Builder newBuilder(AddonsConfig prototype)
public AddonsConfig.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected AddonsConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static AddonsConfig getDefaultInstance()
public static Parser<AddonsConfig> parser()
public Parser<AddonsConfig> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public AddonsConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder