Skip to content

Commit

Permalink
Calico ebpf. (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Oct 21, 2024
1 parent b3b2e9b commit 0d02215
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions api/models/v1_cluster_features.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion cloud-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,9 @@
},
"v1.ClusterFeatures": {
"properties": {
"CalicoEbpfDataplane": {
"type": "string"
},
"DurosStorageEncryption": {
"type": "string"
},
Expand All @@ -1528,6 +1531,7 @@
}
},
"required": [
"CalicoEbpfDataplane",
"DurosStorageEncryption",
"HighAvailability",
"LogAcceptedConnections"
Expand Down Expand Up @@ -6526,7 +6530,7 @@
"url": "http://mit.org"
},
"title": "cloud-api",
"version": "v0.29.0"
"version": "v0.29.2"
},
"paths": {
"/v1/accounting/cluster-usage": {
Expand Down

0 comments on commit 0d02215

Please sign in to comment.