mpg

package
v0.4.49 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttachedApp

type AttachedApp struct {
	Name string `json:"name"`
	Id   int64  `json:"id"`
}

type Cluster

type Cluster struct {
	Id            string
	ClusterId     string
	Name          string
	Region        string
	Status        string
	Plan          string
	Disk          int
	Replicas      int
	Organization  fly.Organization
	IpAssignments ManagedClusterIpAssignments
	AttachedApps  []AttachedApp
	Version       Version
}

Unified type for v1 and v2 MPG clusters

type ManagedClusterIpAssignments

type ManagedClusterIpAssignments struct {
	Direct string `json:"direct"`
}

type Version

type Version int
const (
	VersionV1 Version = iota
	VersionV2
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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