public static interface V1.PodDNSConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNameservers(int index)
A list of DNS name server IP addresses.
|
com.google.protobuf.ByteString |
getNameserversBytes(int index)
A list of DNS name server IP addresses.
|
int |
getNameserversCount()
A list of DNS name server IP addresses.
|
List<String> |
getNameserversList()
A list of DNS name server IP addresses.
|
V1.PodDNSConfigOption |
getOptions(int index)
A list of DNS resolver options.
|
int |
getOptionsCount()
A list of DNS resolver options.
|
List<V1.PodDNSConfigOption> |
getOptionsList()
A list of DNS resolver options.
|
V1.PodDNSConfigOptionOrBuilder |
getOptionsOrBuilder(int index)
A list of DNS resolver options.
|
List<? extends V1.PodDNSConfigOptionOrBuilder> |
getOptionsOrBuilderList()
A list of DNS resolver options.
|
String |
getSearches(int index)
A list of DNS search domains for host-name lookup.
|
com.google.protobuf.ByteString |
getSearchesBytes(int index)
A list of DNS search domains for host-name lookup.
|
int |
getSearchesCount()
A list of DNS search domains for host-name lookup.
|
List<String> |
getSearchesList()
A list of DNS search domains for host-name lookup.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getNameserversList()
A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. +optional
repeated string nameservers = 1;int getNameserversCount()
A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. +optional
repeated string nameservers = 1;String getNameservers(int index)
A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. +optional
repeated string nameservers = 1;com.google.protobuf.ByteString getNameserversBytes(int index)
A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. +optional
repeated string nameservers = 1;List<String> getSearchesList()
A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. +optional
repeated string searches = 2;int getSearchesCount()
A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. +optional
repeated string searches = 2;String getSearches(int index)
A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. +optional
repeated string searches = 2;com.google.protobuf.ByteString getSearchesBytes(int index)
A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. +optional
repeated string searches = 2;List<V1.PodDNSConfigOption> getOptionsList()
A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. +optional
repeated .k8s.io.api.core.v1.PodDNSConfigOption options = 3;V1.PodDNSConfigOption getOptions(int index)
A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. +optional
repeated .k8s.io.api.core.v1.PodDNSConfigOption options = 3;int getOptionsCount()
A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. +optional
repeated .k8s.io.api.core.v1.PodDNSConfigOption options = 3;List<? extends V1.PodDNSConfigOptionOrBuilder> getOptionsOrBuilderList()
A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. +optional
repeated .k8s.io.api.core.v1.PodDNSConfigOption options = 3;V1.PodDNSConfigOptionOrBuilder getOptionsOrBuilder(int index)
A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. +optional
repeated .k8s.io.api.core.v1.PodDNSConfigOption options = 3;Copyright © 2023. All rights reserved.