models

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 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 Context

type Context struct {
	Id string
}

type Policy

type Policy struct {
	Id string `json:"id"`
}

type Run

type Run struct {
	Id      string
	Url     string
	State   string
	StackId string
}

type Space

type Space struct {
	ID              string
	Name            string
	Description     string
	InheritEntities bool
	ParentSpace     string
	Labels          []string

	URL string
}

type Stack

type Stack struct {
	Id      string
	Url     string
	Outputs []StackOutput
}

type StackOutput

type StackOutput struct {
	Id    string
	Value string
}

func (*StackOutput) IsCompatibleWithKubeSecret

func (o *StackOutput) IsCompatibleWithKubeSecret() bool

Jump to

Keyboard shortcuts

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