Class NodePool (1.16.1)

NodePool(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Provides GKE Node Pool information.

Attributes

NameDescription
name str
Kubernetes Node pool name.
nodes Sequence[google.cloud.securitycenter_v1.types.Kubernetes.Node]
Nodes associated with the finding.

Inheritance

builtins.object > proto.message.Message > NodePool