class Pyrite::Api::Core::V1::ContainerStateRunning
Overview
ContainerStateRunning is a running state of a container.
Defined in:
versions/v1.14/api/core/v1/container_state_running.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ContainerStateRunning is a running state of a container.
-
.new(pull : JSON::PullParser)
ContainerStateRunning is a running state of a container.
- .new(*, started_at : Time? = 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)
#
ContainerStateRunning is a running state of a container.