Documentation ¶
Index ¶
- func DeleteDownstreamDeployStatus(appID string, clusterID string, sequence int64) error
- func GetCurrentParentSequence(appID string, clusterID string) (int64, error)
- func GetCurrentSequence(appID string, clusterID string) (int64, error)
- func GetCurrentVersion(appID string, clusterID string) (*types.DownstreamVersion, error)
- func GetDownstreamOutput(appID string, clusterID string, sequence int64) (*types.DownstreamOutput, error)
- func GetDownstreamVersionStatus(appID string, sequence int64) (string, error)
- func GetIgnoreRBACErrors(appID string, sequence int64) (bool, error)
- func GetParentSequenceForSequence(appID string, clusterID string, sequence int64) (int64, error)
- func GetPastVersions(appID string, clusterID string) ([]types.DownstreamVersion, error)
- func GetPendingVersions(appID string, clusterID string) ([]types.DownstreamVersion, error)
- func GetPreviouslyDeployedSequence(appID string, clusterID string) (int64, error)
- func IsDownstreamDeploySuccessful(appID string, clusterID string, sequence int64) (bool, error)
- func SetDownstreamVersionPendingPreflight(appID string, sequence int64) error
- func SetDownstreamVersionReady(appID string, sequence int64) error
- func UpdateDownstreamDeployStatus(appID string, clusterID string, sequence int64, isError bool, ...) error
- func UpdateDownstreamStatus(appID string, sequence int64, status string, statusInfo string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentVersion ¶
func GetCurrentVersion(appID string, clusterID string) (*types.DownstreamVersion, error)
func GetDownstreamOutput ¶
func GetDownstreamVersionStatus ¶
GetDownstreamVersionStatus gets the status for the downstream version with the given sequence and app id
func GetPastVersions ¶
func GetPastVersions(appID string, clusterID string) ([]types.DownstreamVersion, error)
func GetPendingVersions ¶
func GetPendingVersions(appID string, clusterID string) ([]types.DownstreamVersion, error)
func SetDownstreamVersionPendingPreflight ¶
SetDownstreamVersionPendingPreflight sets the status for the downstream version with the given sequence and app id to "pending_preflight"
func SetDownstreamVersionReady ¶
SetDownstreamVersionReady sets the status for the downstream version with the given sequence and app id to "pending"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.