mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
client-go: fix bootstrap token imports
This commit is contained in:
parent
48f69ac964
commit
36314bf10b
@ -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
Block a user