mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Add kubectl run ScheduledJob e2e test
This commit is contained in:
@@ -120,6 +120,12 @@ func NewDefaultFederatedFramework(baseName string) *Framework {
|
||||
return f
|
||||
}
|
||||
|
||||
func NewDefaultGroupVersionFramework(baseName string, groupVersion unversioned.GroupVersion) *Framework {
|
||||
f := NewDefaultFramework(baseName)
|
||||
f.options.GroupVersion = &groupVersion
|
||||
return f
|
||||
}
|
||||
|
||||
func NewFramework(baseName string, options FrameworkOptions, client *client.Client) *Framework {
|
||||
f := &Framework{
|
||||
BaseName: baseName,
|
||||
|
||||
Reference in New Issue
Block a user