class K8S::Api::Extensions::V1beta1::DaemonSetSpec

Overview

DaemonSetSpec is the specification of a daemon set.

Included Modules

Defined in:

versions/v1.14/api/extensions/v1beta1/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(*, 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) #

[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]
def selector=(selector : Apimachinery::Apis::Meta::V1::LabelSelector?) #

[View source]

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

[View source]
def template_generation : Int32? #

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

[View source]

[View source]
def update_strategy=(update_strategy : Api::Extensions::V1beta1::DaemonSetUpdateStrategy?) #

[View source]