Uses of Class
org.apache.camel.k.catalog.model.k8s.ImmutableObjectMeta
Packages that use ImmutableObjectMeta
-
Uses of ImmutableObjectMeta in org.apache.camel.k.catalog.model.k8s
Methods in org.apache.camel.k.catalog.model.k8s that return ImmutableObjectMetaModifier and TypeMethodDescriptionImmutableObjectMeta.Builder.build()
Builds a newImmutableObjectMeta
.static ImmutableObjectMeta
ImmutableObjectMeta.copyOf
(ObjectMeta instance) Creates an immutable copy of aObjectMeta
value.final ImmutableObjectMeta
ImmutableObjectMeta.withLabels
(Map<String, ? extends String> entries) Copy the current immutable object by replacing thelabels
map with the specified map.final ImmutableObjectMeta
Copy the current immutable object by setting a value for thename
attribute.