mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Merge pull request #15510 from aveshagarwal/master-selflink-objref
Auto commit by PR queue bot
This commit is contained in:
@@ -38,10 +38,6 @@ var (
|
||||
alwaysReady = func() bool { return true }
|
||||
)
|
||||
|
||||
func init() {
|
||||
api.ForTesting_ReferencesAllowBlankSelfLinks = true
|
||||
}
|
||||
|
||||
func getKey(ds *extensions.DaemonSet, t *testing.T) string {
|
||||
if key, err := controller.KeyFunc(ds); err != nil {
|
||||
t.Errorf("Unexpected error getting key for ds %v: %v", ds.Name, err)
|
||||
|
||||
Reference in New Issue
Block a user