Fix typo in Secrets
This commit is contained in:
parent
6e8f790f1c
commit
2108ead7d3
|
|
@ -277,7 +277,7 @@ type Secret struct {
|
||||||
// representing the arbitrary (possibly non-string) data value here.
|
// representing the arbitrary (possibly non-string) data value here.
|
||||||
Data map[string][]byte `json:"data,omitempty"`
|
Data map[string][]byte `json:"data,omitempty"`
|
||||||
|
|
||||||
// Used to facilitate programatic handling of secret data.
|
// Used to facilitate programmatic handling of secret data.
|
||||||
Type SecretType `json:"type,omitempty"`
|
Type SecretType `json:"type,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue