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