@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1VolumeAttachmentSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_INLINE_VOLUME_SPEC |
static String |
SERIALIZED_NAME_PERSISTENT_VOLUME_NAME |
Constructor and Description |
---|
V1VolumeAttachmentSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1PersistentVolumeSpec |
getInlineVolumeSpec()
Get inlineVolumeSpec
|
String |
getPersistentVolumeName()
Name of the persistent volume to attach.
|
int |
hashCode() |
V1VolumeAttachmentSource |
inlineVolumeSpec(V1PersistentVolumeSpec inlineVolumeSpec) |
V1VolumeAttachmentSource |
persistentVolumeName(String persistentVolumeName) |
void |
setInlineVolumeSpec(V1PersistentVolumeSpec inlineVolumeSpec) |
void |
setPersistentVolumeName(String persistentVolumeName) |
String |
toString() |
public static final String SERIALIZED_NAME_INLINE_VOLUME_SPEC
public static final String SERIALIZED_NAME_PERSISTENT_VOLUME_NAME
public V1VolumeAttachmentSource inlineVolumeSpec(V1PersistentVolumeSpec inlineVolumeSpec)
@Nullable public V1PersistentVolumeSpec getInlineVolumeSpec()
public void setInlineVolumeSpec(V1PersistentVolumeSpec inlineVolumeSpec)
public V1VolumeAttachmentSource persistentVolumeName(String persistentVolumeName)
@Nullable public String getPersistentVolumeName()
public void setPersistentVolumeName(String persistentVolumeName)
Copyright © 2020. All rights reserved.