@kubernetes/client-node
Version:
NodeJS client for kubernetes
68 lines • 1.9 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.
*/
/**
* ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.
*/
export class V1alpha1ValidatingAdmissionPolicySpec {
static getAttributeTypeMap() {
return V1alpha1ValidatingAdmissionPolicySpec.attributeTypeMap;
}
constructor() {
}
}
V1alpha1ValidatingAdmissionPolicySpec.discriminator = undefined;
V1alpha1ValidatingAdmissionPolicySpec.mapping = undefined;
V1alpha1ValidatingAdmissionPolicySpec.attributeTypeMap = [
{
"name": "auditAnnotations",
"baseName": "auditAnnotations",
"type": "Array<V1alpha1AuditAnnotation>",
"format": ""
},
{
"name": "failurePolicy",
"baseName": "failurePolicy",
"type": "string",
"format": ""
},
{
"name": "matchConditions",
"baseName": "matchConditions",
"type": "Array<V1alpha1MatchCondition>",
"format": ""
},
{
"name": "matchConstraints",
"baseName": "matchConstraints",
"type": "V1alpha1MatchResources",
"format": ""
},
{
"name": "paramKind",
"baseName": "paramKind",
"type": "V1alpha1ParamKind",
"format": ""
},
{
"name": "validations",
"baseName": "validations",
"type": "Array<V1alpha1Validation>",
"format": ""
},
{
"name": "variables",
"baseName": "variables",
"type": "Array<V1alpha1Variable>",
"format": ""
}
];
//# sourceMappingURL=V1alpha1ValidatingAdmissionPolicySpec.js.map