Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.61 KB

NOTICE.md

File metadata and controls

75 lines (59 loc) · 2.61 KB

Auto-node-repair.

Copyright (c) 2017-2018 SAP SE or an SAP affiliate company. All rights reserved.
Apache 2 license.

Credits

Auto-node-repair is built upon by modifying source code cloned from cluster-autorepair which is a sub-project under kubernetes/autoscaler project.

kubernetes/autoscaler release: 1.0.0
Copyright 2017 The Kubernetes Authors.
Apache 2 license (https://github.com/kubernetes/autoscaler/blob/cluster-autoscaler-1.0.0/LICENSE)

Release: 1.0.0
Commit-ID: 7adb339902f1d5b614130da9788f9e73801e3595
Commit-Message: Merge pull request #373 from nikhita/fix-link-design-proposal
Link: https://github.com/kubernetes/autoscaler/tree/cluster-autoscaler-1.0.0

Dependencies

The auto-node-repair includes the following components

AWS SDK Go.
https://github.com/aws/aws-sdk-go.
Copyright 2017 Amazon.com, Inc. or its affiliates.
Apache 2 license (https://github.com/aws/aws-sdk-go/blob/master/LICENSE.txt)

Glog.
https://github.com/golang/glog.
Copyright 2013 Google Inc. All Rights Reserved.
Apache 2 license (https://github.com/golang/glog/blob/master/LICENSE).

Pflag.
https://github.com/spf13/pflag.
Copyright (c) 2012 Alex Ogier. Copyright (c) 2012 The Go Authors.
BSD 3-clause "New" or "Revised" License (https://github.com/spf13/pflag/blob/master/LICENSE).

Testify.
used in auto-node-repair tests
https://github.com/stretchr/testify
Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell
(https://github.com/stretchr/testify/blob/master/LICENSE).

Gccfg.
https://github.com/go-gcfg/gcfg.
Copyright 2009 The Go Authors.
BSD 3-clause "New" or "Revised" License (https://github.com/go-gcfg/gcfg/blob/v1/LICENSE).

API.
https://git.k8s.io/api.
Copyright 2017 The Kubernetes Authors.
Apache 2 license (https://git.k8s.io/api/LICENSE).

APIMachinery.
https://git.k8s.io/apimachinery.
Copyright 2017 The Kubernetes Authors.
Apache 2 license (https://git.k8s.io/apimachinery/LICENSE).

APIServer.
https://git.k8s.io/apiserver.
Copyright 2017 The Kubernetes Authors.
Apache 2 license (https://git.k8s.io/apiserver/LICENSE).

Client-Go.
https://git.k8s.io/client-go.
Copyright 2017 The Kubernetes Authors.
Apache 2 license (https://git.k8s.io/client-go/LICENSE).

Kubernetes.
https://git.k8s.io/kubernetes.
Copyright 2017 The Kubernetes Authors.
Apache 2 license (https://git.k8s.io/kubernetes/LICENSE).

Docker distribution.
https://github.com/docker/distribution.
Apache 2 license (https://github.com/docker/distribution/blob/master/LICENSE).