Uses of Class
io.kubernetes.client.proto.V1.Container.Builder
-
Uses of V1.Container.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1.Container.BuilderModifier and TypeMethodDescriptionV1.Container.Builder.addAllArgs
(Iterable<String> values) Arguments to the entrypoint.V1.Container.Builder.addAllCommand
(Iterable<String> values) Entrypoint array.List of environment variables to set in the container.V1.Container.Builder.addAllEnvFrom
(Iterable<? extends V1.EnvFromSource> values) List of sources to populate environment variables in the container.V1.Container.Builder.addAllPorts
(Iterable<? extends V1.ContainerPort> values) List of ports to expose from the container.V1.Container.Builder.addAllVolumeDevices
(Iterable<? extends V1.VolumeDevice> values) volumeDevices is the list of block devices to be used by the container.V1.Container.Builder.addAllVolumeMounts
(Iterable<? extends V1.VolumeMount> values) Pod volumes to mount into the container's filesystem.Arguments to the entrypoint.V1.Container.Builder.addArgsBytes
(com.google.protobuf.ByteString value) Arguments to the entrypoint.V1.Container.Builder.addCommand
(String value) Entrypoint array.V1.Container.Builder.addCommandBytes
(com.google.protobuf.ByteString value) Entrypoint array.V1.PodSpec.Builder.addContainersBuilder()
List of containers belonging to the pod.V1.PodSpec.Builder.addContainersBuilder
(int index) List of containers belonging to the pod.List of environment variables to set in the container.V1.Container.Builder.addEnv
(int index, V1.EnvVar.Builder builderForValue) List of environment variables to set in the container.List of environment variables to set in the container.V1.Container.Builder.addEnv
(V1.EnvVar.Builder builderForValue) List of environment variables to set in the container.V1.Container.Builder.addEnvFrom
(int index, V1.EnvFromSource value) List of sources to populate environment variables in the container.V1.Container.Builder.addEnvFrom
(int index, V1.EnvFromSource.Builder builderForValue) 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.Container.Builder.addEnvFrom
(V1.EnvFromSource.Builder builderForValue) List of sources to populate environment variables in the container.V1.PodSpec.Builder.addInitContainersBuilder()
List of initialization containers belonging to the pod.V1.PodSpec.Builder.addInitContainersBuilder
(int index) List of initialization containers belonging to the pod.V1.Container.Builder.addPorts
(int index, V1.ContainerPort value) List of ports to expose from the container.V1.Container.Builder.addPorts
(int index, V1.ContainerPort.Builder builderForValue) List of ports to expose from the container.V1.Container.Builder.addPorts
(V1.ContainerPort value) List of ports to expose from the container.V1.Container.Builder.addPorts
(V1.ContainerPort.Builder builderForValue) List of ports to expose from the container.V1.Container.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1.Container.Builder.addVolumeDevices
(int index, V1.VolumeDevice value) volumeDevices is the list of block devices to be used by the container.V1.Container.Builder.addVolumeDevices
(int index, V1.VolumeDevice.Builder builderForValue) volumeDevices is the list of block devices to be used by the container.V1.Container.Builder.addVolumeDevices
(V1.VolumeDevice value) volumeDevices is the list of block devices to be used by the container.V1.Container.Builder.addVolumeDevices
(V1.VolumeDevice.Builder builderForValue) volumeDevices is the list of block devices to be used by the container.V1.Container.Builder.addVolumeMounts
(int index, V1.VolumeMount value) Pod volumes to mount into the container's filesystem.V1.Container.Builder.addVolumeMounts
(int index, V1.VolumeMount.Builder builderForValue) Pod volumes to mount into the container's filesystem.V1.Container.Builder.addVolumeMounts
(V1.VolumeMount value) Pod volumes to mount into the container's filesystem.V1.Container.Builder.addVolumeMounts
(V1.VolumeMount.Builder builderForValue) Pod volumes to mount into the container's filesystem.V1.Container.Builder.clear()
V1.Container.Builder.clearArgs()
Arguments to the entrypoint.V1.Container.Builder.clearCommand()
Entrypoint array.V1.Container.Builder.clearEnv()
List of environment variables to set in the container.V1.Container.Builder.clearEnvFrom()
List of sources to populate environment variables in the container.V1.Container.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) V1.Container.Builder.clearImage()
Docker image name.V1.Container.Builder.clearImagePullPolicy()
Image pull policy.V1.Container.Builder.clearLifecycle()
Actions that the management system should take in response to container lifecycle events.V1.Container.Builder.clearLivenessProbe()
Periodic probe of container liveness.V1.Container.Builder.clearName()
Name of the container specified as a DNS_LABEL.V1.Container.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1.Container.Builder.clearPorts()
List of ports to expose from the container.V1.Container.Builder.clearReadinessProbe()
Periodic probe of container service readiness.V1.Container.Builder.clearResources()
Compute Resources required by this container.V1.Container.Builder.clearSecurityContext()
SecurityContext defines the security options the container should be run with.V1.Container.Builder.clearStartupProbe()
StartupProbe indicates that the Pod has successfully initialized.V1.Container.Builder.clearStdin()
Whether this container should allocate a buffer for stdin in the container runtime.V1.Container.Builder.clearStdinOnce()
Whether the container runtime should close the stdin channel after it has been opened by a single attach.V1.Container.Builder.clearTerminationMessagePath()
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem.V1.Container.Builder.clearTerminationMessagePolicy()
Indicate how the termination message should be populated.V1.Container.Builder.clearTty()
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true.V1.Container.Builder.clearVolumeDevices()
volumeDevices is the list of block devices to be used by the container.V1.Container.Builder.clearVolumeMounts()
Pod volumes to mount into the container's filesystem.V1.Container.Builder.clearWorkingDir()
Container's working directory.V1.Container.Builder.clone()
V1.PodSpec.Builder.getContainersBuilder
(int index) List of containers belonging to the pod.V1.PodSpec.Builder.getInitContainersBuilder
(int index) List of initialization containers belonging to the pod.V1.Container.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.Container.Builder.mergeFrom
(com.google.protobuf.Message other) V1.Container.Builder.mergeFrom
(V1.Container other) V1.Container.Builder.mergeLifecycle
(V1.Lifecycle value) Actions that the management system should take in response to container lifecycle events.V1.Container.Builder.mergeLivenessProbe
(V1.Probe value) Periodic probe of container liveness.V1.Container.Builder.mergeReadinessProbe
(V1.Probe value) Periodic probe of container service readiness.V1.Container.Builder.mergeResources
(V1.ResourceRequirements value) Compute Resources required by this container.V1.Container.Builder.mergeSecurityContext
(V1.SecurityContext value) SecurityContext defines the security options the container should be run with.V1.Container.Builder.mergeStartupProbe
(V1.Probe value) StartupProbe indicates that the Pod has successfully initialized.final V1.Container.Builder
V1.Container.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static V1.Container.Builder
V1.Container.newBuilder()
static V1.Container.Builder
V1.Container.newBuilder
(V1.Container prototype) V1.Container.newBuilderForType()
protected V1.Container.Builder
V1.Container.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1.Container.Builder.removeEnv
(int index) List of environment variables to set in the container.V1.Container.Builder.removeEnvFrom
(int index) List of sources to populate environment variables in the container.V1.Container.Builder.removePorts
(int index) List of ports to expose from the container.V1.Container.Builder.removeVolumeDevices
(int index) volumeDevices is the list of block devices to be used by the container.V1.Container.Builder.removeVolumeMounts
(int index) Pod volumes to mount into the container's filesystem.Arguments to the entrypoint.V1.Container.Builder.setCommand
(int index, String value) Entrypoint array.List of environment variables to set in the container.V1.Container.Builder.setEnv
(int index, V1.EnvVar.Builder builderForValue) List of environment variables to set in the container.V1.Container.Builder.setEnvFrom
(int index, V1.EnvFromSource value) List of sources to populate environment variables in the container.V1.Container.Builder.setEnvFrom
(int index, V1.EnvFromSource.Builder builderForValue) List of sources to populate environment variables in the container.Docker image name.V1.Container.Builder.setImageBytes
(com.google.protobuf.ByteString value) Docker image name.V1.Container.Builder.setImagePullPolicy
(String value) Image pull policy.V1.Container.Builder.setImagePullPolicyBytes
(com.google.protobuf.ByteString value) Image pull policy.V1.Container.Builder.setLifecycle
(V1.Lifecycle value) Actions that the management system should take in response to container lifecycle events.V1.Container.Builder.setLifecycle
(V1.Lifecycle.Builder builderForValue) Actions that the management system should take in response to container lifecycle events.V1.Container.Builder.setLivenessProbe
(V1.Probe value) Periodic probe of container liveness.V1.Container.Builder.setLivenessProbe
(V1.Probe.Builder builderForValue) Periodic probe of container liveness.Name of the container specified as a DNS_LABEL.V1.Container.Builder.setNameBytes
(com.google.protobuf.ByteString value) Name of the container specified as a DNS_LABEL.V1.Container.Builder.setPorts
(int index, V1.ContainerPort value) List of ports to expose from the container.V1.Container.Builder.setPorts
(int index, V1.ContainerPort.Builder builderForValue) List of ports to expose from the container.V1.Container.Builder.setReadinessProbe
(V1.Probe value) Periodic probe of container service readiness.V1.Container.Builder.setReadinessProbe
(V1.Probe.Builder builderForValue) Periodic probe of container service readiness.V1.Container.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) V1.Container.Builder.setResources
(V1.ResourceRequirements value) Compute Resources required by this container.V1.Container.Builder.setResources
(V1.ResourceRequirements.Builder builderForValue) Compute Resources required by this container.V1.Container.Builder.setSecurityContext
(V1.SecurityContext value) SecurityContext defines the security options the container should be run with.V1.Container.Builder.setSecurityContext
(V1.SecurityContext.Builder builderForValue) SecurityContext defines the security options the container should be run with.V1.Container.Builder.setStartupProbe
(V1.Probe value) StartupProbe indicates that the Pod has successfully initialized.V1.Container.Builder.setStartupProbe
(V1.Probe.Builder builderForValue) StartupProbe indicates that the Pod has successfully initialized.V1.Container.Builder.setStdin
(boolean value) Whether this container should allocate a buffer for stdin in the container runtime.V1.Container.Builder.setStdinOnce
(boolean value) Whether the container runtime should close the stdin channel after it has been opened by a single attach.V1.Container.Builder.setTerminationMessagePath
(String value) Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem.V1.Container.Builder.setTerminationMessagePathBytes
(com.google.protobuf.ByteString value) Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem.V1.Container.Builder.setTerminationMessagePolicy
(String value) Indicate how the termination message should be populated.V1.Container.Builder.setTerminationMessagePolicyBytes
(com.google.protobuf.ByteString value) Indicate how the termination message should be populated.V1.Container.Builder.setTty
(boolean value) Whether this container should allocate a TTY for itself, also requires 'stdin' to be true.final V1.Container.Builder
V1.Container.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) V1.Container.Builder.setVolumeDevices
(int index, V1.VolumeDevice value) volumeDevices is the list of block devices to be used by the container.V1.Container.Builder.setVolumeDevices
(int index, V1.VolumeDevice.Builder builderForValue) volumeDevices is the list of block devices to be used by the container.V1.Container.Builder.setVolumeMounts
(int index, V1.VolumeMount value) Pod volumes to mount into the container's filesystem.V1.Container.Builder.setVolumeMounts
(int index, V1.VolumeMount.Builder builderForValue) Pod volumes to mount into the container's filesystem.V1.Container.Builder.setWorkingDir
(String value) Container's working directory.V1.Container.Builder.setWorkingDirBytes
(com.google.protobuf.ByteString value) Container's working directory.V1.Container.toBuilder()
Methods in io.kubernetes.client.proto that return types with arguments of type V1.Container.BuilderModifier and TypeMethodDescriptionV1.PodSpec.Builder.getContainersBuilderList()
List of containers belonging to the pod.V1.PodSpec.Builder.getInitContainersBuilderList()
List of initialization containers belonging to the pod.Methods in io.kubernetes.client.proto with parameters of type V1.Container.BuilderModifier and TypeMethodDescriptionV1.PodSpec.Builder.addContainers
(int index, V1.Container.Builder builderForValue) List of containers belonging to the pod.V1.PodSpec.Builder.addContainers
(V1.Container.Builder builderForValue) List of containers belonging to the pod.V1.PodSpec.Builder.addInitContainers
(int index, V1.Container.Builder builderForValue) List of initialization containers belonging to the pod.V1.PodSpec.Builder.addInitContainers
(V1.Container.Builder builderForValue) List of initialization containers belonging to the pod.V1.PodSpec.Builder.setContainers
(int index, V1.Container.Builder builderForValue) List of containers belonging to the pod.V1.PodSpec.Builder.setInitContainers
(int index, V1.Container.Builder builderForValue) List of initialization containers belonging to the pod.