@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1ProjectedVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DEFAULT_MODE |
static String |
SERIALIZED_NAME_SOURCES |
Constructor and Description |
---|
V1ProjectedVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1ProjectedVolumeSource |
addSourcesItem(V1VolumeProjection sourcesItem) |
V1ProjectedVolumeSource |
defaultMode(Integer defaultMode) |
boolean |
equals(Object o) |
Integer |
getDefaultMode()
Mode bits to use on created files by default.
|
List<V1VolumeProjection> |
getSources()
list of volume projections
|
int |
hashCode() |
void |
setDefaultMode(Integer defaultMode) |
void |
setSources(List<V1VolumeProjection> sources) |
V1ProjectedVolumeSource |
sources(List<V1VolumeProjection> sources) |
String |
toString() |
public static final String SERIALIZED_NAME_DEFAULT_MODE
public static final String SERIALIZED_NAME_SOURCES
public V1ProjectedVolumeSource defaultMode(Integer defaultMode)
@Nullable public Integer getDefaultMode()
public void setDefaultMode(Integer defaultMode)
public V1ProjectedVolumeSource sources(List<V1VolumeProjection> sources)
public V1ProjectedVolumeSource addSourcesItem(V1VolumeProjection sourcesItem)
public List<V1VolumeProjection> getSources()
public void setSources(List<V1VolumeProjection> sources)
Copyright © 2020. All rights reserved.