public class CephFSPersistentVolumeSourceFluent<A extends CephFSPersistentVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CephFSPersistentVolumeSourceFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
CephFSPersistentVolumeSourceFluent() |
CephFSPersistentVolumeSourceFluent(CephFSPersistentVolumeSource instance) |
public CephFSPersistentVolumeSourceFluent()
public CephFSPersistentVolumeSourceFluent(CephFSPersistentVolumeSource instance)
protected void copyInstance(CephFSPersistentVolumeSource instance)
public A addAllToMonitors(Collection<String> items)
public A removeAllFromMonitors(Collection<String> items)
public String getMonitor(int index)
public String getFirstMonitor()
public String getLastMonitor()
public boolean hasMonitors()
public String getPath()
public boolean hasPath()
public Boolean getReadOnly()
public boolean hasReadOnly()
public String getSecretFile()
public boolean hasSecretFile()
public SecretReference buildSecretRef()
public A withSecretRef(SecretReference secretRef)
public boolean hasSecretRef()
public CephFSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
public CephFSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
public CephFSPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
public CephFSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
public CephFSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
public String getUser()
public boolean hasUser()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CephFSPersistentVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CephFSPersistentVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2024 Red Hat. All rights reserved.