fix doc file

This commit is contained in:
Daniel Smith 2020-09-01 16:39:50 -07:00
parent 15e0e3e90e
commit 7bf2adade8

View File

@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// Package master contains code for setting up and running a Kubernetes // Package controlplane contains code for setting up and running a Kubernetes
// cluster master. // cluster control plane API server.
package controlplane // import "k8s.io/kubernetes/pkg/controlplane" package controlplane // import "k8s.io/kubernetes/pkg/controlplane"