Class Pod (1.32.0)

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

A Kubernetes Pod.

Attributes

Name Description
ns str
Kubernetes Pod namespace.
name str
Kubernetes Pod name.
labels MutableSequence[google.cloud.securitycenter_v1.types.Label]
Pod labels. For Kubernetes containers, these are applied to the container.
containers MutableSequence[google.cloud.securitycenter_v1.types.Container]
Pod containers associated with this finding, if any.