bean

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentConfig

type DeploymentConfig struct {
	Id                int
	AppId             int
	EnvironmentId     int
	ConfigType        string
	DeploymentAppType string
	RepoURL           string
	RepoName          string
	ReleaseMode       string
	Active            bool
}

type DeploymentConfigCredentialType

type DeploymentConfigCredentialType string
const (
	GitOps DeploymentConfigCredentialType = "gitOps"
)

func (DeploymentConfigCredentialType) String

type DeploymentConfigSelector

type DeploymentConfigSelector struct {
	AppId         int
	EnvironmentId int
	CDPipelineId  int
}

type DeploymentConfigType

type DeploymentConfigType string
const (
	CUSTOM           DeploymentConfigType = "custom"
	SYSTEM_GENERATED DeploymentConfigType = "system_generated"
)

func (DeploymentConfigType) String

func (d DeploymentConfigType) String() string

type UniqueDeploymentConfigIdentifier

type UniqueDeploymentConfigIdentifier string

func GetConfigUniqueIdentifier

func GetConfigUniqueIdentifier(appId, envId int) UniqueDeploymentConfigIdentifier

func (*UniqueDeploymentConfigIdentifier) GetAppAndEnvId

func (u *UniqueDeploymentConfigIdentifier) GetAppAndEnvId() (appId, envId int)

func (UniqueDeploymentConfigIdentifier) String

Jump to

Keyboard shortcuts

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