@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.52 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.30.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a \"flow distinguisher\".
*/
export class V1beta3FlowSchema {
static getAttributeTypeMap() {
return V1beta3FlowSchema.attributeTypeMap;
}
constructor() {
}
}
V1beta3FlowSchema.discriminator = undefined;
V1beta3FlowSchema.mapping = undefined;
V1beta3FlowSchema.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "spec",
"baseName": "spec",
"type": "V1beta3FlowSchemaSpec",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "V1beta3FlowSchemaStatus",
"format": ""
}
];
//# sourceMappingURL=V1beta3FlowSchema.js.map