Values.InsightSourceA check that provides recommendations to remedy potential upgrade-impacting issues.
type nonrec t = {id : String_.t option;The ID of the insight.
*)name : String_.t option;The name of the insight.
*)category : Category.t option;The category of the insight.
*)kubernetesVersion : String_.t option;The Kubernetes minor version associated with an insight if applicable.
*)lastRefreshTime : Timestamp.t option;The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.
*)lastTransitionTime : Timestamp.t option;The time the status of the insight last changed.
*)description : String_.t option;The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).
*)insightStatus : InsightStatus.t option;An object containing more detail on the status of the insight resource.
*)recommendation : String_.t option;A summary of how to remediate the finding of this insight if applicable.
*)additionalInfo : AdditionalInfoMap.t option;Links to sources that provide additional context on the insight.
*)resources : InsightResourceDetails.t option;The details about each resource listed in the insight check result.
*)categorySpecificSummary : InsightCategorySpecificSummary.t option;Summary information that relates to the category of the insight. Currently only returned with certain insights having category UPGRADE_READINESS.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list ])
list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]