struct
Kubernetes::IngressClassParametersReference
- Kubernetes::IngressClassParametersReference
- Struct
- Value
- Object
Overview
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_networking_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#api_group : String | Nil
apiGroup is the group for the resource being referenced.
-
#api_group=(api_group : String | Nil)
apiGroup is the group for the resource being referenced.
-
#kind : String | Nil
kind is the type of resource being referenced.
-
#kind=(kind : String | Nil)
kind is the type of resource being referenced.
-
#name : String | Nil
name is the name of resource being referenced.
-
#name=(name : String | Nil)
name is the name of resource being referenced.
-
#namespace : String | Nil
namespace is the namespace of the resource being referenced.
-
#namespace=(namespace : String | Nil)
namespace is the namespace of the resource being referenced.
-
#scope : String | Nil
scope represents if this refers to a cluster or namespace scoped resource.
-
#scope=(scope : String | Nil)
scope represents if this refers to a cluster or namespace scoped resource.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".