public interface CinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CinderVolumeSourceFluent.SecretRefNested<N> |
| Modifier and Type | Method and Description |
|---|---|
LocalObjectReference |
buildSecretRef() |
CinderVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRef() |
CinderVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRefLike(LocalObjectReference item) |
CinderVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
String |
getFsType() |
Boolean |
getReadOnly() |
LocalObjectReference |
getSecretRef()
Deprecated.
|
String |
getVolumeID() |
Boolean |
hasFsType() |
Boolean |
hasReadOnly() |
Boolean |
hasSecretRef() |
Boolean |
hasVolumeID() |
A |
withFsType(String fsType) |
A |
withNewFsType(String arg0)
Deprecated.
|
CinderVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(String name) |
CinderVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(LocalObjectReference item) |
A |
withNewVolumeID(String arg0)
Deprecated.
|
A |
withReadOnly(Boolean readOnly) |
A |
withSecretRef(LocalObjectReference secretRef) |
A |
withVolumeID(String volumeID) |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String arg0)
Boolean getReadOnly()
Boolean hasReadOnly()
@Deprecated LocalObjectReference getSecretRef()
LocalObjectReference buildSecretRef()
A withSecretRef(LocalObjectReference secretRef)
Boolean hasSecretRef()
CinderVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
CinderVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
CinderVolumeSourceFluent.SecretRefNested<A> editSecretRef()
CinderVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
CinderVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
String getVolumeID()
Boolean hasVolumeID()
@Deprecated A withNewVolumeID(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.