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