client-go/tools: update events version in doc

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>

Kubernetes-commit: d02568aab52c1003f3625a00ff4e29fcb81bbda6
This commit is contained in:
Damien Grisonnet
2021-07-13 08:50:40 +02:00
committed by Kubernetes Publisher
parent 2d8e761048
commit 398a64c25b

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"