| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model.k8s |
| Modifier and Type | Method and Description |
|---|---|
ObjectMeta.Builder |
ImmutableObjectMeta.Builder.from(ObjectMeta instance)
Fill a builder with attribute values from the provided
ObjectMeta instance. |
ObjectMeta.Builder |
ImmutableObjectMeta.Builder.labels(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
labels map. |
ObjectMeta.Builder |
ImmutableObjectMeta.Builder.name(String name)
Initializes the value for the
name attribute. |
ObjectMeta.Builder |
ImmutableObjectMeta.Builder.putAllLabels(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
labels map. |
ObjectMeta.Builder |
ImmutableObjectMeta.Builder.putLabels(Map.Entry<String,? extends String> entry)
Put one entry to the
labels map. |
ObjectMeta.Builder |
ImmutableObjectMeta.Builder.putLabels(String key,
String value)
Put one entry to the
labels map. |
Copyright © 2019 The Apache Software Foundation. All rights reserved.