Package io.fabric8.kubernetes.api.model
Interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeFluent.AzureFileNested<N>,WatchEventFluent.AzureFileVolumeSourceObjectNested<N>
- All Known Implementing Classes:
AzureFileVolumeSourceBuilder,AzureFileVolumeSourceFluentImpl,DoneableAzureFileVolumeSource,VolumeFluentImpl.AzureFileNestedImpl,WatchEventFluentImpl.AzureFileVolumeSourceObjectNestedImpl
public interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetSecretName()StringgetShareName()BooleanhasReadOnly()BooleanhasSecretName()BooleanhasShareName()BooleanisReadOnly()AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithNewSecretName(String arg1)AwithNewSecretName(StringBuffer arg1)AwithNewSecretName(StringBuilder arg1)AwithNewShareName(String arg1)AwithNewShareName(StringBuffer arg1)AwithNewShareName(StringBuilder arg1)AwithReadOnly(Boolean readOnly)AwithSecretName(String secretName)AwithShareName(String shareName)
-
Method Details
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
getSecretName
String getSecretName() -
withSecretName
-
hasSecretName
Boolean hasSecretName() -
withNewSecretName
-
withNewSecretName
-
withNewSecretName
-
getShareName
String getShareName() -
withShareName
-
hasShareName
Boolean hasShareName() -
withNewShareName
-
withNewShareName
-
withNewShareName
-