Interface ApicurioRegistryFluent<A extends ApicurioRegistryFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApicurioRegistryListFluent.ItemsNested<N>
- All Known Implementing Classes:
ApicurioRegistryBuilder,ApicurioRegistryFluentImpl,ApicurioRegistryListFluentImpl.ItemsNestedImpl
public interface ApicurioRegistryFluent<A extends ApicurioRegistryFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>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 Modifier and Type Interface Description static interfaceApicurioRegistryFluent.MetadataNested<N>static interfaceApicurioRegistryFluent.SpecNested<N>
-
Method Summary
-
-
-
Method Detail
-
getMetadata
@Deprecated io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
Deprecated.
-
buildMetadata
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
Boolean hasMetadata()
-
withNewMetadata
ApicurioRegistryFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
ApicurioRegistryFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
ApicurioRegistryFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
ApicurioRegistryFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
ApicurioRegistryFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
getSpec
@Deprecated ApicurioRegistrySpec getSpec()
Deprecated.
-
buildSpec
ApicurioRegistrySpec buildSpec()
-
withSpec
A withSpec(ApicurioRegistrySpec spec)
-
hasSpec
Boolean hasSpec()
-
withNewSpec
ApicurioRegistryFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
ApicurioRegistryFluent.SpecNested<A> withNewSpecLike(ApicurioRegistrySpec item)
-
editSpec
ApicurioRegistryFluent.SpecNested<A> editSpec()
-
editOrNewSpec
ApicurioRegistryFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
ApicurioRegistryFluent.SpecNested<A> editOrNewSpecLike(ApicurioRegistrySpec item)
-
-