...

Text file src/edge-infra.dev/third_party/k8s/piraeus-distributed-storage/justfile

Documentation: edge-infra.dev/third_party/k8s/piraeus-distributed-storage

     1update:
     2    bazel run //third_party/k8s/piraeus-distributed-storage:write_piraeus_manifests
     3
     4test:
     5    bazel fetch @piraeusoperator//...
     6    bazel fetch @piraeusserver//...
     7    bazel fetch @piraeuscsi//...
     8    bazel fetch @drbdreactor//...
     9    bazel fetch @piraeushacontroller//...
    10    bazel fetch @drbdshutdownguard//...
    11    bazel fetch @drbd9noble//...
    12    bazel fetch @csiattacher//...
    13    bazel fetch @livenessprobe//...
    14    bazel fetch @csiprovisioner//...
    15    bazel fetch @csisnapshotter//...
    16    bazel fetch @csiresizer//...
    17    bazel fetch @csiexternalhealthmonitorcontroller//...
    18    bazel fetch @csinodedriverregistrar//...
    19    bazel fetch @piraeus_distributed_storage_manifests//...

View as plain text