Uses of Class
io.kubernetes.client.proto.V1.EnvFromSource
-
Uses of V1.EnvFromSource in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.EnvFromSourceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.EnvFromSource>
V1.EnvFromSource.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.EnvFromSourceModifier and TypeMethodDescriptionV1.EnvFromSource.Builder.build()
V1.EnvFromSource.Builder.buildPartial()
static V1.EnvFromSource
V1.EnvFromSource.getDefaultInstance()
V1.EnvFromSource.Builder.getDefaultInstanceForType()
V1.EnvFromSource.getDefaultInstanceForType()
V1.Container.Builder.getEnvFrom
(int index) List of sources to populate environment variables in the container.V1.Container.getEnvFrom
(int index) List of sources to populate environment variables in the container.V1.ContainerOrBuilder.getEnvFrom
(int index) List of sources to populate environment variables in the container.V1.EphemeralContainerCommon.Builder.getEnvFrom
(int index) List of sources to populate environment variables in the container.V1.EphemeralContainerCommon.getEnvFrom
(int index) List of sources to populate environment variables in the container.V1.EphemeralContainerCommonOrBuilder.getEnvFrom
(int index) List of sources to populate environment variables in the container.V1alpha1Settings.PodPresetSpec.Builder.getEnvFrom
(int index) EnvFrom defines the collection of EnvFromSource to inject into containers.V1alpha1Settings.PodPresetSpec.getEnvFrom
(int index) EnvFrom defines the collection of EnvFromSource to inject into containers.V1alpha1Settings.PodPresetSpecOrBuilder.getEnvFrom
(int index) EnvFrom defines the collection of EnvFromSource to inject into containers.static V1.EnvFromSource
V1.EnvFromSource.parseDelimitedFrom
(InputStream input) static V1.EnvFromSource
V1.EnvFromSource.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(byte[] data) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(com.google.protobuf.ByteString data) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(InputStream input) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(ByteBuffer data) static V1.EnvFromSource
V1.EnvFromSource.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.EnvFromSourceModifier and TypeMethodDescriptionV1.Container.Builder.getEnvFromList()
List of sources to populate environment variables in the container.V1.Container.getEnvFromList()
List of sources to populate environment variables in the container.V1.ContainerOrBuilder.getEnvFromList()
List of sources to populate environment variables in the container.V1.EphemeralContainerCommon.Builder.getEnvFromList()
List of sources to populate environment variables in the container.V1.EphemeralContainerCommon.getEnvFromList()
List of sources to populate environment variables in the container.V1.EphemeralContainerCommonOrBuilder.getEnvFromList()
List of sources to populate environment variables in the container.V1alpha1Settings.PodPresetSpec.Builder.getEnvFromList()
EnvFrom defines the collection of EnvFromSource to inject into containers.V1alpha1Settings.PodPresetSpec.getEnvFromList()
EnvFrom defines the collection of EnvFromSource to inject into containers.V1alpha1Settings.PodPresetSpecOrBuilder.getEnvFromList()
EnvFrom defines the collection of EnvFromSource to inject into containers.com.google.protobuf.Parser<V1.EnvFromSource>
V1.EnvFromSource.getParserForType()
static com.google.protobuf.Parser<V1.EnvFromSource>
V1.EnvFromSource.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.EnvFromSourceModifier and TypeMethodDescriptionV1.Container.Builder.addEnvFrom
(int index, V1.EnvFromSource value) List of sources to populate environment variables in the container.V1.Container.Builder.addEnvFrom
(V1.EnvFromSource value) List of sources to populate environment variables in the container.V1.EphemeralContainerCommon.Builder.addEnvFrom
(int index, V1.EnvFromSource value) List of sources to populate environment variables in the container.V1.EphemeralContainerCommon.Builder.addEnvFrom
(V1.EnvFromSource value) List of sources to populate environment variables in the container.V1alpha1Settings.PodPresetSpec.Builder.addEnvFrom
(int index, V1.EnvFromSource value) EnvFrom defines the collection of EnvFromSource to inject into containers.V1alpha1Settings.PodPresetSpec.Builder.addEnvFrom
(V1.EnvFromSource value) EnvFrom defines the collection of EnvFromSource to inject into containers.V1.EnvFromSource.Builder.mergeFrom
(V1.EnvFromSource other) static V1.EnvFromSource.Builder
V1.EnvFromSource.newBuilder
(V1.EnvFromSource prototype) V1.Container.Builder.setEnvFrom
(int index, V1.EnvFromSource value) List of sources to populate environment variables in the container.V1.EphemeralContainerCommon.Builder.setEnvFrom
(int index, V1.EnvFromSource value) List of sources to populate environment variables in the container.V1alpha1Settings.PodPresetSpec.Builder.setEnvFrom
(int index, V1.EnvFromSource value) EnvFrom defines the collection of EnvFromSource to inject into containers.Method parameters in io.kubernetes.client.proto with type arguments of type V1.EnvFromSourceModifier and TypeMethodDescriptionV1.Container.Builder.addAllEnvFrom
(Iterable<? extends V1.EnvFromSource> values) List of sources to populate environment variables in the container.V1.EphemeralContainerCommon.Builder.addAllEnvFrom
(Iterable<? extends V1.EnvFromSource> values) List of sources to populate environment variables in the container.V1alpha1Settings.PodPresetSpec.Builder.addAllEnvFrom
(Iterable<? extends V1.EnvFromSource> values) EnvFrom defines the collection of EnvFromSource to inject into containers.