mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-26 23:17:34 +00:00
Merge pull request #112705 from stevekuznetsov/skuznets/fix-comment
clients: clarify a misleading comment Kubernetes-commit: bc6e801aa0e0cf17d22652ff881ebc3540b7af55
This commit is contained in:
commit
2f43d370b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user