class Pyrite::Api::Core::V1::NodeConfigSource

Overview

NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.

Defined in:

versions/v1.14/api/core/v1/node_config_source.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) #

NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.


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

NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.


def self.new(*, config_map : Api::Core::V1::ConfigMapNodeConfigSource? = nil) #

Instance Method Detail


def config_map=(config_map : Api::Core::V1::ConfigMapNodeConfigSource?) #