This commit is contained in:
Daniel Smith 2020-09-02 09:08:35 -07:00
parent 75f835aa08
commit 1f0305fe1b
33 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package master contains code for setting up and running a Kubernetes // Package master contains code for setting up and running a Kubernetes
// cluster master. // cluster master.
package master // import "k8s.io/kubernetes/pkg/master" package controlplane // import "k8s.io/kubernetes/pkg/master"

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package master package controlplane
import ( import (
// These imports are the API groups the API server will support. // These imports are the API groups the API server will support.

View File

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

View File

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

View File

@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package master package controlplane
// This test file is separated from master_test.go so we would be able to disable // This test file is separated from master_test.go so we would be able to disable
// race check for it. TestValidOpenAPISpec will became extremely slow if -race // race check for it. TestValidOpenAPISpec will became extremely slow if -race

View File

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

View File

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