public class AzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
AzureFilePersistentVolumeSourceFluent() |
AzureFilePersistentVolumeSourceFluent(AzureFilePersistentVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(AzureFilePersistentVolumeSource instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getReadOnly() |
String |
getSecretName() |
String |
getSecretNamespace() |
String |
getShareName() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasReadOnly() |
boolean |
hasSecretName() |
boolean |
hasSecretNamespace() |
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 |
withSecretNamespace(String secretNamespace) |
A |
withShareName(String shareName) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AzureFilePersistentVolumeSourceFluent()
public AzureFilePersistentVolumeSourceFluent(AzureFilePersistentVolumeSource instance)
protected void copyInstance(AzureFilePersistentVolumeSource instance)
public Boolean getReadOnly()
public boolean hasReadOnly()
public String getSecretName()
public boolean hasSecretName()
public String getSecretNamespace()
public boolean hasSecretNamespace()
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 AzureFilePersistentVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.