Uses of Class
org.apache.camel.k.catalog.model.k8s.crd.ImmutableCamelCatalog
Packages that use ImmutableCamelCatalog
-
Uses of ImmutableCamelCatalog in org.apache.camel.k.catalog.model.k8s.crd
Methods in org.apache.camel.k.catalog.model.k8s.crd that return ImmutableCamelCatalogModifier and TypeMethodDescriptionImmutableCamelCatalog.Builder.build()
Builds a newImmutableCamelCatalog
.static ImmutableCamelCatalog
ImmutableCamelCatalog.copyOf
(CamelCatalog instance) Creates an immutable copy of aCamelCatalog
value.final ImmutableCamelCatalog
ImmutableCamelCatalog.withApiVersion
(String value) Copy the current immutable object by setting a value for theapiVersion
attribute.final ImmutableCamelCatalog
Copy the current immutable object by setting a value for thekind
attribute.final ImmutableCamelCatalog
ImmutableCamelCatalog.withMetadata
(ObjectMeta value) Copy the current immutable object by setting a value for themetadata
attribute.final ImmutableCamelCatalog
ImmutableCamelCatalog.withSpec
(CamelCatalogSpec value) Copy the current immutable object by setting a value for thespec
attribute.