kubernetes-models
Version:
14 lines (13 loc) • 738 B
TypeScript
import { ModelData, Model } from "@kubernetes-models/base";
/**
* JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.
*/
export interface IJSONSchemaPropsOrStringArray {
}
/**
* JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.
*/
export declare class JSONSchemaPropsOrStringArray extends Model<IJSONSchemaPropsOrStringArray> implements IJSONSchemaPropsOrStringArray {
constructor(data?: ModelData<IJSONSchemaPropsOrStringArray>);
}
export { IJSONSchemaPropsOrStringArray as IIoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1JSONSchemaPropsOrStringArray, JSONSchemaPropsOrStringArray as IoK8sApiextensionsApiserverPkgApisApiextensionsV1beta1JSONSchemaPropsOrStringArray };