mirror of https://github.com/k3s-io/k3s
Fix podschedulers doc.go
parent
cca110a280
commit
68179524ba
|
@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// Package algorithm contains the PodSchedules which process offers and pod
|
||||
// create a scheduling match
|
||||
// Package podschedulers defines an interface (w/ implementations) for matching
|
||||
// pods against offers.
|
||||
package podschedulers
|
||||
|
|
Loading…
Reference in New Issue