Merge pull request #103657 from dgrisonnet/fix-event-doc

Update Events version in the documentation of the events package
This commit is contained in:
Kubernetes Prow Robot 2021-08-04 22:11:23 -07:00 committed by GitHub
commit 7e99f3d749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,5 @@ limitations under the License.
*/
// Package events has all client logic for recording and reporting
// "k8s.io/api/events/v1beta1".Event events.
// "k8s.io/api/events/v1".Event events.
package events // import "k8s.io/client-go/tools/events"