class K8S::Api::Apps::V1::DaemonSetSpec

Overview

DaemonSetSpec is the specification of a daemon set.

Included Modules

Defined in:

versions/v1.13/api/apps/v1/daemon_set_spec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, selector : Apimachinery::Apis::Meta::V1::LabelSelector, template : Api::Core::V1::PodTemplateSpec, min_ready_seconds : Int32? = nil, revision_history_limit : Int32? = nil, update_strategy : Api::Apps::V1::DaemonSetUpdateStrategy? = nil) #

[View source]

Instance Method Detail

def min_ready_seconds : Int32? #

[View source]
def min_ready_seconds=(min_ready_seconds : Int32?) #

[View source]
def revision_history_limit : Int32? #

[View source]
def revision_history_limit=(revision_history_limit : Int32?) #

[View source]

[View source]

[View source]

[View source]
def template=(template : Api::Core::V1::PodTemplateSpec) #

[View source]
def update_strategy : Api::Apps::V1::DaemonSetUpdateStrategy? #

[View source]
def update_strategy=(update_strategy : Api::Apps::V1::DaemonSetUpdateStrategy?) #

[View source]