forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Zielenski
committed
Jul 21, 2023
1 parent
ef8670c
commit d647958
Showing
52 changed files
with
18,079 additions
and
1,252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
api/discovery/apis__admissionregistration.k8s.io__v1beta1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"apiVersion": "v1", | ||
"groupVersion": "admissionregistration.k8s.io/v1beta1", | ||
"kind": "APIResourceList", | ||
"resources": [ | ||
{ | ||
"categories": [ | ||
"api-extensions" | ||
], | ||
"kind": "ValidatingAdmissionPolicy", | ||
"name": "validatingadmissionpolicies", | ||
"namespaced": false, | ||
"singularName": "validatingadmissionpolicy", | ||
"storageVersionHash": "Vd+hadMG3gs=", | ||
"verbs": [ | ||
"create", | ||
"delete", | ||
"deletecollection", | ||
"get", | ||
"list", | ||
"patch", | ||
"update", | ||
"watch" | ||
] | ||
}, | ||
{ | ||
"kind": "ValidatingAdmissionPolicy", | ||
"name": "validatingadmissionpolicies/status", | ||
"namespaced": false, | ||
"singularName": "", | ||
"verbs": [ | ||
"get", | ||
"patch", | ||
"update" | ||
] | ||
}, | ||
{ | ||
"categories": [ | ||
"api-extensions" | ||
], | ||
"kind": "ValidatingAdmissionPolicyBinding", | ||
"name": "validatingadmissionpolicybindings", | ||
"namespaced": false, | ||
"singularName": "validatingadmissionpolicybinding", | ||
"storageVersionHash": "Yc3M4GKADk4=", | ||
"verbs": [ | ||
"create", | ||
"delete", | ||
"deletecollection", | ||
"get", | ||
"list", | ||
"patch", | ||
"update", | ||
"watch" | ||
] | ||
} | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
4,403 changes: 4,403 additions & 0 deletions
4,403
api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json
Large diffs are not rendered by default.
Oops, something went wrong.
708 changes: 689 additions & 19 deletions
708
pkg/apis/admissionregistration/v1beta1/zz_generated.conversion.go
Large diffs are not rendered by default.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
pkg/apis/admissionregistration/v1beta1/zz_generated.defaults.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.