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 String
getSecretName()
String
getShareName()
Boolean
hasReadOnly()
Boolean
hasSecretName()
Boolean
hasShareName()
Boolean
isReadOnly()
A
withNewReadOnly(boolean arg1)
A
withNewReadOnly(String arg1)
A
withNewSecretName(String arg1)
A
withNewSecretName(StringBuffer arg1)
A
withNewSecretName(StringBuilder arg1)
A
withNewShareName(String arg1)
A
withNewShareName(StringBuffer arg1)
A
withNewShareName(StringBuilder arg1)
A
withReadOnly(Boolean readOnly)
A
withSecretName(String secretName)
A
withShareName(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
-