From e594dd428159e60c6f16571321ccb58d6a1d956e Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 2 Sep 2021 10:06:53 -0700 Subject: [PATCH] Svc REST: Convert FIXME to TODO --- pkg/registry/core/service/storage/storage_test.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkg/registry/core/service/storage/storage_test.go b/pkg/registry/core/service/storage/storage_test.go index 59bc4c03f15..74c61981aaa 100644 --- a/pkg/registry/core/service/storage/storage_test.go +++ b/pkg/registry/core/service/storage/storage_test.go @@ -11815,10 +11815,8 @@ func TestFeatureInternalTrafficPolicy(t *testing.T) { helpTestCreateUpdateDelete(t, testCases) } -// FIXME: externalIPs, lbip, -// lbsourceranges, externalname, PublishNotReadyAddresses, -// ipfamilypolicy and list, -// AllocateLoadBalancerNodePorts, LoadBalancerClass, status +// TODO(thockin): We need to look at feature-tests for: +// externalIPs, lbip, lbsourceranges, externalname, PublishNotReadyAddresses, AllocateLoadBalancerNodePorts, LoadBalancerClass, status // this is local because it's not fully fleshed out enough for general use. func makePod(name string, ips ...string) api.Pod {