Uses of Class
org.apache.camel.k.catalog.model.k8s.crd.ImmutableCamelCatalogSpec
Packages that use ImmutableCamelCatalogSpec
-
Uses of ImmutableCamelCatalogSpec in org.apache.camel.k.catalog.model.k8s.crd
Methods in org.apache.camel.k.catalog.model.k8s.crd that return ImmutableCamelCatalogSpecModifier and TypeMethodDescriptionImmutableCamelCatalogSpec.Builder.build()
Builds a newImmutableCamelCatalogSpec
.static ImmutableCamelCatalogSpec
ImmutableCamelCatalogSpec.copyOf
(CamelCatalogSpec instance) Creates an immutable copy of aCamelCatalogSpec
value.ImmutableCamelCatalogSpec.withArtifacts
(Map<String, ? extends CamelArtifact> entries) Copy the current immutable object by replacing theartifacts
map with the specified map.ImmutableCamelCatalogSpec.withLoaders
(Map<String, ? extends CamelLoader> entries) Copy the current immutable object by replacing theloaders
map with the specified map.ImmutableCamelCatalogSpec.withRuntime
(RuntimeSpec value) Copy the current immutable object by setting a value for theruntime
attribute.