mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Replace "minion" with "node" in bunch of places.
This commit is contained in:
2
pkg/client/cache/doc.go
vendored
2
pkg/client/cache/doc.go
vendored
@@ -18,7 +18,7 @@ limitations under the License.
|
||||
// reducing the number of server calls you'd otherwise need to make.
|
||||
// Reflector watches a server and updates a Store. Two stores are provided;
|
||||
// one that simply caches objects (for example, to allow a scheduler to
|
||||
// list currently available minions), and one that additionally acts as
|
||||
// list currently available nodes), and one that additionally acts as
|
||||
// a FIFO queue (for example, to allow a scheduler to process incoming
|
||||
// pods).
|
||||
package cache
|
||||
|
||||
Reference in New Issue
Block a user