Skip to content

Commit ec05471

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: fix k8_cluster where clause issue
1 parent d0851e8 commit ec05471

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

discovery/provider/model.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ type Metadata struct {
1111
}
1212

1313
type KubernetesClusterDescription struct {
14-
AuthMethod string `json:"auth_method"`
15-
ContextName string `json:"context_name"`
16-
Endpoint string `json:"endpoint"`
17-
TLSServerVerification bool `json:"tls_server_verification"`
18-
ServerVersion string `json:"server_version"`
14+
AuthMethod string
15+
ContextName string
16+
Endpoint string
17+
TLSServerVerification bool
18+
ServerVersion string
1919
}
2020

2121
type KubernetesClusterRoleDescription struct {

0 commit comments

Comments
 (0)