Skip to content

Commit

Permalink
operator 3rd party licences
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Feb 12, 2020
1 parent 7b27b9f commit ce9530b
Show file tree
Hide file tree
Showing 9 changed files with 9,971 additions and 0 deletions.
1 change: 1 addition & 0 deletions operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager
FROM gcr.io/distroless/static:latest
WORKDIR /
COPY --from=builder /workspace/manager .
COPY licenses/license.txt .
ENTRYPOINT ["/manager"]
3 changes: 3 additions & 0 deletions operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,6 @@ self-signed-cert:
clean-cert:
rm -r self-signed-cert


licenses/dep.txt:
go list -m all | cut -d ' ' -f 1 > licenses/dep.txt
1 change: 1 addition & 0 deletions operator/licenses/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Follow https://github.com/kubeflow/testing/tree/master/py/kubeflow/testing/go-license-tools
21 changes: 21 additions & 0 deletions operator/licenses/additional_license_info.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
https://github.com/googleapis/google-cloud-go/blob/master/LICENSE,Apache License 2.0
https://github.com/ghodss/yaml/blob/master/LICENSE,MIT License
https://github.com/go-openapi/spec/blob/master/LICENSE,Apache License 2.0
https://github.com/gogo/protobuf/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/gophercloud/gophercloud/blob/master/LICENSE,Apache License 2.0
https://github.com/hpcloud/tail/blob/master/LICENSE.txt,MIT License
https://github.com/inconshreveable/mousetrap/blob/master/LICENSE,Apache License 2.0
https://github.com/pmezard/go-difflib/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/uber-go/zap/blob/master/LICENSE.txt,MIT License
https://github.com/golang/crypto/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/golang/net/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/golang/sync/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/golang/sys/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/golang/text/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/golang/time/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/golang/tools/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/go-check/check/blob/v1/LICENSE,BSD 2-Clause "Simplified" License
https://github.com/go-inf/inf/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/go-tomb/tomb/blob/v1/LICENSE,BSD 3-Clause "New" or "Revised" License
https://github.com/go-yaml/yaml/blob/v2/LICENSE,Apache License 2.0
https://github.com/kubernetes-sigs/yaml/blob/master/LICENSE,MIT License
96 changes: 96 additions & 0 deletions operator/licenses/dep.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
github.com/seldonio/seldon-core/operator
cloud.google.com/go
github.com/Azure/go-autorest/autorest
github.com/Azure/go-autorest/autorest/adal
github.com/Azure/go-autorest/autorest/date
github.com/Azure/go-autorest/autorest/mocks
github.com/Azure/go-autorest/logger
github.com/Azure/go-autorest/tracing
github.com/NYTimes/gziphandler
github.com/PuerkitoBio/purell
github.com/PuerkitoBio/urlesc
github.com/beorn7/perks
github.com/davecgh/go-spew
github.com/dgrijalva/jwt-go
github.com/emicklei/go-restful
github.com/evanphx/json-patch
github.com/fatih/color
github.com/fsnotify/fsnotify
github.com/ghodss/yaml
github.com/go-logr/logr
github.com/go-logr/zapr
github.com/go-openapi/jsonpointer
github.com/go-openapi/jsonreference
github.com/go-openapi/spec
github.com/go-openapi/swag
github.com/gobuffalo/flect
github.com/gogo/protobuf
github.com/golang/groupcache
github.com/golang/protobuf
github.com/google/go-cmp
github.com/google/gofuzz
github.com/googleapis/gnostic
github.com/gophercloud/gophercloud
github.com/hashicorp/golang-lru
github.com/hpcloud/tail
github.com/imdario/mergo
github.com/inconshreveable/mousetrap
github.com/json-iterator/go
github.com/kisielk/errcheck
github.com/kisielk/gotool
github.com/kr/pretty
github.com/kr/pty
github.com/kr/text
github.com/mailru/easyjson
github.com/mattn/go-colorable
github.com/mattn/go-isatty
github.com/matttproud/golang_protobuf_extensions
github.com/modern-go/concurrent
github.com/modern-go/reflect2
github.com/munnerz/goautoneg
github.com/onsi/ginkgo
github.com/onsi/gomega
github.com/pborman/uuid
github.com/pkg/errors
github.com/pmezard/go-difflib
github.com/prometheus/client_golang
github.com/prometheus/client_model
github.com/prometheus/common
github.com/prometheus/procfs
github.com/spf13/afero
github.com/spf13/cobra
github.com/spf13/pflag
github.com/stretchr/objx
github.com/stretchr/testify
go.uber.org/atomic
go.uber.org/multierr
go.uber.org/zap
golang.org/x/crypto
golang.org/x/net
golang.org/x/oauth2
golang.org/x/sync
golang.org/x/sys
golang.org/x/text
golang.org/x/time
golang.org/x/tools
gomodules.xyz/jsonpatch/v2
google.golang.org/appengine
gopkg.in/check.v1
gopkg.in/fsnotify.v1
gopkg.in/inf.v0
gopkg.in/tomb.v1
gopkg.in/yaml.v2
k8s.io/api
k8s.io/apiextensions-apiserver
k8s.io/apimachinery
k8s.io/client-go
k8s.io/gengo
k8s.io/klog
k8s.io/kube-openapi
k8s.io/utils
knative.dev/pkg
sigs.k8s.io/controller-runtime
sigs.k8s.io/controller-tools
sigs.k8s.io/structured-merge-diff
sigs.k8s.io/testing_frameworks
sigs.k8s.io/yaml
1 change: 1 addition & 0 deletions operator/licenses/dep_repo.manual.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gomodules.xyz/jsonpatch/v2,gomodules/jsonpatch
Loading

0 comments on commit ce9530b

Please sign in to comment.