From 2b19de97cc122fea1d9d678a0714d87af39e9935 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Mon, 15 Nov 2021 10:53:55 +0100 Subject: [PATCH] Add exp/addons package documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- exp/addons/controllers/doc.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 exp/addons/controllers/doc.go diff --git a/exp/addons/controllers/doc.go b/exp/addons/controllers/doc.go new file mode 100644 index 000000000000..c27c1f020bc6 --- /dev/null +++ b/exp/addons/controllers/doc.go @@ -0,0 +1,18 @@ +/* +Copyright 2021 The Kubernetes Authors. + +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. +*/ + +// Package controllers implements the exp/addons controllers. +package controllers