@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.61 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.
*/
/**
* PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.
*/
export class V1beta3PolicyRulesWithSubjects {
static getAttributeTypeMap() {
return V1beta3PolicyRulesWithSubjects.attributeTypeMap;
}
constructor() {
}
}
V1beta3PolicyRulesWithSubjects.discriminator = undefined;
V1beta3PolicyRulesWithSubjects.mapping = undefined;
V1beta3PolicyRulesWithSubjects.attributeTypeMap = [
{
"name": "nonResourceRules",
"baseName": "nonResourceRules",
"type": "Array<V1beta3NonResourcePolicyRule>",
"format": ""
},
{
"name": "resourceRules",
"baseName": "resourceRules",
"type": "Array<V1beta3ResourcePolicyRule>",
"format": ""
},
{
"name": "subjects",
"baseName": "subjects",
"type": "Array<V1beta3Subject>",
"format": ""
}
];
//# sourceMappingURL=V1beta3PolicyRulesWithSubjects.js.map