Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.6

require (
github.com/aws/karpenter-provider-aws v1.0.8
github.com/openshift/api v0.0.0-20250411135543-10a8fa583797
github.com/openshift/api v0.0.0-20250423170806-6bababe9164e
k8s.io/api v0.32.2
k8s.io/apimachinery v0.32.2
)
Expand Down
4 changes: 2 additions & 2 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU
github.com/onsi/ginkgo/v2 v2.22.2/go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk=
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
github.com/openshift/api v0.0.0-20250411135543-10a8fa583797 h1:8x3G8QOZqo2bRAL8JFlPz/odqQECI/XmlZeRwnFxJ8I=
github.com/openshift/api v0.0.0-20250411135543-10a8fa583797/go.mod h1:yk60tHAmHhtVpJQo3TwVYq2zpuP70iJIFDCmeKMIzPw=
github.com/openshift/api v0.0.0-20250423170806-6bababe9164e h1:2q8mnPs31wEoBpJSklsR/PDoxk5shflPsIGuwcbpnFc=
github.com/openshift/api v0.0.0-20250423170806-6bababe9164e/go.mod h1:yk60tHAmHhtVpJQo3TwVYq2zpuP70iJIFDCmeKMIzPw=
github.com/openshift/karpenter-provider-aws v0.0.0-20250409201301-54ec662a99e7 h1:b+tEDhAZIvcjMvVTzG4GxM0Q+QJ8SSeeifLD6EnkRr4=
github.com/openshift/karpenter-provider-aws v0.0.0-20250409201301-54ec662a99e7/go.mod h1:NV0o688+ZO1jh9neBy8N5HIM9GuWgyWUNpEvl8LBLBI=
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
},
{
"name": "CapacityReservation"
},
{
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
},
{
"name": "CapacityReservation"
},
{
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
}
],
"version": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
},
{
"name": "CapacityReservation"
},
{
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
},
{
"name": "CapacityReservation"
},
{
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
}
],
"version": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ hostedclusters.hypershift.openshift.io:
- ClusterVersionOperatorConfiguration
- DynamicResourceAllocation
- ExternalOIDC
- ExternalOIDCWithUIDAndExtraClaimMappings
- ImageStreamImportMode
- KMSEncryptionProvider
- NetworkDiagnosticsConfig
Expand Down Expand Up @@ -154,6 +155,7 @@ hostedcontrolplanes.hypershift.openshift.io:
- ClusterVersionOperatorConfiguration
- DynamicResourceAllocation
- ExternalOIDC
- ExternalOIDCWithUIDAndExtraClaimMappings
- ImageStreamImportMode
- KMSEncryptionProvider
- NetworkDiagnosticsConfig
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading