UNPKG

@kubernetes/client-node

Version:
50 lines 2.02 kB
/** * 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. */ /** * ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters. For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don\'t use params, otherwise N is the number of parameters selected by the binding. The CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget. */ export class V1ValidatingAdmissionPolicyBinding { static getAttributeTypeMap() { return V1ValidatingAdmissionPolicyBinding.attributeTypeMap; } constructor() { } } V1ValidatingAdmissionPolicyBinding.discriminator = undefined; V1ValidatingAdmissionPolicyBinding.mapping = undefined; V1ValidatingAdmissionPolicyBinding.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": "V1ValidatingAdmissionPolicyBindingSpec", "format": "" } ]; //# sourceMappingURL=V1ValidatingAdmissionPolicyBinding.js.map