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

PolicyAffected condition for AuthPolicy and RateLimitPolicy #536

Merged
merged 5 commits into from
Apr 23, 2024

refactor: trigger target status reconciliation for policies when the …

e7e8b38
Select commit
Loading
Failed to load commit list.
Merged

PolicyAffected condition for AuthPolicy and RateLimitPolicy #536

refactor: trigger target status reconciliation for policies when the …
e7e8b38
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 23, 2024 in 0s

7.21% of diff hit (target 80.20%)

View this Pull Request on Codecov

7.21% of diff hit (target 80.20%)

Annotations

Check warning on line 246 in api/v1beta2/authpolicy_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/v1beta2/authpolicy_types.go#L245-L246

Added lines #L245 - L246 were not covered by tests

Check warning on line 287 in api/v1beta2/authpolicy_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/v1beta2/authpolicy_types.go#L286-L287

Added lines #L286 - L287 were not covered by tests

Check warning on line 342 in api/v1beta2/authpolicy_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/v1beta2/authpolicy_types.go#L341-L342

Added lines #L341 - L342 were not covered by tests

Check warning on line 193 in api/v1beta2/ratelimitpolicy_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/v1beta2/ratelimitpolicy_types.go#L192-L193

Added lines #L192 - L193 were not covered by tests

Check warning on line 247 in api/v1beta2/ratelimitpolicy_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/v1beta2/ratelimitpolicy_types.go#L246-L247

Added lines #L246 - L247 were not covered by tests

Check warning on line 276 in api/v1beta2/ratelimitpolicy_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/v1beta2/ratelimitpolicy_types.go#L275-L276

Added lines #L275 - L276 were not covered by tests

Check warning on line 99 in controllers/authpolicy_authconfig.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/authpolicy_authconfig.go#L99

Added line #L99 was not covered by tests

Check warning on line 164 in controllers/authpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/authpolicy_controller.go#L164

Added line #L164 was not covered by tests

Check warning on line 168 in controllers/authpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/authpolicy_controller.go#L168

Added line #L168 was not covered by tests

Check warning on line 188 in controllers/authpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/authpolicy_controller.go#L188

Added line #L188 was not covered by tests

Check warning on line 201 in controllers/authpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/authpolicy_controller.go#L201

Added line #L201 was not covered by tests

Check warning on line 206 in controllers/authpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/authpolicy_controller.go#L205-L206

Added lines #L205 - L206 were not covered by tests

Check warning on line 209 in controllers/authpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/authpolicy_controller.go#L209

Added line #L209 was not covered by tests

Check warning on line 127 in controllers/authpolicy_istio_authorizationpolicy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/authpolicy_istio_authorizationpolicy.go#L127

Added line #L127 was not covered by tests

Check warning on line 143 in controllers/dnspolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/dnspolicy_controller.go#L143

Added line #L143 was not covered by tests

Check warning on line 148 in controllers/dnspolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/dnspolicy_controller.go#L148

Added line #L148 was not covered by tests

Check warning on line 153 in controllers/dnspolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/dnspolicy_controller.go#L153

Added line #L153 was not covered by tests

Check warning on line 178 in controllers/dnspolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/dnspolicy_controller.go#L178

Added line #L178 was not covered by tests

Check warning on line 181 in controllers/ratelimitpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/ratelimitpolicy_controller.go#L181

Added line #L181 was not covered by tests

Check warning on line 186 in controllers/ratelimitpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/ratelimitpolicy_controller.go#L186

Added line #L186 was not covered by tests

Check warning on line 191 in controllers/ratelimitpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/ratelimitpolicy_controller.go#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 194 in controllers/ratelimitpolicy_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/ratelimitpolicy_controller.go#L194

Added line #L194 was not covered by tests

Check warning on line 59 in controllers/target_status_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/target_status_controller.go#L56-L59

Added lines #L56 - L59 were not covered by tests

Check warning on line 65 in controllers/target_status_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/target_status_controller.go#L61-L65

Added lines #L61 - L65 were not covered by tests

Check warning on line 68 in controllers/target_status_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

controllers/target_status_controller.go#L67-L68

Added lines #L67 - L68 were not covered by tests