opiproject / opi-api

Open Programmable Infrastructure API and Behavioral Model
Apache License 2.0
32 stars 40 forks source link

nvme namespace: `volume_name_ref` missing type #379

Open glimchb opened 1 year ago

glimchb commented 1 year ago

see https://github.com/opiproject/opi-api/blob/fc749d07fdda571db3a4747e56715657da920fd9/storage/v1alpha1/frontend_nvme_pcie.proto#L335

according to https://google.aip.dev/122#fields-representing-another-resource

  // The shelf where the book currently sits.
  // Format is `shelves/{shelf}`.
  string shelf = 2 [(google.api.resource_reference) = {
    type: "library.googleapis.com/Shelf"
  }];