Uses of Interface
org.apache.camel.k.catalog.model.k8s.ObjectMeta
-
Packages that use ObjectMeta Package Description org.apache.camel.k.catalog.model.k8s org.apache.camel.k.catalog.model.k8s.crd -
-
Uses of ObjectMeta in org.apache.camel.k.catalog.model.k8s
Classes in org.apache.camel.k.catalog.model.k8s that implement ObjectMeta Modifier and Type Class Description class
ImmutableObjectMeta
Immutable implementation ofObjectMeta
.Methods in org.apache.camel.k.catalog.model.k8s with parameters of type ObjectMeta Modifier and Type Method Description static ImmutableObjectMeta
ImmutableObjectMeta. copyOf(ObjectMeta instance)
Creates an immutable copy of aObjectMeta
value.ObjectMeta.Builder
ImmutableObjectMeta.Builder. from(ObjectMeta instance)
Fill a builder with attribute values from the providedObjectMeta
instance. -
Uses of ObjectMeta in org.apache.camel.k.catalog.model.k8s.crd
Methods in org.apache.camel.k.catalog.model.k8s.crd that return ObjectMeta Modifier and Type Method Description ObjectMeta
CamelCatalog. getMetadata()
ObjectMeta
ImmutableCamelCatalog. getMetadata()
Methods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type ObjectMeta Modifier and Type Method Description CamelCatalog.Builder
ImmutableCamelCatalog.Builder. metadata(ObjectMeta metadata)
Initializes the value for themetadata
attribute.ImmutableCamelCatalog
ImmutableCamelCatalog. withMetadata(ObjectMeta value)
Copy the current immutable object by setting a value for themetadata
attribute.
-