# README
plugin-filter
Introduction
plugin-filter is the filter plugin of pipego written in Go.
Prerequisites
- Go >= 1.18.0
Run
make lint
make build
./plugin-filter-test
Docker
Usage
plugin/nodeaffinity.go
: Implements node selectors and node affinity.plugin/nodename.go
: Checks if a Task spec node name matches the current node.plugin/noderesourcesfit.go
: Checks if the node has all the resources that the Task is requesting.plugin/nodeunschedulable.go
: Filters out nodes that have .spec.unschedulable set to true.
Settings
License
Project License can be found here.
Reference
# Packages
No description provided by the author