You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To follow best practices for error and exception handling in Go and to prevent regressions,
err113 and gosec checks in golang-ci-linter are now enabled.
Errors now use API errors from k8s.io/apimachinery and predefined messages for status updates.
Copy file name to clipboardExpand all lines: api/v1beta1/conditions.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,9 @@ const (
56
56
57
57
// Common Messages used by API objects.
58
58
const (
59
+
//NovaNetworkAttachmentsReadyInitMessage
60
+
NovaNetworkAttachmentsReadyErrorMessage="NetworkAttachments error occurred not all pods have interfaces with ips as configured in NetworkAttachments: %s"
0 commit comments