class Pyrite::Api::Core::V1::Pod
- Pyrite::Api::Core::V1::Pod
- Pyrite::Kubernetes::Object
- Pyrite::Kubernetes::Resource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.
Defined in:
versions/v1.14/api/core/v1/pod.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Pod is a collection of containers that can run on a host.
-
.new(pull : JSON::PullParser)
Pod is a collection of containers that can run on a host.
- .new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Core::V1::PodSpec? = nil, status : Api::Core::V1::PodStatus? = nil)
Instance Method Summary
- #spec : Api::Core::V1::PodSpec?
- #spec=(spec : Api::Core::V1::PodSpec?)
- #status : Api::Core::V1::PodStatus?
- #status=(status : Api::Core::V1::PodStatus?)
Instance methods inherited from class Pyrite::Kubernetes::Object
metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
metadata,
metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
metadata=
Constructor methods inherited from class Pyrite::Kubernetes::Object
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Instance methods inherited from class Pyrite::Kubernetes::Resource
api_version : String
api_version,
kind : String
kind
Constructor methods inherited from class Pyrite::Kubernetes::Resource
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
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)
#
Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.
def self.new(pull : JSON::PullParser)
#
Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.
def self.new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Core::V1::PodSpec? = nil, status : Api::Core::V1::PodStatus? = nil)
#