Documentation ¶
Index ¶
- Constants
- func GetDaprVersion() (string, error)
- func GetDashboardVersion() (string, error)
- func GetLatestReleaseGithub(githubURL string) (string, error)
- func GetLatestReleaseHelmChart(helmChartURL string) (string, error)
- func GetVersionFromURL(releaseURL string, parseVersion func(body []byte) (string, error)) (string, error)
Constants ¶
View Source
const ( // DaprGitHubOrg is the org name of dapr on GitHub. DaprGitHubOrg = "dapr" // DaprGitHubRepo is the repo name of dapr runtime on GitHub. DaprGitHubRepo = "dapr" // DashboardGitHubRepo is the repo name of dapr dashboard on GitHub. DashboardGitHubRepo = "dashboard" )
Variables ¶
This section is empty.
Functions ¶
func GetDaprVersion ¶ added in v1.3.0
func GetDashboardVersion ¶ added in v1.3.0
func GetLatestReleaseGithub ¶ added in v1.3.0
GetLatestReleaseGithub return the latest release version of dapr from GitHub API.
func GetLatestReleaseHelmChart ¶ added in v1.3.0
GetLatestReleaseHelmChart return the latest release version of dapr from helm chart static index.yaml.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.