public interface V1RBDVolumeSourceFluent<A extends V1RBDVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1RBDVolumeSourceFluent.SecretRefNested<N> |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String original)
String getImage()
Boolean hasImage()
@Deprecated A withNewImage(String original)
String getKeyring()
Boolean hasKeyring()
@Deprecated A withNewKeyring(String original)
A addAllToMonitors(Collection<String> items)
A removeAllFromMonitors(Collection<String> items)
String getMonitor(int index)
String getFirstMonitor()
String getLastMonitor()
Boolean hasMonitors()
String getPool()
Boolean hasPool()
@Deprecated A withNewPool(String original)
Boolean getReadOnly()
Boolean hasReadOnly()
@Deprecated io.kubernetes.client.openapi.models.V1LocalObjectReference getSecretRef()
io.kubernetes.client.openapi.models.V1LocalObjectReference buildSecretRef()
A withSecretRef(io.kubernetes.client.openapi.models.V1LocalObjectReference secretRef)
Boolean hasSecretRef()
V1RBDVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
V1RBDVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item)
V1RBDVolumeSourceFluent.SecretRefNested<A> editSecretRef()
V1RBDVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
V1RBDVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item)
String getUser()
Boolean hasUser()
@Deprecated A withNewUser(String original)
Copyright © 2022. All rights reserved.