palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
22 lines • 814 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
*/
/**
* TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.
*/
export type VmTypedLocalObjectReference = {
/** APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. */
apiGroup?: string;
/** Kind is the type of resource being referenced */
kind: string;
/** Name is the name of resource being referenced */
name: string;
};
//# sourceMappingURL=vmTypedLocalObjectReference.d.ts.map