Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 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
}
Click to show internal directories.
Click to hide internal directories.