Skip to content

Commit 7ac990f

Browse files
committed
pkg/client/config: remove outdated doc comments
Signed-off-by: haoqixu <[email protected]>
1 parent d5daa31 commit 7ac990f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/client/config/config.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ func RegisterFlags(fs *flag.FlagSet) {
6464
// The returned `*rest.Config` has client-side ratelimting disabled as we can rely on API priority and
6565
// fairness. Set its QPS to a value equal or bigger than 0 to re-enable it.
6666
//
67-
// It also applies saner defaults for QPS and burst based on the Kubernetes
68-
// controller manager defaults (20 QPS, 30 burst)
69-
//
7067
// Config precedence:
7168
//
7269
// * --kubeconfig flag pointing at a file
@@ -87,9 +84,6 @@ func GetConfig() (*rest.Config, error) {
8784
// The returned `*rest.Config` has client-side ratelimting disabled as we can rely on API priority and
8885
// fairness. Set its QPS to a value equal or bigger than 0 to re-enable it.
8986
//
90-
// It also applies saner defaults for QPS and burst based on the Kubernetes
91-
// controller manager defaults (20 QPS, 30 burst)
92-
//
9387
// Config precedence:
9488
//
9589
// * --kubeconfig flag pointing at a file

0 commit comments

Comments
 (0)