models

package
v0.0.0-...-617be98 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Capsule

type Capsule struct {
	ID     string `json:"id"`
	Name   string `json:"name"`
	Status string `json:"status"`
	Image  string `json:"image"`
}

type CapsuleCreateRequest

type CapsuleCreateRequest struct {
	CapsuleTemplate CapsuleTemplate `json:"capsuleTemplate"`
	Name            string          `json:"name"`
	WorkingDir      string          `json:"workingDir"`
	UseLocalSSHKeys bool            `json:"useLocalSSHKeys"`
}

type CapsuleEvent

type CapsuleEvent struct {
	Target string `json:"target"`
	Action string `json:"action"`
}

type CapsuleTemplate

type CapsuleTemplate struct {
	Name        string `json:"name"`
	Namespace   string `json:"namespace"`
	Description string `json:"description"`
}

Jump to

Keyboard shortcuts

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