Fix podschedulers doc.go

pull/6/head
Dr. Stefan Schimanski 2015-11-04 11:41:17 +01:00
parent cca110a280
commit 68179524ba
1 changed files with 2 additions and 2 deletions

View File

@ -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