scores

package
v4.2.789+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2020 License: Apache-2.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateSimulatedSchedulingScoresRequest

type CreateSimulatedSchedulingScoresRequest struct {
	Scores               []*SimulatedSchedulingScore `protobuf:"bytes,1,rep,name=scores,proto3" json:"scores,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

Represents a request for adding scheduling scores produced by ai engine

func (*CreateSimulatedSchedulingScoresRequest) Descriptor

func (*CreateSimulatedSchedulingScoresRequest) Descriptor() ([]byte, []int)

func (*CreateSimulatedSchedulingScoresRequest) GetScores

func (*CreateSimulatedSchedulingScoresRequest) ProtoMessage

func (*CreateSimulatedSchedulingScoresRequest) Reset

func (*CreateSimulatedSchedulingScoresRequest) String

func (*CreateSimulatedSchedulingScoresRequest) XXX_DiscardUnknown

func (m *CreateSimulatedSchedulingScoresRequest) XXX_DiscardUnknown()

func (*CreateSimulatedSchedulingScoresRequest) XXX_Marshal

func (m *CreateSimulatedSchedulingScoresRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSimulatedSchedulingScoresRequest) XXX_Merge

func (*CreateSimulatedSchedulingScoresRequest) XXX_Size

func (*CreateSimulatedSchedulingScoresRequest) XXX_Unmarshal

func (m *CreateSimulatedSchedulingScoresRequest) XXX_Unmarshal(b []byte) error

type ListSimulatedSchedulingScoresRequest

type ListSimulatedSchedulingScoresRequest struct {
	QueryCondition       *common.QueryCondition `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

Represents a request for listing system scores of pod scheduled on node

func (*ListSimulatedSchedulingScoresRequest) Descriptor

func (*ListSimulatedSchedulingScoresRequest) Descriptor() ([]byte, []int)

func (*ListSimulatedSchedulingScoresRequest) GetQueryCondition

func (*ListSimulatedSchedulingScoresRequest) ProtoMessage

func (*ListSimulatedSchedulingScoresRequest) ProtoMessage()

func (*ListSimulatedSchedulingScoresRequest) Reset

func (*ListSimulatedSchedulingScoresRequest) String

func (*ListSimulatedSchedulingScoresRequest) XXX_DiscardUnknown

func (m *ListSimulatedSchedulingScoresRequest) XXX_DiscardUnknown()

func (*ListSimulatedSchedulingScoresRequest) XXX_Marshal

func (m *ListSimulatedSchedulingScoresRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSimulatedSchedulingScoresRequest) XXX_Merge

func (*ListSimulatedSchedulingScoresRequest) XXX_Size

func (*ListSimulatedSchedulingScoresRequest) XXX_Unmarshal

func (m *ListSimulatedSchedulingScoresRequest) XXX_Unmarshal(b []byte) error

type ListSimulatedSchedulingScoresResponse

type ListSimulatedSchedulingScoresResponse struct {
	Status               *status.Status              `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Scores               []*SimulatedSchedulingScore `protobuf:"bytes,2,rep,name=scores,proto3" json:"scores,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

Represents a response for listing system scores request

func (*ListSimulatedSchedulingScoresResponse) Descriptor

func (*ListSimulatedSchedulingScoresResponse) Descriptor() ([]byte, []int)

func (*ListSimulatedSchedulingScoresResponse) GetScores

func (*ListSimulatedSchedulingScoresResponse) GetStatus

func (*ListSimulatedSchedulingScoresResponse) ProtoMessage

func (*ListSimulatedSchedulingScoresResponse) ProtoMessage()

func (*ListSimulatedSchedulingScoresResponse) Reset

func (*ListSimulatedSchedulingScoresResponse) String

func (*ListSimulatedSchedulingScoresResponse) XXX_DiscardUnknown

func (m *ListSimulatedSchedulingScoresResponse) XXX_DiscardUnknown()

func (*ListSimulatedSchedulingScoresResponse) XXX_Marshal

func (m *ListSimulatedSchedulingScoresResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSimulatedSchedulingScoresResponse) XXX_Merge

func (*ListSimulatedSchedulingScoresResponse) XXX_Size

func (*ListSimulatedSchedulingScoresResponse) XXX_Unmarshal

func (m *ListSimulatedSchedulingScoresResponse) XXX_Unmarshal(b []byte) error

type SimulatedSchedulingScore

type SimulatedSchedulingScore struct {
	Time                 *timestamp.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"`
	ScoreBefore          float64              `protobuf:"fixed64,2,opt,name=score_before,json=scoreBefore,proto3" json:"score_before,omitempty"`
	ScoreAfter           float64              `protobuf:"fixed64,3,opt,name=score_after,json=scoreAfter,proto3" json:"score_after,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

* Represents a system score before and after pod scheduled on node

func (*SimulatedSchedulingScore) Descriptor

func (*SimulatedSchedulingScore) Descriptor() ([]byte, []int)

func (*SimulatedSchedulingScore) GetScoreAfter

func (m *SimulatedSchedulingScore) GetScoreAfter() float64

func (*SimulatedSchedulingScore) GetScoreBefore

func (m *SimulatedSchedulingScore) GetScoreBefore() float64

func (*SimulatedSchedulingScore) GetTime

func (*SimulatedSchedulingScore) ProtoMessage

func (*SimulatedSchedulingScore) ProtoMessage()

func (*SimulatedSchedulingScore) Reset

func (m *SimulatedSchedulingScore) Reset()

func (*SimulatedSchedulingScore) String

func (m *SimulatedSchedulingScore) String() string

func (*SimulatedSchedulingScore) XXX_DiscardUnknown

func (m *SimulatedSchedulingScore) XXX_DiscardUnknown()

func (*SimulatedSchedulingScore) XXX_Marshal

func (m *SimulatedSchedulingScore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SimulatedSchedulingScore) XXX_Merge

func (m *SimulatedSchedulingScore) XXX_Merge(src proto.Message)

func (*SimulatedSchedulingScore) XXX_Size

func (m *SimulatedSchedulingScore) XXX_Size() int

func (*SimulatedSchedulingScore) XXX_Unmarshal

func (m *SimulatedSchedulingScore) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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