Skip to content

Commit 1e6c579

Browse files
committed
1 parent 36749ad commit 1e6c579

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pkg/monitortests/imageregistry/disruptionimageregistry/monitortest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type availability struct {
3434
imageRegistryRoute *routev1.Route
3535

3636
disruptionChecker *disruptionlibrary.Availability
37-
notSupportedReason *monitortestframework.NotSupportedError
37+
notSupportedReason error
3838
suppressJunit bool
3939
}
4040

pkg/monitortests/kubeapiserver/disruptionlegacyapiservers/monitortest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
type availability struct {
2323
disruptionCheckers []*disruptionlibrary.Availability
2424

25-
notSupportedReason *monitortestframework.NotSupportedError
25+
notSupportedReason error
2626
suppressJunit bool
2727
}
2828

pkg/monitortests/kubeapiserver/disruptionnewapiserver/monitortest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
type newAPIServerDisruptionChecker struct {
2121
adminRESTConfig *rest.Config
22-
notSupportedReason *monitortestframework.NotSupportedError
22+
notSupportedReason error
2323
}
2424

2525
func NewDisruptionInvariant() monitortestframework.MonitorTest {

pkg/monitortests/network/disruptionpodnetwork/monitortest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func init() {
7878

7979
type podNetworkAvalibility struct {
8080
payloadImagePullSpec string
81-
notSupportedReason *monitortestframework.NotSupportedError
81+
notSupportedReason error
8282
namespaceName string
8383
targetService *corev1.Service
8484
kubeClient kubernetes.Interface

pkg/monitortests/network/disruptionserviceloadbalancer/monitortest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func init() {
5353

5454
type availability struct {
5555
namespaceName string
56-
notSupportedReason *monitortestframework.NotSupportedError
56+
notSupportedReason error
5757
kubeClient kubernetes.Interface
5858

5959
disruptionChecker *disruptionlibrary.Availability

pkg/monitortests/testframework/disruptionexternalservicemonitoring/monitortest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type availability struct {
3434
imageRegistryRoute *routev1.Route
3535

3636
disruptionChecker *disruptionlibrary.Availability
37-
notSupportedReason *monitortestframework.NotSupportedError
37+
notSupportedReason error
3838
suppressJunit bool
3939
}
4040

0 commit comments

Comments
 (0)