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() |
CephFSVolumeSourceFluentImpl(CephFSVolumeSource instance) |
public CephFSVolumeSourceFluentImpl()
public CephFSVolumeSourceFluentImpl(CephFSVolumeSource instance)
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 String getPath()
getPath
in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>
public T withPath(String path)
withPath
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 addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface CephFSVolumeSourceFluent<T extends CephFSVolumeSourceFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
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–2016 Red Hat. All rights reserved.