Package io.fabric8.kubernetes.api.model
Class AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AzureFileVolumeSourceFluent<A>
-
- Direct Known Subclasses:
AzureFileVolumeSourceBuilder
,VolumeFluent.AzureFileNested
public class AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description AzureFileVolumeSourceFluent()
AzureFileVolumeSourceFluent(AzureFileVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description A
addToAdditionalProperties(String key, Object value)
A
addToAdditionalProperties(Map<String,Object> map)
protected void
copyInstance(AzureFileVolumeSource instance)
boolean
equals(Object o)
Map<String,Object>
getAdditionalProperties()
Boolean
getReadOnly()
String
getSecretName()
String
getShareName()
boolean
hasAdditionalProperties()
int
hashCode()
boolean
hasReadOnly()
boolean
hasSecretName()
boolean
hasShareName()
A
removeFromAdditionalProperties(String key)
A
removeFromAdditionalProperties(Map<String,Object> map)
String
toString()
<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)
A
withReadOnly()
A
withReadOnly(Boolean readOnly)
A
withSecretName(String secretName)
A
withShareName(String shareName)
-
-
-
Constructor Detail
-
AzureFileVolumeSourceFluent
public AzureFileVolumeSourceFluent()
-
AzureFileVolumeSourceFluent
public AzureFileVolumeSourceFluent(AzureFileVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AzureFileVolumeSource instance)
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getSecretName
public String getSecretName()
-
hasSecretName
public boolean hasSecretName()
-
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:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureFileVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureFileVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-