@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.29 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.
*/
export class V1alpha1ParamRef {
static getAttributeTypeMap() {
return V1alpha1ParamRef.attributeTypeMap;
}
constructor() {
}
}
V1alpha1ParamRef.discriminator = undefined;
V1alpha1ParamRef.mapping = undefined;
V1alpha1ParamRef.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "namespace",
"baseName": "namespace",
"type": "string",
"format": ""
},
{
"name": "parameterNotFoundAction",
"baseName": "parameterNotFoundAction",
"type": "string",
"format": ""
},
{
"name": "selector",
"baseName": "selector",
"type": "V1LabelSelector",
"format": ""
}
];
//# sourceMappingURL=V1alpha1ParamRef.js.map