Documentation
¶
Index ¶
- type CreateSimulatedSchedulingScoresRequest
- func (*CreateSimulatedSchedulingScoresRequest) Descriptor() ([]byte, []int)
- func (m *CreateSimulatedSchedulingScoresRequest) GetScores() []*SimulatedSchedulingScore
- func (*CreateSimulatedSchedulingScoresRequest) ProtoMessage()
- func (m *CreateSimulatedSchedulingScoresRequest) Reset()
- func (m *CreateSimulatedSchedulingScoresRequest) String() string
- func (m *CreateSimulatedSchedulingScoresRequest) XXX_DiscardUnknown()
- func (m *CreateSimulatedSchedulingScoresRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateSimulatedSchedulingScoresRequest) XXX_Merge(src proto.Message)
- func (m *CreateSimulatedSchedulingScoresRequest) XXX_Size() int
- func (m *CreateSimulatedSchedulingScoresRequest) XXX_Unmarshal(b []byte) error
- type ListSimulatedSchedulingScoresRequest
- func (*ListSimulatedSchedulingScoresRequest) Descriptor() ([]byte, []int)
- func (m *ListSimulatedSchedulingScoresRequest) GetQueryCondition() *common.QueryCondition
- func (*ListSimulatedSchedulingScoresRequest) ProtoMessage()
- func (m *ListSimulatedSchedulingScoresRequest) Reset()
- func (m *ListSimulatedSchedulingScoresRequest) String() string
- func (m *ListSimulatedSchedulingScoresRequest) XXX_DiscardUnknown()
- func (m *ListSimulatedSchedulingScoresRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListSimulatedSchedulingScoresRequest) XXX_Merge(src proto.Message)
- func (m *ListSimulatedSchedulingScoresRequest) XXX_Size() int
- func (m *ListSimulatedSchedulingScoresRequest) XXX_Unmarshal(b []byte) error
- type ListSimulatedSchedulingScoresResponse
- func (*ListSimulatedSchedulingScoresResponse) Descriptor() ([]byte, []int)
- func (m *ListSimulatedSchedulingScoresResponse) GetScores() []*SimulatedSchedulingScore
- func (m *ListSimulatedSchedulingScoresResponse) GetStatus() *status.Status
- func (*ListSimulatedSchedulingScoresResponse) ProtoMessage()
- func (m *ListSimulatedSchedulingScoresResponse) Reset()
- func (m *ListSimulatedSchedulingScoresResponse) String() string
- func (m *ListSimulatedSchedulingScoresResponse) XXX_DiscardUnknown()
- func (m *ListSimulatedSchedulingScoresResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListSimulatedSchedulingScoresResponse) XXX_Merge(src proto.Message)
- func (m *ListSimulatedSchedulingScoresResponse) XXX_Size() int
- func (m *ListSimulatedSchedulingScoresResponse) XXX_Unmarshal(b []byte) error
- 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 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 (m *CreateSimulatedSchedulingScoresRequest) GetScores() []*SimulatedSchedulingScore
func (*CreateSimulatedSchedulingScoresRequest) ProtoMessage ¶
func (*CreateSimulatedSchedulingScoresRequest) ProtoMessage()
func (*CreateSimulatedSchedulingScoresRequest) Reset ¶
func (m *CreateSimulatedSchedulingScoresRequest) Reset()
func (*CreateSimulatedSchedulingScoresRequest) String ¶
func (m *CreateSimulatedSchedulingScoresRequest) String() 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 (m *CreateSimulatedSchedulingScoresRequest) XXX_Merge(src proto.Message)
func (*CreateSimulatedSchedulingScoresRequest) XXX_Size ¶
func (m *CreateSimulatedSchedulingScoresRequest) XXX_Size() int
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 (m *ListSimulatedSchedulingScoresRequest) GetQueryCondition() *common.QueryCondition
func (*ListSimulatedSchedulingScoresRequest) ProtoMessage ¶
func (*ListSimulatedSchedulingScoresRequest) ProtoMessage()
func (*ListSimulatedSchedulingScoresRequest) Reset ¶
func (m *ListSimulatedSchedulingScoresRequest) Reset()
func (*ListSimulatedSchedulingScoresRequest) String ¶
func (m *ListSimulatedSchedulingScoresRequest) String() 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 (m *ListSimulatedSchedulingScoresRequest) XXX_Merge(src proto.Message)
func (*ListSimulatedSchedulingScoresRequest) XXX_Size ¶
func (m *ListSimulatedSchedulingScoresRequest) XXX_Size() int
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 (m *ListSimulatedSchedulingScoresResponse) GetScores() []*SimulatedSchedulingScore
func (*ListSimulatedSchedulingScoresResponse) GetStatus ¶
func (m *ListSimulatedSchedulingScoresResponse) GetStatus() *status.Status
func (*ListSimulatedSchedulingScoresResponse) ProtoMessage ¶
func (*ListSimulatedSchedulingScoresResponse) ProtoMessage()
func (*ListSimulatedSchedulingScoresResponse) Reset ¶
func (m *ListSimulatedSchedulingScoresResponse) Reset()
func (*ListSimulatedSchedulingScoresResponse) String ¶
func (m *ListSimulatedSchedulingScoresResponse) String() 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 (m *ListSimulatedSchedulingScoresResponse) XXX_Merge(src proto.Message)
func (*ListSimulatedSchedulingScoresResponse) XXX_Size ¶
func (m *ListSimulatedSchedulingScoresResponse) XXX_Size() int
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 (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.