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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.
-
.new(pull : JSON::PullParser)
NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.
- .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 Summary
- #active : Api::Core::V1::NodeConfigSource?
- #active=(active : Api::Core::V1::NodeConfigSource?)
- #assigned : Api::Core::V1::NodeConfigSource?
- #assigned=(assigned : Api::Core::V1::NodeConfigSource?)
- #error : String?
- #error=(error : String?)
- #last_known_good : Api::Core::V1::NodeConfigSource?
- #last_known_good=(last_known_good : Api::Core::V1::NodeConfigSource?)
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)
#