| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model.crd | |
| org.apache.camel.k.tooling.maven.model.k8s |
| Modifier and Type | Method and Description |
|---|---|
ObjectMeta |
ImmutableCamelCatalog.getMetadata() |
ObjectMeta |
CamelCatalog.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
CamelCatalog.Builder |
ImmutableCamelCatalog.Builder.metadata(ObjectMeta metadata)
Initializes the value for the
metadata attribute. |
ImmutableCamelCatalog |
ImmutableCamelCatalog.withMetadata(ObjectMeta value)
Copy the current immutable object by setting a value for the
metadata attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableObjectMeta
Immutable implementation of
ObjectMeta. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableObjectMeta |
ImmutableObjectMeta.copyOf(ObjectMeta instance)
Creates an immutable copy of a
ObjectMeta value. |
ObjectMeta.Builder |
ImmutableObjectMeta.Builder.from(ObjectMeta instance)
Fill a builder with attribute values from the provided
ObjectMeta instance. |
Copyright © 2019 The Apache Software Foundation. All rights reserved.