UNPKG

@kubernetes/client-node

Version:
62 lines 1.84 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. */ /** * RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/ */ export class V1RuntimeClass { static getAttributeTypeMap() { return V1RuntimeClass.attributeTypeMap; } constructor() { } } V1RuntimeClass.discriminator = undefined; V1RuntimeClass.mapping = undefined; V1RuntimeClass.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "handler", "baseName": "handler", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "overhead", "baseName": "overhead", "type": "V1Overhead", "format": "" }, { "name": "scheduling", "baseName": "scheduling", "type": "V1Scheduling", "format": "" } ]; //# sourceMappingURL=V1RuntimeClass.js.map