public class CinderPersistentVolumeSourceFluent<A extends CinderPersistentVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CinderPersistentVolumeSourceFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
CinderPersistentVolumeSourceFluent() |
CinderPersistentVolumeSourceFluent(CinderPersistentVolumeSource instance) |
public CinderPersistentVolumeSourceFluent()
public CinderPersistentVolumeSourceFluent(CinderPersistentVolumeSource instance)
protected void copyInstance(CinderPersistentVolumeSource instance)
public String getFsType()
public boolean hasFsType()
public Boolean getReadOnly()
public boolean hasReadOnly()
public SecretReference buildSecretRef()
public A withSecretRef(SecretReference secretRef)
public boolean hasSecretRef()
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
public String getVolumeID()
public boolean hasVolumeID()
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 CinderPersistentVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CinderPersistentVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.