class K8S::Api::Node::V1::Scheduling
- K8S::Api::Node::V1::Scheduling
- Reference
- Object
Overview
Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/node/v1/scheduling.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, node_selector : Hash(String, String)? = nil, tolerations : Array? = nil)
Instance Method Summary
- #node_selector : Hash(String, String)?
- #node_selector=(node_selector : Hash(String, String)?)
- #tolerations : Array(Api::Core::V1::Toleration)?
- #tolerations=(tolerations : Array(Api::Core::V1::Toleration)?)