| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.addAllHosts(Iterable<String> values)
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.addHosts(String value)
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.addHostsBytes(com.google.protobuf.ByteString value)
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressSpec.Builder.addTlsBuilder()
TLS configuration.
|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressSpec.Builder.addTlsBuilder(int index)
TLS configuration.
|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.clear() |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.clearHosts()
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.clearSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.clone() |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressSpec.Builder.getTlsBuilder(int index)
TLS configuration.
|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.mergeFrom(com.google.protobuf.Message other) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.mergeFrom(V1beta1Extensions.IngressTLS other) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.newBuilder() |
static V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.newBuilder(V1beta1Extensions.IngressTLS prototype) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.newBuilderForType() |
protected V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.setHosts(int index,
String value)
Hosts are a list of hosts included in the TLS certificate.
|
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.Builder.setSecretName(String value)
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
V1beta1Extensions.IngressTLS.Builder |
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 |
V1beta1Extensions.IngressTLS.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta1Extensions.IngressTLS.Builder |
V1beta1Extensions.IngressTLS.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1Extensions.IngressTLS.Builder> |
V1beta1Extensions.IngressSpec.Builder.getTlsBuilderList()
TLS configuration.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.IngressSpec.Builder |
V1beta1Extensions.IngressSpec.Builder.addTls(int index,
V1beta1Extensions.IngressTLS.Builder builderForValue)
TLS configuration.
|
V1beta1Extensions.IngressSpec.Builder |
V1beta1Extensions.IngressSpec.Builder.addTls(V1beta1Extensions.IngressTLS.Builder builderForValue)
TLS configuration.
|
V1beta1Extensions.IngressSpec.Builder |
V1beta1Extensions.IngressSpec.Builder.setTls(int index,
V1beta1Extensions.IngressTLS.Builder builderForValue)
TLS configuration.
|
Copyright © 2019. All rights reserved.