Uses of Class
org.apache.camel.k.tooling.maven.model.crd.ImmutableCamelCatalog
-
Packages that use ImmutableCamelCatalog Package Description org.apache.camel.k.tooling.maven.model.crd -
-
Uses of ImmutableCamelCatalog in org.apache.camel.k.tooling.maven.model.crd
Methods in org.apache.camel.k.tooling.maven.model.crd that return ImmutableCamelCatalog Modifier and Type Method Description ImmutableCamelCatalogImmutableCamelCatalog.Builder. build()Builds a newImmutableCamelCatalog.static ImmutableCamelCatalogImmutableCamelCatalog. copyOf(CamelCatalog instance)Creates an immutable copy of aCamelCatalogvalue.ImmutableCamelCatalogImmutableCamelCatalog. withApiVersion(String value)Copy the current immutable object by setting a value for theapiVersionattribute.ImmutableCamelCatalogImmutableCamelCatalog. withKind(String value)Copy the current immutable object by setting a value for thekindattribute.ImmutableCamelCatalogImmutableCamelCatalog. withMetadata(ObjectMeta value)Copy the current immutable object by setting a value for themetadataattribute.ImmutableCamelCatalogImmutableCamelCatalog. withSpec(CamelCatalogSpec value)Copy the current immutable object by setting a value for thespecattribute.
-