@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 2.03 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.
*/
/**
* MutatingAdmissionPolicyBinding binds the MutatingAdmissionPolicy with parametrized resources. MutatingAdmissionPolicyBinding and the optional parameter resource 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. Each evaluation is constrained by a [runtime cost budget](https://kubernetes.io/docs/reference/using-api/cel/#runtime-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 V1alpha1MutatingAdmissionPolicyBinding {
static getAttributeTypeMap() {
return V1alpha1MutatingAdmissionPolicyBinding.attributeTypeMap;
}
constructor() {
}
}
V1alpha1MutatingAdmissionPolicyBinding.discriminator = undefined;
V1alpha1MutatingAdmissionPolicyBinding.mapping = undefined;
V1alpha1MutatingAdmissionPolicyBinding.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": "V1alpha1MutatingAdmissionPolicyBindingSpec",
"format": ""
}
];
//# sourceMappingURL=V1alpha1MutatingAdmissionPolicyBinding.js.map