mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-05 09:01:06 +00:00
Further tweaking up the wording
Hopfully improving, based on wojtek's review. Kubernetes-commit: 59807be5abe6a96aad715823b7bab9fbd5d837bd
This commit is contained in:
committed by
Kubernetes Publisher
parent
4aedce0891
commit
d01661091c
4
tools/cache/reflector.go
vendored
4
tools/cache/reflector.go
vendored
@@ -57,8 +57,8 @@ type Reflector struct {
|
||||
expectedTypeName string
|
||||
// An example object of the type we expect to place in the store.
|
||||
// Only the type needs to be right, except that when that is
|
||||
// `unstructured.Unstructured` the object's `"apiVersion"` must
|
||||
// also be right.
|
||||
// `unstructured.Unstructured` the object's `"apiVersion"` and
|
||||
// `"kind"` must also be right.
|
||||
expectedType reflect.Type
|
||||
// The GVK of the object we expect to place in the store if unstructured.
|
||||
expectedGVK *schema.GroupVersionKind
|
||||
|
Reference in New Issue
Block a user