UNPKG

kubernetes-models

Version:
13 lines (12 loc) 665 B
import { Model } from "@kubernetes-models/base"; /** * JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. */ export interface IJSONSchemaPropsOrBool { } /** * JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. */ export declare class JSONSchemaPropsOrBool extends Model<IJSONSchemaPropsOrBool> implements IJSONSchemaPropsOrBool { } export { IJSONSchemaPropsOrBool as IIoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool, JSONSchemaPropsOrBool as IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool };