fix typo in client-go

Kubernetes-commit: 86801dee64215e76080fe8df83ffd1fb7df9e093
This commit is contained in:
halfcrazy
2018-02-01 02:33:45 +08:00
committed by Kubernetes Publisher
parent 63d0eb0002
commit b6a34c5a00
10 changed files with 10 additions and 10 deletions

View File

@@ -17,6 +17,6 @@ limitations under the License.
// Package appsint contains the necessary scaffolding of the
// internal version of extensions as required by conversion logic.
// It doesn't have any of its own types -- it's just necessary to
// get the expected behavoir out of runtime.Scheme.ConvertToVersion
// get the expected behavior out of runtime.Scheme.ConvertToVersion
// and associated methods.
package appsint