• Kubernetes Submit Queue's avatar
    Merge pull request #36140 from guangxuli/k8s_extend_get_docker_auth · 84f03ef9
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    make invocation ReadDockerConfigFile can handle .dockerconfigjson file
    
    **What this PR does / why we need it**:
    
    When **.docker/config.json** is used to authenticate docker registry, the data key **.dockerconfigjson** should be used if we want to save this kind of docker auth data into a secret. So this PR is mainly to make invocation `ReadDockerConfigFile `have ability to read  **.dockerconfigjson** file.
    @liggitt
    84f03ef9
Name
Last commit
Last update
..
aws Loading commit data...
gcp Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
doc.go Loading commit data...
keyring.go Loading commit data...
keyring_test.go Loading commit data...
plugins.go Loading commit data...
provider.go Loading commit data...
provider_test.go Loading commit data...