class Pyrite::Api::Node::V1alpha1::RuntimeClassSpec
Overview
RuntimeClassSpec is a specification of a RuntimeClass. It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable.
Defined in:
versions/v1.14/api/node/v1alpha1/runtime_class_spec.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
RuntimeClassSpec is a specification of a RuntimeClass.
-
.new(pull : JSON::PullParser)
RuntimeClassSpec is a specification of a RuntimeClass.
- .new(*, runtime_handler : String)
Instance Method Summary
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
RuntimeClassSpec is a specification of a RuntimeClass. It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable.
RuntimeClassSpec is a specification of a RuntimeClass. It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable.