feat(dns): cluster API for reserving/releasing cluster domain in Uncloud DNS

This commit is contained in:
Pavel Sviderski
2025-02-24 17:35:19 +10:00
parent f37bfd01fe
commit f6cf5cc250
8 changed files with 349 additions and 77 deletions
+1 -1
View File
@@ -703,7 +703,7 @@ func (m *Machine) Inspect(_ context.Context, _ *emptypb.Empty) (*pb.MachineInfo,
}, nil
}
// InspectService returns detailed information about a service and its containers.
// InspectService returns detailed information about a service and its containers stored in the cluster store.
func (m *Machine) InspectService(
ctx context.Context, req *pb.InspectServiceRequest,
) (*pb.InspectServiceResponse, error) {