UNPKG

@kubernetes/client-node

Version:
50 lines 1.38 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. */ /** * WindowsSecurityContextOptions contain Windows-specific options and credentials. */ export class V1WindowsSecurityContextOptions { static getAttributeTypeMap() { return V1WindowsSecurityContextOptions.attributeTypeMap; } constructor() { } } V1WindowsSecurityContextOptions.discriminator = undefined; V1WindowsSecurityContextOptions.mapping = undefined; V1WindowsSecurityContextOptions.attributeTypeMap = [ { "name": "gmsaCredentialSpec", "baseName": "gmsaCredentialSpec", "type": "string", "format": "" }, { "name": "gmsaCredentialSpecName", "baseName": "gmsaCredentialSpecName", "type": "string", "format": "" }, { "name": "hostProcess", "baseName": "hostProcess", "type": "boolean", "format": "" }, { "name": "runAsUserName", "baseName": "runAsUserName", "type": "string", "format": "" } ]; //# sourceMappingURL=V1WindowsSecurityContextOptions.js.map