struct Kubernetes::Deployment
- Kubernetes::Deployment
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
kubernetes.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, metadata : Kubernetes::Deployment::Metadata, spec : Kubernetes::Deployment::Spec, status : Kubernetes::Deployment::Status | Nil = nil)
Instance Method Summary
Instance methods inherited from module Kubernetes::Serializable
pretty_print(pp) : Nil
pretty_print
Constructor Detail
def self.new(*, metadata : Kubernetes::Deployment::Metadata, spec : Kubernetes::Deployment::Spec, status : Kubernetes::Deployment::Status | Nil = nil)
#