-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
4.16, 4.17
Description of problem:
In Kubernetes 1.29, 2 new fields were added to the ClaimMappings struct within the AuthenticationConfig API. Code is here: https://github.com/kubernetes/apiserver/blob/release-1.29/pkg/apis/apiserver/v1alpha1/types.go#L293-L321
These fields are not available in the ClaimMapping struct within the openshift API however: https://github.com/openshift/api/blob/master/config/v1/types_authentication.go#L260
Version-Release number of selected component (if applicable):
These fields should be available in 4.16+
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: