Package io.fabric8.kubernetes.api.model
Class AzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AzureFilePersistentVolumeSourceFluent<A>
-
- Direct Known Subclasses:
AzureFilePersistentVolumeSourceBuilder,PersistentVolumeSpecFluent.AzureFileNested
public class AzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AzureFilePersistentVolumeSourceFluent()AzureFilePersistentVolumeSourceFluent(AzureFilePersistentVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(AzureFilePersistentVolumeSource instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()BooleangetReadOnly()StringgetSecretName()StringgetSecretNamespace()StringgetShareName()booleanhasAdditionalProperties()inthashCode()booleanhasReadOnly()booleanhasSecretName()booleanhasSecretNamespace()booleanhasShareName()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithReadOnly()AwithReadOnly(Boolean readOnly)AwithSecretName(String secretName)AwithSecretNamespace(String secretNamespace)AwithShareName(String shareName)
-
-
-
Constructor Detail
-
AzureFilePersistentVolumeSourceFluent
public AzureFilePersistentVolumeSourceFluent()
-
AzureFilePersistentVolumeSourceFluent
public AzureFilePersistentVolumeSourceFluent(AzureFilePersistentVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AzureFilePersistentVolumeSource instance)
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getSecretName
public String getSecretName()
-
hasSecretName
public boolean hasSecretName()
-
getSecretNamespace
public String getSecretNamespace()
-
hasSecretNamespace
public boolean hasSecretNamespace()
-
getShareName
public String getShareName()
-
hasShareName
public boolean hasShareName()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-