Skip to content

Commit 252f854

Browse files
committed
rename node package to match the path name
1 parent 0e81189 commit 252f854

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

staging/src/k8s.io/cloud-provider/controllers/node/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package cloud
17+
package node
1818

1919
import (
2020
"sync"

staging/src/k8s.io/cloud-provider/controllers/node/node_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package cloud
17+
package node
1818

1919
import (
2020
"context"

staging/src/k8s.io/cloud-provider/controllers/node/node_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package cloud
17+
package node
1818

1919
import (
2020
"context"

0 commit comments

Comments
 (0)