We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75801f commit cbe861aCopy full SHA for cbe861a
doc/api-extensions.md
@@ -2920,3 +2920,7 @@ A `used_by` field was added to the `GET /1.0/cluster/groups/{name}` endpoint.
2920
## `bpf_token_delegation`
2921
2922
This adds support for [eBPF token delegation](https://docs.ebpf.io/linux/concepts/token/).
2923
+
2924
+## `storage_driver_nfs`
2925
2926
+This adds an NFS storage driver.
internal/version/api.go
@@ -504,6 +504,7 @@ var APIExtensions = []string{
504
"instance_systemd_credentials",
505
"cluster_group_usedby",
506
"bpf_token_delegation",
507
+ "storage_driver_nfs",
508
}
509
510
// APIExtensionsCount returns the number of available API extensions.
0 commit comments