mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-27 15:39:39 +00:00
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 <skuznets@redhat.com> Kubernetes-commit: 588f016c3bc04ea2da85d7077643677028a8cb1b
This commit is contained in:
parent
369734286b
commit
956c1ce5e8
@ -125,8 +125,7 @@ type Interface interface {
|
|||||||
StorageV1alpha1() storagev1alpha1.StorageV1alpha1Interface
|
StorageV1alpha1() storagev1alpha1.StorageV1alpha1Interface
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clientset contains the clients for groups. Each group has exactly one
|
// Clientset contains the clients for groups.
|
||||||
// version included in a Clientset.
|
|
||||||
type Clientset struct {
|
type Clientset struct {
|
||||||
*discovery.DiscoveryClient
|
*discovery.DiscoveryClient
|
||||||
admissionregistrationV1 *admissionregistrationv1.AdmissionregistrationV1Client
|
admissionregistrationV1 *admissionregistrationv1.AdmissionregistrationV1Client
|
||||||
|
Loading…
Reference in New Issue
Block a user