@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1DownwardAPIVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DEFAULT_MODE |
static String |
SERIALIZED_NAME_ITEMS |
Constructor and Description |
---|
V1DownwardAPIVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1DownwardAPIVolumeSource |
addItemsItem(V1DownwardAPIVolumeFile itemsItem) |
V1DownwardAPIVolumeSource |
defaultMode(Integer defaultMode) |
boolean |
equals(Object o) |
Integer |
getDefaultMode()
Optional: mode bits to use on created files by default.
|
List<V1DownwardAPIVolumeFile> |
getItems()
Items is a list of downward API volume file
|
int |
hashCode() |
V1DownwardAPIVolumeSource |
items(List<V1DownwardAPIVolumeFile> items) |
void |
setDefaultMode(Integer defaultMode) |
void |
setItems(List<V1DownwardAPIVolumeFile> items) |
String |
toString() |
public static final String SERIALIZED_NAME_DEFAULT_MODE
public static final String SERIALIZED_NAME_ITEMS
public V1DownwardAPIVolumeSource defaultMode(Integer defaultMode)
@Nullable public Integer getDefaultMode()
public void setDefaultMode(Integer defaultMode)
public V1DownwardAPIVolumeSource items(List<V1DownwardAPIVolumeFile> items)
public V1DownwardAPIVolumeSource addItemsItem(V1DownwardAPIVolumeFile itemsItem)
@Nullable public List<V1DownwardAPIVolumeFile> getItems()
public void setItems(List<V1DownwardAPIVolumeFile> items)
Copyright © 2021. All rights reserved.