Fix typo. (#357)

Thanks for the contribution :)
This commit is contained in:
Anubhav Mishra
2018-09-23 13:50:36 -07:00
committed by Ria Bhatia
parent 06ce3d290a
commit ddf955e6e1

View File

@@ -99,7 +99,7 @@ leveraging the portable Kubernetes API.
Each provider may have its own configuration file, and required environmental variables.
Providers must provide the following functionality to be considered a supported integration with Virtual Kubelet.
1. Provides the back-end plumbing necessary to support the lifecycle management of pods, containers and supporting resources in the context of Kubernete.
1. Provides the back-end plumbing necessary to support the lifecycle management of pods, containers and supporting resources in the context of Kubernetes.
2. Conforms to the current API provided by Virtual Kubelet.
3. Does not have access to the Kubernetes API Server and has a well-defined callback mechanism for getting data like secrets or configmaps.