Documentation ¶
Index ¶
- func AheadVersion(s any) string
- func Author(s any) string
- func BehindVersion(s any) string
- func Code(s any) string
- func DiagnosticGroup(s any) string
- func DiagnosticHeader(s any) string
- func DiagnosticLabel(s any) string
- func DiffAfter(s any) string
- func DiffBefore(s any) string
- func DirtyVersion(s any) string
- func InSyncRelease(s any) string
- func InSyncReleaseVersion(s any) string
- func InSyncVersion(s any) string
- func Link(s any) string
- func Notice(s any) string
- func OK(s any) string
- func OutOfSyncRelease(s any) string
- func ReleaseInSync(s any) string
- func ReleaseNotAvailable(s any) string
- func ReleaseOutOfSync(s any) string
- func Resource(s any) string
- func ResourceEnvPrefix(s any) string
- func ResourceKind(s any) string
- func SecondaryInfo(s any) string
- func Version(s any) string
- func Warning(s any) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AheadVersion ¶ added in v0.27.0
func BehindVersion ¶ added in v0.27.0
func Code ¶
Code is for code snippets, commands, yaml properties, or any technical text that is not a resource name
func DiagnosticGroup ¶
DiagnosticGroup is for the header of a diagnostic section
func DiagnosticHeader ¶
DiagnosticHeader is for the header of a diagnostic
func DiagnosticLabel ¶
DiagnosticLabel is for the label of a diagnostic item
func DiffBefore ¶
DiffBefore is for text that is being removed in a diff
func DirtyVersion ¶ added in v0.27.0
func InSyncRelease ¶ added in v0.21.0
func InSyncReleaseVersion ¶ added in v0.21.0
func InSyncVersion ¶ added in v0.27.0
func OK ¶
OK is for items that are in expected state, such as a release that is in sync with other environments
func OutOfSyncRelease ¶ added in v0.21.0
func ReleaseInSync ¶
ReleaseInSync is for releases that are in sync across environments
func ReleaseNotAvailable ¶
ReleaseNotAvailable is for releases that are not existing in an environment or have not version specified
func ReleaseOutOfSync ¶
ReleaseOutOfSync is for releases that are not in sync across environments
func Resource ¶
Resource is for the name of resources and entities such as releases, projects, environments, clusters, etc.
func ResourceEnvPrefix ¶
ResourceEnvPrefix is for the environment prefix in front of a resource name (eg: `staging` in `staging/<release-name>`)
func ResourceKind ¶
ResourceKind is for a kind of resource (eg: `Release`, `Project`, `Environment`)
func SecondaryInfo ¶
SecondaryInfo is for text that should be less prominent than the main text
Types ¶
This section is empty.