Package io.kubernetes.client.proto
Class V1beta1Extensions.IngressSpec.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
io.kubernetes.client.proto.V1beta1Extensions.IngressSpec.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,V1beta1Extensions.IngressSpecOrBuilder
,Cloneable
- Enclosing class:
- V1beta1Extensions.IngressSpec
public static final class V1beta1Extensions.IngressSpec.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
implements V1beta1Extensions.IngressSpecOrBuilder
IngressSpec describes the Ingress the user wishes to exist.Protobuf type
k8s.io.api.extensions.v1beta1.IngressSpec
-
Method Summary
Modifier and TypeMethodDescriptionaddAllRules
(Iterable<? extends V1beta1Extensions.IngressRule> values) A list of host rules used to configure the Ingress.addAllTls
(Iterable<? extends V1beta1Extensions.IngressTLS> values) TLS configuration.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addRules
(int index, V1beta1Extensions.IngressRule value) A list of host rules used to configure the Ingress.addRules
(int index, V1beta1Extensions.IngressRule.Builder builderForValue) A list of host rules used to configure the Ingress.A list of host rules used to configure the Ingress.addRules
(V1beta1Extensions.IngressRule.Builder builderForValue) A list of host rules used to configure the Ingress.A list of host rules used to configure the Ingress.addRulesBuilder
(int index) A list of host rules used to configure the Ingress.addTls
(int index, V1beta1Extensions.IngressTLS value) TLS configuration.addTls
(int index, V1beta1Extensions.IngressTLS.Builder builderForValue) TLS configuration.TLS configuration.addTls
(V1beta1Extensions.IngressTLS.Builder builderForValue) TLS configuration.TLS configuration.addTlsBuilder
(int index) TLS configuration.build()
clear()
A default backend capable of servicing requests that don't match any rule.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) IngressClassName is the name of the IngressClass cluster resource.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) A list of host rules used to configure the Ingress.clearTls()
TLS configuration.clone()
A default backend capable of servicing requests that don't match any rule.A default backend capable of servicing requests that don't match any rule.A default backend capable of servicing requests that don't match any rule.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
IngressClassName is the name of the IngressClass cluster resource.com.google.protobuf.ByteString
IngressClassName is the name of the IngressClass cluster resource.getRules
(int index) A list of host rules used to configure the Ingress.getRulesBuilder
(int index) A list of host rules used to configure the Ingress.A list of host rules used to configure the Ingress.int
A list of host rules used to configure the Ingress.A list of host rules used to configure the Ingress.getRulesOrBuilder
(int index) A list of host rules used to configure the Ingress.List<? extends V1beta1Extensions.IngressRuleOrBuilder>
A list of host rules used to configure the Ingress.getTls
(int index) TLS configuration.getTlsBuilder
(int index) TLS configuration.TLS configuration.int
TLS configuration.TLS configuration.getTlsOrBuilder
(int index) TLS configuration.List<? extends V1beta1Extensions.IngressTLSOrBuilder>
TLS configuration.boolean
A default backend capable of servicing requests that don't match any rule.boolean
IngressClassName is the name of the IngressClass cluster resource.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
A default backend capable of servicing requests that don't match any rule.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) removeRules
(int index) A list of host rules used to configure the Ingress.removeTls
(int index) TLS configuration.A default backend capable of servicing requests that don't match any rule.setBackend
(V1beta1Extensions.IngressBackend.Builder builderForValue) A default backend capable of servicing requests that don't match any rule.setIngressClassName
(String value) IngressClassName is the name of the IngressClass cluster resource.setIngressClassNameBytes
(com.google.protobuf.ByteString value) IngressClassName is the name of the IngressClass cluster resource.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRules
(int index, V1beta1Extensions.IngressRule value) A list of host rules used to configure the Ingress.setRules
(int index, V1beta1Extensions.IngressRule.Builder builderForValue) A list of host rules used to configure the Ingress.setTls
(int index, V1beta1Extensions.IngressTLS value) TLS configuration.setTls
(int index, V1beta1Extensions.IngressTLS.Builder builderForValue) TLS configuration.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
setField
public V1beta1Extensions.IngressSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
clearField
public V1beta1Extensions.IngressSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
clearOneof
public V1beta1Extensions.IngressSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
setRepeatedField
public V1beta1Extensions.IngressSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
addRepeatedField
public V1beta1Extensions.IngressSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1beta1Extensions.IngressSpec.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
mergeFrom
public V1beta1Extensions.IngressSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1beta1Extensions.IngressSpec.Builder>
- Throws:
IOException
-
hasIngressClassName
public boolean hasIngressClassName()IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation. +optional
optional string ingressClassName = 4;
- Specified by:
hasIngressClassName
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getIngressClassName
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation. +optional
optional string ingressClassName = 4;
- Specified by:
getIngressClassName
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getIngressClassNameBytes
public com.google.protobuf.ByteString getIngressClassNameBytes()IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation. +optional
optional string ingressClassName = 4;
- Specified by:
getIngressClassNameBytes
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
setIngressClassName
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation. +optional
optional string ingressClassName = 4;
-
clearIngressClassName
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation. +optional
optional string ingressClassName = 4;
-
setIngressClassNameBytes
public V1beta1Extensions.IngressSpec.Builder setIngressClassNameBytes(com.google.protobuf.ByteString value) IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation. +optional
optional string ingressClassName = 4;
-
hasBackend
public boolean hasBackend()A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. +optional
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 1;
- Specified by:
hasBackend
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getBackend
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. +optional
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 1;
- Specified by:
getBackend
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
setBackend
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. +optional
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 1;
-
setBackend
public V1beta1Extensions.IngressSpec.Builder setBackend(V1beta1Extensions.IngressBackend.Builder builderForValue) A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. +optional
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 1;
-
mergeBackend
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. +optional
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 1;
-
clearBackend
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. +optional
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 1;
-
getBackendBuilder
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. +optional
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 1;
-
getBackendOrBuilder
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. +optional
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 1;
- Specified by:
getBackendOrBuilder
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getTlsList
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
- Specified by:
getTlsList
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getTlsCount
public int getTlsCount()TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
- Specified by:
getTlsCount
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getTls
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
- Specified by:
getTls
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
setTls
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
setTls
public V1beta1Extensions.IngressSpec.Builder setTls(int index, V1beta1Extensions.IngressTLS.Builder builderForValue) TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
addTls
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
addTls
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
addTls
public V1beta1Extensions.IngressSpec.Builder addTls(V1beta1Extensions.IngressTLS.Builder builderForValue) TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
addTls
public V1beta1Extensions.IngressSpec.Builder addTls(int index, V1beta1Extensions.IngressTLS.Builder builderForValue) TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
addAllTls
public V1beta1Extensions.IngressSpec.Builder addAllTls(Iterable<? extends V1beta1Extensions.IngressTLS> values) TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
clearTls
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
removeTls
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
getTlsBuilder
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
getTlsOrBuilder
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
- Specified by:
getTlsOrBuilder
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getTlsOrBuilderList
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
- Specified by:
getTlsOrBuilderList
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
addTlsBuilder
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
addTlsBuilder
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
getTlsBuilderList
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressTLS tls = 2;
-
getRulesList
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
- Specified by:
getRulesList
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getRulesCount
public int getRulesCount()A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
- Specified by:
getRulesCount
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getRules
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
- Specified by:
getRules
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
setRules
public V1beta1Extensions.IngressSpec.Builder setRules(int index, V1beta1Extensions.IngressRule value) A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
setRules
public V1beta1Extensions.IngressSpec.Builder setRules(int index, V1beta1Extensions.IngressRule.Builder builderForValue) A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
addRules
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
addRules
public V1beta1Extensions.IngressSpec.Builder addRules(int index, V1beta1Extensions.IngressRule value) A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
addRules
public V1beta1Extensions.IngressSpec.Builder addRules(V1beta1Extensions.IngressRule.Builder builderForValue) A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
addRules
public V1beta1Extensions.IngressSpec.Builder addRules(int index, V1beta1Extensions.IngressRule.Builder builderForValue) A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
addAllRules
public V1beta1Extensions.IngressSpec.Builder addAllRules(Iterable<? extends V1beta1Extensions.IngressRule> values) A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
clearRules
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
removeRules
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
getRulesBuilder
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
getRulesOrBuilder
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
- Specified by:
getRulesOrBuilder
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
getRulesOrBuilderList
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
- Specified by:
getRulesOrBuilderList
in interfaceV1beta1Extensions.IngressSpecOrBuilder
-
addRulesBuilder
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
addRulesBuilder
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
getRulesBuilderList
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +optional
repeated .k8s.io.api.extensions.v1beta1.IngressRule rules = 3;
-
setUnknownFields
public final V1beta1Extensions.IngressSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-
mergeUnknownFields
public final V1beta1Extensions.IngressSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressSpec.Builder>
-