mirror of https://github.com/k3s-io/k3s
Merge pull request #58411 from sttts/sttts-compile-fix-bootstrap-token-api
Automatic merge from submit-queue (batch tested with PRs 58411, 58407, 52863). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. client-go: fix bootstrap token imports Fixes the publishing-bot https://github.com/kubernetes/kubernetes/issues/56876#issuecomment-358429408. Introduced by https://github.com/kubernetes/kubernetes/pull/55595pull/6/head
commit
12b5bf9e79
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue