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 ImmutableObjectMetaImmutableObjectMeta.Builder. build()Builds a newImmutableObjectMeta.static ImmutableObjectMetaImmutableObjectMeta. copyOf(ObjectMeta instance)Creates an immutable copy of aObjectMetavalue.ImmutableObjectMetaImmutableObjectMeta. withLabels(Map<String,? extends String> entries)Copy the current immutable object by replacing thelabelsmap with the specified map.ImmutableObjectMetaImmutableObjectMeta. withName(String value)Copy the current immutable object by setting a value for thenameattribute.
-