Uses of Interface
org.apache.camel.k.catalog.model.k8s.crd.CamelCatalog
-
Packages that use CamelCatalog Package Description org.apache.camel.k.catalog.model.k8s.crd -
-
Uses of CamelCatalog in org.apache.camel.k.catalog.model.k8s.crd
Classes in org.apache.camel.k.catalog.model.k8s.crd that implement CamelCatalog Modifier and Type Class Description class
ImmutableCamelCatalog
Immutable implementation ofCamelCatalog
.Methods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type CamelCatalog Modifier and Type Method Description static ImmutableCamelCatalog
ImmutableCamelCatalog. copyOf(CamelCatalog instance)
Creates an immutable copy of aCamelCatalog
value.CamelCatalog.Builder
ImmutableCamelCatalog.Builder. from(CamelCatalog instance)
Fill a builder with attribute values from the providedCamelCatalog
instance.
-