public static interface V1beta1Extensions.IngressSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.IngressBackend |
getBackend()
A default backend capable of servicing requests that don't match any
rule.
|
V1beta1Extensions.IngressBackendOrBuilder |
getBackendOrBuilder()
A default backend capable of servicing requests that don't match any
rule.
|
V1beta1Extensions.IngressRule |
getRules(int index)
A list of host rules used to configure the Ingress.
|
int |
getRulesCount()
A list of host rules used to configure the Ingress.
|
List<V1beta1Extensions.IngressRule> |
getRulesList()
A list of host rules used to configure the Ingress.
|
V1beta1Extensions.IngressRuleOrBuilder |
getRulesOrBuilder(int index)
A list of host rules used to configure the Ingress.
|
List<? extends V1beta1Extensions.IngressRuleOrBuilder> |
getRulesOrBuilderList()
A list of host rules used to configure the Ingress.
|
V1beta1Extensions.IngressTLS |
getTls(int index)
TLS configuration.
|
int |
getTlsCount()
TLS configuration.
|
List<V1beta1Extensions.IngressTLS> |
getTlsList()
TLS configuration.
|
V1beta1Extensions.IngressTLSOrBuilder |
getTlsOrBuilder(int index)
TLS configuration.
|
List<? extends V1beta1Extensions.IngressTLSOrBuilder> |
getTlsOrBuilderList()
TLS configuration.
|
boolean |
hasBackend()
A default backend capable of servicing requests that don't match any
rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;V1beta1Extensions.IngressBackend 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;V1beta1Extensions.IngressBackendOrBuilder 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;List<V1beta1Extensions.IngressTLS> 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;V1beta1Extensions.IngressTLS getTls(int index)
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;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;List<? extends V1beta1Extensions.IngressTLSOrBuilder> 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;V1beta1Extensions.IngressTLSOrBuilder getTlsOrBuilder(int index)
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;List<V1beta1Extensions.IngressRule> 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;V1beta1Extensions.IngressRule getRules(int index)
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;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;List<? extends V1beta1Extensions.IngressRuleOrBuilder> 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;V1beta1Extensions.IngressRuleOrBuilder getRulesOrBuilder(int index)
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;Copyright © 2020. All rights reserved.