Uses of Class
io.kubernetes.client.proto.V1.Volume.Builder
-
Uses of V1.Volume.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1.Volume.BuilderModifier and TypeMethodDescriptionV1.Volume.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1.PodSpec.Builder.addVolumesBuilder()List of volumes that can be mounted by containers belonging to the pod.V1.PodSpec.Builder.addVolumesBuilder(int index) List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.addVolumesBuilder()Volumes defines the collection of Volume to inject into the pod.V1alpha1Settings.PodPresetSpec.Builder.addVolumesBuilder(int index) Volumes defines the collection of Volume to inject into the pod.V1.Volume.Builder.clear()V1.Volume.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) V1.Volume.Builder.clearName()Volume's name.V1.Volume.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1.Volume.Builder.clearVolumeSource()VolumeSource represents the location and type of the mounted volume.V1.Volume.Builder.clone()V1.PodSpec.Builder.getVolumesBuilder(int index) List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.getVolumesBuilder(int index) Volumes defines the collection of Volume to inject into the pod.V1.Volume.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.Volume.Builder.mergeFrom(com.google.protobuf.Message other) final V1.Volume.BuilderV1.Volume.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) V1.Volume.Builder.mergeVolumeSource(V1.VolumeSource value) VolumeSource represents the location and type of the mounted volume.static V1.Volume.BuilderV1.Volume.newBuilder()static V1.Volume.BuilderV1.Volume.newBuilder(V1.Volume prototype) V1.Volume.newBuilderForType()protected V1.Volume.BuilderV1.Volume.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Volume's name.V1.Volume.Builder.setNameBytes(com.google.protobuf.ByteString value) Volume's name.V1.Volume.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final V1.Volume.BuilderV1.Volume.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) V1.Volume.Builder.setVolumeSource(V1.VolumeSource value) VolumeSource represents the location and type of the mounted volume.V1.Volume.Builder.setVolumeSource(V1.VolumeSource.Builder builderForValue) VolumeSource represents the location and type of the mounted volume.V1.Volume.toBuilder()Methods in io.kubernetes.client.proto that return types with arguments of type V1.Volume.BuilderModifier and TypeMethodDescriptionV1.PodSpec.Builder.getVolumesBuilderList()List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.getVolumesBuilderList()Volumes defines the collection of Volume to inject into the pod.Methods in io.kubernetes.client.proto with parameters of type V1.Volume.BuilderModifier and TypeMethodDescriptionV1.PodSpec.Builder.addVolumes(int index, V1.Volume.Builder builderForValue) List of volumes that can be mounted by containers belonging to the pod.V1.PodSpec.Builder.addVolumes(V1.Volume.Builder builderForValue) List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.addVolumes(int index, V1.Volume.Builder builderForValue) Volumes defines the collection of Volume to inject into the pod.V1alpha1Settings.PodPresetSpec.Builder.addVolumes(V1.Volume.Builder builderForValue) Volumes defines the collection of Volume to inject into the pod.V1.PodSpec.Builder.setVolumes(int index, V1.Volume.Builder builderForValue) List of volumes that can be mounted by containers belonging to the pod.V1alpha1Settings.PodPresetSpec.Builder.setVolumes(int index, V1.Volume.Builder builderForValue) Volumes defines the collection of Volume to inject into the pod.