Object class
Kubernetes object related to the finding, uniquely identified by GKNN.
Used if the object Kind is not one of Pod, Node, NodePool, Binding, or AccessReview.
Constructors
Properties
-
containers
↔ List<
Container> ? -
Pod containers associated with this finding, if any.
getter/setter pair
- group ↔ String?
-
Kubernetes object group, such as "policy.k8s.io/v1".
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Kubernetes object kind, such as "Namespace".
getter/setter pair
- name ↔ String?
-
Kubernetes object name.
getter/setter pair
- ns ↔ String?
-
Kubernetes object namespace.
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