Class Pod (1.16.0)

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

Kubernetes Pod.

Attributes

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

Inheritance

builtins.object > proto.message.Message > Pod