Skip to content

Commit d43c67f

Browse files
jichenjck8s-ci-robot
authored andcommitted
Rename network prefix (#424)
cloud provider and others might create this kind of resource as well, we might consider to make it clusterapi specific
1 parent 6ef7b46 commit d43c67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/openstack/services/networking/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
const (
28-
networkPrefix string = "k8s"
28+
networkPrefix string = "k8s-clusterapi"
2929
kubeapiLBSuffix string = "kubeapi"
3030
)
3131

0 commit comments

Comments
 (0)