Uses of Interface
org.apache.camel.k.catalog.model.k8s.crd.CamelCatalogSpec
Packages that use CamelCatalogSpec
-
Uses of CamelCatalogSpec in org.apache.camel.k.catalog.model.k8s.crd
Classes in org.apache.camel.k.catalog.model.k8s.crd that implement CamelCatalogSpecMethods in org.apache.camel.k.catalog.model.k8s.crd that return CamelCatalogSpecMethods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type CamelCatalogSpecModifier and TypeMethodDescriptionstatic ImmutableCamelCatalogSpec
ImmutableCamelCatalogSpec.copyOf
(CamelCatalogSpec instance) Creates an immutable copy of aCamelCatalogSpec
value.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.from
(CamelCatalogSpec instance) Fill a builder with attribute values from the providedCamelCatalogSpec
instance.final CamelCatalog.Builder
ImmutableCamelCatalog.Builder.spec
(CamelCatalogSpec spec) Initializes the value for thespec
attribute.final ImmutableCamelCatalog
ImmutableCamelCatalog.withSpec
(CamelCatalogSpec value) Copy the current immutable object by setting a value for thespec
attribute.