Class RbdFluent<A extends RbdFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.RbdFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
RbdBuilder,VolumesFluent.RbdNested
public class RbdFluent<A extends RbdFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRbdFluent.RbdSecretRefNested<N>
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
RbdFluent
public RbdFluent()
-
RbdFluent
public RbdFluent(Rbd instance)
-
-
Method Detail
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getImage
public String getImage()
-
hasImage
public boolean hasImage()
-
getKeyring
public String getKeyring()
-
hasKeyring
public boolean hasKeyring()
-
addAllToMonitors
public A addAllToMonitors(Collection<String> items)
-
removeAllFromMonitors
public A removeAllFromMonitors(Collection<String> items)
-
getMonitor
public String getMonitor(int index)
-
getFirstMonitor
public String getFirstMonitor()
-
getLastMonitor
public String getLastMonitor()
-
hasMonitors
public boolean hasMonitors()
-
getPool
public String getPool()
-
hasPool
public boolean hasPool()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
buildSecretRef
public SecretRef buildSecretRef()
-
hasSecretRef
public boolean hasSecretRef()
-
withNewRbdSecretRef
public RbdFluent.RbdSecretRefNested<A> withNewRbdSecretRef()
-
withNewSecretRefLike
public RbdFluent.RbdSecretRefNested<A> withNewSecretRefLike(SecretRef item)
-
editRbdSecretRef
public RbdFluent.RbdSecretRefNested<A> editRbdSecretRef()
-
editOrNewSecretRef
public RbdFluent.RbdSecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public RbdFluent.RbdSecretRefNested<A> editOrNewSecretRefLike(SecretRef item)
-
getUser
public String getUser()
-
hasUser
public boolean hasUser()
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
withReadOnly
public A withReadOnly()
-
-