Class DownwardAPIFluent<A extends DownwardAPIFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.DownwardAPIFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
DownwardAPIBuilder,VolumesFluent.DownwardAPINested
public class DownwardAPIFluent<A extends DownwardAPIFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDownwardAPIFluent.DownwardapiItemsNested<N>
-
Constructor Summary
Constructors Constructor Description DownwardAPIFluent()DownwardAPIFluent(DownwardAPI instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
DownwardAPIFluent
public DownwardAPIFluent()
-
DownwardAPIFluent
public DownwardAPIFluent(DownwardAPI instance)
-
-
Method Detail
-
getDefaultMode
public Integer getDefaultMode()
-
hasDefaultMode
public boolean hasDefaultMode()
-
addAllToDownwardapiItems
public A addAllToDownwardapiItems(Collection<Items> items)
-
removeAllFromDownwardapiItems
public A removeAllFromDownwardapiItems(Collection<Items> items)
-
removeMatchingFromDownwardapiItems
public A removeMatchingFromDownwardapiItems(Predicate<ItemsBuilder> predicate)
-
buildItem
public Items buildItem(int index)
-
buildFirstItem
public Items buildFirstItem()
-
buildLastItem
public Items buildLastItem()
-
buildMatchingItem
public Items buildMatchingItem(Predicate<ItemsBuilder> predicate)
-
hasMatchingItem
public boolean hasMatchingItem(Predicate<ItemsBuilder> predicate)
-
hasItems
public boolean hasItems()
-
addNewDownwardapiItem
public DownwardAPIFluent.DownwardapiItemsNested<A> addNewDownwardapiItem()
-
addNewItemLike
public DownwardAPIFluent.DownwardapiItemsNested<A> addNewItemLike(Items item)
-
setNewItemLike
public DownwardAPIFluent.DownwardapiItemsNested<A> setNewItemLike(int index, Items item)
-
editItem
public DownwardAPIFluent.DownwardapiItemsNested<A> editItem(int index)
-
editFirstItem
public DownwardAPIFluent.DownwardapiItemsNested<A> editFirstItem()
-
editLastItem
public DownwardAPIFluent.DownwardapiItemsNested<A> editLastItem()
-
editMatchingItem
public DownwardAPIFluent.DownwardapiItemsNested<A> editMatchingItem(Predicate<ItemsBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DownwardAPIFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DownwardAPIFluent<A>>
-
-