| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model.k8s |
| Modifier and Type | Method and Description |
|---|---|
ImmutableObjectMeta |
ImmutableObjectMeta.Builder.build()
Builds a new
ImmutableObjectMeta. |
static ImmutableObjectMeta |
ImmutableObjectMeta.copyOf(ObjectMeta instance)
Creates an immutable copy of a
ObjectMeta value. |
ImmutableObjectMeta |
ImmutableObjectMeta.withLabels(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
labels map with the specified map. |
ImmutableObjectMeta |
ImmutableObjectMeta.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
Copyright © 2019 The Apache Software Foundation. All rights reserved.