Class CsiFluent<A extends CsiFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CsiFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
CsiBuilder,VolumesFluent.CsiNested
public class CsiFluent<A extends CsiFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCsiFluent.NodePublishSecretRefNested<N>
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CsiFluent
public CsiFluent()
-
CsiFluent
public CsiFluent(Csi instance)
-
-
Method Detail
-
getDriver
public String getDriver()
-
hasDriver
public boolean hasDriver()
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
buildNodePublishSecretRef
public NodePublishSecretRef buildNodePublishSecretRef()
-
withNodePublishSecretRef
public A withNodePublishSecretRef(NodePublishSecretRef nodePublishSecretRef)
-
hasNodePublishSecretRef
public boolean hasNodePublishSecretRef()
-
withNewNodePublishSecretRef
public CsiFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRef()
-
withNewNodePublishSecretRefLike
public CsiFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRefLike(NodePublishSecretRef item)
-
editNodePublishSecretRef
public CsiFluent.NodePublishSecretRefNested<A> editNodePublishSecretRef()
-
editOrNewNodePublishSecretRef
public CsiFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRef()
-
editOrNewNodePublishSecretRefLike
public CsiFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRefLike(NodePublishSecretRef item)
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
hasVolumeAttributes
public boolean hasVolumeAttributes()
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
withReadOnly
public A withReadOnly()
-
-