@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.17 kB
JavaScript
/**
* 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.
*/
/**
* SELinuxOptions are the labels to be applied to the container
*/
export class V1SELinuxOptions {
static getAttributeTypeMap() {
return V1SELinuxOptions.attributeTypeMap;
}
constructor() {
}
}
V1SELinuxOptions.discriminator = undefined;
V1SELinuxOptions.mapping = undefined;
V1SELinuxOptions.attributeTypeMap = [
{
"name": "level",
"baseName": "level",
"type": "string",
"format": ""
},
{
"name": "role",
"baseName": "role",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
},
{
"name": "user",
"baseName": "user",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1SELinuxOptions.js.map