types

package
v1.109.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 4 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppVersion

type AppVersion struct {
	KOTSKinds    *kotsutil.KotsKinds `json:"kotsKinds"`
	AppID        string              `json:"appId"`
	Sequence     int64               `json:"sequence"`
	UpdateCursor string              `json:"updateCursor"`
	ChannelID    string              `json:"channelId"`
	VersionLabel string              `json:"versionLabel"`
	Status       string              `json:"status"`
	CreatedOn    time.Time           `json:"createdOn"`
	DeployedAt   *time.Time          `json:"deployedAt"`

	Semver *semver.Version `json:"-"`
	Cursor *cursor.Cursor  `json:"-"`
}

type ForwardedPort

type ForwardedPort struct {
	ApplicationURL string `json:"applicationUrl"`
	LocalPort      int    `json:"localPort"`
	ServiceName    string `json:"serviceName"`
	ServicePort    int    `json:"servicePort"`
}
type RealizedLink struct {
	Title string `json:"title"`
	Uri   string `json:"uri"`
}

Jump to

Keyboard shortcuts

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