UNPKG

@kubernetes/client-node

Version:
38 lines 1.01 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. */ /** * SeccompProfile defines a pod/container\'s seccomp profile settings. Only one profile source may be set. */ export class V1SeccompProfile { static getAttributeTypeMap() { return V1SeccompProfile.attributeTypeMap; } constructor() { } } V1SeccompProfile.discriminator = undefined; V1SeccompProfile.mapping = undefined; V1SeccompProfile.attributeTypeMap = [ { "name": "localhostProfile", "baseName": "localhostProfile", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V1SeccompProfile.js.map