File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ stripPrefix:
39
39
- github.com/tengqm/kubeconfig/config/bootstraptoken/v1.
40
40
41
41
apis :
42
+ - name : kuberc
43
+ title : kuberc (v1alpha1)
44
+ package : k8s.io/kubectl
45
+ path : pkg/config/v1alpha1
46
+
42
47
- name : kubeconfig
43
48
title : kubeconfig (v1)
44
49
package : k8s.io/client-go
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/kubernetes-sigs/reference-docs/genref
3
3
go 1.24.0
4
4
5
5
require (
6
+ github.com/tengqm/kubeconfig v0.0.0-20250424004001-34e545f62a22
6
7
github.com/yuin/goldmark v1.7.8
7
8
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
8
9
k8s.io/api v0.33.0
@@ -18,6 +19,7 @@ require (
18
19
k8s.io/kube-controller-manager v0.33.0
19
20
k8s.io/kube-proxy v0.33.0
20
21
k8s.io/kube-scheduler v0.33.0
22
+ k8s.io/kubectl v0.33.0
21
23
k8s.io/kubelet v0.33.0
22
24
k8s.io/metrics v0.33.0
23
25
sigs.k8s.io/yaml v1.4.0
@@ -45,7 +47,6 @@ require (
45
47
github.com/modern-go/reflect2 v1.0.2 // indirect
46
48
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
47
49
github.com/pkg/errors v0.9.1 // indirect
48
- github.com/tengqm/kubeconfig v0.0.0-20250424004001-34e545f62a22 // indirect
49
50
github.com/x448/float16 v0.8.4 // indirect
50
51
golang.org/x/net v0.38.0 // indirect
51
52
golang.org/x/oauth2 v0.27.0 // indirect
Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ k8s.io/kube-proxy v0.33.0 h1:Sayf1JKu5toDhJeDYCNcucSyyqnHdMHU/JcFi5g2008=
205
205
k8s.io/kube-proxy v0.33.0 /go.mod h1:C0ZiTrHD2A3yL830p4/6bgUD2h5Mh5DfPwgL/JYXS3M =
206
206
k8s.io/kube-scheduler v0.33.0 h1:G5psn7ynB5Vjfo0ia8uz32Gv46TRa5RgTq4PTm+yjR0 =
207
207
k8s.io/kube-scheduler v0.33.0 /go.mod h1:I+0aqwJ3G9f9pyfKfoN5b0uP9M6MinNpxXRlCXkM17E =
208
+ k8s.io/kubectl v0.33.0 h1:HiRb1yqibBSCqic4pRZP+viiOBAnIdwYDpzUFejs07g =
209
+ k8s.io/kubectl v0.33.0 /go.mod h1:gAlGBuS1Jq1fYZ9AjGWbI/5Vk3M/VW2DK4g10Fpyn/0 =
208
210
k8s.io/kubelet v0.33.0 h1:4pJA2Ge6Rp0kDNV76KH7pTBiaV2T1a1874QHMcubuSU =
209
211
k8s.io/kubelet v0.33.0 /go.mod h1:iDnxbJQMy9DUNaML5L/WUlt3uJtNLWh7ZAe0JSp4Yi0 =
210
212
k8s.io/metrics v0.33.0 h1:sKe5sC9qb1RakMhs8LWYNuN2ne6OTCWexj8Jos3rO2Y =
You can’t perform that action at this time.
0 commit comments