bean

package
v1.2.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstalledAppDeleteRequest

type InstalledAppDeleteRequest struct {
	InstalledAppId  int
	AppName         string
	AppId           int
	EnvironmentId   int
	AppOfferingMode string
	ClusterId       int
	Namespace       string
}

type InstalledAppMin

type InstalledAppMin struct {
	// Installed App details
	Id     int
	Active bool
	// Deprecated; currently in use for backward compatibility
	GitOpsRepoName string
	// Deprecated; use deployment_config table instead GitOpsRepoName has been migrated to GitOpsRepoUrl; Make sure to migrate from GitOpsRepoName for future flows
	GitOpsRepoUrl      string
	IsCustomRepository bool
	// Deprecated; use deployment_config table instead
	DeploymentAppType          string
	DeploymentAppDeleteRequest bool
	EnvironmentId              int
	AppId                      int
}

type InstalledAppVersionMin

type InstalledAppVersionMin struct {
	// Installed App Version details
	Id                           int
	InstalledAppId               int
	AppStoreApplicationVersionId int
	ValuesYaml                   string
	Active                       bool
	ReferenceValueId             int
	ReferenceValueKind           string
}

type InstalledAppVersionWithAppStoreDetails

type InstalledAppVersionWithAppStoreDetails struct {
	*InstalledAppVersionMin
	// Extra App Store Version details
	AppStoreVersion string
}

type InstalledAppWithAppDetails

type InstalledAppWithAppDetails struct {
	*InstalledAppMin
	// Extra App details
	AppName         string
	AppOfferingMode string
	TeamId          int
}

type InstalledAppWithEnvAndClusterDetails

type InstalledAppWithEnvAndClusterDetails struct {
	*InstalledAppWithEnvDetails
	// Extra Cluster details
	ClusterName string
}

func (*InstalledAppWithEnvAndClusterDetails) GetInstalledAppMin

func (i *InstalledAppWithEnvAndClusterDetails) GetInstalledAppMin() *InstalledAppMin

func (*InstalledAppWithEnvAndClusterDetails) GetInstalledAppWithAppDetails

func (i *InstalledAppWithEnvAndClusterDetails) GetInstalledAppWithAppDetails() *InstalledAppWithAppDetails

func (*InstalledAppWithEnvAndClusterDetails) GetInstalledAppWithEnvDetails

func (i *InstalledAppWithEnvAndClusterDetails) GetInstalledAppWithEnvDetails() *InstalledAppWithEnvDetails

type InstalledAppWithEnvDetails

type InstalledAppWithEnvDetails struct {
	*InstalledAppWithAppDetails
	// Extra Environment details
	EnvironmentName       string
	EnvironmentIdentifier string
	Namespace             string
	ClusterId             int
}

Jump to

Keyboard shortcuts

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