Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26 #4655

Closed
manusa opened this issue Dec 12, 2022 · 1 comment · Fixed by #4731
Closed

Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26 #4655

manusa opened this issue Dec 12, 2022 · 1 comment · Fixed by #4731
Assignees
Labels
component/kubernetes-client Deals with the kubernetes-client component/kubernetes-model Deals with the kubernetes-model dependencies Pull requests that update a dependency file
Milestone

Comments

@manusa
Copy link
Member

manusa commented Dec 12, 2022

Description

Kubernetes 1.26 was released on 2022-12-09. Our model should be updated, including any new types and DSL access for new resources.

Describe the solution you'd like

Our model should be updated, including any new types and DSL access for new resources.

@manusa manusa added component/kubernetes-client Deals with the kubernetes-client component/kubernetes-model Deals with the kubernetes-model labels Dec 12, 2022
@manusa manusa added this to the 6.4 milestone Dec 12, 2022
@rohanKanojia
Copy link
Member

Duplicate of #4652

@rohanKanojia rohanKanojia marked this as a duplicate of #4652 Dec 12, 2022
@manusa manusa added the dependencies Pull requests that update a dependency file label Dec 12, 2022
@rohanKanojia rohanKanojia self-assigned this Dec 30, 2022
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Dec 30, 2022
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Jan 3, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Jan 4, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Jan 4, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Jan 5, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Jan 5, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Jan 5, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Jan 5, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
@manusa manusa modified the milestones: 6.4.0, 6.x Jan 18, 2023
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Jan 30, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Feb 1, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `authentication.k8s.io/v1alpha1` SelfSubjectReview
+ Add new module `kubernetes-model-resource` for
  `resource.k8s.io/v1alpha1` apiGroup
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Feb 2, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `authentication.k8s.io/v1alpha1` SelfSubjectReview
+ Add new module `kubernetes-model-resource` for
  `resource.k8s.io/v1alpha1` apiGroup
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Feb 2, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `authentication.k8s.io/v1alpha1` SelfSubjectReview
+ Add new module `kubernetes-model-resource` for
  `resource.k8s.io/v1alpha1` apiGroup
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Feb 2, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `authentication.k8s.io/v1alpha1` SelfSubjectReview
+ Add new module `kubernetes-model-resource` for
  `resource.k8s.io/v1alpha1` apiGroup
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Feb 3, 2023
… to Kubernetes v1.26 (fabric8io#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `authentication.k8s.io/v1alpha1` SelfSubjectReview
+ Add new module `kubernetes-model-resource` for
  `resource.k8s.io/v1alpha1` apiGroup
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
manusa pushed a commit that referenced this issue Feb 6, 2023
… to Kubernetes v1.26 (#4655)

+ Upgrade Fabric8 Kubernetes Model to Kubernetes v1.26.0
+ Add `admissionregistration.k8s.io/v1alpha1` ValidatingAdmissionPolicy
  and ValidatingAdmissionPolicyBinding resources
+ Add `authentication.k8s.io/v1alpha1` SelfSubjectReview
+ Add new module `kubernetes-model-resource` for
  `resource.k8s.io/v1alpha1` apiGroup
+ Add `flowcontrol.apiserver.k8s.io/v1beta3` FlowSchema and PriorityLevelConfiguration

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
@manusa manusa modified the milestones: 6.x, 6.5, 6.5.0 Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/kubernetes-client Deals with the kubernetes-client component/kubernetes-model Deals with the kubernetes-model dependencies Pull requests that update a dependency file
Projects
None yet
2 participants