struct Kubernetes::PodSpec

Overview

https://github.com/kubernetes/kubernetes/blob/2dede1d4d453413da6fd852e00fc7d4c8784d2a8/staging/src/k8s.io/client-go/applyconfigurations/core/v1/podspec.go#L27-L63

Included Modules

Defined in:

kubernetes.cr

Constructors

Instance Method Summary

Instance methods inherited from module Kubernetes::Serializable

pretty_print(pp) : Nil pretty_print

Constructor Detail

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

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def containers : Array(Container) #

def dns_policy : String #

def restart_policy : String | Nil #

def scheduler_name : String #

def security_context : JSON::Any #

def service_account : String | Nil #

def service_account_name : String | Nil #

def termination_grace_period_seconds : Int32 #