Uses of Interface
org.apache.camel.k.tooling.maven.model.k8s.ObjectMeta
-
Packages that use ObjectMeta Package Description org.apache.camel.k.tooling.maven.model.crd org.apache.camel.k.tooling.maven.model.k8s -
-
Uses of ObjectMeta in org.apache.camel.k.tooling.maven.model.crd
Methods in org.apache.camel.k.tooling.maven.model.crd that return ObjectMeta Modifier and Type Method Description ObjectMetaCamelCatalog. getMetadata()ObjectMetaImmutableCamelCatalog. getMetadata()Methods in org.apache.camel.k.tooling.maven.model.crd with parameters of type ObjectMeta Modifier and Type Method Description CamelCatalog.BuilderImmutableCamelCatalog.Builder. metadata(ObjectMeta metadata)Initializes the value for themetadataattribute.ImmutableCamelCatalogImmutableCamelCatalog. withMetadata(ObjectMeta value)Copy the current immutable object by setting a value for themetadataattribute. -
Uses of ObjectMeta in org.apache.camel.k.tooling.maven.model.k8s
Classes in org.apache.camel.k.tooling.maven.model.k8s that implement ObjectMeta Modifier and Type Class Description classImmutableObjectMetaImmutable implementation ofObjectMeta.Methods in org.apache.camel.k.tooling.maven.model.k8s with parameters of type ObjectMeta Modifier and Type Method Description static ImmutableObjectMetaImmutableObjectMeta. copyOf(ObjectMeta instance)Creates an immutable copy of aObjectMetavalue.ObjectMeta.BuilderImmutableObjectMeta.Builder. from(ObjectMeta instance)Fill a builder with attribute values from the providedObjectMetainstance.
-