Interface ApicurioRegistryListFluent.ItemsNested<N>
-
- All Superinterfaces:
ApicurioRegistryFluent<ApicurioRegistryListFluent.ItemsNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<ApicurioRegistryListFluent.ItemsNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
ApicurioRegistryListFluentImpl.ItemsNestedImpl
- Enclosing interface:
- ApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
public static interface ApicurioRegistryListFluent.ItemsNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, ApicurioRegistryFluent<ApicurioRegistryListFluent.ItemsNested<N>>
WARNING: The standard equals and hashCode are overridden, so only namespace, name and spec are used in the comparison. If full comparison is needed, use the `*Full` methods. Kind and version are not compared.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.apicurio.registry.operator.api.v1.model.ApicurioRegistryFluent
ApicurioRegistryFluent.MetadataNested<N>, ApicurioRegistryFluent.SpecNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendItem()-
Methods inherited from interface io.apicurio.registry.operator.api.v1.model.ApicurioRegistryFluent
buildMetadata, buildSpec, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editSpec, getMetadata, getSpec, hasMetadata, hasSpec, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withSpec
-
-