Skip to content

Commit

Permalink
Merge pull request #49 from cloud-ark/pac-endpoint
Browse files Browse the repository at this point in the history
Changed api endpoint base to 'platform-as-code'
  • Loading branch information
devdattakulkarni authored Apr 9, 2019
2 parents 7c2d999 + 07bba79 commit 1a9d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/cloud-ark/kubediscovery/pkg/discovery"
)

const GroupName = "kubeplus.cloudark.io"
const GroupName = "platform-as-code"
const GroupVersion = "v1"
const KIND_QUERY_PARAM = "kind"
const INSTANCE_QUERY_PARAM = "instance"
Expand Down

0 comments on commit 1a9d708

Please sign in to comment.