-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(openapi): support for Kubernetes v1.32 (penelope)
https://kubernetes.io/blog/2024/12/11/kubernetes-v1-32-release/ Notable changes: - Graduated coordination.k8s.io/v1alpha1 LeaseCandidate to coordination.k8s.io/v1alpha1 - Introduced admissionregistration.k8s.io/v1alpha1 MutatingAdmissionPolicy - Removed admissionregistration.k8s.io/v1alpha1 ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding client.admissionRegistration().v1alpha1() - Introduced resource.k8s.io/v1beta1 DeviceClass, ResourceClaim, ResourceClaimTemplate, ResourceSlice - Removed authorization.k8s.io/v1alpha1 SelfSubjectReview client.authorization().v1alpha1() Signed-off-by: Marc Nuri <marc@marcnuri.com>
- Loading branch information
Showing
82 changed files
with
18,145 additions
and
12,127 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
39 changes: 0 additions & 39 deletions
39
.../src/main/java/io/fabric8/kubernetes/client/V1Alpha1AdmissionRegistrationAPIGroupDSL.java
This file was deleted.
Oops, something went wrong.
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
31 changes: 0 additions & 31 deletions
31
...api/src/main/java/io/fabric8/kubernetes/client/dsl/V1Alpha1AuthenticationAPIGroupDSL.java
This file was deleted.
Oops, something went wrong.
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
43 changes: 0 additions & 43 deletions
43
...n/java/io/fabric8/kubernetes/client/impl/V1Alpha1AdmissionRegistrationAPIGroupClient.java
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
...src/main/java/io/fabric8/kubernetes/client/impl/V1Alpha1AuthenticationAPIGroupClient.java
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.