Skip to content

Commit

Permalink
Add global types
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghzhu committed Jun 10, 2019
1 parent 73651ed commit 9f284bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/types/types.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package types

const (
// DefaultCRDNamespace is the default namespace where we create CRD instances.
DefaultCRDNamespace string = "crd-ns"
// DefaultKubeConfigPath is the default local path of kubeconfig file.
DefaultKubeConfigPath string = "~/.kube/config"
)

0 comments on commit 9f284bc

Please sign in to comment.