predicate

package
v0.0.0-...-47d56ae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2020 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 18 Imported by: 0

Documentation

Overview

* Tencent is pleased to support the open source community by making TKEStack available. * * Copyright (C) 2012-2019 Tencent. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compliance with the License. You may obtain a copy of the * License at * * https://opensource.org/licenses/Apache-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License.

* Tencent is pleased to support the open source community by making TKEStack available. * * Copyright (C) 2012-2019 Tencent. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compliance with the License. You may obtain a copy of the * License at * * https://opensource.org/licenses/Apache-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License.

Index

Constants

View Source
const (
	NAME          = "GPUPredicate"
	PodPhaseField = "status.phase"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GPUFilter

type GPUFilter struct {
	// contains filtered or unexported fields
}

func NewGPUFilter

func NewGPUFilter(client kubernetes.Interface) (*GPUFilter, error)

func (*GPUFilter) Filter

func (gpuFilter *GPUFilter) Filter(
	args extenderv1.ExtenderArgs,
) *extenderv1.ExtenderFilterResult

func (*GPUFilter) ListPodsOnNode

func (gpuFilter *GPUFilter) ListPodsOnNode(node *corev1.Node) ([]*corev1.Pod, error)

func (*GPUFilter) Name

func (gpuFilter *GPUFilter) Name() string

type Predicate

type Predicate interface {
	// Name returns the name of this predictor
	Name() string
	// Filter returns the filter result of predictor, this will tell the suitable nodes to running
	// pod
	Filter(args extenderv1.ExtenderArgs) *extenderv1.ExtenderFilterResult
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL