Package io.fabric8.kubernetes.api.model
Class VolumeFluentImpl.GitRepoNestedImpl<N>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.GitRepoVolumeSourceFluentImpl<VolumeFluent.GitRepoNested<N>>
io.fabric8.kubernetes.api.model.VolumeFluentImpl.GitRepoNestedImpl<N>
- All Implemented Interfaces:
Fluent<VolumeFluent.GitRepoNested<N>>
,Nested<N>
,Visitable<VolumeFluent.GitRepoNested<N>>
,GitRepoVolumeSourceFluent<VolumeFluent.GitRepoNested<N>>
,VolumeFluent.GitRepoNested<N>
- Enclosing class:
- VolumeFluentImpl<A extends VolumeFluent<A>>
public class VolumeFluentImpl.GitRepoNestedImpl<N> extends GitRepoVolumeSourceFluentImpl<VolumeFluent.GitRepoNested<N>> implements VolumeFluent.GitRepoNested<N>, Nested<N>
-
Field Summary
-
Method Summary
Modifier and Type Method Description N
and()
N
endGitRepo()
Methods inherited from class io.fabric8.kubernetes.api.model.GitRepoVolumeSourceFluentImpl
equals, getDirectory, getRepository, getRevision, hasDirectory, hasRepository, hasRevision, withDirectory, withNewDirectory, withNewDirectory, withNewDirectory, withNewRepository, withNewRepository, withNewRepository, withNewRevision, withNewRevision, withNewRevision, withRepository, withRevision
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.fabric8.kubernetes.api.model.GitRepoVolumeSourceFluent
getDirectory, getRepository, getRevision, hasDirectory, hasRepository, hasRevision, withDirectory, withNewDirectory, withNewDirectory, withNewDirectory, withNewRepository, withNewRepository, withNewRepository, withNewRevision, withNewRevision, withNewRevision, withRepository, withRevision
-
Method Details
-
and
-
endGitRepo
- Specified by:
endGitRepo
in interfaceVolumeFluent.GitRepoNested<N>
-