Adds bool to force non-aggregated discovery

Kubernetes-commit: a84d877310ba5cf9237c8e8e3218229c202d3a1e
This commit is contained in:
Sean Sullivan
2022-11-09 12:30:05 -08:00
committed by Kubernetes Publisher
parent c8ffed3108
commit 3ac73ea2c8
8 changed files with 79 additions and 4 deletions

View File

@@ -786,6 +786,10 @@ func (d *fakeDiscoveryClient) OpenAPIV3() openapi.Client {
panic("unimplemented")
}
func (d *fakeDiscoveryClient) WithLegacy() discovery.DiscoveryInterface {
panic("unimplemented")
}
func groupNamesFromList(groups *metav1.APIGroupList) []string {
result := []string{}
for _, group := range groups.Groups {