We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6d7d2 commit 4d165edCopy full SHA for 4d165ed
internal/authentication/tokengetter.go
@@ -22,9 +22,9 @@ type TokenGetter struct {
22
}
23
24
type ServiceAccountNotFoundError struct {
25
- ServiceAccountName string // The name of the missing ServiceAccount.
26
- ServiceAccountNamespace string // The namespace where the ServiceAccount should exist
27
- Err error // The underlying error
+ ServiceAccountName string
+ ServiceAccountNamespace string
+ Err error
28
29
30
func (e *ServiceAccountNotFoundError) Unwrap() error {
0 commit comments