Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var (
// AddToScheme is a global function that registers this API group & version to a scheme
AddToScheme = localSchemeBuilder.AddToScheme
)
var SchemeGroupVersion = schema.GroupVersion{Group: kubeschedulerconfig.GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
This section is empty.
Types ¶
type DynamicArgs ¶
type DynamicArgs struct { metav1.TypeMeta // PolicyConfigPath specified the path of policy config. PolicyConfigPath string }
DynamicArgs is the args struction of Dynamic scheduler plugin.
func (*DynamicArgs) DeepCopy ¶
func (in *DynamicArgs) DeepCopy() *DynamicArgs
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamicArgs.
func (*DynamicArgs) DeepCopyInto ¶
func (in *DynamicArgs) DeepCopyInto(out *DynamicArgs)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DynamicArgs) DeepCopyObject ¶
func (in *DynamicArgs) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NodeResourceTopologyMatchArgs ¶
type NodeResourceTopologyMatchArgs struct { metav1.TypeMeta // TopologyAwareResources represents the resource names of topology. TopologyAwareResources []string }
NodeResourceTopologyMatchArgs holds arguments used to configure the NodeResourceTopologyMatch plugin.
func (*NodeResourceTopologyMatchArgs) DeepCopy ¶
func (in *NodeResourceTopologyMatchArgs) DeepCopy() *NodeResourceTopologyMatchArgs
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeResourceTopologyMatchArgs.
func (*NodeResourceTopologyMatchArgs) DeepCopyInto ¶
func (in *NodeResourceTopologyMatchArgs) DeepCopyInto(out *NodeResourceTopologyMatchArgs)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NodeResourceTopologyMatchArgs) DeepCopyObject ¶
func (in *NodeResourceTopologyMatchArgs) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.