EksClusterDetails

Details about the EKS cluster involved in a Kubernetes finding.

Types

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

Properties

Link copied to clipboard
val arn: String?

EKS cluster ARN.

Link copied to clipboard

The timestamp when the EKS cluster was created.

Link copied to clipboard
val name: String?

EKS cluster name.

Link copied to clipboard

The EKS cluster status.

Link copied to clipboard
val tags: List<Tag>?

The EKS cluster tags.

Link copied to clipboard

The VPC ID to which the EKS cluster is attached.

Functions

Link copied to clipboard
inline fun copy(block: EksClusterDetails.Builder.() -> Unit = {}): EksClusterDetails
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