models

package
v0.0.0-...-d125d34 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster struct {
	global.Model

	ApplicationID   uint
	Name            string
	EnvironmentName string
	RegionName      string
	Description     string
	Type            *string `gorm:"->"`
	GitURL          string
	GitSubfolder    string
	GitRef          string
	GitRefType      string
	Image           string
	Template        string
	TemplateRelease string
	Status          string
	CreatedBy       uint
	UpdatedBy       uint
	ExpireSeconds   uint
}

type ClusterWithRegion

type ClusterWithRegion struct {
	*Cluster

	RegionDisplayName string
}

type ClusterWithTags

type ClusterWithTags struct {
	*Cluster
	Tags []*models.Tag
}

Jump to

Keyboard shortcuts

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