LoadBalancerIngress class

LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.

Constructors

LoadBalancerIngress({String? hostname, String? ip, List<PortStatus>? ports})
Default constructor.
const
LoadBalancerIngress.fromJson(Map<String, dynamic> json)
Creates a LoadBalancerIngress from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hostname String?
Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers).
final
ip String?
IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers).
final
ports List<PortStatus>?
Ports is a list of records of service ports If used, every port defined in the service should have an entry in it.
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 LoadBalancerIngress instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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