client-go: fix bootstrap token imports

This commit is contained in:
Dr. Stefan Schimanski 2018-01-17 21:15:02 +01:00
parent 48f69ac964
commit 36314bf10b

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Package api (pkg/bootstrap/api) contains constants and types needed for
// Package api (pkg/bootstrap/token/api) contains constants and types needed for
// bootstrap tokens as maintained by the BootstrapSigner and TokenCleaner
// controllers (in pkg/controller/bootstrap)
package api // import "k8s.io/client-go/tools/bootstrap/api"
package api // import "k8s.io/client-go/tools/bootstrap/token/api"