Documentation
¶
Index ¶
- type SimulatedSchedulingScore
- func (*SimulatedSchedulingScore) Descriptor() ([]byte, []int)
- func (m *SimulatedSchedulingScore) GetScoreAfter() float64
- func (m *SimulatedSchedulingScore) GetScoreBefore() float64
- func (m *SimulatedSchedulingScore) GetTime() *timestamp.Timestamp
- func (*SimulatedSchedulingScore) ProtoMessage()
- func (m *SimulatedSchedulingScore) Reset()
- func (m *SimulatedSchedulingScore) String() string
- func (m *SimulatedSchedulingScore) XXX_DiscardUnknown()
- func (m *SimulatedSchedulingScore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SimulatedSchedulingScore) XXX_Merge(src proto.Message)
- func (m *SimulatedSchedulingScore) XXX_Size() int
- func (m *SimulatedSchedulingScore) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 (m *SimulatedSchedulingScore) GetTime() *timestamp.Timestamp
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
Click to show internal directories.
Click to hide internal directories.