Skip to content

Commit

Permalink
make update
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jun 30, 2024
1 parent 0e1f9da commit bc8bce2
Show file tree
Hide file tree
Showing 42 changed files with 5,759 additions and 1,146 deletions.
2 changes: 1 addition & 1 deletion api/discovery/aggregated_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@
]
}
],
"version": "v1alpha1"
"version": "v1beta1"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion api/discovery/aggregated_v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@
]
}
],
"version": "v1alpha1"
"version": "v1beta1"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions api/discovery/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
"version": "v1"
},
{
"groupVersion": "networking.k8s.io/v1alpha1",
"version": "v1alpha1"
"groupVersion": "networking.k8s.io/v1beta1",
"version": "v1beta1"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions api/discovery/apis__networking.k8s.io.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"version": "v1"
},
{
"groupVersion": "networking.k8s.io/v1alpha1",
"version": "v1alpha1"
"groupVersion": "networking.k8s.io/v1beta1",
"version": "v1beta1"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apiVersion": "v1",
"groupVersion": "networking.k8s.io/v1alpha1",
"groupVersion": "networking.k8s.io/v1beta1",
"kind": "APIResourceList",
"resources": [
{
Expand All @@ -11,7 +11,7 @@
"ip"
],
"singularName": "ipaddress",
"storageVersionHash": "3APLM23DOxw=",
"storageVersionHash": "O4H8VxQhW5Y=",
"verbs": [
"create",
"delete",
Expand All @@ -28,7 +28,7 @@
"name": "servicecidrs",
"namespaced": false,
"singularName": "servicecidr",
"storageVersionHash": "3cDF5hqTkLY=",
"storageVersionHash": "8ufAXOnr3Yg=",
"verbs": [
"create",
"delete",
Expand Down
Loading

0 comments on commit bc8bce2

Please sign in to comment.