Uses of Class
org.apache.camel.k.tooling.maven.model.k8s.TypeMeta.Builder
-
Packages that use TypeMeta.Builder Package Description org.apache.camel.k.tooling.maven.model.k8s -
-
Uses of TypeMeta.Builder in org.apache.camel.k.tooling.maven.model.k8s
Methods in org.apache.camel.k.tooling.maven.model.k8s that return TypeMeta.Builder Modifier and Type Method Description TypeMeta.BuilderImmutableTypeMeta.Builder. apiVersion(String apiVersion)Initializes the value for theapiVersionattribute.TypeMeta.BuilderImmutableTypeMeta.Builder. from(TypeMeta instance)Fill a builder with attribute values from the providedTypeMetainstance.TypeMeta.BuilderImmutableTypeMeta.Builder. kind(String kind)Initializes the value for thekindattribute.
-