public static final class ListPodRiskResponseBody.PodRiskList.Builder extends Object
public ListPodRiskResponseBody.PodRiskList.Builder alarmCount(Integer alarmCount)
The number of alerts that are generated for the pod.
example:10
public ListPodRiskResponseBody.PodRiskList.Builder clusterId(String clusterId)
The ID of the container cluster.
example:c1d903a628af043659a043af59d89****
public ListPodRiskResponseBody.PodRiskList.Builder clusterName(String clusterName)
The name of the cluster.
example:test66
public ListPodRiskResponseBody.PodRiskList.Builder createTime(Long createTime)
The timestamp that indicates the time when the pod was created. Unit: milliseconds.
example:1644283112720
public ListPodRiskResponseBody.PodRiskList.Builder hcCount(Integer hcCount)
The number of baseline risk items that are detected in the pod.
example:1
public ListPodRiskResponseBody.PodRiskList.Builder instanceId(String instanceId)
The instance ID of the node.
example:i-7yvdq597****
public ListPodRiskResponseBody.PodRiskList.Builder namespace(String namespace)
The namespace of the Kubernetes cluster.
example:kube-system
public ListPodRiskResponseBody.PodRiskList.Builder nodeName(String nodeName)
The name of the node.
example:test
public ListPodRiskResponseBody.PodRiskList.Builder pod(String pod)
The name of the pod.
example:expoit-xxx-b****
public ListPodRiskResponseBody.PodRiskList.Builder podIp(String podIp)
The IP address of the pod.
example:172.0.XXX.XXX
public ListPodRiskResponseBody.PodRiskList.Builder vulCount(Integer vulCount)
The number of vulnerabilities that are detected in the pod.
example:1
public ListPodRiskResponseBody.PodRiskList build()
Copyright © 2026. All rights reserved.