Package io.kubernetes.client.proto
Interface V1.HostAliasOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.HostAlias
,V1.HostAlias.Builder
- Enclosing class:
- V1
public static interface V1.HostAliasOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHostnames
(int index) Hostnames for the above IP address.com.google.protobuf.ByteString
getHostnamesBytes
(int index) Hostnames for the above IP address.int
Hostnames for the above IP address.Hostnames for the above IP address.getIp()
IP address of the host file entry.com.google.protobuf.ByteString
IP address of the host file entry.boolean
hasIp()
IP address of the host file entry.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasIp
boolean hasIp()IP address of the host file entry.
optional string ip = 1;
-
getIp
String getIp()IP address of the host file entry.
optional string ip = 1;
-
getIpBytes
com.google.protobuf.ByteString getIpBytes()IP address of the host file entry.
optional string ip = 1;
-
getHostnamesList
Hostnames for the above IP address.
repeated string hostnames = 2;
-
getHostnamesCount
int getHostnamesCount()Hostnames for the above IP address.
repeated string hostnames = 2;
-
getHostnames
Hostnames for the above IP address.
repeated string hostnames = 2;
-
getHostnamesBytes
com.google.protobuf.ByteString getHostnamesBytes(int index) Hostnames for the above IP address.
repeated string hostnames = 2;
-