Skip to content

Commit

Permalink
feat: Add internal_endpoint to endpoint list
Browse files Browse the repository at this point in the history
Signed-off-by: lhhyung <[email protected]>
  • Loading branch information
lhhyung committed Jan 3, 2025
1 parent e9d57ca commit df84306
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions proto/spaceone/api/identity/v2/endpoint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ message EndpointInfo {
string name = 1;
string service = 2;
string endpoint = 3;
EndpointState state = 4;
string version = 5;
string internal_endpoint = 4;
EndpointState state = 5;
string version = 6;
}

//{
Expand All @@ -42,6 +43,7 @@ message EndpointSearchQuery {
spaceone.api.core.v2.Query query = 1;
// +optional
string service = 2;
string endpoint_type = 3;
}

//{
Expand Down

0 comments on commit df84306

Please sign in to comment.