public class AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
AzureFileVolumeSourceFluent() |
AzureFileVolumeSourceFluent(AzureFileVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
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(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withSecretName(String secretName) |
A |
withShareName(String shareName) |
public AzureFileVolumeSourceFluent()
public AzureFileVolumeSourceFluent(AzureFileVolumeSource instance)
protected void copyInstance(AzureFileVolumeSource instance)
public Boolean getReadOnly()
public boolean hasReadOnly()
public String getSecretName()
public boolean hasSecretName()
public String getShareName()
public boolean hasShareName()
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 AzureFileVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureFileVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2024 Red Hat. All rights reserved.