Skip to content

Commit

Permalink
Register App in Kubernetes scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinChaloupka committed Jan 9, 2020
1 parent 5ba90fe commit f59245e
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kustomize/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ module sigs.k8s.io/kustomize/kustomize/v3
go 1.13

require (
banno.com v0.0.0-00010101000000-000000000000
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
k8s.io/client-go v12.0.0+incompatible
sigs.k8s.io/kustomize/api v0.3.1
sigs.k8s.io/kustomize/cmd/config v0.0.2
sigs.k8s.io/kustomize/cmd/kubectl v0.0.2
Expand All @@ -17,3 +19,8 @@ exclude (
github.com/russross/blackfriday v2.0.0+incompatible
sigs.k8s.io/kustomize/api v0.2.0
)

replace (
banno.com => github.com/banno/banno-k8s-operator v0.0.0-20200109194415-81a091932b01
k8s.io/client-go => k8s.io/client-go v0.17.0
)
Loading

0 comments on commit f59245e

Please sign in to comment.