Class V1DownwardAPIProjection
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1DownwardAPIProjection
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1DownwardAPIProjection
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadditemsItem
(V1DownwardAPIVolumeFile itemsItem) Add an item to the items property in a chainable fashion.boolean
List<@Valid V1DownwardAPIVolumeFile>
getItems()
Items is a list of DownwardAPIVolume fileint
hashCode()
items
(List<@Valid V1DownwardAPIVolumeFile> items) Set items in a chainable fashion.void
setItems
(List<@Valid V1DownwardAPIVolumeFile> items) Set the items property valuetoString()
-
Field Details
-
JSON_PROPERTY_ITEMS
- See Also:
-
-
Constructor Details
-
V1DownwardAPIProjection
public V1DownwardAPIProjection()
-
-
Method Details
-
getItems
Items is a list of DownwardAPIVolume file- Returns:
- the items property value
-
setItems
Set the items property value -
items
Set items in a chainable fashion.- Returns:
- The same instance of V1DownwardAPIProjection for chaining.
-
additemsItem
Add an item to the items property in a chainable fashion.- Returns:
- The same instance of V1DownwardAPIProjection for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-