cluster

package
v0.9.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2024 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Detail

type Detail struct {
	// Attribute type
	Type string `json:"type,omitempty"`
	// Attribute value
	Value string `json:"value"`
	// Attribute unit
	Unit string `json:"unit"`
}

type NodeTypes

type NodeTypes struct {
	// Name of a node type
	SpecName string `json:"spec_name"`
	// Node type details
	Detail []Detail `json:"detail"`
	// Node type ID
	Id string `json:"id"`
}

func ListNodeTypes

func ListNodeTypes(client *golangsdk.ServiceClient) ([]NodeTypes, error)

ListNodeTypes Merge to common

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL