UNPKG

@kubernetes/client-node

Version:
44 lines 1.57 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. */ /** * 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 V1PolicyRulesWithSubjects { static getAttributeTypeMap() { return V1PolicyRulesWithSubjects.attributeTypeMap; } constructor() { } } V1PolicyRulesWithSubjects.discriminator = undefined; V1PolicyRulesWithSubjects.mapping = undefined; V1PolicyRulesWithSubjects.attributeTypeMap = [ { "name": "nonResourceRules", "baseName": "nonResourceRules", "type": "Array<V1NonResourcePolicyRule>", "format": "" }, { "name": "resourceRules", "baseName": "resourceRules", "type": "Array<V1ResourcePolicyRule>", "format": "" }, { "name": "subjects", "baseName": "subjects", "type": "Array<FlowcontrolV1Subject>", "format": "" } ]; //# sourceMappingURL=V1PolicyRulesWithSubjects.js.map