Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentConfig ¶
type DeploymentConfigCredentialType ¶
type DeploymentConfigCredentialType string
const (
GitOps DeploymentConfigCredentialType = "gitOps"
)
func (DeploymentConfigCredentialType) String ¶
func (d DeploymentConfigCredentialType) String() string
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 ¶
func (u UniqueDeploymentConfigIdentifier) String() string
Click to show internal directories.
Click to hide internal directories.