Skip to content

Commit

Permalink
api: instances_scriptlet_get_cluster_members
Browse files Browse the repository at this point in the history
Signed-off-by: Yueyuanmei Zhang <[email protected]>
  • Loading branch information
Yueyuanmei Zhang committed Apr 20, 2024
1 parent c71bbc9 commit 1c2c9b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2441,4 +2441,8 @@ This adds the ability for `bridge.external_interfaces` to create a parent interf

## `instances_scriptlet_get_instances`

This allows the instance scriptlet to fetch a list of instances given an optional Project or Location filter.
This allows the instance scriptlet to fetch a list of instances given an optional Project or Location filter.

## `instances_scriptlet_get_cluster_members`

This allows the instance scriptlet to fetch a list of cluster members given an optional cluster group.
1 change: 1 addition & 0 deletions internal/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ var APIExtensions = []string{
"instance_memory_swap_bytes",
"network_bridge_external_create",
"instances_scriptlet_get_instances",
"instances_scriptlet_get_cluster_members",
}

// APIExtensionsCount returns the number of available API extensions.
Expand Down

0 comments on commit 1c2c9b4

Please sign in to comment.