GkeNamespace class
GKE Namespace.
The field names correspond to the resource metadata labels on monitored resources that fall under a namespace (for example, k8s_container or k8s_pod).
Constructors
- GkeNamespace({String? clusterName, String? location, String? namespaceName, String? projectId})
- GkeNamespace.fromJson(Map json_)
Properties
- clusterName ↔ String?
-
The name of the parent cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ String?
-
The location of the parent cluster.
getter/setter pair
- namespaceName ↔ String?
-
The name of this namespace.
getter/setter pair
- projectId ↔ String?
-
The project this resource lives in.
getter/setter pair
- 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, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited