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