Uses of Class
io.kubernetes.client.proto.V1.EnvVarSource
-
Uses of V1.EnvVarSource in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.EnvVarSourceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.EnvVarSource>
V1.EnvVarSource.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.EnvVarSourceModifier and TypeMethodDescriptionV1.EnvVarSource.Builder.build()
V1.EnvVarSource.Builder.buildPartial()
static V1.EnvVarSource
V1.EnvVarSource.getDefaultInstance()
V1.EnvVarSource.Builder.getDefaultInstanceForType()
V1.EnvVarSource.getDefaultInstanceForType()
V1.EnvVar.Builder.getValueFrom()
Source for the environment variable's value.V1.EnvVar.getValueFrom()
Source for the environment variable's value.V1.EnvVarOrBuilder.getValueFrom()
Source for the environment variable's value.static V1.EnvVarSource
V1.EnvVarSource.parseDelimitedFrom
(InputStream input) static V1.EnvVarSource
V1.EnvVarSource.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(byte[] data) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(com.google.protobuf.ByteString data) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(InputStream input) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(ByteBuffer data) static V1.EnvVarSource
V1.EnvVarSource.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.EnvVarSourceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.EnvVarSource>
V1.EnvVarSource.getParserForType()
static com.google.protobuf.Parser<V1.EnvVarSource>
V1.EnvVarSource.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.EnvVarSourceModifier and TypeMethodDescriptionV1.EnvVarSource.Builder.mergeFrom
(V1.EnvVarSource other) V1.EnvVar.Builder.mergeValueFrom
(V1.EnvVarSource value) Source for the environment variable's value.static V1.EnvVarSource.Builder
V1.EnvVarSource.newBuilder
(V1.EnvVarSource prototype) V1.EnvVar.Builder.setValueFrom
(V1.EnvVarSource value) Source for the environment variable's value.