Uses of Class
org.apache.camel.k.catalog.model.k8s.TypeMeta.Builder
-
Packages that use TypeMeta.Builder Package Description org.apache.camel.k.catalog.model.k8s -
-
Uses of TypeMeta.Builder in org.apache.camel.k.catalog.model.k8s
Methods in org.apache.camel.k.catalog.model.k8s that return TypeMeta.Builder Modifier and Type Method Description TypeMeta.Builder
ImmutableTypeMeta.Builder. apiVersion(String apiVersion)
Initializes the value for theapiVersion
attribute.TypeMeta.Builder
ImmutableTypeMeta.Builder. from(TypeMeta instance)
Fill a builder with attribute values from the providedTypeMeta
instance.TypeMeta.Builder
ImmutableTypeMeta.Builder. kind(String kind)
Initializes the value for thekind
attribute.
-