Class CSINodeDriverFluent<A extends CSINodeDriverFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.storage.CSINodeDriverFluent<A>
-
- Direct Known Subclasses:
CSINodeDriverBuilder
,CSINodeSpecFluent.DriversNested
public class CSINodeDriverFluent<A extends CSINodeDriverFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CSINodeDriverFluent.AllocatableNested<N>
-
Constructor Summary
Constructors Constructor Description CSINodeDriverFluent()
CSINodeDriverFluent(CSINodeDriver instance)
-
Method Summary
-
-
-
Constructor Detail
-
CSINodeDriverFluent
public CSINodeDriverFluent()
-
CSINodeDriverFluent
public CSINodeDriverFluent(CSINodeDriver instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CSINodeDriver instance)
-
buildAllocatable
public VolumeNodeResources buildAllocatable()
-
withAllocatable
public A withAllocatable(VolumeNodeResources allocatable)
-
hasAllocatable
public boolean hasAllocatable()
-
withNewAllocatable
public CSINodeDriverFluent.AllocatableNested<A> withNewAllocatable()
-
withNewAllocatableLike
public CSINodeDriverFluent.AllocatableNested<A> withNewAllocatableLike(VolumeNodeResources item)
-
editAllocatable
public CSINodeDriverFluent.AllocatableNested<A> editAllocatable()
-
editOrNewAllocatable
public CSINodeDriverFluent.AllocatableNested<A> editOrNewAllocatable()
-
editOrNewAllocatableLike
public CSINodeDriverFluent.AllocatableNested<A> editOrNewAllocatableLike(VolumeNodeResources item)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getNodeID
public String getNodeID()
-
hasNodeID
public boolean hasNodeID()
-
addAllToTopologyKeys
public A addAllToTopologyKeys(Collection<String> items)
-
removeAllFromTopologyKeys
public A removeAllFromTopologyKeys(Collection<String> items)
-
getTopologyKey
public String getTopologyKey(int index)
-
getFirstTopologyKey
public String getFirstTopologyKey()
-
getLastTopologyKey
public String getLastTopologyKey()
-
hasTopologyKeys
public boolean hasTopologyKeys()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CSINodeDriverFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CSINodeDriverFluent<A>>
-
-