mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-25 19:43:22 +00:00
Fix typo in Secrets
This commit is contained in:
parent
8a7a127352
commit
6c10cf7b98
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1629,7 +1629,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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1418,7 +1418,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" description:"data contains the secret data. Each key must be a valid DNS_SUBDOMAIN. Each value must be a base64 encoded string"`
|
Data map[string][]byte `json:"data,omitempty" description:"data contains the secret data. Each key must be a valid DNS_SUBDOMAIN. Each value must be a base64 encoded string"`
|
||||||
|
|
||||||
// Used to facilitate programatic handling of secret data.
|
// Used to facilitate programmatic handling of secret data.
|
||||||
Type SecretType `json:"type,omitempty" description:"type facilitates programmatic handling of secret data"`
|
Type SecretType `json:"type,omitempty" description:"type facilitates programmatic handling of secret data"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1481,7 +1481,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" description:"data contains the secret data. Each key must be a valid DNS_SUBDOMAIN. Each value must be a base64 encoded string"`
|
Data map[string][]byte `json:"data,omitempty" description:"data contains the secret data. Each key must be a valid DNS_SUBDOMAIN. Each value must be a base64 encoded string"`
|
||||||
|
|
||||||
// Used to facilitate programatic handling of secret data.
|
// Used to facilitate programmatic handling of secret data.
|
||||||
Type SecretType `json:"type,omitempty" description:"type facilitates programmatic handling of secret data"`
|
Type SecretType `json:"type,omitempty" description:"type facilitates programmatic handling of secret data"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1534,7 +1534,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" description:"data contains the secret data. Each key must be a valid DNS_SUBDOMAIN. Each value must be a base64 encoded string"`
|
Data map[string][]byte `json:"data,omitempty" description:"data contains the secret data. Each key must be a valid DNS_SUBDOMAIN. Each value must be a base64 encoded string"`
|
||||||
|
|
||||||
// Used to facilitate programatic handling of secret data.
|
// Used to facilitate programmatic handling of secret data.
|
||||||
Type SecretType `json:"type,omitempty" description:"type facilitates programmatic handling of secret data"`
|
Type SecretType `json:"type,omitempty" description:"type facilitates programmatic handling of secret data"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user