Skip to content
Open
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
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ require (
github.com/onsi/ginkgo/v2 v2.27.2
github.com/onsi/gomega v1.38.2
github.com/openshift-eng/openshift-tests-extension v0.0.0-20251205182537-ff5553e56f33
github.com/openshift/api v0.0.0-20260317165824-54a3998d81eb
github.com/openshift/api v0.0.0-20260420151639-34e60874783e
github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee
github.com/openshift/client-go v0.0.0-20260317180604-743f664b82d1
github.com/openshift/client-go v0.0.0-20260424153654-c280f7942f94
github.com/openshift/library-go v0.0.0-20260420070738-cfbe44813dd8
github.com/openshift/multi-operator-manager v0.0.0-20241205181422-20aa3906b99d
github.com/spf13/cobra v1.10.0
Expand Down Expand Up @@ -132,3 +132,6 @@ require (
)

replace github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20251001123353-fd5b1fb35db1

// branch: workload-condition-overwrites
replace github.com/openshift/library-go => github.com/tchap/library-go v0.0.0-20260430122812-2f343bed0092
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,12 @@ github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A=
github.com/onsi/gomega v1.38.2/go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k=
github.com/openshift-eng/openshift-tests-extension v0.0.0-20251205182537-ff5553e56f33 h1:LJf6kWZQ36iako7WXRzdEa5XKrnyrAX8GBhlAcKRaZQ=
github.com/openshift-eng/openshift-tests-extension v0.0.0-20251205182537-ff5553e56f33/go.mod h1:6gkP5f2HL0meusT0Aim8icAspcD1cG055xxBZ9yC68M=
github.com/openshift/api v0.0.0-20260317165824-54a3998d81eb h1:iwBR3mzmyE3EMFx7R3CQ9lOccTS0dNht8TW82aGITg0=
github.com/openshift/api v0.0.0-20260317165824-54a3998d81eb/go.mod h1:pyVjK0nZ4sRs4fuQVQ4rubsJdahI1PB94LnQ8sGdvxo=
github.com/openshift/api v0.0.0-20260420151639-34e60874783e h1:ENxXUo0uksvseiBAoOcL9wdEWtueEpu84RE8Hm0q3uY=
github.com/openshift/api v0.0.0-20260420151639-34e60874783e/go.mod h1:pyVjK0nZ4sRs4fuQVQ4rubsJdahI1PB94LnQ8sGdvxo=
github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee h1:+Sp5GGnjHDhT/a/nQ1xdp43UscBMr7G5wxsYotyhzJ4=
github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
github.com/openshift/client-go v0.0.0-20260317180604-743f664b82d1 h1:Hr/R38eg5ZJXfbiaHumjJIN1buDZwhsm4ys4npVCXH0=
github.com/openshift/client-go v0.0.0-20260317180604-743f664b82d1/go.mod h1:Za51LlH76ALiQ/aKGBYJXmyJNkA//IDJ+I///30CA2M=
github.com/openshift/library-go v0.0.0-20260420070738-cfbe44813dd8 h1:v7f/hV6V35u70g5kibXyQYjoWmJVomyKzZtwdnUvvXc=
github.com/openshift/library-go v0.0.0-20260420070738-cfbe44813dd8/go.mod h1:3bi4pLpYRdVd1aEhsHfRTJkwxwPLfRZ+ZePn3RmJd2k=
github.com/openshift/client-go v0.0.0-20260424153654-c280f7942f94 h1:EVKd4ZKP25wmPJnAj0dsz/7fGTHnNA8J0z4PXAq60lw=
github.com/openshift/client-go v0.0.0-20260424153654-c280f7942f94/go.mod h1:lITKsplmZ9kJ6zvk4hW52XMZ9tt621GZGb69YSp+CSY=
github.com/openshift/multi-operator-manager v0.0.0-20241205181422-20aa3906b99d h1:Rzx23P63JFNNz5D23ubhC0FCN5rK8CeJhKcq5QKcdyU=
github.com/openshift/multi-operator-manager v0.0.0-20241205181422-20aa3906b99d/go.mod h1:iVi9Bopa5cLhjG5ie9DoZVVqkH8BGb1FQVTtecOLn4I=
github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20251001123353-fd5b1fb35db1 h1:PMTgifBcBRLJJiM+LgSzPDTk9/Rx4qS09OUrfpY6GBQ=
Expand Down Expand Up @@ -206,6 +204,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/tchap/library-go v0.0.0-20260430122812-2f343bed0092 h1:NQQdJ2MsG2gLUmjcgKcrqsT1iG3CTuafFfukSI5KLrg=
github.com/tchap/library-go v0.0.0-20260430122812-2f343bed0092/go.mod h1:3/bv305nU6+D22lMa9S/sr5hKrGkqZdlgQ2Ue8fGkdc=
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE=
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75/go.mod h1:KO6IkyS8Y3j8OdNO85qEYBsRPuteD+YciPomcXdrMnk=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ status:
status: "False"
type: OAuthServerDeploymentAvailable
- lastTransitionTime: "2024-10-14T22:38:20Z"
message: |
checking if authentication mode is OIDC: getting authentications.config.openshift.io/cluster: authentication.config.openshift.io "cluster" not found
message: 'checking if authentication mode is OIDC: getting authentications.config.openshift.io/cluster:
authentication.config.openshift.io "cluster" not found'
reason: PreconditionNotFulfilled
status: "True"
type: OAuthServerDeploymentDegraded
Expand All @@ -19,8 +19,8 @@ status:
status: "False"
type: OAuthServerDeploymentProgressing
- lastTransitionTime: "2024-10-14T22:38:20Z"
message: |
checking if authentication mode is OIDC: getting authentications.config.openshift.io/cluster: authentication.config.openshift.io "cluster" not found
message: 'checking if authentication mode is OIDC: getting authentications.config.openshift.io/cluster:
authentication.config.openshift.io "cluster" not found'
reason: PreconditionNotFulfilled
status: "True"
type: OAuthServerWorkloadDegraded
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ status:
status: "False"
type: APIServerDeploymentAvailable
- lastTransitionTime: "2024-10-14T22:38:20Z"
message: |
waiting for .status.latestAvailableRevision to be available
message: waiting for .status.latestAvailableRevision to be available
reason: PreconditionNotFulfilled
status: "True"
type: APIServerDeploymentDegraded
Expand All @@ -19,8 +18,7 @@ status:
status: "False"
type: APIServerDeploymentProgressing
- lastTransitionTime: "2024-10-14T22:38:20Z"
message: |
waiting for .status.latestAvailableRevision to be available
message: waiting for .status.latestAvailableRevision to be available
reason: PreconditionNotFulfilled
status: "True"
type: APIServerWorkloadDegraded
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
status:
conditions:
- lastTransitionTime: "2024-10-14T22:38:20Z"
message: no apiserver.openshift-oauth-apiserver pods available on any node.
message: no apiserver.openshift-oauth-apiserver pods available on any node
reason: NoPod
status: "False"
type: APIServerDeploymentAvailable
Expand All @@ -15,7 +15,7 @@ status:
type: APIServerDeploymentDegraded
- lastTransitionTime: "2024-10-14T22:38:20Z"
message: 'deployment/apiserver.openshift-oauth-apiserver: 0/1 pods have been updated
to the latest generation and 0/1 pods are available'
to the latest revision and 0/1 pods are available'
reason: PodsUpdating
status: "True"
type: APIServerDeploymentProgressing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
status:
conditions:
- lastTransitionTime: "2025-08-07T22:38:20Z"
message: no oauth-openshift.openshift-authentication pods available on any node.
message: no oauth-openshift.openshift-authentication pods available on any node
reason: NoPod
status: "False"
type: OAuthServerDeploymentAvailable
Expand All @@ -15,7 +15,7 @@ status:
type: OAuthServerDeploymentDegraded
- lastTransitionTime: "2025-08-07T22:38:20Z"
message: 'deployment/oauth-openshift.openshift-authentication: 0/1 pods have been
updated to the latest generation and 0/1 pods are available'
updated to the latest revision and 0/1 pods are available'
reason: PodsUpdating
status: "True"
type: OAuthServerDeploymentProgressing
Expand Down
6 changes: 6 additions & 0 deletions vendor/github.com/openshift/api/.golangci.yaml

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

5 changes: 5 additions & 0 deletions vendor/github.com/openshift/api/config/v1/types.go

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.

9 changes: 8 additions & 1 deletion vendor/github.com/openshift/api/config/v1/types_dns.go

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