class Namespace

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(name : String, project : Nil | String, istio : Bool = false) #

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

[View source]

Instance Method Detail

def istio : Bool #

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

[View source]
def name : String #

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

[View source]
def project : String | Nil #

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

[View source]