mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
Drop NewDefultGroupVersionFramework in favor of client automatically handling proper GroupVersions
This commit is contained in:
@@ -108,12 +108,6 @@ func NewDefaultFramework(baseName string) *Framework {
|
||||
return NewFramework(baseName, options, nil)
|
||||
}
|
||||
|
||||
func NewDefaultGroupVersionFramework(baseName string, groupVersion schema.GroupVersion) *Framework {
|
||||
f := NewDefaultFramework(baseName)
|
||||
f.Options.GroupVersion = &groupVersion
|
||||
return f
|
||||
}
|
||||
|
||||
func NewFramework(baseName string, options FrameworkOptions, client clientset.Interface) *Framework {
|
||||
f := &Framework{
|
||||
BaseName: baseName,
|
||||
|
||||
Reference in New Issue
Block a user