mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Fix typo
This commit is contained in:
parent
1c29b50303
commit
0ffb1d7fec
@ -50,7 +50,7 @@ type PluginBase struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// EmbeddedObject has appropriate encoder and decoder functions, such that on the wire, it's
|
// EmbeddedObject has appropriate encoder and decoder functions, such that on the wire, it's
|
||||||
// stored as a []byte, but in memory, the contained object is accessable as an Object
|
// stored as a []byte, but in memory, the contained object is accessible as an Object
|
||||||
// via the Get() function. Only valid API objects may be stored via EmbeddedObject.
|
// via the Get() function. Only valid API objects may be stored via EmbeddedObject.
|
||||||
// The purpose of this is to allow an API object of type known only at runtime to be
|
// The purpose of this is to allow an API object of type known only at runtime to be
|
||||||
// embedded within other API objects.
|
// embedded within other API objects.
|
||||||
|
Loading…
Reference in New Issue
Block a user