public static final class V1beta1Extensions.IngressTLS.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder> implements V1beta1Extensions.IngressTLSOrBuilder
IngressTLS describes the transport layer security associated with an Ingress.Protobuf type
k8s.io.api.extensions.v1beta1.IngressTLS| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.IngressTLS.Builder |
addAllHosts(Iterable<String> values)
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
addHosts(String value)
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
addHostsBytes(com.google.protobuf.ByteString value)
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.IngressTLS |
build() |
V1beta1Extensions.IngressTLS |
buildPartial() |
V1beta1Extensions.IngressTLS.Builder |
clear() |
V1beta1Extensions.IngressTLS.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1beta1Extensions.IngressTLS.Builder |
clearHosts()
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1beta1Extensions.IngressTLS.Builder |
clearSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
V1beta1Extensions.IngressTLS.Builder |
clone() |
V1beta1Extensions.IngressTLS |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getHosts(int index)
Hosts are a list of hosts included in the TLS certificate.
|
com.google.protobuf.ByteString |
getHostsBytes(int index)
Hosts are a list of hosts included in the TLS certificate.
|
int |
getHostsCount()
Hosts are a list of hosts included in the TLS certificate.
|
com.google.protobuf.ProtocolStringList |
getHostsList()
Hosts are a list of hosts included in the TLS certificate.
|
String |
getSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
com.google.protobuf.ByteString |
getSecretNameBytes()
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
boolean |
hasSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1beta1Extensions.IngressTLS.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1beta1Extensions.IngressTLS.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1beta1Extensions.IngressTLS.Builder |
mergeFrom(V1beta1Extensions.IngressTLS other) |
V1beta1Extensions.IngressTLS.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta1Extensions.IngressTLS.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.IngressTLS.Builder |
setHosts(int index,
String value)
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1beta1Extensions.IngressTLS.Builder |
setSecretName(String value)
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
V1beta1Extensions.IngressTLS.Builder |
setSecretNameBytes(com.google.protobuf.ByteString value)
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
V1beta1Extensions.IngressTLS.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1beta1Extensions.IngressTLS build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1beta1Extensions.IngressTLS buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1beta1Extensions.IngressTLS.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS.Builder mergeFrom(V1beta1Extensions.IngressTLS other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public V1beta1Extensions.IngressTLS.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta1Extensions.IngressTLS.Builder>IOExceptionpublic com.google.protobuf.ProtocolStringList getHostsList()
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +optional
repeated string hosts = 1;getHostsList in interface V1beta1Extensions.IngressTLSOrBuilderpublic int getHostsCount()
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +optional
repeated string hosts = 1;getHostsCount in interface V1beta1Extensions.IngressTLSOrBuilderpublic String getHosts(int index)
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +optional
repeated string hosts = 1;getHosts in interface V1beta1Extensions.IngressTLSOrBuilderpublic com.google.protobuf.ByteString getHostsBytes(int index)
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +optional
repeated string hosts = 1;getHostsBytes in interface V1beta1Extensions.IngressTLSOrBuilderpublic V1beta1Extensions.IngressTLS.Builder setHosts(int index, String value)
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +optional
repeated string hosts = 1;public V1beta1Extensions.IngressTLS.Builder addHosts(String value)
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +optional
repeated string hosts = 1;public V1beta1Extensions.IngressTLS.Builder addAllHosts(Iterable<String> values)
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +optional
repeated string hosts = 1;public V1beta1Extensions.IngressTLS.Builder clearHosts()
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +optional
repeated string hosts = 1;public V1beta1Extensions.IngressTLS.Builder addHostsBytes(com.google.protobuf.ByteString value)
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +optional
repeated string hosts = 1;public boolean hasSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. +optional
optional string secretName = 2;hasSecretName in interface V1beta1Extensions.IngressTLSOrBuilderpublic String getSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. +optional
optional string secretName = 2;getSecretName in interface V1beta1Extensions.IngressTLSOrBuilderpublic com.google.protobuf.ByteString getSecretNameBytes()
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. +optional
optional string secretName = 2;getSecretNameBytes in interface V1beta1Extensions.IngressTLSOrBuilderpublic V1beta1Extensions.IngressTLS.Builder setSecretName(String value)
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. +optional
optional string secretName = 2;public V1beta1Extensions.IngressTLS.Builder clearSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. +optional
optional string secretName = 2;public V1beta1Extensions.IngressTLS.Builder setSecretNameBytes(com.google.protobuf.ByteString value)
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. +optional
optional string secretName = 2;public final V1beta1Extensions.IngressTLS.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>public final V1beta1Extensions.IngressTLS.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.IngressTLS.Builder>Copyright © 2018. All rights reserved.