class Group

Included Modules

Defined in:

kube/types.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]

Instance Method Detail

def after : Array(String) #

[View source]
def after=(after : Array(String)) #

[View source]
def apps : Array(AppOptions) #

[View source]
def apps=(apps : Array(AppOptions)) #

[View source]
def before : Array(String) #

[View source]
def before=(before : Array(String)) #

[View source]
def config_maps : Array(Secret) #

[View source]
def config_maps=(config_maps : Array(Secret)) #

[View source]
def default_namespace : String | Nil #

[View source]
def default_namespace=(default_namespace : String | Nil) #

[View source]
def ignore : Bool #

[View source]
def ignore=(ignore : Bool) #

[View source]
def istio : Bool #

[View source]
def istio=(istio : Bool) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def namespace : Namespace #

[View source]
def project : String | Nil #

[View source]
def project=(project : String | Nil) #

[View source]
def run_after : Array(String) #

[View source]
def run_after=(run_after : Array(String)) #

[View source]
def run_before : Array(String) #

[View source]
def run_before=(run_before : Array(String)) #

[View source]
def secrets : Array(Secret) #

[View source]
def secrets=(secrets : Array(Secret)) #

[View source]