consul/proto-public/pbmulticluster/v2beta1
Nathan Coleman 8233303876
Adjust type + field names for ComputedExportedServices (#20030)
Adjust type + field names for ComputedExportedServices

The existing type and field names in `ComputedExportedServices` are confusing to work with.

For example, the mechanics of looping through services and their consumers wind up being:
```go
// The field name here doesn't reflect what is actually at each index of the list
for _, service := range exportedServices.Consumers {
    for _, consumer := range service.Consumers {
        // The prefix matching the type here causes stutter when reading and
        // isn't consistent with naming conventions for tenancy in pbresource
        tenancy := consumer.ConsumerTenancy
    }
}
```
2024-01-08 21:56:45 +00:00
..
computed_exported_services.pb.binary.go Adjust type + field names for ComputedExportedServices (#20030) 2024-01-08 21:56:45 +00:00
computed_exported_services.pb.go Adjust type + field names for ComputedExportedServices (#20030) 2024-01-08 21:56:45 +00:00
computed_exported_services.proto Adjust type + field names for ComputedExportedServices (#20030) 2024-01-08 21:56:45 +00:00
computed_exported_services_deepcopy.gen.go Adjust type + field names for ComputedExportedServices (#20030) 2024-01-08 21:56:45 +00:00
computed_exported_services_json.gen.go Adjust type + field names for ComputedExportedServices (#20030) 2024-01-08 21:56:45 +00:00
exported_services.pb.binary.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
exported_services.pb.go [Cloud][CC-6925] Updates to pushing server state (#19682) 2023-12-04 10:25:18 -05:00
exported_services.proto Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
exported_services_consumer.pb.binary.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
exported_services_consumer.pb.go [Cloud][CC-6925] Updates to pushing server state (#19682) 2023-12-04 10:25:18 -05:00
exported_services_consumer.proto Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
exported_services_consumer_deepcopy.gen.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
exported_services_consumer_json.gen.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
exported_services_deepcopy.gen.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
exported_services_json.gen.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
namespace_exported_services.pb.binary.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
namespace_exported_services.pb.go [Cloud][CC-6925] Updates to pushing server state (#19682) 2023-12-04 10:25:18 -05:00
namespace_exported_services.proto Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
namespace_exported_services_deepcopy.gen.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
namespace_exported_services_json.gen.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
partition_exported_services.pb.binary.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
partition_exported_services.pb.go [Cloud][CC-6925] Updates to pushing server state (#19682) 2023-12-04 10:25:18 -05:00
partition_exported_services.proto Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
partition_exported_services_deepcopy.gen.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
partition_exported_services_json.gen.go Net 5875 - Create the Exported Services Resources (#19117) 2023-10-26 19:34:15 +05:30
resources.rtypes.go Add Common Controller Caching Infrastructure (#19767) 2023-12-13 10:06:39 -05:00
sameness_group.pb.binary.go NET-6771 - Adding sameness group protobuff in consul CE (#19883) 2023-12-12 10:43:20 +05:30
sameness_group.pb.go NET-6771 - Adding sameness group protobuff in consul CE (#19883) 2023-12-12 10:43:20 +05:30
sameness_group.proto NET-6771 - Adding sameness group protobuff in consul CE (#19883) 2023-12-12 10:43:20 +05:30
sameness_group_deepcopy.gen.go NET-6771 - Adding sameness group protobuff in consul CE (#19883) 2023-12-12 10:43:20 +05:30
sameness_group_json.gen.go NET-6771 - Adding sameness group protobuff in consul CE (#19883) 2023-12-12 10:43:20 +05:30