class Pyrite::Api::Apps::V1::DaemonSetSpec
- Pyrite::Api::Apps::V1::DaemonSetSpec
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
DaemonSetSpec is the specification of a daemon set.
Defined in:
versions/v1.14/api/apps/v1/daemon_set_spec.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DaemonSetSpec is the specification of a daemon set.
-
.new(pull : JSON::PullParser)
DaemonSetSpec is the specification of a daemon set.
- .new(*, min_ready_seconds : Int32? = nil, revision_history_limit : Int32? = nil, selector : Apimachinery::Apis::Meta::V1::LabelSelector, template : Api::Core::V1::PodTemplateSpec, update_strategy : Api::Apps::V1::DaemonSetUpdateStrategy? = nil)
Instance Method Summary
- #min_ready_seconds : Int32?
- #min_ready_seconds=(min_ready_seconds : Int32?)
- #revision_history_limit : Int32?
- #revision_history_limit=(revision_history_limit : Int32?)
- #selector : Apimachinery::Apis::Meta::V1::LabelSelector
- #selector=(selector : Apimachinery::Apis::Meta::V1::LabelSelector)
- #template : Api::Core::V1::PodTemplateSpec
- #template=(template : Api::Core::V1::PodTemplateSpec)
- #update_strategy : Api::Apps::V1::DaemonSetUpdateStrategy?
- #update_strategy=(update_strategy : Api::Apps::V1::DaemonSetUpdateStrategy?)
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)
#
DaemonSetSpec is the specification of a daemon set.
def self.new(*, min_ready_seconds : Int32? = nil, revision_history_limit : Int32? = nil, selector : Apimachinery::Apis::Meta::V1::LabelSelector, template : Api::Core::V1::PodTemplateSpec, update_strategy : Api::Apps::V1::DaemonSetUpdateStrategy? = nil)
#