vendor kube-openapi

This commit is contained in:
Johannes Würbach 2020-11-09 15:16:51 +01:00
parent 87c429b5c6
commit 95df8b43dd
No known key found for this signature in database
GPG key ID: 74DB0F4D956CCCE3
95 changed files with 26192 additions and 0 deletions

7
vendor/golang.org/x/tools/internal/event/doc.go generated vendored Normal file
View file

@ -0,0 +1,7 @@
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package event provides a set of packages that cover the main
// concepts of telemetry in an implementation agnostic way.
package event