model

package
v1.1.22 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Placement

type Placement struct {
	ID          int            `json:"id"`
	CreatedAt   time.Time      `json:"createdAt"`
	UpdatedAt   time.Time      `json:"updatedAt"`
	ServiceUUID string         `json:"serviceUuid"`
	Status      string         `json:"status"`
	ToCleanup   bool           `json:"toCleanup"`
	Annotations map[string]any `json:"annotations,omitempty"`
	Request     any            `json:"request,omitempty"`
	// Resources associated with this placement (AWS, OCP, DNS, IBM sandboxes).
	// Loaded on demand from providers.
	Resources []any `json:"resources,omitempty"`
}

type Query

type Query struct {
}

Jump to

Keyboard shortcuts

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