Interface ContainerSourceListFluent.ItemsNested<N>
-
- All Superinterfaces:
ContainerSourceFluent<ContainerSourceListFluent.ItemsNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<ContainerSourceListFluent.ItemsNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
ContainerSourceListFluentImpl.ItemsNestedImpl
- Enclosing interface:
- ContainerSourceListFluent<A extends ContainerSourceListFluent<A>>
public static interface ContainerSourceListFluent.ItemsNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, ContainerSourceFluent<ContainerSourceListFluent.ItemsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.knative.sources.v1beta1.ContainerSourceFluent
ContainerSourceFluent.MetadataNested<N>, ContainerSourceFluent.SpecNested<N>, ContainerSourceFluent.StatusNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendItem()-
Methods inherited from interface io.fabric8.knative.sources.v1beta1.ContainerSourceFluent
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
-