ubicloud/kubernetes/csi/lib/ubi_csi
Daniel Farina 7963a0ec01 Outline mkdir_p for CSI directory initialization
It's unusual to have such a side effect upon object initialization.

In production cases, this object is not created more than once per
startup, so, no big deal...but once testing and mocks get involved, it
clutters the tests, so abide the more conventional approach of
outlining the side effect.

In passing, remove the check for existence of a directory before
`mkdir_p`: it idempotent, it will check if there's nothing to do
internally anyway.
2025-07-25 15:20:55 +02:00
..
controller_service.rb Handle PV deletion in UbiCSI 2025-07-25 15:20:55 +02:00
errors.rb Add logic for migrating disk from the previous node in CSI 2025-07-25 15:20:55 +02:00
identity_service.rb Add gRPC server for implementing the IdentityService 2025-07-25 15:20:55 +02:00
kubernetes_client.rb Add KubernetesClient to CSI 2025-07-25 15:20:55 +02:00
node_service.rb Outline mkdir_p for CSI directory initialization 2025-07-25 15:20:55 +02:00
service_helper.rb Add KubernetesClient to CSI 2025-07-25 15:20:55 +02:00