mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Update --chunk-size flag, dropping the beta information
The --chunk-size flag has been around since October 2017
(i4780ad0297)
so it's about time we make it official.
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
This commit is contained in:
@@ -538,7 +538,7 @@ func AddApplyAnnotationVarFlags(cmd *cobra.Command, applyAnnotation *bool) {
|
||||
|
||||
func AddChunkSizeFlag(cmd *cobra.Command, value *int64) {
|
||||
cmd.Flags().Int64Var(value, "chunk-size", *value,
|
||||
"Return large lists in chunks rather than all at once. Pass 0 to disable. This flag is beta and may change in the future.")
|
||||
"Return large lists in chunks rather than all at once. Pass 0 to disable.")
|
||||
}
|
||||
|
||||
func AddLabelSelectorFlagVar(cmd *cobra.Command, p *string) {
|
||||
|
||||
Reference in New Issue
Block a user