Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyEngine = "engine" KeyUID = "uid" KeyTopoConfigPath = "topology_config_path" KeyTopoConfigmapName = "topology_configmap_name" KeyTopoConfigmapNamespace = "topology_configmap_namespace" KeyBlockSizes = "block_sizes" KeyPlugin = "plugin" TopologyTree = "topology/tree" TopologyBlock = "topology/block" NoTopology = "no-topology" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeInstances ¶
type Request ¶
type Request struct { Provider Provider `json:"provider"` Engine Engine `json:"engine"` Nodes []ComputeInstances `json:"nodes"` }
func GetTopologyRequest ¶
func NewRequest ¶
Click to show internal directories.
Click to hide internal directories.