Class ItemsFluent<A extends ItemsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.configmap.ItemsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ConfigMapFluent.SourcesItemsNested,ItemsBuilder
public class ItemsFluent<A extends ItemsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ItemsFluent()ItemsFluent(Items instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()IntegergetMode()StringgetPath()inthashCode()booleanhasKey()booleanhasMode()booleanhasPath()StringtoString()AwithKey(String key)AwithMode(Integer mode)AwithPath(String path)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ItemsFluent
public ItemsFluent()
-
ItemsFluent
public ItemsFluent(Items instance)
-
-
Method Detail
-
getKey
public String getKey()
-
hasKey
public boolean hasKey()
-
getMode
public Integer getMode()
-
hasMode
public boolean hasMode()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ItemsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ItemsFluent<A>>
-
-