forked from rancher/rancher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be414df
commit 131be91
Showing
5 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package observability | ||
|
||
type StackStateConfig struct { | ||
ServiceToken string `json:"serviceToken" yaml:"serviceToken"` | ||
Url string `json:"url" yaml:"url"` | ||
ClusterApiKey string `json:"clusterApiKey" yaml:"clusterApiKey"` | ||
StackstateUpgradeVersion string `json:"stackstateUpgradeVersion" yaml:"stackstateUpgradeVersion"` | ||
ServiceToken string `json:"serviceToken" yaml:"serviceToken"` | ||
Url string `json:"url" yaml:"url"` | ||
ClusterApiKey string `json:"clusterApiKey" yaml:"clusterApiKey"` | ||
UpgradeVersion string `json:"upgradeVersion" yaml:"upgradeVersion"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters