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 boolean
equals(Object o)
String
getSecretName()
String
getSecretNamespace()
String
getShareName()
int
hashCode()
Boolean
hasReadOnly()
Boolean
hasSecretName()
Boolean
hasSecretNamespace()
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
withNewSecretNamespace(String arg1)
A
withNewSecretNamespace(StringBuffer arg1)
A
withNewSecretNamespace(StringBuilder arg1)
A
withNewShareName(String arg1)
A
withNewShareName(StringBuffer arg1)
A
withNewShareName(StringBuilder arg1)
A
withReadOnly(Boolean readOnly)
A
withSecretName(String secretName)
A
withSecretNamespace(String secretNamespace)
A
withShareName(String shareName)
-
-
-
Constructor Detail
-
AzureFilePersistentVolumeSourceFluentImpl
public AzureFilePersistentVolumeSourceFluentImpl()
-
AzureFilePersistentVolumeSourceFluentImpl
public AzureFilePersistentVolumeSourceFluentImpl(AzureFilePersistentVolumeSource instance)
-
-
Method Detail
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
getSecretName
public String getSecretName()
- Specified by:
getSecretName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withSecretName
public A withSecretName(String secretName)
- Specified by:
withSecretName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
hasSecretName
public Boolean hasSecretName()
- Specified by:
hasSecretName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretName
public A withNewSecretName(String arg1)
- Specified by:
withNewSecretName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretName
public A withNewSecretName(StringBuilder arg1)
- Specified by:
withNewSecretName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretName
public A withNewSecretName(StringBuffer arg1)
- Specified by:
withNewSecretName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
getSecretNamespace
public String getSecretNamespace()
- Specified by:
getSecretNamespace
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withSecretNamespace
public A withSecretNamespace(String secretNamespace)
- Specified by:
withSecretNamespace
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
hasSecretNamespace
public Boolean hasSecretNamespace()
- Specified by:
hasSecretNamespace
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretNamespace
public A withNewSecretNamespace(String arg1)
- Specified by:
withNewSecretNamespace
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretNamespace
public A withNewSecretNamespace(StringBuilder arg1)
- Specified by:
withNewSecretNamespace
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewSecretNamespace
public A withNewSecretNamespace(StringBuffer arg1)
- Specified by:
withNewSecretNamespace
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
getShareName
public String getShareName()
- Specified by:
getShareName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withShareName
public A withShareName(String shareName)
- Specified by:
withShareName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
hasShareName
public Boolean hasShareName()
- Specified by:
hasShareName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewShareName
public A withNewShareName(String arg1)
- Specified by:
withNewShareName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewShareName
public A withNewShareName(StringBuilder arg1)
- Specified by:
withNewShareName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
withNewShareName
public A withNewShareName(StringBuffer arg1)
- Specified by:
withNewShareName
in interfaceAzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>
-
-