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 d0851e8 commit ec05471Copy full SHA for ec05471
discovery/provider/model.go
@@ -11,11 +11,11 @@ type Metadata struct {
11
}
12
13
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"`
+ AuthMethod string
+ ContextName string
+ Endpoint string
+ TLSServerVerification bool
+ ServerVersion string
19
20
21
type KubernetesClusterRoleDescription struct {
0 commit comments