Package io.fabric8.kubernetes.api.model
Class VolumeFluentImpl.PersistentVolumeClaimNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PersistentVolumeClaimVolumeSourceFluentImpl<VolumeFluent.PersistentVolumeClaimNested<N>>
-
- io.fabric8.kubernetes.api.model.VolumeFluentImpl.PersistentVolumeClaimNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<VolumeFluent.PersistentVolumeClaimNested<N>>
,Nested<N>
,Visitable<VolumeFluent.PersistentVolumeClaimNested<N>>
,PersistentVolumeClaimVolumeSourceFluent<VolumeFluent.PersistentVolumeClaimNested<N>>
,VolumeFluent.PersistentVolumeClaimNested<N>
- Enclosing class:
- VolumeFluentImpl<A extends VolumeFluent<A>>
public class VolumeFluentImpl.PersistentVolumeClaimNestedImpl<N> extends PersistentVolumeClaimVolumeSourceFluentImpl<VolumeFluent.PersistentVolumeClaimNested<N>> implements VolumeFluent.PersistentVolumeClaimNested<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
endPersistentVolumeClaim()
-
Methods inherited from class io.fabric8.kubernetes.api.model.PersistentVolumeClaimVolumeSourceFluentImpl
equals, getClaimName, hasClaimName, hashCode, hasReadOnly, isReadOnly, withClaimName, withNewClaimName, withNewClaimName, withNewClaimName, withNewReadOnly, withNewReadOnly, withReadOnly
-
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.PersistentVolumeClaimVolumeSourceFluent
getClaimName, hasClaimName, hasReadOnly, isReadOnly, withClaimName, withNewClaimName, withNewClaimName, withNewClaimName, withNewReadOnly, withNewReadOnly, withReadOnly
-
-
-
-
Method Detail
-
and
public N and()
-
endPersistentVolumeClaim
public N endPersistentVolumeClaim()
- Specified by:
endPersistentVolumeClaim
in interfaceVolumeFluent.PersistentVolumeClaimNested<N>
-
-