fix typo in runtime class (#10490)

This commit is contained in:
CaoShuFeng
2018-10-04 21:32:06 +08:00
committed by k8s-ci-robot
parent ada41a995a
commit ff85cba909
@@ -83,7 +83,7 @@ metadata:
name: myclass # The name the RuntimeClass will be referenced by
# RuntimeClass is a non-namespaced resource
spec:
runtimeHandler: myconfiguration # The name of the correpsonding CRI configuration
runtimeHandler: myconfiguration # The name of the corresponding CRI configuration
```