Uses of Class
org.apache.camel.k.tooling.maven.model.crd.CamelCatalog.Builder
-
Packages that use CamelCatalog.Builder Package Description org.apache.camel.k.tooling.maven.model.crd -
-
Uses of CamelCatalog.Builder in org.apache.camel.k.tooling.maven.model.crd
Methods in org.apache.camel.k.tooling.maven.model.crd that return CamelCatalog.Builder Modifier and Type Method Description CamelCatalog.BuilderImmutableCamelCatalog.Builder. apiVersion(String apiVersion)Initializes the value for theapiVersionattribute.CamelCatalog.BuilderImmutableCamelCatalog.Builder. from(CamelCatalog instance)Fill a builder with attribute values from the providedCamelCataloginstance.CamelCatalog.BuilderImmutableCamelCatalog.Builder. kind(String kind)Initializes the value for thekindattribute.CamelCatalog.BuilderImmutableCamelCatalog.Builder. metadata(ObjectMeta metadata)Initializes the value for themetadataattribute.CamelCatalog.BuilderImmutableCamelCatalog.Builder. spec(CamelCatalogSpec spec)Initializes the value for thespecattribute.
-