common

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ResourceTypeVpc is VPC
	ResourceTypeVpc = "VPC"
	// ResourceTypeSubnet is Subnet
	ResourceTypeSubnet = "Subnet"
	// ResourceTypeInstance is Instance
	ResourceTypeInstance = "Instance"
	// ResourceTypeSSHKeyGroup is SSHKeyGroup
	ResourceTypeSSHKeyGroup = "SSHKeyGroup"
	// ResourceTypeInfiniBandPartition is InfiniBandPartition
	ResourceTypeInfiniBandPartition = "InfiniBandPartition"
	// ResourceTypeExpectedMachine is ExpectedMachine
	ResourceTypeExpectedMachine = "ExpectedMachine"
	// ResourceTypeSKU is SKU
	ResourceTypeSKU = "SKU"
	// ResourceTypeDpuExtensionService is DpuExtensionService
	ResourceTypeDpuExtensionService = "DpuExtensionService"
	// ResourceTypeNVLinkLogicalPartition is NVLinkLogicalPartition
	ResourceTypeNVLinkLogicalPartition = "NVLinkLogicalPartition"
)

Resource Type

View Source
var (
	// ErrResourceStale Requested update of stale object to DB
	ErrResourceStale = errors.New("requested update of stale object to DB")
)

Error Type

Functions

This section is empty.

Types

type OpType

type OpType int

OpType is type of operation

const (
	// OpCreate is create operation
	OpCreate OpType = iota
	// OpUpdate is update request operation
	OpUpdate
	// OpDelete is delete operation
	OpDelete
	// No op
	OpNone
)

Jump to

Keyboard shortcuts

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