GKE class

Represents a GKE destination.

Constructors

GKE({String? cluster, String? location, String? namespace, String? path, String? service})
GKE.fromJson(Map json_)

Properties

cluster String?
The name of the cluster the GKE service is running in.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
The name of the Google Compute Engine in which the cluster resides, which can either be compute zone (for example, us-central1-a) for the zonal clusters or region (for example, us-central1) for regional clusters.
getter/setter pair
namespace String?
The namespace the GKE service is running in.
getter/setter pair
path String?
The relative path on the GKE service the events should be sent to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
Name of the GKE service.
getter/setter pair

Methods

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

Operators

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