Skip to content

Commit

Permalink
generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefftree committed Nov 8, 2024
1 parent 0ce7b68 commit e86c38b
Show file tree
Hide file tree
Showing 71 changed files with 1,953 additions and 538 deletions.
2 changes: 1 addition & 1 deletion api/discovery/aggregated_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@
]
}
],
"version": "v1alpha1"
"version": "v1alpha2"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions api/discovery/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
"version": "v1"
},
{
"groupVersion": "coordination.k8s.io/v1alpha1",
"version": "v1alpha1"
"groupVersion": "coordination.k8s.io/v1alpha2",
"version": "v1alpha2"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions api/discovery/apis__coordination.k8s.io.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"version": "v1"
},
{
"groupVersion": "coordination.k8s.io/v1alpha1",
"version": "v1alpha1"
"groupVersion": "coordination.k8s.io/v1alpha2",
"version": "v1alpha2"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"apiVersion": "v1",
"groupVersion": "coordination.k8s.io/v1alpha1",
"groupVersion": "coordination.k8s.io/v1alpha2",
"kind": "APIResourceList",
"resources": [
{
"kind": "LeaseCandidate",
"name": "leasecandidates",
"namespaced": true,
"singularName": "leasecandidate",
"storageVersionHash": "VM2ILh8OBCI=",
"storageVersionHash": "RuOD9aJW3DI=",
"verbs": [
"create",
"delete",
Expand Down
Loading

0 comments on commit e86c38b

Please sign in to comment.