IngressClassSpec class

IngressClassSpec provides information about the class of an Ingress.

Constructors

IngressClassSpec({String? controller, IngressClassParametersReference? parameters})
Default constructor.
const
IngressClassSpec.fromJson(Map<String, dynamic> json)
Creates a IngressClassSpec from JSON data.
factory

Properties

controller String?
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.
final
hashCode int
The hash code for this object.
no setterinherited
parameters IngressClassParametersReference?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a IngressClassSpec instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited