-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update microcluster version and adapt to API changes (#562)
--------- Co-authored-by: Mateo Florido <32885896+mateoflorido@users.noreply.github.com>
- Loading branch information
1 parent
032a583
commit 4e15dae
Showing
34 changed files
with
386 additions
and
489 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package apiv1 | ||
|
||
import "github.com/canonical/microcluster/rest/types" | ||
|
||
const ( | ||
// K8sdAPIVersion is the path prefix that will be used for the k8sd endpoints for this api version. | ||
K8sdAPIVersion types.EndpointPrefix = "1.0" | ||
) |
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
Oops, something went wrong.