cmd

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2022 License: GPL-3.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ManagementResourceTypes lists the types we use the management client for
	ManagementResourceTypes = []string{"cluster", "node", "project"}
	// ProjectResourceTypes lists the types we use the cluster client for
	ProjectResourceTypes = []string{"secret", "namespacedSecret", "workload"}
	// ClusterResourceTypes lists the types we use the project client for
	ClusterResourceTypes = []string{"persistentVolume", "storageClass", "namespace"}
)

Functions

func ConfigCommand

func ConfigCommand() cli.Command

ConfigCommand defines a CLI command to set up the Harvester Configuration files

func CreateVMImage

func CreateVMImage(c *harvclient.Clientset, namespace string, imageName string, url string) (*v1beta1.VirtualMachineImage, error)

CreateVMImage will create a VM Image on Harvester given an image name and an image URL

func GetClient added in v0.0.2

func GetClient(ctx *cli.Context) (*cliclient.MasterClient, error)

func GetConfig added in v0.0.2

func GetConfig(ctx *cli.Context) error

func GetHarvesterClient

func GetHarvesterClient(ctx *cli.Context) (*harvclient.Clientset, error)

GetHarvesterClient creates a Client for Harvester from Config input

func GetKubeClient added in v0.0.2

func GetKubeClient(ctx *cli.Context) (*kubeclient.Clientset, error)

func GetResourceType added in v0.0.2

func GetResourceType(c *cliclient.MasterClient, resource string) (string, error)

GetResourceType maps an incoming resource type to a valid one from the schema

func LoginCommand added in v0.0.2

func LoginCommand() cli.Command

func Lookup added in v0.0.2

func Lookup(c *cliclient.MasterClient, name string, types ...string) (*ntypes.Resource, error)

func NewTrue

func NewTrue() *bool

NewTrue returns a pointer to true

func RandomID

func RandomID() string

RandomID returns a random string used as an ID internally in Harvester.

func RandomLetters added in v0.0.2

func RandomLetters(n int) string

RandomLetters returns a string with random letters of length n

func RandomName added in v0.0.2

func RandomName() string

func ShellCommand

func ShellCommand() cli.Command

ShellCommand defines the CLI command that makes it possible to ssh into a VM

func SimpleFormat added in v0.0.2

func SimpleFormat(values [][]string) (string, string)

func SplitOnColon added in v0.0.2

func SplitOnColon(s string) []string

func VMCommand

func VMCommand() cli.Command

VMCommand defines the CLI command that manages VMs

Types

type CACertResponse added in v0.0.2

type CACertResponse struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

type Conf

type Conf struct {
	Path    string
	Content string
}

Conf is an Object that contains the configuration path and the configuration's file content as a string

type LoginData added in v0.0.2

type LoginData struct {
	Project     managementClient.Project
	Index       int
	ClusterName string
}

LoginData is a data structure to store login context information: project and ClusterName

type MemberData added in v0.0.2

type MemberData struct {
	Name       string
	MemberType string
	AccessType string
}

type RoleTemplate added in v0.0.2

type RoleTemplate struct {
	ID          string
	Name        string
	Description string
}

type RoleTemplateBinding added in v0.0.2

type RoleTemplateBinding struct {
	ID      string
	User    string
	Role    string
	Created string
}

type VirtualMachineData

type VirtualMachineData struct {
	State          string
	VirtualMachine VMv1.VirtualMachine
	Name           string
	Node           string
	CPU            uint32
	Memory         string
	IPAddress      string
}

VirtualMachineData type is a Data Structure that holds information to display for VM

Jump to

Keyboard shortcuts

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