class Pyrite::Api::Core::V1::ExecAction
- Pyrite::Api::Core::V1::ExecAction
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
ExecAction describes a "run in container" action.
Defined in:
versions/v1.14/api/core/v1/exec_action.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ExecAction describes a "run in container" action.
-
.new(pull : JSON::PullParser)
ExecAction describes a "run in container" action.
- .new(*, command : Array? = nil)
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)
#
ExecAction describes a "run in container" action.