GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Pod (google_api_security_center v0.39.0)
View SourceA Kubernetes Pod.
Attributes
-
containers
(type:list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Container.t)
, default:nil
) - Pod containers associated with this finding, if any. -
labels
(type:list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Label.t)
, default:nil
) - Pod labels. For Kubernetes containers, these are applied to the container. -
name
(type:String.t
, default:nil
) - Kubernetes Pod name. -
ns
(type:String.t
, default:nil
) - Kubernetes Pod namespace.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Pod{ containers: [GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Container.t()] | nil, labels: [GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Label.t()] | nil, name: String.t() | nil, ns: String.t() | nil }