Put the node controller in its own package rather than in the generic

cloudprovider/controller package.
This commit is contained in:
Alex Robinson
2015-03-23 22:59:38 +00:00
parent f7ae442a02
commit a11106edd3
6 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controller
package nodecontroller
import (
"errors"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package controller
package nodecontroller
import (
"errors"