@kubernetes/client-node
Version:
NodeJS client for kubernetes
104 lines • 2.74 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.
*/
/**
* PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.
*/
export class V1PodSecurityContext {
static getAttributeTypeMap() {
return V1PodSecurityContext.attributeTypeMap;
}
constructor() {
}
}
V1PodSecurityContext.discriminator = undefined;
V1PodSecurityContext.mapping = undefined;
V1PodSecurityContext.attributeTypeMap = [
{
"name": "appArmorProfile",
"baseName": "appArmorProfile",
"type": "V1AppArmorProfile",
"format": ""
},
{
"name": "fsGroup",
"baseName": "fsGroup",
"type": "number",
"format": "int64"
},
{
"name": "fsGroupChangePolicy",
"baseName": "fsGroupChangePolicy",
"type": "string",
"format": ""
},
{
"name": "runAsGroup",
"baseName": "runAsGroup",
"type": "number",
"format": "int64"
},
{
"name": "runAsNonRoot",
"baseName": "runAsNonRoot",
"type": "boolean",
"format": ""
},
{
"name": "runAsUser",
"baseName": "runAsUser",
"type": "number",
"format": "int64"
},
{
"name": "seLinuxChangePolicy",
"baseName": "seLinuxChangePolicy",
"type": "string",
"format": ""
},
{
"name": "seLinuxOptions",
"baseName": "seLinuxOptions",
"type": "V1SELinuxOptions",
"format": ""
},
{
"name": "seccompProfile",
"baseName": "seccompProfile",
"type": "V1SeccompProfile",
"format": ""
},
{
"name": "supplementalGroups",
"baseName": "supplementalGroups",
"type": "Array<number>",
"format": "int64"
},
{
"name": "supplementalGroupsPolicy",
"baseName": "supplementalGroupsPolicy",
"type": "string",
"format": ""
},
{
"name": "sysctls",
"baseName": "sysctls",
"type": "Array<V1Sysctl>",
"format": ""
},
{
"name": "windowsOptions",
"baseName": "windowsOptions",
"type": "V1WindowsSecurityContextOptions",
"format": ""
}
];
//# sourceMappingURL=V1PodSecurityContext.js.map