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.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Package algorithm contains the PodSchedules which process offers and pod
|
// Package podschedulers defines an interface (w/ implementations) for matching
|
||||||
// create a scheduling match
|
// pods against offers.
|
||||||
package podschedulers
|
package podschedulers
|
||||||
|
|
Loading…
Reference in New Issue