public interface V1RBDPersistentVolumeSourceFluent<A extends V1RBDPersistentVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1RBDPersistentVolumeSourceFluent.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.V1SecretReference getSecretRef()
io.kubernetes.client.openapi.models.V1SecretReference buildSecretRef()
A withSecretRef(io.kubernetes.client.openapi.models.V1SecretReference secretRef)
Boolean hasSecretRef()
V1RBDPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
V1RBDPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretReference item)
V1RBDPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
V1RBDPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
V1RBDPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretReference item)
String getUser()
Boolean hasUser()
@Deprecated A withNewUser(String original)
Copyright © 2021. All rights reserved.