class Pyrite::Api::Core::V1::NodeConfigStatus

Overview

NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.

Defined in:

versions/v1.14/api/core/v1/node_config_status.cr

Constructors

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

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

NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.


def self.new(pull : JSON::PullParser) #

NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.


def self.new(*, active : Api::Core::V1::NodeConfigSource? = nil, assigned : Api::Core::V1::NodeConfigSource? = nil, error : String? = nil, last_known_good : Api::Core::V1::NodeConfigSource? = nil) #

Instance Method Detail


def active=(active : Api::Core::V1::NodeConfigSource?) #


def assigned=(assigned : Api::Core::V1::NodeConfigSource?) #

def error : String? #

def error=(error : String?) #

def last_known_good : Api::Core::V1::NodeConfigSource? #

def last_known_good=(last_known_good : Api::Core::V1::NodeConfigSource?) #