mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 21:36:24 +00:00
Changed Formatting back to porject standard
This commit is contained in:
parent
6dccf759f7
commit
0d46f104e1
@ -17,6 +17,8 @@ limitations under the License.
|
||||
package config
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/spf13/pflag"
|
||||
)
|
||||
|
||||
@ -52,16 +54,6 @@ func (s *ContainerRuntimeOptions) AddFlags(fs *pflag.FlagSet) {
|
||||
_ = fs.MarkDeprecated("pod-infra-container-image", "will be removed in 1.35. Image garbage collector will get sandbox image information from CRI.")
|
||||
|
||||
// Image credential provider settings.
|
||||
fs.StringVar(
|
||||
&s.ImageCredentialProviderConfigFile,
|
||||
"image-credential-provider-config",
|
||||
s.ImageCredentialProviderConfigFile,
|
||||
"The path to the credential provider plugin config file.",
|
||||
)
|
||||
fs.StringVar(
|
||||
&s.ImageCredentialProviderBinDir,
|
||||
"image-credential-provider-bin-dir",
|
||||
s.ImageCredentialProviderBinDir,
|
||||
"The path to the directory where credential provider plugin binaries are located.",
|
||||
)
|
||||
fs.StringVar(&s.ImageCredentialProviderConfigFile, "image-credential-provider-config", s.ImageCredentialProviderConfigFile, "The path to the credential provider plugin config file.")
|
||||
fs.StringVar(&s.ImageCredentialProviderBinDir, "image-credential-provider-bin-dir", s.ImageCredentialProviderBinDir, "The path to the directory where credential provider plugin binaries are located.")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user