Uses of Interface
org.apache.camel.k.catalog.model.k8s.ObjectMeta
Packages that use ObjectMeta
-
Uses of ObjectMeta in org.apache.camel.k.catalog.model.k8s
Classes in org.apache.camel.k.catalog.model.k8s that implement ObjectMetaMethods in org.apache.camel.k.catalog.model.k8s with parameters of type ObjectMetaModifier and TypeMethodDescriptionstatic ImmutableObjectMeta
ImmutableObjectMeta.copyOf
(ObjectMeta instance) Creates an immutable copy of aObjectMeta
value.final 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 ObjectMetaMethods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type ObjectMetaModifier and TypeMethodDescriptionfinal CamelCatalog.Builder
ImmutableCamelCatalog.Builder.metadata
(ObjectMeta metadata) Initializes the value for themetadata
attribute.final ImmutableCamelCatalog
ImmutableCamelCatalog.withMetadata
(ObjectMeta value) Copy the current immutable object by setting a value for themetadata
attribute.