Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
4a983766a0
commit
52d71d28bd
52
node_modules/@kubernetes/client-node/dist/gen/model/v1SelfSubjectRulesReview.js
generated
vendored
Normal file
52
node_modules/@kubernetes/client-node/dist/gen/model/v1SelfSubjectRulesReview.js
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
"use strict";
|
||||
/**
|
||||
* Kubernetes
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
*
|
||||
* The version of the OpenAPI document: v1.22.2
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.V1SelfSubjectRulesReview = void 0;
|
||||
/**
|
||||
* SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server\'s authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.
|
||||
*/
|
||||
class V1SelfSubjectRulesReview {
|
||||
static getAttributeTypeMap() {
|
||||
return V1SelfSubjectRulesReview.attributeTypeMap;
|
||||
}
|
||||
}
|
||||
exports.V1SelfSubjectRulesReview = V1SelfSubjectRulesReview;
|
||||
V1SelfSubjectRulesReview.discriminator = undefined;
|
||||
V1SelfSubjectRulesReview.attributeTypeMap = [
|
||||
{
|
||||
"name": "apiVersion",
|
||||
"baseName": "apiVersion",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "kind",
|
||||
"baseName": "kind",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "metadata",
|
||||
"baseName": "metadata",
|
||||
"type": "V1ObjectMeta"
|
||||
},
|
||||
{
|
||||
"name": "spec",
|
||||
"baseName": "spec",
|
||||
"type": "V1SelfSubjectRulesReviewSpec"
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"baseName": "status",
|
||||
"type": "V1SubjectRulesReviewStatus"
|
||||
}
|
||||
];
|
||||
//# sourceMappingURL=v1SelfSubjectRulesReview.js.map
|
Reference in New Issue
Block a user