Uses of Class
io.fabric8.kubernetes.api.model.node.v1alpha1.RuntimeClassSpec
-
Packages that use RuntimeClassSpec Package Description io.fabric8.kubernetes.api.model.node.v1alpha1 -
-
Uses of RuntimeClassSpec in io.fabric8.kubernetes.api.model.node.v1alpha1
Methods in io.fabric8.kubernetes.api.model.node.v1alpha1 that return RuntimeClassSpec Modifier and Type Method Description RuntimeClassSpecRuntimeClassSpecBuilder. build()RuntimeClassSpecRuntimeClassFluent. buildSpec()RuntimeClassSpecRuntimeClass. getSpec()RuntimeClass defines a class of container runtime supported in the cluster.Methods in io.fabric8.kubernetes.api.model.node.v1alpha1 with parameters of type RuntimeClassSpec Modifier and Type Method Description protected voidRuntimeClassSpecFluent. copyInstance(RuntimeClassSpec instance)RuntimeClassFluent.SpecNested<A>RuntimeClassFluent. editOrNewSpecLike(RuntimeClassSpec item)voidRuntimeClass. setSpec(RuntimeClassSpec spec)RuntimeClass defines a class of container runtime supported in the cluster.RuntimeClassFluent.SpecNested<A>RuntimeClassFluent. withNewSpecLike(RuntimeClassSpec item)ARuntimeClassFluent. withSpec(RuntimeClassSpec spec)Constructors in io.fabric8.kubernetes.api.model.node.v1alpha1 with parameters of type RuntimeClassSpec Constructor Description RuntimeClass(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, RuntimeClassSpec spec)RuntimeClassSpecBuilder(RuntimeClassSpec instance)RuntimeClassSpecBuilder(RuntimeClassSpecFluent<?> fluent, RuntimeClassSpec instance)RuntimeClassSpecFluent(RuntimeClassSpec instance)
-