palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
17 lines • 653 B
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
/**
* NUMAGuestMappingPassthrough instructs kubevirt to model numa topology which is compatible with the CPU pinning on the guest. This will result in a subset of the node numa topology being passed through, ensuring that virtual numa nodes and their memory never cross boundaries coming from the node numa mapping.
*/
export type VmNUMAGuestMappingPassthrough = {
[key: string]: unknown;
};
//# sourceMappingURL=vmNUMAGuestMappingPassthrough.d.ts.map