kubernetes/pkg/registry/core/node/storage/storage_test.go

func newStorage(t *testing.T) (*REST, *etcd3testing.EtcdTestServer) {}

type tweak

func newNode(name string, tweaks ...tweak) *api.Node {}

func setNodeIPAddress(addr string) tweak {}

func setNodeDaemonEndpoint(port int32) tweak {}

func TestCreate(t *testing.T) {}

func TestUpdate(t *testing.T) {}

func TestDelete(t *testing.T) {}

func TestGet(t *testing.T) {}

func TestList(t *testing.T) {}

func TestWatch(t *testing.T) {}

func TestShortNames(t *testing.T) {}

func TestResourceLocation(t *testing.T) {}