class K8S::Api::Extensions::V1beta1::DaemonSetSpec
- K8S::Api::Extensions::V1beta1::DaemonSetSpec
- Reference
- Object
Overview
DaemonSetSpec is the specification of a daemon set.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.13/api/extensions/v1beta1/daemon_set_spec.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, template : Api::Core::V1::PodTemplateSpec, min_ready_seconds : Int32? = nil, revision_history_limit : Int32? = nil, selector : Apimachinery::Apis::Meta::V1::LabelSelector? = nil, template_generation : Int32? = nil, update_strategy : Api::Extensions::V1beta1::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)
- #template_generation : Int32?
- #template_generation=(template_generation : Int32?)
- #update_strategy : Api::Extensions::V1beta1::DaemonSetUpdateStrategy?
- #update_strategy=(update_strategy : Api::Extensions::V1beta1::DaemonSetUpdateStrategy?)
Constructor Detail
def self.new(*, template : Api::Core::V1::PodTemplateSpec, min_ready_seconds : Int32? = nil, revision_history_limit : Int32? = nil, selector : Apimachinery::Apis::Meta::V1::LabelSelector? = nil, template_generation : Int32? = nil, update_strategy : Api::Extensions::V1beta1::DaemonSetUpdateStrategy? = nil)
#
Instance Method Detail
def update_strategy=(update_strategy : Api::Extensions::V1beta1::DaemonSetUpdateStrategy?)
#