kubernetes/pkg/volume/azure_file
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_file_test.go Use k8s utils pointer instead of Azure autorest/to 2022-12-07 18:16:16 +01:00
azure_file.go Refactor ConstructVolumeSpec 2022-11-03 16:55:13 +01:00
azure_provision.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
azure_util.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
doc.go
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00