class K8S::Api::Networking::V1::IngressClassParametersReference

Overview

IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.

Included Modules

Defined in:

versions/v1.22/api/networking/v1/ingress_class_parameters_reference.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(*, kind : String, name : String, api_group : String? = nil, namespace : String? = nil, scope : String? = nil) #

[View source]

Instance Method Detail

def api_group : String? #

[View source]
def api_group=(api_group : String?) #

[View source]
def kind : String #

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

[View source]
def name : String #

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

[View source]
def namespace : String? #

[View source]
def namespace=(namespace : String?) #

[View source]
def scope : String? #

[View source]
def scope=(scope : String?) #

[View source]