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 .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest ]
authconfig_version: [ v1beta2, v1beta3 ]
authconfig_version: [ v1beta3 ]
runs-on: ${{ matrix.platform }}
defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions api/v1beta2/auth_config_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ type StatusConditionType string
// AuthConfig is the schema for Authorino's AuthConfig API
// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:unservedversion
// +kubebuilder:printcolumn:name="Ready",type=string,JSONPath=`.status.summary.ready`,description="Ready for all hosts"
// +kubebuilder:printcolumn:name="Hosts",type=string,JSONPath=`.status.summary.numHostsReady`,description="Number of hosts ready"
// +kubebuilder:printcolumn:name="Authentication",type=integer,JSONPath=`.status.summary.numIdentitySources`,description="Number of trusted identity sources",priority=2
Expand Down
2 changes: 1 addition & 1 deletion install/crd/authorino.kuadrant.io_authconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,7 @@ spec:
type: object
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
Expand Down
2 changes: 1 addition & 1 deletion install/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2541,7 +2541,7 @@ spec:
type: object
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
Expand Down
30 changes: 0 additions & 30 deletions tests/v1beta2/authconfig-invalid.yaml

This file was deleted.

308 changes: 0 additions & 308 deletions tests/v1beta2/authconfig.yaml

This file was deleted.

Loading