class K8S::Api::Core::V1::ExecAction

Overview

ExecAction describes a "run in container" action.

Included Modules

Defined in:

versions/v1.20/api/core/v1/exec_action.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(*, command : Array(String)? = nil) #

[View source]

Instance Method Detail

def command : Array(String)? #

[View source]
def command=(command : Array(String)?) #

[View source]