Skip to content

Commit 0e81189

Browse files
committed
rename package on nodelifecycle controller to match the path
1 parent 8e3adc4 commit 0e81189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)