Uses of Class
io.kubernetes.client.proto.V1.VolumeDevice
-
Uses of V1.VolumeDevice in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.VolumeDeviceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.VolumeDevice>V1.VolumeDevice.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.VolumeDeviceModifier and TypeMethodDescriptionV1.VolumeDevice.Builder.build()V1.VolumeDevice.Builder.buildPartial()static V1.VolumeDeviceV1.VolumeDevice.getDefaultInstance()V1.VolumeDevice.Builder.getDefaultInstanceForType()V1.VolumeDevice.getDefaultInstanceForType()V1.Container.Builder.getVolumeDevices(int index) volumeDevices is the list of block devices to be used by the container.V1.Container.getVolumeDevices(int index) volumeDevices is the list of block devices to be used by the container.V1.ContainerOrBuilder.getVolumeDevices(int index) volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommon.Builder.getVolumeDevices(int index) volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommon.getVolumeDevices(int index) volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommonOrBuilder.getVolumeDevices(int index) volumeDevices is the list of block devices to be used by the container.static V1.VolumeDeviceV1.VolumeDevice.parseDelimitedFrom(InputStream input) static V1.VolumeDeviceV1.VolumeDevice.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(byte[] data) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(com.google.protobuf.ByteString data) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(com.google.protobuf.CodedInputStream input) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(InputStream input) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(ByteBuffer data) static V1.VolumeDeviceV1.VolumeDevice.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.VolumeDeviceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.VolumeDevice>V1.VolumeDevice.getParserForType()V1.Container.Builder.getVolumeDevicesList()volumeDevices is the list of block devices to be used by the container.V1.Container.getVolumeDevicesList()volumeDevices is the list of block devices to be used by the container.V1.ContainerOrBuilder.getVolumeDevicesList()volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommon.Builder.getVolumeDevicesList()volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommon.getVolumeDevicesList()volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommonOrBuilder.getVolumeDevicesList()volumeDevices is the list of block devices to be used by the container.static com.google.protobuf.Parser<V1.VolumeDevice>V1.VolumeDevice.parser()Methods in io.kubernetes.client.proto with parameters of type V1.VolumeDeviceModifier and TypeMethodDescriptionV1.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(V1.VolumeDevice value) volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommon.Builder.addVolumeDevices(int index, V1.VolumeDevice value) volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommon.Builder.addVolumeDevices(V1.VolumeDevice value) volumeDevices is the list of block devices to be used by the container.V1.VolumeDevice.Builder.mergeFrom(V1.VolumeDevice other) static V1.VolumeDevice.BuilderV1.VolumeDevice.newBuilder(V1.VolumeDevice prototype) V1.Container.Builder.setVolumeDevices(int index, V1.VolumeDevice value) volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommon.Builder.setVolumeDevices(int index, V1.VolumeDevice value) volumeDevices is the list of block devices to be used by the container.Method parameters in io.kubernetes.client.proto with type arguments of type V1.VolumeDeviceModifier and TypeMethodDescriptionV1.Container.Builder.addAllVolumeDevices(Iterable<? extends V1.VolumeDevice> values) volumeDevices is the list of block devices to be used by the container.V1.EphemeralContainerCommon.Builder.addAllVolumeDevices(Iterable<? extends V1.VolumeDevice> values) volumeDevices is the list of block devices to be used by the container.