class Pyrite::Api::Extensions::V1beta1::DaemonSetSpec

Overview

DaemonSetSpec is the specification of a daemon set.

Defined in:

versions/v1.14/api/extensions/v1beta1/daemon_set_spec.cr

Constructors

Instance Method Summary

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(pull : JSON::PullParser) #

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? = nil, template : Api::Core::V1::PodTemplateSpec, template_generation : Int32? = nil, update_strategy : Api::Extensions::V1beta1::DaemonSetUpdateStrategy? = nil) #

Instance Method Detail

def min_ready_seconds : Int32? #

def min_ready_seconds=(min_ready_seconds : Int32?) #

def revision_history_limit : Int32? #

def revision_history_limit=(revision_history_limit : Int32?) #


def selector=(selector : Apimachinery::Apis::Meta::V1::LabelSelector?) #


def template=(template : Api::Core::V1::PodTemplateSpec) #

def template_generation : Int32? #

def template_generation=(template_generation : Int32?) #


def update_strategy=(update_strategy : Api::Extensions::V1beta1::DaemonSetUpdateStrategy?) #