public static final class V1Networking.IngressTLS.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.IngressTLS.Builder> implements V1Networking.IngressTLSOrBuilder
IngressTLS describes the transport layer security associated with an Ingress.Protobuf type
k8s.io.api.networking.v1.IngressTLS| Modifier and Type | Method and Description |
|---|---|
V1Networking.IngressTLS.Builder |
addAllHosts(Iterable<String> values)
Hosts are a list of hosts included in the TLS certificate.
|
V1Networking.IngressTLS.Builder |
addHosts(String value)
Hosts are a list of hosts included in the TLS certificate.
|
V1Networking.IngressTLS.Builder |
addHostsBytes(com.google.protobuf.ByteString value)
Hosts are a list of hosts included in the TLS certificate.
|
V1Networking.IngressTLS.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Networking.IngressTLS |
build() |
V1Networking.IngressTLS |
buildPartial() |
V1Networking.IngressTLS.Builder |
clear() |
V1Networking.IngressTLS.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1Networking.IngressTLS.Builder |
clearHosts()
Hosts are a list of hosts included in the TLS certificate.
|
V1Networking.IngressTLS.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1Networking.IngressTLS.Builder |
clearSecretName()
SecretName is the name of the secret used to terminate TLS traffic on
port 443.
|
V1Networking.IngressTLS.Builder |
clone() |
V1Networking.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 TLS traffic on
port 443.
|
com.google.protobuf.ByteString |
getSecretNameBytes()
SecretName is the name of the secret used to terminate TLS traffic on
port 443.
|
boolean |
hasSecretName()
SecretName is the name of the secret used to terminate TLS traffic on
port 443.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1Networking.IngressTLS.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1Networking.IngressTLS.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1Networking.IngressTLS.Builder |
mergeFrom(V1Networking.IngressTLS other) |
V1Networking.IngressTLS.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Networking.IngressTLS.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Networking.IngressTLS.Builder |
setHosts(int index,
String value)
Hosts are a list of hosts included in the TLS certificate.
|
V1Networking.IngressTLS.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1Networking.IngressTLS.Builder |
setSecretName(String value)
SecretName is the name of the secret used to terminate TLS traffic on
port 443.
|
V1Networking.IngressTLS.Builder |
setSecretNameBytes(com.google.protobuf.ByteString value)
SecretName is the name of the secret used to terminate TLS traffic on
port 443.
|
V1Networking.IngressTLS.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.IngressTLS.Builder>public V1Networking.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<V1Networking.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<V1Networking.IngressTLS.Builder>public V1Networking.IngressTLS getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1Networking.IngressTLS build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1Networking.IngressTLS buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1Networking.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<V1Networking.IngressTLS.Builder>public V1Networking.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<V1Networking.IngressTLS.Builder>public V1Networking.IngressTLS.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.IngressTLS.Builder>public V1Networking.IngressTLS.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.IngressTLS.Builder>public V1Networking.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<V1Networking.IngressTLS.Builder>public V1Networking.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<V1Networking.IngressTLS.Builder>public V1Networking.IngressTLS.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Networking.IngressTLS.Builder>public V1Networking.IngressTLS.Builder mergeFrom(V1Networking.IngressTLS other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.IngressTLS.Builder>public V1Networking.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<V1Networking.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. +listType=atomic +optional
repeated string hosts = 1;getHostsList in interface V1Networking.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. +listType=atomic +optional
repeated string hosts = 1;getHostsCount in interface V1Networking.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. +listType=atomic +optional
repeated string hosts = 1;getHosts in interface V1Networking.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. +listType=atomic +optional
repeated string hosts = 1;getHostsBytes in interface V1Networking.IngressTLSOrBuilderpublic V1Networking.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. +listType=atomic +optional
repeated string hosts = 1;public V1Networking.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. +listType=atomic +optional
repeated string hosts = 1;public V1Networking.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. +listType=atomic +optional
repeated string hosts = 1;public V1Networking.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. +listType=atomic +optional
repeated string hosts = 1;public V1Networking.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. +listType=atomic +optional
repeated string hosts = 1;public boolean hasSecretName()
SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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 V1Networking.IngressTLSOrBuilderpublic String getSecretName()
SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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 V1Networking.IngressTLSOrBuilderpublic com.google.protobuf.ByteString getSecretNameBytes()
SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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 V1Networking.IngressTLSOrBuilderpublic V1Networking.IngressTLS.Builder setSecretName(String value)
SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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 V1Networking.IngressTLS.Builder clearSecretName()
SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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 V1Networking.IngressTLS.Builder setSecretNameBytes(com.google.protobuf.ByteString value)
SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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 V1Networking.IngressTLS.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.IngressTLS.Builder>public final V1Networking.IngressTLS.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.IngressTLS.Builder>Copyright © 2023. All rights reserved.