class K8S::Api::Networking::V1beta1::IngressClassSpec
- K8S::Api::Networking::V1beta1::IngressClassSpec
- Reference
- Object
Overview
IngressClassSpec provides information about the class of an Ingress.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/networking/v1beta1/ingress_class_spec.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, controller : String? = nil, parameters : Api::Core::V1::TypedLocalObjectReference? = nil)
Instance Method Summary
- #controller : String?
- #controller=(controller : String?)
- #parameters : Api::Core::V1::TypedLocalObjectReference?
- #parameters=(parameters : Api::Core::V1::TypedLocalObjectReference?)
Constructor Detail
def self.new(*, controller : String? = nil, parameters : Api::Core::V1::TypedLocalObjectReference? = nil)
#