Uses of Interface
org.apache.camel.k.catalog.model.k8s.crd.RuntimeSpec
Packages that use RuntimeSpec
-
Uses of RuntimeSpec in org.apache.camel.k.catalog.model.k8s.crd
Classes in org.apache.camel.k.catalog.model.k8s.crd that implement RuntimeSpecMethods in org.apache.camel.k.catalog.model.k8s.crd that return RuntimeSpecModifier and TypeMethodDescriptionCamelCatalogSpec.getRuntime()
ImmutableCamelCatalogSpec.getRuntime()
Methods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type RuntimeSpecModifier and TypeMethodDescriptionstatic ImmutableRuntimeSpec
ImmutableRuntimeSpec.copyOf
(RuntimeSpec instance) Creates an immutable copy of aRuntimeSpec
value.final RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder.from
(RuntimeSpec instance) Fill a builder with attribute values from the providedRuntimeSpec
instance.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.runtime
(RuntimeSpec runtime) Initializes the value for theruntime
attribute.ImmutableCamelCatalogSpec.withRuntime
(RuntimeSpec value) Copy the current immutable object by setting a value for theruntime
attribute.