UNPKG

@kubernetes/client-node

Version:
47 lines 1.31 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.28 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1alpha1ParamRef = void 0; /** * ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding. */ class V1alpha1ParamRef { static getAttributeTypeMap() { return V1alpha1ParamRef.attributeTypeMap; } } exports.V1alpha1ParamRef = V1alpha1ParamRef; V1alpha1ParamRef.discriminator = undefined; V1alpha1ParamRef.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string" }, { "name": "namespace", "baseName": "namespace", "type": "string" }, { "name": "parameterNotFoundAction", "baseName": "parameterNotFoundAction", "type": "string" }, { "name": "selector", "baseName": "selector", "type": "V1LabelSelector" } ]; //# sourceMappingURL=v1alpha1ParamRef.js.map