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.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) #

ContainerStateRunning is a running state of a container.


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

ContainerStateRunning is a running state of a container.


def self.new(*, started_at : Time? = nil) #

Instance Method Detail

def started_at : Time? #

def started_at=(started_at : Time?) #