Uses of Class
org.apache.camel.k.tooling.maven.model.k8s.ObjectMeta.Builder
-
Packages that use ObjectMeta.Builder Package Description org.apache.camel.k.tooling.maven.model.k8s -
-
Uses of ObjectMeta.Builder in org.apache.camel.k.tooling.maven.model.k8s
Methods in org.apache.camel.k.tooling.maven.model.k8s that return ObjectMeta.Builder Modifier and Type Method Description ObjectMeta.BuilderImmutableObjectMeta.Builder. from(ObjectMeta instance)Fill a builder with attribute values from the providedObjectMetainstance.ObjectMeta.BuilderImmutableObjectMeta.Builder. labels(Map<String,? extends String> entries)Sets or replaces all mappings from the specified map as entries for thelabelsmap.ObjectMeta.BuilderImmutableObjectMeta.Builder. name(String name)Initializes the value for thenameattribute.ObjectMeta.BuilderImmutableObjectMeta.Builder. putAllLabels(Map<String,? extends String> entries)Put all mappings from the specified map as entries tolabelsmap.ObjectMeta.BuilderImmutableObjectMeta.Builder. putLabels(String key, String value)Put one entry to thelabelsmap.ObjectMeta.BuilderImmutableObjectMeta.Builder. putLabels(Map.Entry<String,? extends String> entry)Put one entry to thelabelsmap.
-