public class CephFSVolumeSourceFluentImpl<T extends CephFSVolumeSourceFluent<T>> extends BaseFluent<T> implements CephFSVolumeSourceFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
CephFSVolumeSourceFluentImpl.SecretRefNestedImpl<N> |
CephFSVolumeSourceFluent.SecretRefNested<N>_visitables| Constructor and Description |
|---|
CephFSVolumeSourceFluentImpl() |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToMonitors(String... items) |
CephFSVolumeSourceFluent.SecretRefNested<T> |
editSecretRef() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getMonitors() |
String |
getSecretFile() |
LocalObjectReference |
getSecretRef() |
String |
getUser() |
Boolean |
isReadOnly() |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromMonitors(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withMonitors(List<String> monitors) |
T |
withMonitors(String... monitors) |
CephFSVolumeSourceFluent.SecretRefNested<T> |
withNewSecretRef() |
T |
withNewSecretRef(String name) |
CephFSVolumeSourceFluent.SecretRefNested<T> |
withNewSecretRefLike(LocalObjectReference item) |
T |
withReadOnly(Boolean readOnly) |
T |
withSecretFile(String secretFile) |
T |
withSecretRef(LocalObjectReference secretRef) |
T |
withUser(String user) |
public T addToMonitors(String... items)
addToMonitors in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T removeFromMonitors(String... items)
removeFromMonitors in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public List<String> getMonitors()
getMonitors in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T withMonitors(List<String> monitors)
withMonitors in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T withMonitors(String... monitors)
withMonitors in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public Boolean isReadOnly()
isReadOnly in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T withReadOnly(Boolean readOnly)
withReadOnly in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public String getSecretFile()
getSecretFile in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T withSecretFile(String secretFile)
withSecretFile in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public LocalObjectReference getSecretRef()
getSecretRef in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T withSecretRef(LocalObjectReference secretRef)
withSecretRef in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public CephFSVolumeSourceFluent.SecretRefNested<T> withNewSecretRef()
withNewSecretRef in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public CephFSVolumeSourceFluent.SecretRefNested<T> withNewSecretRefLike(LocalObjectReference item)
withNewSecretRefLike in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public CephFSVolumeSourceFluent.SecretRefNested<T> editSecretRef()
editSecretRef in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T withNewSecretRef(String name)
withNewSecretRef in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public String getUser()
getUser in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T withUser(String user)
withUser in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>Copyright © 2011–2015 Red Hat. All rights reserved.