Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OpenShiftValidation

import type { OpenShiftValidation } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";

A presentation of OpenShift workload insight. The schema of OpenShift workloads validation related data.

interface OpenShiftValidation {
clusterId?: string;
validationDetails?: {
[key: string]: any;
}
;
}

§Properties

§
clusterId?: string
[src]

Required. The OpenShift cluster ID (e.g. 8371bb05-7cac-4d38-82c0-0f58c4f6f936).

§
validationDetails?: {
[key: string]: any;
}
[src]

Required. The validation details of the OpenShift cluster in JSON format.