class K8S::Api::Node::V1beta1::RuntimeClass
Overview
RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- K8S::Kubernetes::Resource::Object
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/node/v1beta1/runtime_class.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, handler : String, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, overhead : Api::Node::V1beta1::Overhead? = nil, scheduling : Api::Node::V1beta1::Scheduling? = nil)
Class Method Summary
Instance Method Summary
- #api_version : String
- #handler : String
- #handler=(handler : String)
- #kind : String
- #merge(other)
- #metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
- #metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
- #overhead : Api::Node::V1beta1::Overhead?
- #overhead=(overhead : Api::Node::V1beta1::Overhead?)
- #scheduling : Api::Node::V1beta1::Scheduling?
- #scheduling=(scheduling : Api::Node::V1beta1::Scheduling?)
- #to_h
Instance methods inherited from module K8S::Kubernetes::Resource::Object
api_version : String
api_version,
kind : String
kind,
metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
metadata,
metadata! : Apimachinery::Apis::Meta::V1::ObjectMeta
metadata!
Instance methods inherited from class K8S::Kubernetes::Resource
api_version : String
api_version,
kind : String
kind
Constructor methods inherited from class K8S::Kubernetes::Resource
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Class methods inherited from class K8S::Kubernetes::Resource
from_file(file)
from_file,
from_files(*paths)
from_files
Constructor Detail
def self.new(*, handler : String, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, overhead : Api::Node::V1beta1::Overhead? = nil, scheduling : Api::Node::V1beta1::Scheduling? = nil)
#
Class Method Detail
Instance Method Detail
def metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
#
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
def metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
#
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata