KubernetesWorkloadDetails

Details about the Kubernetes workload involved in a Kubernetes finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Containers running as part of the Kubernetes workload.

Link copied to clipboard

Whether the host IPC flag is enabled for the pods in the workload.

Link copied to clipboard

Whether the hostNetwork flag is enabled for the pods included in the workload.

Link copied to clipboard

Whether the host PID flag is enabled for the pods in the workload.

Link copied to clipboard
val name: String?

Kubernetes workload name.

Link copied to clipboard

Kubernetes namespace that the workload is part of.

Link copied to clipboard

The service account name that is associated with a Kubernetes workload.

Link copied to clipboard
val type: String?

Kubernetes workload type (e.g. Pod, Deployment, etc.).

Link copied to clipboard
val uid: String?

Kubernetes workload ID.

Link copied to clipboard

Volumes used by the Kubernetes workload.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String