Package io.fabric8.kubernetes.api.model
Class AzureFilePersistentVolumeSourceFluentImpl<A extends AzureFilePersistentVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AzureFilePersistentVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,AzureFilePersistentVolumeSourceFluent<A>
- Direct Known Subclasses:
AzureFilePersistentVolumeSourceBuilder,PersistentVolumeSpecFluentImpl.AzureFileNestedImpl,WatchEventFluentImpl.AzureFilePersistentVolumeSourceObjectNestedImpl
public class AzureFilePersistentVolumeSourceFluentImpl<A extends AzureFilePersistentVolumeSourceFluent<A>> extends BaseFluent<A> implements AzureFilePersistentVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description AzureFilePersistentVolumeSourceFluentImpl()AzureFilePersistentVolumeSourceFluentImpl(AzureFilePersistentVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetSecretName()StringgetSecretNamespace()StringgetShareName()inthashCode()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)
-
-
-
Constructor Detail
-
AzureFilePersistentVolumeSourceFluentImpl
public AzureFilePersistentVolumeSourceFluentImpl()
-
AzureFilePersistentVolumeSourceFluentImpl
public AzureFilePersistentVolumeSourceFluentImpl(AzureFilePersistentVolumeSource instance)
-
-
Method Detail
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
getSecretName
public String getSecretName()
- Specified by:
getSecretNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withSecretName
public A withSecretName(String secretName)
- Specified by:
withSecretNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
hasSecretName
public Boolean hasSecretName()
- Specified by:
hasSecretNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretName
public A withNewSecretName(String arg1)
- Specified by:
withNewSecretNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretName
public A withNewSecretName(StringBuilder arg1)
- Specified by:
withNewSecretNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretName
public A withNewSecretName(StringBuffer arg1)
- Specified by:
withNewSecretNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
getSecretNamespace
public String getSecretNamespace()
- Specified by:
getSecretNamespacein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withSecretNamespace
public A withSecretNamespace(String secretNamespace)
- Specified by:
withSecretNamespacein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
hasSecretNamespace
public Boolean hasSecretNamespace()
- Specified by:
hasSecretNamespacein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretNamespace
public A withNewSecretNamespace(String arg1)
- Specified by:
withNewSecretNamespacein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretNamespace
public A withNewSecretNamespace(StringBuilder arg1)
- Specified by:
withNewSecretNamespacein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretNamespace
public A withNewSecretNamespace(StringBuffer arg1)
- Specified by:
withNewSecretNamespacein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
getShareName
public String getShareName()
- Specified by:
getShareNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withShareName
public A withShareName(String shareName)
- Specified by:
withShareNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
hasShareName
public Boolean hasShareName()
- Specified by:
hasShareNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewShareName
public A withNewShareName(String arg1)
- Specified by:
withNewShareNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewShareName
public A withNewShareName(StringBuilder arg1)
- Specified by:
withNewShareNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewShareName
public A withNewShareName(StringBuffer arg1)
- Specified by:
withNewShareNamein interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
-