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