2021-12-07 13:18:08 -05:00

47 lines
1.3 KiB
JavaScript

"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.V1beta1Subject = void 0;
/**
* Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
*/
class V1beta1Subject {
static getAttributeTypeMap() {
return V1beta1Subject.attributeTypeMap;
}
}
exports.V1beta1Subject = V1beta1Subject;
V1beta1Subject.discriminator = undefined;
V1beta1Subject.attributeTypeMap = [
{
"name": "group",
"baseName": "group",
"type": "V1beta1GroupSubject"
},
{
"name": "kind",
"baseName": "kind",
"type": "string"
},
{
"name": "serviceAccount",
"baseName": "serviceAccount",
"type": "V1beta1ServiceAccountSubject"
},
{
"name": "user",
"baseName": "user",
"type": "V1beta1UserSubject"
}
];
//# sourceMappingURL=v1beta1Subject.js.map