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