mk8sEphemeral

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2025 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 EphemeralPool

type EphemeralPool struct {
	Name   string              `json:"name,omitempty"`
	Labels mk8sCommon.Labels   `json:"labels,omitempty"`
	Taints mk8sCommon.Taints   `json:"taints,omitempty"`
	Count  float32             `json:"count"`
	Arch   EphemeralPoolArch   `json:"arch,omitempty"`
	Flavor EphemeralPoolFlavor `json:"flavor,omitempty"`
	Cpu    string              `json:"cpu,omitempty"`
	Memory string              `json:"memory,omitempty"`
}

type EphemeralPoolArch

type EphemeralPoolArch string
const (
	EphemeralPoolArchAny   EphemeralPoolArch = "any"
	EphemeralPoolArchArm64 EphemeralPoolArch = "arm64"
	EphemeralPoolArchAmd64 EphemeralPoolArch = "amd64"
)

type EphemeralPoolFlavor

type EphemeralPoolFlavor string
const (
	EphemeralPoolFlavorDebian EphemeralPoolFlavor = "debian"
	EphemeralPoolFlavorUbuntu EphemeralPoolFlavor = "ubuntu"
	EphemeralPoolFlavorFedora EphemeralPoolFlavor = "fedora"
)

type EphemeralProvider

type EphemeralProvider struct {
	Location  EphemeralProviderLocation `json:"location,omitempty"`
	NodePools []EphemeralPool           `json:"nodePools,omitempty"`
}

type EphemeralProviderLocation

type EphemeralProviderLocation string
const (
	EphemeralProviderLocationAwsEuCentral1 EphemeralProviderLocation = "aws-eu-central-1"
	EphemeralProviderLocationAwsUsEast2    EphemeralProviderLocation = "aws-us-east-2"
	EphemeralProviderLocationAwsUsWest2    EphemeralProviderLocation = "aws-us-west-2"
	EphemeralProviderLocationGcpMeWest1    EphemeralProviderLocation = "gcp-me-west1"
	EphemeralProviderLocationGcpUsEast1    EphemeralProviderLocation = "gcp-us-east1"
)

type EphemeralProviderStatus

type EphemeralProviderStatus map[string]any

Jump to

Keyboard shortcuts

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