Skip to content

Commit cb81a0f

Browse files
authored
Merge pull request kubernetes#127317 from aojea/cloud_provider_package_names
Cloud provider package names
2 parents 253013e + 252f854 commit cb81a0f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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"

staging/src/k8s.io/cloud-provider/controllers/nodelifecycle/node_lifecycle_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 nodelifecycle
1818

1919
import (
2020
"context"

staging/src/k8s.io/cloud-provider/controllers/nodelifecycle/node_lifecycle_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 nodelifecycle
1818

1919
import (
2020
"context"

0 commit comments

Comments
 (0)