cluster

package
v4.1.1 Latest Latest
Warning

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

Go to latest
Published: May 14, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PkgVersion

func PkgVersion() (semver.Version, error)

PkgVersion uses reflection to determine the version of the current package. If a version cannot be determined, v1 will be assumed. The second return value is always nil.

Types

type GetNodesResult

type GetNodesResult struct {
	CpuCounts       []int     `pulumi:"cpuCounts"`
	CpuUtilizations []float64 `pulumi:"cpuUtilizations"`
	// The provider-assigned unique ID for this managed resource.
	Id               string   `pulumi:"id"`
	MemoryAvailables []int    `pulumi:"memoryAvailables"`
	MemoryUseds      []int    `pulumi:"memoryUseds"`
	Names            []string `pulumi:"names"`
	Onlines          []bool   `pulumi:"onlines"`
	SslFingerprints  []string `pulumi:"sslFingerprints"`
	SupportLevels    []string `pulumi:"supportLevels"`
	Uptimes          []int    `pulumi:"uptimes"`
}

A collection of values returned by getNodes.

func GetNodes

func GetNodes(ctx *pulumi.Context, opts ...pulumi.InvokeOption) (*GetNodesResult, error)

Jump to

Keyboard shortcuts

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