UNPKG

kubernetes-models

Version:
10 lines (9 loc) 397 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../_schemas/IoK8sApiCoreV1ComponentCondition.mjs"; /** * Information about the condition of a component. */ export class ComponentCondition extends Model { } setSchema(ComponentCondition, "io.k8s.api.core.v1.ComponentCondition", addSchema); export { ComponentCondition as IoK8sApiCoreV1ComponentCondition };