Skip to content

Commit c893216

Browse files
committed
api: instance_state_cpu_time
Signed-off-by: Benjamin Somers <[email protected]>
1 parent 8ea0208 commit c893216

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/api-extensions.md

+4
Original file line numberDiff line numberDiff line change
@@ -2748,3 +2748,7 @@ Adds `acme.http.port` to control an alternative HTTP port for `HTTP-01` validati
27482748
## `network_ovn_ipv4_dhcp_expiry`
27492749

27502750
Introduces `ipv4.dhcp.expiry` for OVN networks.
2751+
2752+
## `instance_state_cpu_time`
2753+
2754+
This adds an `allocated_time` field below `CPU` in the instance state API.

internal/version/api.go

+1
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ var APIExtensions = []string{
471471
"network_dns_nameservers",
472472
"acme_http01_port",
473473
"network_ovn_ipv4_dhcp_expiry",
474+
"instance_state_cpu_time",
474475
}
475476

476477
// APIExtensionsCount returns the number of available API extensions.

0 commit comments

Comments
 (0)