Put the node controller in its own package rather than in the generic
cloudprovider/controller package.
This commit is contained in:
@@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
// Package controller contains code for syncing cloud instances with
|
||||
// Package nodecontroller contains code for syncing cloud instances with
|
||||
// minion registry
|
||||
package controller
|
||||
package nodecontroller
|
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
package controller
|
||||
package nodecontroller
|
||||
|
||||
import (
|
||||
"errors"
|
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
package controller
|
||||
package nodecontroller
|
||||
|
||||
import (
|
||||
"errors"
|
Reference in New Issue
Block a user