Uses of Class
io.kubernetes.client.proto.V1.PodDNSConfig
-
Uses of V1.PodDNSConfig in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.PodDNSConfigModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.PodDNSConfig>V1.PodDNSConfig.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.PodDNSConfigModifier and TypeMethodDescriptionV1.PodDNSConfig.Builder.build()V1.PodDNSConfig.Builder.buildPartial()static V1.PodDNSConfigV1.PodDNSConfig.getDefaultInstance()V1.PodDNSConfig.Builder.getDefaultInstanceForType()V1.PodDNSConfig.getDefaultInstanceForType()V1.PodSpec.Builder.getDnsConfig()Specifies the DNS parameters of a pod.V1.PodSpec.getDnsConfig()Specifies the DNS parameters of a pod.V1.PodSpecOrBuilder.getDnsConfig()Specifies the DNS parameters of a pod.static V1.PodDNSConfigV1.PodDNSConfig.parseDelimitedFrom(InputStream input) static V1.PodDNSConfigV1.PodDNSConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(byte[] data) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(com.google.protobuf.ByteString data) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(com.google.protobuf.CodedInputStream input) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(InputStream input) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(ByteBuffer data) static V1.PodDNSConfigV1.PodDNSConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.PodDNSConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.PodDNSConfig>V1.PodDNSConfig.getParserForType()static com.google.protobuf.Parser<V1.PodDNSConfig>V1.PodDNSConfig.parser()Methods in io.kubernetes.client.proto with parameters of type V1.PodDNSConfigModifier and TypeMethodDescriptionV1.PodSpec.Builder.mergeDnsConfig(V1.PodDNSConfig value) Specifies the DNS parameters of a pod.V1.PodDNSConfig.Builder.mergeFrom(V1.PodDNSConfig other) static V1.PodDNSConfig.BuilderV1.PodDNSConfig.newBuilder(V1.PodDNSConfig prototype) V1.PodSpec.Builder.setDnsConfig(V1.PodDNSConfig value) Specifies the DNS parameters of a pod.