Uses of Class
org.apache.camel.k.catalog.model.k8s.ImmutableTypeMeta
-
Packages that use ImmutableTypeMeta Package Description org.apache.camel.k.catalog.model.k8s -
-
Uses of ImmutableTypeMeta in org.apache.camel.k.catalog.model.k8s
Methods in org.apache.camel.k.catalog.model.k8s that return ImmutableTypeMeta Modifier and Type Method Description ImmutableTypeMeta
ImmutableTypeMeta.Builder. build()
Builds a newImmutableTypeMeta
.static ImmutableTypeMeta
ImmutableTypeMeta. copyOf(TypeMeta instance)
Creates an immutable copy of aTypeMeta
value.ImmutableTypeMeta
ImmutableTypeMeta. withApiVersion(String value)
Copy the current immutable object by setting a value for theapiVersion
attribute.ImmutableTypeMeta
ImmutableTypeMeta. withKind(String value)
Copy the current immutable object by setting a value for thekind
attribute.
-