Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1DownwardAPIProjection
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1DownwardAPIProjection
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1DownwardAPIProjection extends Object
Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ITEMS
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1DownwardAPIProjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1DownwardAPIProjectionaddItemsItem(IoK8sApiCoreV1DownwardAPIVolumeFile itemsItem)booleanequals(Object o)List<IoK8sApiCoreV1DownwardAPIVolumeFile>getItems()Items is a list of DownwardAPIVolume fileinthashCode()IoK8sApiCoreV1DownwardAPIProjectionitems(List<IoK8sApiCoreV1DownwardAPIVolumeFile> items)voidsetItems(List<IoK8sApiCoreV1DownwardAPIVolumeFile> items)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ITEMS
public static final String JSON_PROPERTY_ITEMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
items
public IoK8sApiCoreV1DownwardAPIProjection items(List<IoK8sApiCoreV1DownwardAPIVolumeFile> items)
-
addItemsItem
public IoK8sApiCoreV1DownwardAPIProjection addItemsItem(IoK8sApiCoreV1DownwardAPIVolumeFile itemsItem)
-
getItems
@Nullable public List<IoK8sApiCoreV1DownwardAPIVolumeFile> getItems()
Items is a list of DownwardAPIVolume file- Returns:
- items
-
setItems
public void setItems(List<IoK8sApiCoreV1DownwardAPIVolumeFile> items)
-
-