kubernetes-models
Version:
14 lines (13 loc) • 745 B
TypeScript
import { ModelData, 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 {
constructor(data?: ModelData<IJSONSchemaPropsOrBool>);
}
export { IJSONSchemaPropsOrBool as IIoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1JSONSchemaPropsOrBool, JSONSchemaPropsOrBool as IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1JSONSchemaPropsOrBool };