Uses of Class
io.kubernetes.client.proto.V1.AttachedVolume
-
Uses of V1.AttachedVolume in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.AttachedVolumeModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.AttachedVolume>
V1.AttachedVolume.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.AttachedVolumeModifier and TypeMethodDescriptionV1.AttachedVolume.Builder.build()
V1.AttachedVolume.Builder.buildPartial()
static V1.AttachedVolume
V1.AttachedVolume.getDefaultInstance()
V1.AttachedVolume.Builder.getDefaultInstanceForType()
V1.AttachedVolume.getDefaultInstanceForType()
V1.NodeStatus.Builder.getVolumesAttached
(int index) List of volumes that are attached to the node.V1.NodeStatus.getVolumesAttached
(int index) List of volumes that are attached to the node.V1.NodeStatusOrBuilder.getVolumesAttached
(int index) List of volumes that are attached to the node.static V1.AttachedVolume
V1.AttachedVolume.parseDelimitedFrom
(InputStream input) static V1.AttachedVolume
V1.AttachedVolume.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(byte[] data) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(com.google.protobuf.ByteString data) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(InputStream input) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(ByteBuffer data) static V1.AttachedVolume
V1.AttachedVolume.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.AttachedVolumeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.AttachedVolume>
V1.AttachedVolume.getParserForType()
V1.NodeStatus.Builder.getVolumesAttachedList()
List of volumes that are attached to the node.V1.NodeStatus.getVolumesAttachedList()
List of volumes that are attached to the node.V1.NodeStatusOrBuilder.getVolumesAttachedList()
List of volumes that are attached to the node.static com.google.protobuf.Parser<V1.AttachedVolume>
V1.AttachedVolume.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.AttachedVolumeModifier and TypeMethodDescriptionV1.NodeStatus.Builder.addVolumesAttached
(int index, V1.AttachedVolume value) List of volumes that are attached to the node.V1.NodeStatus.Builder.addVolumesAttached
(V1.AttachedVolume value) List of volumes that are attached to the node.V1.AttachedVolume.Builder.mergeFrom
(V1.AttachedVolume other) static V1.AttachedVolume.Builder
V1.AttachedVolume.newBuilder
(V1.AttachedVolume prototype) V1.NodeStatus.Builder.setVolumesAttached
(int index, V1.AttachedVolume value) List of volumes that are attached to the node.Method parameters in io.kubernetes.client.proto with type arguments of type V1.AttachedVolumeModifier and TypeMethodDescriptionV1.NodeStatus.Builder.addAllVolumesAttached
(Iterable<? extends V1.AttachedVolume> values) List of volumes that are attached to the node.