Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
05bd1073
Commit
05bd1073
authored
Feb 03, 2016
by
Paul Morie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add boilerplate checks for Makefiles
parent
6a5157b4
Hide whitespace changes
Inline
Side-by-side
Showing
51 changed files
with
712 additions
and
0 deletions
+712
-0
Makefile
Makefile
+14
-0
Makefile
build/debian-iptables/Makefile
+14
-0
Makefile
build/pause/Makefile
+14
-0
Makefile
cluster/addons/dns/kube2sky/Makefile
+14
-0
Makefile
cluster/addons/dns/skydns/Makefile
+14
-0
Makefile
cluster/addons/fluentd-elasticsearch/es-image/Makefile
+14
-0
Makefile
...er/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
+14
-0
Makefile
cluster/addons/fluentd-elasticsearch/kibana-image/Makefile
+14
-0
Makefile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
+14
-0
Makefile
cluster/addons/registry/images/Makefile
+14
-0
Makefile
cluster/images/etcd/Makefile
+14
-0
Makefile
cluster/images/hyperkube/Makefile
+14
-0
Makefile
cluster/images/kubelet/Makefile
+14
-0
Makefile
cluster/images/kubemark/Makefile
+14
-0
Makefile
cluster/images/nginx/Makefile
+14
-0
Makefile
cluster/juju/charms/trusty/kubernetes-master/Makefile
+13
-0
Makefile
cluster/juju/charms/trusty/kubernetes/Makefile
+13
-0
Makefile
docs/design/clustering/Makefile
+14
-0
Makefile
docs/user-guide/liveness/image/Makefile
+14
-0
Makefile
docs/user-guide/logging-demo/Makefile
+14
-0
Makefile
examples/cassandra/image/Makefile
+14
-0
Makefile
examples/cluster-dns/images/backend/Makefile
+14
-0
Makefile
examples/cluster-dns/images/frontend/Makefile
+14
-0
Makefile
examples/explorer/Makefile
+14
-0
Makefile
examples/https-nginx/Makefile
+14
-0
Makefile
examples/kubectl-container/Makefile
+14
-0
boilerplate.Makefile.txt
hack/boilerplate/boilerplate.Makefile.txt
+14
-0
Makefile
hack/jenkins/job-builder-image/Makefile
+14
-0
Makefile
hack/jenkins/test-image/Makefile
+14
-0
Makefile
test/images/dnsutils/Makefile
+14
-0
Makefile
test/images/entrypoint-tester/Makefile
+14
-0
Makefile
test/images/fakegitserver/Makefile
+14
-0
Makefile
test/images/goproxy/Makefile
+14
-0
Makefile
test/images/hostexec/Makefile
+14
-0
Makefile
test/images/jessie-dnsutils/Makefile
+14
-0
Makefile
test/images/mount-tester-user/Makefile
+14
-0
Makefile
test/images/mount-tester/Makefile
+14
-0
Makefile
test/images/n-way-http/Makefile
+14
-0
Makefile
test/images/netexec/Makefile
+14
-0
Makefile
test/images/network-tester/Makefile
+14
-0
Makefile
test/images/port-forward-tester/Makefile
+14
-0
Makefile
test/images/porter/Makefile
+14
-0
Makefile
test/images/resource-consumer/Makefile
+14
-0
Makefile
test/images/volumes-tester/ceph/Makefile
+14
-0
Makefile
test/images/volumes-tester/gluster/Makefile
+14
-0
Makefile
test/images/volumes-tester/iscsi/Makefile
+14
-0
Makefile
test/images/volumes-tester/nfs/Makefile
+14
-0
Makefile
test/images/volumes-tester/rbd/Makefile
+14
-0
Makefile
test/scalability/counter/Makefile
+14
-0
Makefile
test/soak/cauldron/Makefile
+14
-0
Makefile
test/soak/serve_hostnames/Makefile
+14
-0
No files found.
Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Old-skool build tools.
# Old-skool build tools.
#
#
# Targets (see each target for more information):
# Targets (see each target for more information):
...
...
build/debian-iptables/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
build push
.PHONY
:
build push
IMAGE
=
debian-iptables
IMAGE
=
debian-iptables
...
...
build/pause/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
build push
.PHONY
:
build push
TAG
=
2.0
TAG
=
2.0
...
...
cluster/addons/dns/kube2sky/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Makefile for the Docker image gcr.io/google_containers/kube2sky
# Makefile for the Docker image gcr.io/google_containers/kube2sky
# MAINTAINER: Tim Hockin <thockin@google.com>
# MAINTAINER: Tim Hockin <thockin@google.com>
# If you update this image please bump the tag value before pushing.
# If you update this image please bump the tag value before pushing.
...
...
cluster/addons/dns/skydns/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
all
:
skydns
all
:
skydns
skydns
:
skydns
:
...
...
cluster/addons/fluentd-elasticsearch/es-image/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
elasticsearch_logging_discovery build push
.PHONY
:
elasticsearch_logging_discovery build push
# The current value of the tag to be used for building and
# The current value of the tag to be used for building and
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
build push
.PHONY
:
build push
IMAGE
=
fluentd-elasticsearch
IMAGE
=
fluentd-elasticsearch
...
...
cluster/addons/fluentd-elasticsearch/kibana-image/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
build push
.PHONY
:
build push
TAG
=
1.3
TAG
=
1.3
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# The build rule builds a Docker image that logs all Docker contains logs to
# The build rule builds a Docker image that logs all Docker contains logs to
# Google Compute Platform using the Cloud Logging API. The push rule pushes
# Google Compute Platform using the Cloud Logging API. The push rule pushes
# the image to DockerHub.
# the image to DockerHub.
...
...
cluster/addons/registry/images/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
build push vet test clean
.PHONY
:
build push vet test clean
TAG
=
0.3
TAG
=
0.3
...
...
cluster/images/etcd/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Build the etcd image
# Build the etcd image
#
#
# Usage:
# Usage:
...
...
cluster/images/hyperkube/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Build the hyperkube image.
# Build the hyperkube image.
#
#
# Usage:
# Usage:
...
...
cluster/images/kubelet/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# build the kubelet image.
# build the kubelet image.
# TODO: figure out the best base image
# TODO: figure out the best base image
...
...
cluster/images/kubemark/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# build Kubemark image from currently built binaries containing both 'real' master and Hollow Node.
# build Kubemark image from currently built binaries containing both 'real' master and Hollow Node.
# This makefile assumes that the kubemark binary is present in this directory.
# This makefile assumes that the kubemark binary is present in this directory.
...
...
cluster/images/nginx/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
### Nginx image
### Nginx image
# This image is used to run nginx on the master.
# This image is used to run nginx on the master.
...
...
cluster/juju/charms/trusty/kubernetes-master/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
build
:
virtualenv lint test
build
:
virtualenv lint test
...
...
cluster/juju/charms/trusty/kubernetes/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
build
:
virtualenv lint test
build
:
virtualenv lint test
...
...
docs/design/clustering/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FONT
:=
DroidSansMono.ttf
FONT
:=
DroidSansMono.ttf
PNGS
:=
$
(
patsubst %.seqdiag,%.png,
$
(
wildcard
*
.seqdiag
))
PNGS
:=
$
(
patsubst %.seqdiag,%.png,
$
(
wildcard
*
.seqdiag
))
...
...
docs/user-guide/liveness/image/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
all
:
push
all
:
push
server
:
server.go
server
:
server.go
...
...
docs/user-guide/logging-demo/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Makefile for launching synthetic logging sources (any platform)
# Makefile for launching synthetic logging sources (any platform)
# and for reporting the forwarding rules for the
# and for reporting the forwarding rules for the
# Elasticsearch and Kibana pods for the GCE platform.
# Elasticsearch and Kibana pods for the GCE platform.
...
...
examples/cassandra/image/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# build the cassandra image.
# build the cassandra image.
VERSION
=
v7
VERSION
=
v7
...
...
examples/cluster-dns/images/backend/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
v1
TAG
=
v1
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
IMAGE
=
example-dns-backend
IMAGE
=
example-dns-backend
...
...
examples/cluster-dns/images/frontend/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
v1
TAG
=
v1
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
IMAGE
=
example-dns-frontend
IMAGE
=
example-dns-frontend
...
...
examples/explorer/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
all
:
push
all
:
push
# Keep this one version ahead, so no one accidentally blows away the latest published version.
# Keep this one version ahead, so no one accidentally blows away the latest published version.
...
...
examples/https-nginx/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
all
:
all
:
TAG
=
1.0
TAG
=
1.0
...
...
examples/kubectl-container/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Use:
# Use:
#
#
# `make kubectl` will build kubectl.
# `make kubectl` will build kubectl.
...
...
hack/boilerplate/boilerplate.Makefile.txt
0 → 100644
View file @
05bd1073
# Copyright YEAR The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
hack/jenkins/job-builder-image/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
1
TAG
=
1
all
:
all
:
...
...
hack/jenkins/test-image/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
all
:
push
all
:
push
TAG
=
0.7
TAG
=
0.7
...
...
test/images/dnsutils/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This image does not tag
# This image does not tag
#TAG =
#TAG =
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/entrypoint-tester/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
0.1
TAG
=
0.1
PREFIX
=
kubernetes
PREFIX
=
kubernetes
...
...
test/images/fakegitserver/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
all image push clean
.PHONY
:
all image push clean
TAG
=
0.1
TAG
=
0.1
...
...
test/images/goproxy/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
0.1
TAG
=
0.1
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/hostexec/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
all image push clean
.PHONY
:
all image push clean
TAG
=
1.2
TAG
=
1.2
...
...
test/images/jessie-dnsutils/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This image does not tag
# This image does not tag
#TAG =
#TAG =
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/mount-tester-user/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
0.4
TAG
=
0.4
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/mount-tester/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
0.6
TAG
=
0.6
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/n-way-http/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
all
:
push
all
:
push
# 0.0 shouldn't clobber any released builds
# 0.0 shouldn't clobber any released builds
...
...
test/images/netexec/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
all netexec image push clean
.PHONY
:
all netexec image push clean
TAG
=
1.3.1
TAG
=
1.3.1
...
...
test/images/network-tester/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
1.6
TAG
=
1.6
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/port-forward-tester/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
1.0
TAG
=
1.0
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/porter/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Use:
# Use:
#
#
# `make porter` will build porter.
# `make porter` will build porter.
...
...
test/images/resource-consumer/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
beta2
TAG
=
beta2
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/volumes-tester/ceph/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
0.1
TAG
=
0.1
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/volumes-tester/gluster/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
0.2
TAG
=
0.2
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/volumes-tester/iscsi/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
0.1
TAG
=
0.1
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/volumes-tester/nfs/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
0.4
TAG
=
0.4
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/images/volumes-tester/rbd/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
0.1
TAG
=
0.1
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
...
...
test/scalability/counter/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
counter
:
counter
:
kubectl create
--validate
-f
counter-rc.yaml
kubectl create
--validate
-f
counter-rc.yaml
...
...
test/soak/cauldron/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY
:
cauldron
.PHONY
:
cauldron
TAG
=
1.0
TAG
=
1.0
...
...
test/soak/serve_hostnames/Makefile
View file @
05bd1073
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
all
:
all
:
go build serve_hostnames.go
go build serve_hostnames.go
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment