package
Version:
v0.0.0-...-bd94480
Opens a new window with list of versions in this module.
Published: Mar 7, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ClusterResource struct {
Node int64 `json:"node"`
CPU int64 `json:"cpu"`
Mem int64 `json:"mem"`
}
type Request struct {
ClusterID string `json:"clusterID"`
ClusterResource *ClusterResource `json:"clusterResource"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.