kubernetes/pkg/credentialprovider/azure
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
..
azure_acr_helper.go increase Azure ACR credential provider timeout 2022-02-18 12:29:10 +00:00
azure_credentials_test.go Use k8s utils pointer instead of Azure autorest/to 2022-12-07 18:16:16 +01:00
azure_credentials.go fix image pulling failure when IMDS is unavailalbe in kubelet startup 2022-06-12 04:57:42 +00:00
doc.go Add providerless tags 2020-07-30 13:48:40 -04:00
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00