Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinderFrameworkHandle ¶
type BinderFrameworkHandle interface { // ClientSet returns a kubernetes clientSet. ClientSet() clientset.Interface CRDClientSet() crdclientset.Interface GetFrameworkForPod(*v1.Pod) (framework.BinderFramework, error) VolumeBinder() scheduling.GodelVolumeBinder FindStore(storeName commonstore.StoreName) commonstore.Store GetNodeInfo(string) framework.NodeInfo }
BinderFrameworkHandle provides data and some tools that plugins can use. It is passed to the plugin factories at the time of plugin initialization. Plugins must store and use this handle to call framework functions.
Click to show internal directories.
Click to hide internal directories.