Uses of Interface
org.apache.camel.k.catalog.model.k8s.crd.RuntimeSpec
-
Packages that use RuntimeSpec Package Description org.apache.camel.k.catalog.model.k8s.crd -
-
Uses of RuntimeSpec in org.apache.camel.k.catalog.model.k8s.crd
Classes in org.apache.camel.k.catalog.model.k8s.crd that implement RuntimeSpec Modifier and Type Class Description class
ImmutableRuntimeSpec
Immutable implementation ofRuntimeSpec
.Methods in org.apache.camel.k.catalog.model.k8s.crd that return RuntimeSpec Modifier and Type Method Description RuntimeSpec
CamelCatalogSpec. getRuntime()
RuntimeSpec
ImmutableCamelCatalogSpec. getRuntime()
Methods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type RuntimeSpec Modifier and Type Method Description static ImmutableRuntimeSpec
ImmutableRuntimeSpec. copyOf(RuntimeSpec instance)
Creates an immutable copy of aRuntimeSpec
value.RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder. from(RuntimeSpec instance)
Fill a builder with attribute values from the providedRuntimeSpec
instance.CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder. runtime(RuntimeSpec runtime)
Initializes the value for theruntime
attribute.ImmutableCamelCatalogSpec
ImmutableCamelCatalogSpec. withRuntime(RuntimeSpec value)
Copy the current immutable object by setting a value for theruntime
attribute.
-