Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1ProjectedVolumeSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ProjectedVolumeSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1ProjectedVolumeSource extends Object
Represents a projected volume source
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DEFAULT_MODEstatic StringJSON_PROPERTY_SOURCES
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1ProjectedVolumeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1ProjectedVolumeSourceaddSourcesItem(IoK8sApiCoreV1VolumeProjection sourcesItem)IoK8sApiCoreV1ProjectedVolumeSourcedefaultMode(Integer defaultMode)booleanequals(Object o)IntegergetDefaultMode()Mode bits to use on created files by default.List<IoK8sApiCoreV1VolumeProjection>getSources()list of volume projectionsinthashCode()voidsetDefaultMode(Integer defaultMode)voidsetSources(List<IoK8sApiCoreV1VolumeProjection> sources)IoK8sApiCoreV1ProjectedVolumeSourcesources(List<IoK8sApiCoreV1VolumeProjection> sources)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DEFAULT_MODE
public static final String JSON_PROPERTY_DEFAULT_MODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCES
public static final String JSON_PROPERTY_SOURCES
- See Also:
- Constant Field Values
-
-
Method Detail
-
defaultMode
public IoK8sApiCoreV1ProjectedVolumeSource defaultMode(Integer defaultMode)
-
getDefaultMode
@Nullable public Integer getDefaultMode()
Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.- Returns:
- defaultMode
-
setDefaultMode
public void setDefaultMode(Integer defaultMode)
-
sources
public IoK8sApiCoreV1ProjectedVolumeSource sources(List<IoK8sApiCoreV1VolumeProjection> sources)
-
addSourcesItem
public IoK8sApiCoreV1ProjectedVolumeSource addSourcesItem(IoK8sApiCoreV1VolumeProjection sourcesItem)
-
getSources
public List<IoK8sApiCoreV1VolumeProjection> getSources()
list of volume projections- Returns:
- sources
-
setSources
public void setSources(List<IoK8sApiCoreV1VolumeProjection> sources)
-
-