mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Add missing boilerplate
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set -e
|
||||
|
||||
# Builds or removes Go plugin object code.
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Usage: From repo root:
|
||||
# ./hack/doGoMod.sh tidy
|
||||
# ./hack/doGoMod.sh verify
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /usr/bin/env bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
builtinPlugins=(AnnotationsTransformer \
|
||||
ConfigMapGenerator \
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
for f in $(find $1 -name '*.go'); do
|
||||
echo $f
|
||||
# go get golang.org/x/tools/cmd/goimports
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
# If no arguments are given -> Downloads the most recently released
|
||||
# kpt binary to your current working directory.
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
# If no argument is given -> Downloads the most recently released
|
||||
# kustomize binary to your current working directory.
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set -e
|
||||
echo "You may need to run as root to clean."
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
ENV BUILD_HOME=/usr/local/build
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
IMAGE_LABEL="tshirt_example_build:latest"
|
||||
BUILD_HOME=/usr/local/build
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
ENV BUILD_HOME=/usr/local/build
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
IMAGE_LABEL="label_namespace_build:latest"
|
||||
BUILD_HOME=/usr/local/build
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#! /bin/bash
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
node ./dist/label_namespace_run.js
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Build the kubectl integration PR
|
||||
|
||||
# Merge pull request #93861 from sttts/sttts-so-reuseaddr-kube
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Copyright 2022 The Kubernetes Authors.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// +build tools
|
||||
|
||||
// This package imports things required by build scripts, to force `go mod` to see them as dependencies
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Report how kustomize and the plugins use the API module.
|
||||
#
|
||||
# Usage:
|
||||
|
||||
Reference in New Issue
Block a user