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,PersistentVolumeSpecFluentImpl.AzureFileNestedImpl,WatchEventFluentImpl.AzureFilePersistentVolumeSourceObjectNestedImpl
public interface AzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
getSecretName
String getSecretName()
-
hasSecretName
Boolean hasSecretName()
-
withNewSecretName
A withNewSecretName(StringBuilder arg1)
-
withNewSecretName
A withNewSecretName(StringBuffer arg1)
-
getSecretNamespace
String getSecretNamespace()
-
hasSecretNamespace
Boolean hasSecretNamespace()
-
withNewSecretNamespace
A withNewSecretNamespace(StringBuilder arg1)
-
withNewSecretNamespace
A withNewSecretNamespace(StringBuffer arg1)
-
getShareName
String getShareName()
-
hasShareName
Boolean hasShareName()
-
withNewShareName
A withNewShareName(StringBuilder arg1)
-
withNewShareName
A withNewShareName(StringBuffer arg1)
-
-