Insight

class Insight

A check that provides recommendations to remedy potential upgrade-impacting issues.

Types

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

Properties

Link copied to clipboard

Links to sources that provide additional context on the insight.

Link copied to clipboard

The category of the insight.

Link copied to clipboard

Summary information that relates to the category of the insight. Currently only returned with certain insights having category UPGRADE_READINESS.

Link copied to clipboard

The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).

Link copied to clipboard
val id: String?

The ID of the insight.

Link copied to clipboard

An object containing more detail on the status of the insight resource.

Link copied to clipboard

The Kubernetes minor version associated with an insight if applicable.

Link copied to clipboard

The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.

Link copied to clipboard

The time the status of the insight last changed.

Link copied to clipboard
val name: String?

The name of the insight.

Link copied to clipboard

A summary of how to remediate the finding of this insight if applicable.

Link copied to clipboard

The details about each resource listed in the insight check result.

Functions

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