Uses of Class
k8s.io.api.core.v1.Generated.Volume
-
Packages that use Generated.Volume Package Description k8s.io.api.core.v1 -
-
Uses of Generated.Volume in k8s.io.api.core.v1
Fields in k8s.io.api.core.v1 with type parameters of type Generated.Volume Modifier and Type Field Description static com.google.protobuf.Parser<Generated.Volume>Generated.Volume. PARSERDeprecated.Methods in k8s.io.api.core.v1 that return Generated.Volume Modifier and Type Method Description Generated.VolumeGenerated.Volume.Builder. build()Generated.VolumeGenerated.Volume.Builder. buildPartial()static Generated.VolumeGenerated.Volume. getDefaultInstance()Generated.VolumeGenerated.Volume.Builder. getDefaultInstanceForType()Generated.VolumeGenerated.Volume. getDefaultInstanceForType()Generated.VolumeGenerated.PodSpec.Builder. getVolumes(int index)List of volumes that can be mounted by containers belonging to the pod.Generated.VolumeGenerated.PodSpec. getVolumes(int index)List of volumes that can be mounted by containers belonging to the pod.Generated.VolumeGenerated.PodSpecOrBuilder. getVolumes(int index)List of volumes that can be mounted by containers belonging to the pod.static Generated.VolumeGenerated.Volume. parseDelimitedFrom(InputStream input)static Generated.VolumeGenerated.Volume. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.VolumeGenerated.Volume. parseFrom(byte[] data)static Generated.VolumeGenerated.Volume. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.VolumeGenerated.Volume. parseFrom(com.google.protobuf.ByteString data)static Generated.VolumeGenerated.Volume. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.VolumeGenerated.Volume. parseFrom(com.google.protobuf.CodedInputStream input)static Generated.VolumeGenerated.Volume. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.VolumeGenerated.Volume. parseFrom(InputStream input)static Generated.VolumeGenerated.Volume. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.VolumeGenerated.Volume. parseFrom(ByteBuffer data)static Generated.VolumeGenerated.Volume. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.Volume Modifier and Type Method Description com.google.protobuf.Parser<Generated.Volume>Generated.Volume. getParserForType()List<Generated.Volume>Generated.PodSpec.Builder. getVolumesList()List of volumes that can be mounted by containers belonging to the pod.List<Generated.Volume>Generated.PodSpec. getVolumesList()List of volumes that can be mounted by containers belonging to the pod.List<Generated.Volume>Generated.PodSpecOrBuilder. getVolumesList()List of volumes that can be mounted by containers belonging to the pod.static com.google.protobuf.Parser<Generated.Volume>Generated.Volume. parser()Methods in k8s.io.api.core.v1 with parameters of type Generated.Volume Modifier and Type Method Description Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addVolumes(int index, Generated.Volume value)List of volumes that can be mounted by containers belonging to the pod.Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addVolumes(Generated.Volume value)List of volumes that can be mounted by containers belonging to the pod.Generated.Volume.BuilderGenerated.Volume.Builder. mergeFrom(Generated.Volume other)static Generated.Volume.BuilderGenerated.Volume. newBuilder(Generated.Volume prototype)Generated.PodSpec.BuilderGenerated.PodSpec.Builder. setVolumes(int index, Generated.Volume value)List of volumes that can be mounted by containers belonging to the pod.Method parameters in k8s.io.api.core.v1 with type arguments of type Generated.Volume Modifier and Type Method Description Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addAllVolumes(Iterable<? extends Generated.Volume> values)List of volumes that can be mounted by containers belonging to the pod.
-