Kubernetes::Deployment::Spec
Inherits YAML::Serializable / JSON::Serializable / Kubernetes::Serializable / Struct / Value / Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
new(*, replicas : Int32 = 1, selector : Kubernetes::Deployment::Spec::Selector = Selector.new, template : Kubernetes::PodTemplate, strategy : Kubernetes::Deployment::Spec::Strategy = Strategy.new, revision_history_limit : Int32 = 10, progress_deadline_seconds : Int32 = 600)
SourceInstance methods
progress_deadline_seconds
replicas
revision_history_limit
selector
strategy
template