public interface AzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getSecretName() |
String |
getSecretNamespace() |
String |
getShareName() |
Boolean |
hasReadOnly() |
Boolean |
hasSecretName() |
Boolean |
hasSecretNamespace() |
Boolean |
hasShareName() |
Boolean |
isReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withSecretName(String secretName) |
A |
withSecretNamespace(String secretNamespace) |
A |
withShareName(String shareName) |
Boolean isReadOnly()
Boolean hasReadOnly()
String getSecretName()
Boolean hasSecretName()
String getSecretNamespace()
Boolean hasSecretNamespace()
String getShareName()
Boolean hasShareName()
Copyright © 2011–2018 Red Hat. All rights reserved.