Package io.fabric8.kubernetes.api.model
Interface AzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.AzureFileNested<N>,WatchEventFluent.AzureFilePersistentVolumeSourceObjectNested<N>
- All Known Implementing Classes:
AzureFilePersistentVolumeSourceBuilder,AzureFilePersistentVolumeSourceFluentImpl,DoneableAzureFilePersistentVolumeSource,PersistentVolumeSpecFluentImpl.AzureFileNestedImpl,WatchEventFluentImpl.AzureFilePersistentVolumeSourceObjectNestedImpl
public interface AzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetSecretName()StringgetSecretNamespace()StringgetShareName()BooleanhasReadOnly()BooleanhasSecretName()BooleanhasSecretNamespace()BooleanhasShareName()BooleanisReadOnly()AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithNewSecretName(String arg1)AwithNewSecretName(StringBuffer arg1)AwithNewSecretName(StringBuilder arg1)AwithNewSecretNamespace(String arg1)AwithNewSecretNamespace(StringBuffer arg1)AwithNewSecretNamespace(StringBuilder arg1)AwithNewShareName(String arg1)AwithNewShareName(StringBuffer arg1)AwithNewShareName(StringBuilder arg1)AwithReadOnly(Boolean readOnly)AwithSecretName(String secretName)AwithSecretNamespace(String secretNamespace)AwithShareName(String shareName)
-
Method Details
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
getSecretName
String getSecretName() -
withSecretName
-
hasSecretName
Boolean hasSecretName() -
withNewSecretName
-
withNewSecretName
-
withNewSecretName
-
getSecretNamespace
String getSecretNamespace() -
withSecretNamespace
-
hasSecretNamespace
Boolean hasSecretNamespace() -
withNewSecretNamespace
-
withNewSecretNamespace
-
withNewSecretNamespace
-
getShareName
String getShareName() -
withShareName
-
hasShareName
Boolean hasShareName() -
withNewShareName
-
withNewShareName
-
withNewShareName
-