We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcee8c commit dd3ef2bCopy full SHA for dd3ef2b
doc/api-extensions.md
@@ -2748,3 +2748,7 @@ Adds `acme.http.port` to control an alternative HTTP port for `HTTP-01` validati
2748
## `network_ovn_ipv4_dhcp_expiry`
2749
2750
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
@@ -471,6 +471,7 @@ var APIExtensions = []string{
471
"network_dns_nameservers",
472
"acme_http01_port",
473
"network_ovn_ipv4_dhcp_expiry",
474
+ "instance_state_cpu_time",
475
}
476
477
// APIExtensionsCount returns the number of available API extensions.
0 commit comments