public interface AzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getReadOnly() |
String |
getSecretName() |
String |
getSecretNamespace() |
String |
getShareName() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasReadOnly() |
Boolean |
hasSecretName() |
Boolean |
hasSecretNamespace() |
Boolean |
hasShareName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<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) |
Boolean getReadOnly()
Boolean hasReadOnly()
String getSecretName()
Boolean hasSecretName()
String getSecretNamespace()
Boolean hasSecretNamespace()
String getShareName()
Boolean hasShareName()
Boolean hasAdditionalProperties()
A withReadOnly()
Copyright © 2015–2022 Red Hat. All rights reserved.