types

package
v1.62.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	ID                    string           `json:"id"`
	Slug                  string           `json:"slug"`
	Name                  string           `json:"name"`
	License               string           `json:"license"`
	IsAirgap              bool             `json:"isAirgap"`
	CurrentSequence       int64            `json:"currentSequence"`
	UpstreamURI           string           `json:"upstreamUri"`
	IconURI               string           `json:"iconUri"`
	UpdatedAt             *time.Time       `json:"createdAt"`
	CreatedAt             time.Time        `json:"updatedAt"`
	LastUpdateCheckAt     string           `json:"lastUpdateCheckAt"`
	HasPreflight          bool             `json:"hasPreflight"`
	IsConfigurable        bool             `json:"isConfigurable"`
	SnapshotTTL           string           `json:"snapshotTtl"`
	SnapshotSchedule      string           `json:"snapshotSchedule"`
	RestoreInProgressName string           `json:"restoreInProgressName"`
	RestoreUndeployStatus UndeployStatus   `json:"restoreUndeloyStatus"`
	UpdateCheckerSpec     string           `json:"updateCheckerSpec"`
	SemverAutoDeploy      SemverAutoDeploy `json:"semverAutoDeploy"`
	IsGitOps              bool             `json:"isGitOps"`
	InstallState          string           `json:"installState"`
	LastLicenseSync       string           `json:"lastLicenseSync"`
	ChannelChanged        bool             `json:"channelChanged"`
}

type SemverAutoDeploy added in v1.58.0

type SemverAutoDeploy string
const (
	SemverAutoDeployDisabled        SemverAutoDeploy = "disabled"
	SemverAutoDeployPatch           SemverAutoDeploy = "patch"
	SemverAutoDeployMinorPatch      SemverAutoDeploy = "minor-patch"
	SemverAutoDeployMajorMinorPatch SemverAutoDeploy = "major-minor-patch"
)

type UndeployStatus

type UndeployStatus string
const (
	UndeployInProcess UndeployStatus = "in_process"
	UndeployCompleted UndeployStatus = "completed"
	UndeployFailed    UndeployStatus = "failed"
	UndeployReset     UndeployStatus = ""
)

Jump to

Keyboard shortcuts

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