Package io.fabric8.kubernetes.api.model
Class FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.FlexVolumeSourceFluent<A>
-
- Direct Known Subclasses:
FlexVolumeSourceBuilder
,VolumeFluent.FlexVolumeNested
public class FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
FlexVolumeSourceFluent.SecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description FlexVolumeSourceFluent()
FlexVolumeSourceFluent(FlexVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
FlexVolumeSourceFluent
public FlexVolumeSourceFluent()
-
FlexVolumeSourceFluent
public FlexVolumeSourceFluent(FlexVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(FlexVolumeSource instance)
-
getDriver
public String getDriver()
-
hasDriver
public boolean hasDriver()
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
hasOptions
public boolean hasOptions()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
buildSecretRef
public LocalObjectReference buildSecretRef()
-
withSecretRef
public A withSecretRef(LocalObjectReference secretRef)
-
hasSecretRef
public boolean hasSecretRef()
-
withNewSecretRef
public FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
public FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
-
editSecretRef
public FlexVolumeSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
public FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends FlexVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends FlexVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-