Skip to content

Commit d9619d0

Browse files
Gardener Development Communitymsohn
authored andcommitted
Initial version of gardener
This is the initial contribution to the Open Source Gardener project. The following SAP developers contributed to this project until this initial contribution was published as open source: $ git shortlog -sn 631 Rafael Franzke 69 Martin Vladev 49 Dominic Kistner 48 Andreas Burger 9 Christian Cwienk 8 Prashanth 6 Swapnil Mhamane 4 George Kuruvilla 4 Sebastian Stauch 4 Vedran Lerenc 2 Georgi Pavlov 2 Hardik Dodiya 2 Andreas Herz 1 Vasu Chandrasekhara 1 Raphael Vogel 1 Christian Cwienk 1 Andreas Fritzler It is derived from the historical, SAP internal garden-operator repository at commit 6e083ea79c1536c23d91733d2b713c55e76bc7f2.
0 parents  commit d9619d0

File tree

5,380 files changed

+1617779
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,380 files changed

+1617779
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
args
2+
bin
3+
.vscode
4+
.idea
5+
.kube-secrets
6+
tmp/*
7+
dev/*
8+
9+
*.coverprofile
10+
*.html
11+
.DS_Store
12+
13+
./garden-apiserver
14+
./garden-controller-manager
15+
TODO

.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>gardener</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please refer to the [Gardener contributor guide](https://github.com/gardener/documentation/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)