From 956c1ce5e84f2ed047752d609f99b8d19357db9d Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Fri, 23 Sep 2022 12:25:52 -0600 Subject: [PATCH] clients: clarify a misleading comment It's clear that client-sets contain many versions of one group, so this comment just seems to be out-dated. Signed-off-by: Steve Kuznetsov Kubernetes-commit: 588f016c3bc04ea2da85d7077643677028a8cb1b --- kubernetes/clientset.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kubernetes/clientset.go b/kubernetes/clientset.go index ffb96cd2..7653d66d 100644 --- a/kubernetes/clientset.go +++ b/kubernetes/clientset.go @@ -125,8 +125,7 @@ type Interface interface { StorageV1alpha1() storagev1alpha1.StorageV1alpha1Interface } -// Clientset contains the clients for groups. Each group has exactly one -// version included in a Clientset. +// Clientset contains the clients for groups. type Clientset struct { *discovery.DiscoveryClient admissionregistrationV1 *admissionregistrationv1.AdmissionregistrationV1Client