struct
Kubernetes::IngressClassSpec
- Kubernetes::IngressClassSpec
- Struct
- Value
- Object
Overview
IngressClassSpec provides information about the class of an Ingress.
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
-
#controller : String | Nil
controller refers to the name of the controller that should handle this class.
-
#controller=(controller : String | Nil)
controller refers to the name of the controller that should handle this class.
-
#parameters : IngressClassParametersReference | Nil
parameters is a link to a custom resource containing additional configuration for the controller.
-
#parameters=(parameters : IngressClassParametersReference | Nil)
parameters is a link to a custom resource containing additional configuration for the controller.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.