public class FlexVolumeSourceFluentImpl<A extends FlexVolumeSourceFluent<A>> extends BaseFluent<A> implements FlexVolumeSourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
FlexVolumeSourceFluentImpl.SecretRefNestedImpl<N> |
FlexVolumeSourceFluent.SecretRefNested<N>_visitables| Constructor and Description |
|---|
FlexVolumeSourceFluentImpl() |
FlexVolumeSourceFluentImpl(FlexVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToOptions(Map<String,String> map) |
A |
addToOptions(String key,
String value) |
FlexVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(Object o) |
String |
getDriver() |
String |
getFsType() |
Map<String,String> |
getOptions() |
LocalObjectReference |
getSecretRef() |
Boolean |
isReadOnly() |
A |
removeFromOptions(Map<String,String> map) |
A |
removeFromOptions(String key) |
A |
withDriver(String driver) |
A |
withFsType(String fsType) |
FlexVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(String name) |
FlexVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(LocalObjectReference item) |
A |
withOptions(Map<String,String> options) |
A |
withReadOnly(Boolean readOnly) |
A |
withSecretRef(LocalObjectReference secretRef) |
public FlexVolumeSourceFluentImpl()
public FlexVolumeSourceFluentImpl(FlexVolumeSource instance)
public String getDriver()
getDriver in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A withDriver(String driver)
withDriver in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public String getFsType()
getFsType in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A withFsType(String fsType)
withFsType in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A addToOptions(String key, String value)
addToOptions in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A addToOptions(Map<String,String> map)
addToOptions in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A removeFromOptions(String key)
removeFromOptions in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A removeFromOptions(Map<String,String> map)
removeFromOptions in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public Map<String,String> getOptions()
getOptions in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A withOptions(Map<String,String> options)
withOptions in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public Boolean isReadOnly()
isReadOnly in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public LocalObjectReference getSecretRef()
getSecretRef in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A withSecretRef(LocalObjectReference secretRef)
withSecretRef in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
withNewSecretRefLike in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public FlexVolumeSourceFluent.SecretRefNested<A> editSecretRef()
editSecretRef in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>public A withNewSecretRef(String name)
withNewSecretRef in interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.