class K8S::Api::Node::V1::Overhead

Overview

Overhead structure represents the resource overhead associated with running a pod.

Included Modules

Defined in:

versions/v1.20/api/node/v1/overhead.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, pod_fixed : Hash(String, Int32 | String)? = nil) #

[View source]

Instance Method Detail

def pod_fixed : Hash(String, Int32 | String)? #

[View source]
def pod_fixed=(pod_fixed : Hash(String, Int32 | String)?) #

[View source]