IngressBackend class

IngressBackend describes all endpoints for a given service and port.

Constructors

IngressBackend({TypedLocalObjectReference? resource, IngressServiceBackend? service})
Default constructor.
const
IngressBackend.fromJson(Map<String, dynamic> json)
Creates a IngressBackend from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resource TypedLocalObjectReference?
resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service IngressServiceBackend?
service references a service as a backend. This is a mutually exclusive setting with "Resource".
final

Methods

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

Operators

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