File tree 1 file changed +3
-3
lines changed
keps/sig-node/3063-dynamic-resource-allocation
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2000,9 +2000,9 @@ Key difference between interface versions:
2000
2000
interface provides resource claim information to kubelet plugin on one at a
2001
2001
time basis. ** NB! v1alpha2 will be deprecared, switch to v1alpha3**
2002
2002
- [ v1alpha3] ( https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kubelet/pkg/apis/dra/v1alpha3/api.proto )
2003
- interface provides information about all resource claims of the pod, that belong
2004
- to particular driver, so the kubelet plugin of this driver can consider all
2005
- resources that need to be prepared or unprepared for the pod in one call .
2003
+ interface provides information about all resource claims of a pod that belong
2004
+ to a particular driver in a single call. This way the kubelet plugin of this driver can consider all
2005
+ resources that need to be prepared or unprepared for the pod simultaneously .
2006
2006
2007
2007
2008
2008
##### ` NodePrepareResource `
You can’t perform that action at this time.
0 commit comments