Class V1VolumeAttachmentSpec
java.lang.Object
io.kubernetes.client.openapi.models.V1VolumeAttachmentSpec
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1VolumeAttachmentSpec
extends Object
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAttacher indicates the name of the volume driver that MUST handle this request.The node that the volume should be attached to.Get sourceinthashCode()voidsetAttacher(String attacher) voidsetNodeName(String nodeName) voidsetSource(V1VolumeAttachmentSource source) source(V1VolumeAttachmentSource source) toString()
-
Field Details
-
SERIALIZED_NAME_ATTACHER
- See Also:
-
SERIALIZED_NAME_NODE_NAME
- See Also:
-
SERIALIZED_NAME_SOURCE
- See Also:
-
-
Constructor Details
-
V1VolumeAttachmentSpec
public V1VolumeAttachmentSpec()
-
-
Method Details
-
attacher
-
getAttacher
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().- Returns:
- attacher
-
setAttacher
-
nodeName
-
getNodeName
The node that the volume should be attached to.- Returns:
- nodeName
-
setNodeName
-
source
-
getSource
Get source- Returns:
- source
-
setSource
-
equals
-
hashCode
public int hashCode() -
toString
-