mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-05 05:12:25 +00:00
It seems valuable to be able to provide hand-written docs for these first-level directories, and if don't want them, the generated doc.go files are not actually very helpful. This commit also adds new doc.go files for client-go listers/ and informers/. Kubernetes-commit: 95bf7b0afe9dd6a0f00125b1d290514a23e778e2
20 lines
679 B
Go
20 lines
679 B
Go
/*
|
|
Copyright 2023 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 kubernetes holds packages which implement a clientset for Kubernetes
|
|
// APIs.
|
|
package kubernetes
|