kubernetes/pkg/credentialprovider
Stephen Kitt 56d8302bc8
Use k8s utils pointer instead of Azure autorest/to
Since k/u includes pointer functions which are equivalent to the
autorest/to pointer functions, and the latter are deprecated, it seems
useful to switch to the former:
* to.FooPtr becomes pointer.Foo
* to.Foo becomes pointer.FooDeref with an appropriate default
* to.StringSlicePtr becomes &

This doesn't remove anything from vendor, but it does turn the
dependency into an indirect one, ready to be removed when the rest of
the Azure migration happens.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2022-12-07 18:16:16 +01:00
..
aws (aws_credentials): update ecr url validation regex 2022-10-16 19:13:47 -04:00
azure Use k8s utils pointer instead of Azure autorest/to 2022-12-07 18:16:16 +01:00
gcp Generate and format files 2022-07-26 13:14:05 -04:00
plugin fix credential provider metric names 2022-11-08 12:59:53 -08:00
secrets Add RegistryConfig/RegistryConfigEntry. 2021-03-02 00:08:54 +00:00
config_test.go Add RegistryConfig/RegistryConfigEntry. 2021-03-02 00:08:54 +00:00
config.go Generate and format files 2022-07-26 13:14:05 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
keyring_test.go Add RegistryConfig/RegistryConfigEntry. 2021-03-02 00:08:54 +00:00
keyring.go Generate and format files 2022-07-26 13:14:05 -04:00
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
plugins.go Generate and format files 2022-07-26 13:14:05 -04:00
provider_test.go Add RegistryConfig/RegistryConfigEntry. 2021-03-02 00:08:54 +00:00
provider.go Add RegistryConfig/RegistryConfigEntry. 2021-03-02 00:08:54 +00:00