Package io.fabric8.kubernetes.api.model
Class VolumeFluentImpl.AzureFileNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AzureFileVolumeSourceFluentImpl<VolumeFluent.AzureFileNested<N>>
-
- io.fabric8.kubernetes.api.model.VolumeFluentImpl.AzureFileNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<VolumeFluent.AzureFileNested<N>>
,Nested<N>
,Visitable<VolumeFluent.AzureFileNested<N>>
,AzureFileVolumeSourceFluent<VolumeFluent.AzureFileNested<N>>
,VolumeFluent.AzureFileNested<N>
- Enclosing class:
- VolumeFluentImpl<A extends VolumeFluent<A>>
public class VolumeFluentImpl.AzureFileNestedImpl<N> extends AzureFileVolumeSourceFluentImpl<VolumeFluent.AzureFileNested<N>> implements VolumeFluent.AzureFileNested<N>, Nested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endAzureFile()
-
Methods inherited from class io.fabric8.kubernetes.api.model.AzureFileVolumeSourceFluentImpl
equals, getSecretName, getShareName, hashCode, hasReadOnly, hasSecretName, hasShareName, isReadOnly, withNewReadOnly, withNewReadOnly, withNewSecretName, withNewSecretName, withNewSecretName, withNewShareName, withNewShareName, withNewShareName, withReadOnly, withSecretName, withShareName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.AzureFileVolumeSourceFluent
getSecretName, getShareName, hasReadOnly, hasSecretName, hasShareName, isReadOnly, withNewReadOnly, withNewReadOnly, withNewSecretName, withNewSecretName, withNewSecretName, withNewShareName, withNewShareName, withNewShareName, withReadOnly, withSecretName, withShareName
-
-
-
-
Method Detail
-
and
public N and()
-
endAzureFile
public N endAzureFile()
- Specified by:
endAzureFile
in interfaceVolumeFluent.AzureFileNested<N>
-
-