recommendations

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: 8 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ControllerRecommendedType_name = map[int32]string{
	0: "CRT_UNDEFINED",
	1: "PRIMITIVE",
	2: "K8S",
}
View Source
var ControllerRecommendedType_value = map[string]int32{
	"CRT_UNDEFINED": 0,
	"PRIMITIVE":     1,
	"K8S":           2,
}

Functions

This section is empty.

Types

type ApplicationRecommendation

type ApplicationRecommendation struct {
	ObjectMeta           *resources.ObjectMeta         `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind                `protobuf:"varint,2,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType     `` /* 192-byte string literal not displayed */
	RecommendedSpec      *ControllerRecommendedSpec    `protobuf:"bytes,4,opt,name=recommended_spec,json=recommendedSpec,proto3" json:"recommended_spec,omitempty"`
	RecommendedSpecK8S   *ControllerRecommendedSpecK8S `protobuf:"bytes,5,opt,name=recommended_spec_k8s,json=recommendedSpecK8s,proto3" json:"recommended_spec_k8s,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ApplicationRecommendation) Descriptor

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

func (*ApplicationRecommendation) GetKind

func (*ApplicationRecommendation) GetObjectMeta

func (m *ApplicationRecommendation) GetObjectMeta() *resources.ObjectMeta

func (*ApplicationRecommendation) GetRecommendedSpec

func (m *ApplicationRecommendation) GetRecommendedSpec() *ControllerRecommendedSpec

func (*ApplicationRecommendation) GetRecommendedSpecK8S

func (m *ApplicationRecommendation) GetRecommendedSpecK8S() *ControllerRecommendedSpecK8S

func (*ApplicationRecommendation) GetRecommendedType

func (m *ApplicationRecommendation) GetRecommendedType() ControllerRecommendedType

func (*ApplicationRecommendation) ProtoMessage

func (*ApplicationRecommendation) ProtoMessage()

func (*ApplicationRecommendation) Reset

func (m *ApplicationRecommendation) Reset()

func (*ApplicationRecommendation) String

func (m *ApplicationRecommendation) String() string

func (*ApplicationRecommendation) XXX_DiscardUnknown

func (m *ApplicationRecommendation) XXX_DiscardUnknown()

func (*ApplicationRecommendation) XXX_Marshal

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

func (*ApplicationRecommendation) XXX_Merge

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

func (*ApplicationRecommendation) XXX_Size

func (m *ApplicationRecommendation) XXX_Size() int

func (*ApplicationRecommendation) XXX_Unmarshal

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

type ClusterRecommendation

type ClusterRecommendation struct {
	ObjectMeta           *resources.ObjectMeta         `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind                `protobuf:"varint,2,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType     `` /* 192-byte string literal not displayed */
	RecommendedSpec      *ControllerRecommendedSpec    `protobuf:"bytes,4,opt,name=recommended_spec,json=recommendedSpec,proto3" json:"recommended_spec,omitempty"`
	RecommendedSpecK8S   *ControllerRecommendedSpecK8S `protobuf:"bytes,5,opt,name=recommended_spec_k8s,json=recommendedSpecK8s,proto3" json:"recommended_spec_k8s,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ClusterRecommendation) Descriptor

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

func (*ClusterRecommendation) GetKind

func (m *ClusterRecommendation) GetKind() resources.Kind

func (*ClusterRecommendation) GetObjectMeta

func (m *ClusterRecommendation) GetObjectMeta() *resources.ObjectMeta

func (*ClusterRecommendation) GetRecommendedSpec

func (m *ClusterRecommendation) GetRecommendedSpec() *ControllerRecommendedSpec

func (*ClusterRecommendation) GetRecommendedSpecK8S

func (m *ClusterRecommendation) GetRecommendedSpecK8S() *ControllerRecommendedSpecK8S

func (*ClusterRecommendation) GetRecommendedType

func (m *ClusterRecommendation) GetRecommendedType() ControllerRecommendedType

func (*ClusterRecommendation) ProtoMessage

func (*ClusterRecommendation) ProtoMessage()

func (*ClusterRecommendation) Reset

func (m *ClusterRecommendation) Reset()

func (*ClusterRecommendation) String

func (m *ClusterRecommendation) String() string

func (*ClusterRecommendation) XXX_DiscardUnknown

func (m *ClusterRecommendation) XXX_DiscardUnknown()

func (*ClusterRecommendation) XXX_Marshal

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

func (*ClusterRecommendation) XXX_Merge

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

func (*ClusterRecommendation) XXX_Size

func (m *ClusterRecommendation) XXX_Size() int

func (*ClusterRecommendation) XXX_Unmarshal

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

type ContainerRecommendation

type ContainerRecommendation struct {
	Name                          string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	LimitRecommendations          []*common.MetricData `protobuf:"bytes,2,rep,name=limit_recommendations,json=limitRecommendations,proto3" json:"limit_recommendations,omitempty"`
	RequestRecommendations        []*common.MetricData `` /* 127-byte string literal not displayed */
	InitialLimitRecommendations   []*common.MetricData `` /* 144-byte string literal not displayed */
	InitialRequestRecommendations []*common.MetricData `` /* 150-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}             `json:"-"`
	XXX_unrecognized              []byte               `json:"-"`
	XXX_sizecache                 int32                `json:"-"`
}

Represents a resource configuration recommendation It includes recommended limits and requests for the initial stage (a container which is just started) and after the initial stage

func (*ContainerRecommendation) Descriptor

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

func (*ContainerRecommendation) GetInitialLimitRecommendations

func (m *ContainerRecommendation) GetInitialLimitRecommendations() []*common.MetricData

func (*ContainerRecommendation) GetInitialRequestRecommendations

func (m *ContainerRecommendation) GetInitialRequestRecommendations() []*common.MetricData

func (*ContainerRecommendation) GetLimitRecommendations

func (m *ContainerRecommendation) GetLimitRecommendations() []*common.MetricData

func (*ContainerRecommendation) GetName

func (m *ContainerRecommendation) GetName() string

func (*ContainerRecommendation) GetRequestRecommendations

func (m *ContainerRecommendation) GetRequestRecommendations() []*common.MetricData

func (*ContainerRecommendation) ProtoMessage

func (*ContainerRecommendation) ProtoMessage()

func (*ContainerRecommendation) Reset

func (m *ContainerRecommendation) Reset()

func (*ContainerRecommendation) String

func (m *ContainerRecommendation) String() string

func (*ContainerRecommendation) XXX_DiscardUnknown

func (m *ContainerRecommendation) XXX_DiscardUnknown()

func (*ContainerRecommendation) XXX_Marshal

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

func (*ContainerRecommendation) XXX_Merge

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

func (*ContainerRecommendation) XXX_Size

func (m *ContainerRecommendation) XXX_Size() int

func (*ContainerRecommendation) XXX_Unmarshal

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

type ControllerRecommendation

type ControllerRecommendation struct {
	ObjectMeta           *resources.ObjectMeta         `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind                `protobuf:"varint,2,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType     `` /* 192-byte string literal not displayed */
	RecommendedSpec      *ControllerRecommendedSpec    `protobuf:"bytes,4,opt,name=recommended_spec,json=recommendedSpec,proto3" json:"recommended_spec,omitempty"`
	RecommendedSpecK8S   *ControllerRecommendedSpecK8S `protobuf:"bytes,5,opt,name=recommended_spec_k8s,json=recommendedSpecK8s,proto3" json:"recommended_spec_k8s,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ControllerRecommendation) Descriptor

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

func (*ControllerRecommendation) GetKind

func (*ControllerRecommendation) GetObjectMeta

func (m *ControllerRecommendation) GetObjectMeta() *resources.ObjectMeta

func (*ControllerRecommendation) GetRecommendedSpec

func (m *ControllerRecommendation) GetRecommendedSpec() *ControllerRecommendedSpec

func (*ControllerRecommendation) GetRecommendedSpecK8S

func (m *ControllerRecommendation) GetRecommendedSpecK8S() *ControllerRecommendedSpecK8S

func (*ControllerRecommendation) GetRecommendedType

func (m *ControllerRecommendation) GetRecommendedType() ControllerRecommendedType

func (*ControllerRecommendation) ProtoMessage

func (*ControllerRecommendation) ProtoMessage()

func (*ControllerRecommendation) Reset

func (m *ControllerRecommendation) Reset()

func (*ControllerRecommendation) String

func (m *ControllerRecommendation) String() string

func (*ControllerRecommendation) XXX_DiscardUnknown

func (m *ControllerRecommendation) XXX_DiscardUnknown()

func (*ControllerRecommendation) XXX_Marshal

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

func (*ControllerRecommendation) XXX_Merge

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

func (*ControllerRecommendation) XXX_Size

func (m *ControllerRecommendation) XXX_Size() int

func (*ControllerRecommendation) XXX_Unmarshal

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

type ControllerRecommendedSpec

type ControllerRecommendedSpec struct {
	CurrentReplicas      int32                `protobuf:"varint,1,opt,name=current_replicas,json=currentReplicas,proto3" json:"current_replicas,omitempty"`
	DesiredReplicas      int32                `protobuf:"varint,2,opt,name=desired_replicas,json=desiredReplicas,proto3" json:"desired_replicas,omitempty"`
	Time                 *timestamp.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	CreateTime           *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	CurrentCpuRequests   float64              `protobuf:"fixed64,5,opt,name=current_cpu_requests,json=currentCpuRequests,proto3" json:"current_cpu_requests,omitempty"`
	CurrentMemRequests   float64              `protobuf:"fixed64,6,opt,name=current_mem_requests,json=currentMemRequests,proto3" json:"current_mem_requests,omitempty"`
	CurrentCpuLimits     float64              `protobuf:"fixed64,7,opt,name=current_cpu_limits,json=currentCpuLimits,proto3" json:"current_cpu_limits,omitempty"`
	CurrentMemLimits     float64              `protobuf:"fixed64,8,opt,name=current_mem_limits,json=currentMemLimits,proto3" json:"current_mem_limits,omitempty"`
	DesiredCpuLimits     float64              `protobuf:"fixed64,9,opt,name=desired_cpu_limits,json=desiredCpuLimits,proto3" json:"desired_cpu_limits,omitempty"`
	DesiredMemLimits     float64              `protobuf:"fixed64,10,opt,name=desired_mem_limits,json=desiredMemLimits,proto3" json:"desired_mem_limits,omitempty"`
	TotalCost            float64              `protobuf:"fixed64,11,opt,name=total_cost,json=totalCost,proto3" json:"total_cost,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ControllerRecommendedSpec) Descriptor

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

func (*ControllerRecommendedSpec) GetCreateTime

func (m *ControllerRecommendedSpec) GetCreateTime() *timestamp.Timestamp

func (*ControllerRecommendedSpec) GetCurrentCpuLimits

func (m *ControllerRecommendedSpec) GetCurrentCpuLimits() float64

func (*ControllerRecommendedSpec) GetCurrentCpuRequests

func (m *ControllerRecommendedSpec) GetCurrentCpuRequests() float64

func (*ControllerRecommendedSpec) GetCurrentMemLimits

func (m *ControllerRecommendedSpec) GetCurrentMemLimits() float64

func (*ControllerRecommendedSpec) GetCurrentMemRequests

func (m *ControllerRecommendedSpec) GetCurrentMemRequests() float64

func (*ControllerRecommendedSpec) GetCurrentReplicas

func (m *ControllerRecommendedSpec) GetCurrentReplicas() int32

func (*ControllerRecommendedSpec) GetDesiredCpuLimits

func (m *ControllerRecommendedSpec) GetDesiredCpuLimits() float64

func (*ControllerRecommendedSpec) GetDesiredMemLimits

func (m *ControllerRecommendedSpec) GetDesiredMemLimits() float64

func (*ControllerRecommendedSpec) GetDesiredReplicas

func (m *ControllerRecommendedSpec) GetDesiredReplicas() int32

func (*ControllerRecommendedSpec) GetTime

func (*ControllerRecommendedSpec) GetTotalCost

func (m *ControllerRecommendedSpec) GetTotalCost() float64

func (*ControllerRecommendedSpec) ProtoMessage

func (*ControllerRecommendedSpec) ProtoMessage()

func (*ControllerRecommendedSpec) Reset

func (m *ControllerRecommendedSpec) Reset()

func (*ControllerRecommendedSpec) String

func (m *ControllerRecommendedSpec) String() string

func (*ControllerRecommendedSpec) XXX_DiscardUnknown

func (m *ControllerRecommendedSpec) XXX_DiscardUnknown()

func (*ControllerRecommendedSpec) XXX_Marshal

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

func (*ControllerRecommendedSpec) XXX_Merge

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

func (*ControllerRecommendedSpec) XXX_Size

func (m *ControllerRecommendedSpec) XXX_Size() int

func (*ControllerRecommendedSpec) XXX_Unmarshal

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

type ControllerRecommendedSpecK8S

type ControllerRecommendedSpecK8S struct {
	CurrentReplicas      int32                `protobuf:"varint,1,opt,name=current_replicas,json=currentReplicas,proto3" json:"current_replicas,omitempty"`
	DesiredReplicas      int32                `protobuf:"varint,2,opt,name=desired_replicas,json=desiredReplicas,proto3" json:"desired_replicas,omitempty"`
	Time                 *timestamp.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	CreateTime           *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ControllerRecommendedSpecK8S) Descriptor

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

func (*ControllerRecommendedSpecK8S) GetCreateTime

func (m *ControllerRecommendedSpecK8S) GetCreateTime() *timestamp.Timestamp

func (*ControllerRecommendedSpecK8S) GetCurrentReplicas

func (m *ControllerRecommendedSpecK8S) GetCurrentReplicas() int32

func (*ControllerRecommendedSpecK8S) GetDesiredReplicas

func (m *ControllerRecommendedSpecK8S) GetDesiredReplicas() int32

func (*ControllerRecommendedSpecK8S) GetTime

func (*ControllerRecommendedSpecK8S) ProtoMessage

func (*ControllerRecommendedSpecK8S) ProtoMessage()

func (*ControllerRecommendedSpecK8S) Reset

func (m *ControllerRecommendedSpecK8S) Reset()

func (*ControllerRecommendedSpecK8S) String

func (*ControllerRecommendedSpecK8S) XXX_DiscardUnknown

func (m *ControllerRecommendedSpecK8S) XXX_DiscardUnknown()

func (*ControllerRecommendedSpecK8S) XXX_Marshal

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

func (*ControllerRecommendedSpecK8S) XXX_Merge

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

func (*ControllerRecommendedSpecK8S) XXX_Size

func (m *ControllerRecommendedSpecK8S) XXX_Size() int

func (*ControllerRecommendedSpecK8S) XXX_Unmarshal

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

type ControllerRecommendedType

type ControllerRecommendedType int32
const (
	ControllerRecommendedType_CRT_UNDEFINED ControllerRecommendedType = 0
	ControllerRecommendedType_PRIMITIVE     ControllerRecommendedType = 1
	ControllerRecommendedType_K8S           ControllerRecommendedType = 2
)

func (ControllerRecommendedType) EnumDescriptor

func (ControllerRecommendedType) EnumDescriptor() ([]byte, []int)

func (ControllerRecommendedType) String

func (x ControllerRecommendedType) String() string

type CreateApplicationRecommendationsRequest

type CreateApplicationRecommendationsRequest struct {
	ApplicationRecommendations []*ApplicationRecommendation `` /* 139-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                     `json:"-"`
	XXX_unrecognized           []byte                       `json:"-"`
	XXX_sizecache              int32                        `json:"-"`
}

func (*CreateApplicationRecommendationsRequest) Descriptor

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

func (*CreateApplicationRecommendationsRequest) GetApplicationRecommendations

func (m *CreateApplicationRecommendationsRequest) GetApplicationRecommendations() []*ApplicationRecommendation

func (*CreateApplicationRecommendationsRequest) ProtoMessage

func (*CreateApplicationRecommendationsRequest) Reset

func (*CreateApplicationRecommendationsRequest) String

func (*CreateApplicationRecommendationsRequest) XXX_DiscardUnknown

func (m *CreateApplicationRecommendationsRequest) XXX_DiscardUnknown()

func (*CreateApplicationRecommendationsRequest) XXX_Marshal

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

func (*CreateApplicationRecommendationsRequest) XXX_Merge

func (*CreateApplicationRecommendationsRequest) XXX_Size

func (*CreateApplicationRecommendationsRequest) XXX_Unmarshal

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

type CreateClusterRecommendationsRequest

type CreateClusterRecommendationsRequest struct {
	ClusterRecommendations []*ClusterRecommendation `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}                 `json:"-"`
	XXX_unrecognized       []byte                   `json:"-"`
	XXX_sizecache          int32                    `json:"-"`
}

func (*CreateClusterRecommendationsRequest) Descriptor

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

func (*CreateClusterRecommendationsRequest) GetClusterRecommendations

func (m *CreateClusterRecommendationsRequest) GetClusterRecommendations() []*ClusterRecommendation

func (*CreateClusterRecommendationsRequest) ProtoMessage

func (*CreateClusterRecommendationsRequest) ProtoMessage()

func (*CreateClusterRecommendationsRequest) Reset

func (*CreateClusterRecommendationsRequest) String

func (*CreateClusterRecommendationsRequest) XXX_DiscardUnknown

func (m *CreateClusterRecommendationsRequest) XXX_DiscardUnknown()

func (*CreateClusterRecommendationsRequest) XXX_Marshal

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

func (*CreateClusterRecommendationsRequest) XXX_Merge

func (*CreateClusterRecommendationsRequest) XXX_Size

func (*CreateClusterRecommendationsRequest) XXX_Unmarshal

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

type CreateControllerRecommendationsRequest

type CreateControllerRecommendationsRequest struct {
	ControllerRecommendations []*ControllerRecommendation `` /* 136-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}                    `json:"-"`
	XXX_unrecognized          []byte                      `json:"-"`
	XXX_sizecache             int32                       `json:"-"`
}

Represents a request for creating a controller's recommendation

func (*CreateControllerRecommendationsRequest) Descriptor

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

func (*CreateControllerRecommendationsRequest) GetControllerRecommendations

func (m *CreateControllerRecommendationsRequest) GetControllerRecommendations() []*ControllerRecommendation

func (*CreateControllerRecommendationsRequest) ProtoMessage

func (*CreateControllerRecommendationsRequest) Reset

func (*CreateControllerRecommendationsRequest) String

func (*CreateControllerRecommendationsRequest) XXX_DiscardUnknown

func (m *CreateControllerRecommendationsRequest) XXX_DiscardUnknown()

func (*CreateControllerRecommendationsRequest) XXX_Marshal

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

func (*CreateControllerRecommendationsRequest) XXX_Merge

func (*CreateControllerRecommendationsRequest) XXX_Size

func (*CreateControllerRecommendationsRequest) XXX_Unmarshal

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

type CreateNamespaceRecommendationsRequest

type CreateNamespaceRecommendationsRequest struct {
	NamespaceRecommendations []*NamespaceRecommendation `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}                   `json:"-"`
	XXX_unrecognized         []byte                     `json:"-"`
	XXX_sizecache            int32                      `json:"-"`
}

func (*CreateNamespaceRecommendationsRequest) Descriptor

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

func (*CreateNamespaceRecommendationsRequest) GetNamespaceRecommendations

func (m *CreateNamespaceRecommendationsRequest) GetNamespaceRecommendations() []*NamespaceRecommendation

func (*CreateNamespaceRecommendationsRequest) ProtoMessage

func (*CreateNamespaceRecommendationsRequest) ProtoMessage()

func (*CreateNamespaceRecommendationsRequest) Reset

func (*CreateNamespaceRecommendationsRequest) String

func (*CreateNamespaceRecommendationsRequest) XXX_DiscardUnknown

func (m *CreateNamespaceRecommendationsRequest) XXX_DiscardUnknown()

func (*CreateNamespaceRecommendationsRequest) XXX_Marshal

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

func (*CreateNamespaceRecommendationsRequest) XXX_Merge

func (*CreateNamespaceRecommendationsRequest) XXX_Size

func (*CreateNamespaceRecommendationsRequest) XXX_Unmarshal

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

type CreateNodeRecommendationsRequest

type CreateNodeRecommendationsRequest struct {
	NodeRecommendations  []*NodeRecommendation `protobuf:"bytes,1,rep,name=node_recommendations,json=nodeRecommendations,proto3" json:"node_recommendations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateNodeRecommendationsRequest) Descriptor

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

func (*CreateNodeRecommendationsRequest) GetNodeRecommendations

func (m *CreateNodeRecommendationsRequest) GetNodeRecommendations() []*NodeRecommendation

func (*CreateNodeRecommendationsRequest) ProtoMessage

func (*CreateNodeRecommendationsRequest) ProtoMessage()

func (*CreateNodeRecommendationsRequest) Reset

func (*CreateNodeRecommendationsRequest) String

func (*CreateNodeRecommendationsRequest) XXX_DiscardUnknown

func (m *CreateNodeRecommendationsRequest) XXX_DiscardUnknown()

func (*CreateNodeRecommendationsRequest) XXX_Marshal

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

func (*CreateNodeRecommendationsRequest) XXX_Merge

func (*CreateNodeRecommendationsRequest) XXX_Size

func (m *CreateNodeRecommendationsRequest) XXX_Size() int

func (*CreateNodeRecommendationsRequest) XXX_Unmarshal

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

type CreatePodRecommendationsRequest

type CreatePodRecommendationsRequest struct {
	PodRecommendations   []*PodRecommendation `protobuf:"bytes,1,rep,name=pod_recommendations,json=podRecommendations,proto3" json:"pod_recommendations,omitempty"`
	Granularity          int64                `protobuf:"varint,2,opt,name=granularity,proto3" json:"granularity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Represents a request for creating a pod's recommendation

func (*CreatePodRecommendationsRequest) Descriptor

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

func (*CreatePodRecommendationsRequest) GetGranularity

func (m *CreatePodRecommendationsRequest) GetGranularity() int64

func (*CreatePodRecommendationsRequest) GetPodRecommendations

func (m *CreatePodRecommendationsRequest) GetPodRecommendations() []*PodRecommendation

func (*CreatePodRecommendationsRequest) ProtoMessage

func (*CreatePodRecommendationsRequest) ProtoMessage()

func (*CreatePodRecommendationsRequest) Reset

func (*CreatePodRecommendationsRequest) String

func (*CreatePodRecommendationsRequest) XXX_DiscardUnknown

func (m *CreatePodRecommendationsRequest) XXX_DiscardUnknown()

func (*CreatePodRecommendationsRequest) XXX_Marshal

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

func (*CreatePodRecommendationsRequest) XXX_Merge

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

func (*CreatePodRecommendationsRequest) XXX_Size

func (m *CreatePodRecommendationsRequest) XXX_Size() int

func (*CreatePodRecommendationsRequest) XXX_Unmarshal

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

type CreateRecommendationsRequest

type CreateRecommendationsRequest struct {
	SchemaMeta           *schemas.SchemaMeta    `protobuf:"bytes,1,opt,name=schema_meta,json=schemaMeta,proto3" json:"schema_meta,omitempty"`
	Recommendations      []*WriteRecommendation `protobuf:"bytes,2,rep,name=recommendations,proto3" json:"recommendations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*CreateRecommendationsRequest) Descriptor

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

func (*CreateRecommendationsRequest) GetRecommendations

func (m *CreateRecommendationsRequest) GetRecommendations() []*WriteRecommendation

func (*CreateRecommendationsRequest) GetSchemaMeta

func (m *CreateRecommendationsRequest) GetSchemaMeta() *schemas.SchemaMeta

func (*CreateRecommendationsRequest) ProtoMessage

func (*CreateRecommendationsRequest) ProtoMessage()

func (*CreateRecommendationsRequest) Reset

func (m *CreateRecommendationsRequest) Reset()

func (*CreateRecommendationsRequest) String

func (*CreateRecommendationsRequest) XXX_DiscardUnknown

func (m *CreateRecommendationsRequest) XXX_DiscardUnknown()

func (*CreateRecommendationsRequest) XXX_Marshal

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

func (*CreateRecommendationsRequest) XXX_Merge

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

func (*CreateRecommendationsRequest) XXX_Size

func (m *CreateRecommendationsRequest) XXX_Size() int

func (*CreateRecommendationsRequest) XXX_Unmarshal

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

type ListApplicationRecommendationsRequest

type ListApplicationRecommendationsRequest struct {
	QueryCondition       *common.QueryCondition    `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta   `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind            `protobuf:"varint,3,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType `` /* 192-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ListApplicationRecommendationsRequest) Descriptor

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

func (*ListApplicationRecommendationsRequest) GetKind

func (*ListApplicationRecommendationsRequest) GetObjectMeta

func (*ListApplicationRecommendationsRequest) GetQueryCondition

func (*ListApplicationRecommendationsRequest) GetRecommendedType

func (*ListApplicationRecommendationsRequest) ProtoMessage

func (*ListApplicationRecommendationsRequest) ProtoMessage()

func (*ListApplicationRecommendationsRequest) Reset

func (*ListApplicationRecommendationsRequest) String

func (*ListApplicationRecommendationsRequest) XXX_DiscardUnknown

func (m *ListApplicationRecommendationsRequest) XXX_DiscardUnknown()

func (*ListApplicationRecommendationsRequest) XXX_Marshal

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

func (*ListApplicationRecommendationsRequest) XXX_Merge

func (*ListApplicationRecommendationsRequest) XXX_Size

func (*ListApplicationRecommendationsRequest) XXX_Unmarshal

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

type ListApplicationRecommendationsResponse

type ListApplicationRecommendationsResponse struct {
	Status                     *status.Status               `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	ApplicationRecommendations []*ApplicationRecommendation `` /* 139-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                     `json:"-"`
	XXX_unrecognized           []byte                       `json:"-"`
	XXX_sizecache              int32                        `json:"-"`
}

func (*ListApplicationRecommendationsResponse) Descriptor

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

func (*ListApplicationRecommendationsResponse) GetApplicationRecommendations

func (m *ListApplicationRecommendationsResponse) GetApplicationRecommendations() []*ApplicationRecommendation

func (*ListApplicationRecommendationsResponse) GetStatus

func (*ListApplicationRecommendationsResponse) ProtoMessage

func (*ListApplicationRecommendationsResponse) Reset

func (*ListApplicationRecommendationsResponse) String

func (*ListApplicationRecommendationsResponse) XXX_DiscardUnknown

func (m *ListApplicationRecommendationsResponse) XXX_DiscardUnknown()

func (*ListApplicationRecommendationsResponse) XXX_Marshal

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

func (*ListApplicationRecommendationsResponse) XXX_Merge

func (*ListApplicationRecommendationsResponse) XXX_Size

func (*ListApplicationRecommendationsResponse) XXX_Unmarshal

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

type ListClusterRecommendationsRequest

type ListClusterRecommendationsRequest struct {
	QueryCondition       *common.QueryCondition    `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta   `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind            `protobuf:"varint,3,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType `` /* 192-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ListClusterRecommendationsRequest) Descriptor

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

func (*ListClusterRecommendationsRequest) GetKind

func (*ListClusterRecommendationsRequest) GetObjectMeta

func (*ListClusterRecommendationsRequest) GetQueryCondition

func (*ListClusterRecommendationsRequest) GetRecommendedType

func (*ListClusterRecommendationsRequest) ProtoMessage

func (*ListClusterRecommendationsRequest) ProtoMessage()

func (*ListClusterRecommendationsRequest) Reset

func (*ListClusterRecommendationsRequest) String

func (*ListClusterRecommendationsRequest) XXX_DiscardUnknown

func (m *ListClusterRecommendationsRequest) XXX_DiscardUnknown()

func (*ListClusterRecommendationsRequest) XXX_Marshal

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

func (*ListClusterRecommendationsRequest) XXX_Merge

func (*ListClusterRecommendationsRequest) XXX_Size

func (m *ListClusterRecommendationsRequest) XXX_Size() int

func (*ListClusterRecommendationsRequest) XXX_Unmarshal

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

type ListClusterRecommendationsResponse

type ListClusterRecommendationsResponse struct {
	Status                 *status.Status           `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	ClusterRecommendations []*ClusterRecommendation `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}                 `json:"-"`
	XXX_unrecognized       []byte                   `json:"-"`
	XXX_sizecache          int32                    `json:"-"`
}

func (*ListClusterRecommendationsResponse) Descriptor

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

func (*ListClusterRecommendationsResponse) GetClusterRecommendations

func (m *ListClusterRecommendationsResponse) GetClusterRecommendations() []*ClusterRecommendation

func (*ListClusterRecommendationsResponse) GetStatus

func (*ListClusterRecommendationsResponse) ProtoMessage

func (*ListClusterRecommendationsResponse) ProtoMessage()

func (*ListClusterRecommendationsResponse) Reset

func (*ListClusterRecommendationsResponse) String

func (*ListClusterRecommendationsResponse) XXX_DiscardUnknown

func (m *ListClusterRecommendationsResponse) XXX_DiscardUnknown()

func (*ListClusterRecommendationsResponse) XXX_Marshal

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

func (*ListClusterRecommendationsResponse) XXX_Merge

func (*ListClusterRecommendationsResponse) XXX_Size

func (*ListClusterRecommendationsResponse) XXX_Unmarshal

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

type ListControllerRecommendationsRequest

type ListControllerRecommendationsRequest struct {
	QueryCondition       *common.QueryCondition    `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta   `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind            `protobuf:"varint,3,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType `` /* 192-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

Represents a request for listing recommendations of controllers

func (*ListControllerRecommendationsRequest) Descriptor

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

func (*ListControllerRecommendationsRequest) GetKind

func (*ListControllerRecommendationsRequest) GetObjectMeta

func (*ListControllerRecommendationsRequest) GetQueryCondition

func (*ListControllerRecommendationsRequest) GetRecommendedType

func (*ListControllerRecommendationsRequest) ProtoMessage

func (*ListControllerRecommendationsRequest) ProtoMessage()

func (*ListControllerRecommendationsRequest) Reset

func (*ListControllerRecommendationsRequest) String

func (*ListControllerRecommendationsRequest) XXX_DiscardUnknown

func (m *ListControllerRecommendationsRequest) XXX_DiscardUnknown()

func (*ListControllerRecommendationsRequest) XXX_Marshal

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

func (*ListControllerRecommendationsRequest) XXX_Merge

func (*ListControllerRecommendationsRequest) XXX_Size

func (*ListControllerRecommendationsRequest) XXX_Unmarshal

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

type ListControllerRecommendationsResponse

type ListControllerRecommendationsResponse struct {
	Status                    *status.Status              `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	ControllerRecommendations []*ControllerRecommendation `` /* 136-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}                    `json:"-"`
	XXX_unrecognized          []byte                      `json:"-"`
	XXX_sizecache             int32                       `json:"-"`
}

Represents a response for listing controller recommendations request

func (*ListControllerRecommendationsResponse) Descriptor

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

func (*ListControllerRecommendationsResponse) GetControllerRecommendations

func (m *ListControllerRecommendationsResponse) GetControllerRecommendations() []*ControllerRecommendation

func (*ListControllerRecommendationsResponse) GetStatus

func (*ListControllerRecommendationsResponse) ProtoMessage

func (*ListControllerRecommendationsResponse) ProtoMessage()

func (*ListControllerRecommendationsResponse) Reset

func (*ListControllerRecommendationsResponse) String

func (*ListControllerRecommendationsResponse) XXX_DiscardUnknown

func (m *ListControllerRecommendationsResponse) XXX_DiscardUnknown()

func (*ListControllerRecommendationsResponse) XXX_Marshal

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

func (*ListControllerRecommendationsResponse) XXX_Merge

func (*ListControllerRecommendationsResponse) XXX_Size

func (*ListControllerRecommendationsResponse) XXX_Unmarshal

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

type ListNamespaceRecommendationsRequest

type ListNamespaceRecommendationsRequest struct {
	QueryCondition       *common.QueryCondition    `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta   `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind            `protobuf:"varint,3,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType `` /* 192-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ListNamespaceRecommendationsRequest) Descriptor

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

func (*ListNamespaceRecommendationsRequest) GetKind

func (*ListNamespaceRecommendationsRequest) GetObjectMeta

func (*ListNamespaceRecommendationsRequest) GetQueryCondition

func (*ListNamespaceRecommendationsRequest) GetRecommendedType

func (*ListNamespaceRecommendationsRequest) ProtoMessage

func (*ListNamespaceRecommendationsRequest) ProtoMessage()

func (*ListNamespaceRecommendationsRequest) Reset

func (*ListNamespaceRecommendationsRequest) String

func (*ListNamespaceRecommendationsRequest) XXX_DiscardUnknown

func (m *ListNamespaceRecommendationsRequest) XXX_DiscardUnknown()

func (*ListNamespaceRecommendationsRequest) XXX_Marshal

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

func (*ListNamespaceRecommendationsRequest) XXX_Merge

func (*ListNamespaceRecommendationsRequest) XXX_Size

func (*ListNamespaceRecommendationsRequest) XXX_Unmarshal

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

type ListNamespaceRecommendationsResponse

type ListNamespaceRecommendationsResponse struct {
	Status                   *status.Status             `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	NamespaceRecommendations []*NamespaceRecommendation `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}                   `json:"-"`
	XXX_unrecognized         []byte                     `json:"-"`
	XXX_sizecache            int32                      `json:"-"`
}

func (*ListNamespaceRecommendationsResponse) Descriptor

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

func (*ListNamespaceRecommendationsResponse) GetNamespaceRecommendations

func (m *ListNamespaceRecommendationsResponse) GetNamespaceRecommendations() []*NamespaceRecommendation

func (*ListNamespaceRecommendationsResponse) GetStatus

func (*ListNamespaceRecommendationsResponse) ProtoMessage

func (*ListNamespaceRecommendationsResponse) ProtoMessage()

func (*ListNamespaceRecommendationsResponse) Reset

func (*ListNamespaceRecommendationsResponse) String

func (*ListNamespaceRecommendationsResponse) XXX_DiscardUnknown

func (m *ListNamespaceRecommendationsResponse) XXX_DiscardUnknown()

func (*ListNamespaceRecommendationsResponse) XXX_Marshal

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

func (*ListNamespaceRecommendationsResponse) XXX_Merge

func (*ListNamespaceRecommendationsResponse) XXX_Size

func (*ListNamespaceRecommendationsResponse) XXX_Unmarshal

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

type ListNodeRecommendationsRequest

type ListNodeRecommendationsRequest struct {
	QueryCondition       *common.QueryCondition    `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta   `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind            `protobuf:"varint,3,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType `` /* 192-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ListNodeRecommendationsRequest) Descriptor

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

func (*ListNodeRecommendationsRequest) GetKind

func (*ListNodeRecommendationsRequest) GetObjectMeta

func (m *ListNodeRecommendationsRequest) GetObjectMeta() []*resources.ObjectMeta

func (*ListNodeRecommendationsRequest) GetQueryCondition

func (m *ListNodeRecommendationsRequest) GetQueryCondition() *common.QueryCondition

func (*ListNodeRecommendationsRequest) GetRecommendedType

func (*ListNodeRecommendationsRequest) ProtoMessage

func (*ListNodeRecommendationsRequest) ProtoMessage()

func (*ListNodeRecommendationsRequest) Reset

func (m *ListNodeRecommendationsRequest) Reset()

func (*ListNodeRecommendationsRequest) String

func (*ListNodeRecommendationsRequest) XXX_DiscardUnknown

func (m *ListNodeRecommendationsRequest) XXX_DiscardUnknown()

func (*ListNodeRecommendationsRequest) XXX_Marshal

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

func (*ListNodeRecommendationsRequest) XXX_Merge

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

func (*ListNodeRecommendationsRequest) XXX_Size

func (m *ListNodeRecommendationsRequest) XXX_Size() int

func (*ListNodeRecommendationsRequest) XXX_Unmarshal

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

type ListNodeRecommendationsResponse

type ListNodeRecommendationsResponse struct {
	Status               *status.Status        `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	NodeRecommendations  []*NodeRecommendation `protobuf:"bytes,2,rep,name=node_recommendations,json=nodeRecommendations,proto3" json:"node_recommendations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListNodeRecommendationsResponse) Descriptor

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

func (*ListNodeRecommendationsResponse) GetNodeRecommendations

func (m *ListNodeRecommendationsResponse) GetNodeRecommendations() []*NodeRecommendation

func (*ListNodeRecommendationsResponse) GetStatus

func (*ListNodeRecommendationsResponse) ProtoMessage

func (*ListNodeRecommendationsResponse) ProtoMessage()

func (*ListNodeRecommendationsResponse) Reset

func (*ListNodeRecommendationsResponse) String

func (*ListNodeRecommendationsResponse) XXX_DiscardUnknown

func (m *ListNodeRecommendationsResponse) XXX_DiscardUnknown()

func (*ListNodeRecommendationsResponse) XXX_Marshal

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

func (*ListNodeRecommendationsResponse) XXX_Merge

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

func (*ListNodeRecommendationsResponse) XXX_Size

func (m *ListNodeRecommendationsResponse) XXX_Size() int

func (*ListNodeRecommendationsResponse) XXX_Unmarshal

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

type ListPodRecommendationsRequest

type ListPodRecommendationsRequest struct {
	QueryCondition       *common.QueryCondition  `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind          `protobuf:"varint,3,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	Granularity          int64                   `protobuf:"varint,4,opt,name=granularity,proto3" json:"granularity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

Represents a request for listing recommendations of pods

func (*ListPodRecommendationsRequest) Descriptor

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

func (*ListPodRecommendationsRequest) GetGranularity

func (m *ListPodRecommendationsRequest) GetGranularity() int64

func (*ListPodRecommendationsRequest) GetKind

func (*ListPodRecommendationsRequest) GetObjectMeta

func (m *ListPodRecommendationsRequest) GetObjectMeta() []*resources.ObjectMeta

func (*ListPodRecommendationsRequest) GetQueryCondition

func (m *ListPodRecommendationsRequest) GetQueryCondition() *common.QueryCondition

func (*ListPodRecommendationsRequest) ProtoMessage

func (*ListPodRecommendationsRequest) ProtoMessage()

func (*ListPodRecommendationsRequest) Reset

func (m *ListPodRecommendationsRequest) Reset()

func (*ListPodRecommendationsRequest) String

func (*ListPodRecommendationsRequest) XXX_DiscardUnknown

func (m *ListPodRecommendationsRequest) XXX_DiscardUnknown()

func (*ListPodRecommendationsRequest) XXX_Marshal

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

func (*ListPodRecommendationsRequest) XXX_Merge

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

func (*ListPodRecommendationsRequest) XXX_Size

func (m *ListPodRecommendationsRequest) XXX_Size() int

func (*ListPodRecommendationsRequest) XXX_Unmarshal

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

type ListPodRecommendationsResponse

type ListPodRecommendationsResponse struct {
	Status               *status.Status       `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	PodRecommendations   []*PodRecommendation `protobuf:"bytes,2,rep,name=pod_recommendations,json=podRecommendations,proto3" json:"pod_recommendations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Represents a response for listing pod recommendations request

func (*ListPodRecommendationsResponse) Descriptor

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

func (*ListPodRecommendationsResponse) GetPodRecommendations

func (m *ListPodRecommendationsResponse) GetPodRecommendations() []*PodRecommendation

func (*ListPodRecommendationsResponse) GetStatus

func (*ListPodRecommendationsResponse) ProtoMessage

func (*ListPodRecommendationsResponse) ProtoMessage()

func (*ListPodRecommendationsResponse) Reset

func (m *ListPodRecommendationsResponse) Reset()

func (*ListPodRecommendationsResponse) String

func (*ListPodRecommendationsResponse) XXX_DiscardUnknown

func (m *ListPodRecommendationsResponse) XXX_DiscardUnknown()

func (*ListPodRecommendationsResponse) XXX_Marshal

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

func (*ListPodRecommendationsResponse) XXX_Merge

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

func (*ListPodRecommendationsResponse) XXX_Size

func (m *ListPodRecommendationsResponse) XXX_Size() int

func (*ListPodRecommendationsResponse) XXX_Unmarshal

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

type ListRecommendationsRequest

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

func (*ListRecommendationsRequest) Descriptor

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

func (*ListRecommendationsRequest) GetQueryCondition

func (m *ListRecommendationsRequest) GetQueryCondition() *common.QueryCondition

func (*ListRecommendationsRequest) GetSchemaMeta

func (m *ListRecommendationsRequest) GetSchemaMeta() *schemas.SchemaMeta

func (*ListRecommendationsRequest) ProtoMessage

func (*ListRecommendationsRequest) ProtoMessage()

func (*ListRecommendationsRequest) Reset

func (m *ListRecommendationsRequest) Reset()

func (*ListRecommendationsRequest) String

func (m *ListRecommendationsRequest) String() string

func (*ListRecommendationsRequest) XXX_DiscardUnknown

func (m *ListRecommendationsRequest) XXX_DiscardUnknown()

func (*ListRecommendationsRequest) XXX_Marshal

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

func (*ListRecommendationsRequest) XXX_Merge

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

func (*ListRecommendationsRequest) XXX_Size

func (m *ListRecommendationsRequest) XXX_Size() int

func (*ListRecommendationsRequest) XXX_Unmarshal

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

type ListRecommendationsResponse

type ListRecommendationsResponse struct {
	Status               *status.Status  `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Recommendations      *Recommendation `protobuf:"bytes,2,opt,name=recommendations,proto3" json:"recommendations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListRecommendationsResponse) Descriptor

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

func (*ListRecommendationsResponse) GetRecommendations

func (m *ListRecommendationsResponse) GetRecommendations() *Recommendation

func (*ListRecommendationsResponse) GetStatus

func (m *ListRecommendationsResponse) GetStatus() *status.Status

func (*ListRecommendationsResponse) ProtoMessage

func (*ListRecommendationsResponse) ProtoMessage()

func (*ListRecommendationsResponse) Reset

func (m *ListRecommendationsResponse) Reset()

func (*ListRecommendationsResponse) String

func (m *ListRecommendationsResponse) String() string

func (*ListRecommendationsResponse) XXX_DiscardUnknown

func (m *ListRecommendationsResponse) XXX_DiscardUnknown()

func (*ListRecommendationsResponse) XXX_Marshal

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

func (*ListRecommendationsResponse) XXX_Merge

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

func (*ListRecommendationsResponse) XXX_Size

func (m *ListRecommendationsResponse) XXX_Size() int

func (*ListRecommendationsResponse) XXX_Unmarshal

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

type NamespaceRecommendation

type NamespaceRecommendation struct {
	ObjectMeta           *resources.ObjectMeta         `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind                `protobuf:"varint,2,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType     `` /* 192-byte string literal not displayed */
	RecommendedSpec      *ControllerRecommendedSpec    `protobuf:"bytes,4,opt,name=recommended_spec,json=recommendedSpec,proto3" json:"recommended_spec,omitempty"`
	RecommendedSpecK8S   *ControllerRecommendedSpecK8S `protobuf:"bytes,5,opt,name=recommended_spec_k8s,json=recommendedSpecK8s,proto3" json:"recommended_spec_k8s,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*NamespaceRecommendation) Descriptor

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

func (*NamespaceRecommendation) GetKind

func (m *NamespaceRecommendation) GetKind() resources.Kind

func (*NamespaceRecommendation) GetObjectMeta

func (m *NamespaceRecommendation) GetObjectMeta() *resources.ObjectMeta

func (*NamespaceRecommendation) GetRecommendedSpec

func (m *NamespaceRecommendation) GetRecommendedSpec() *ControllerRecommendedSpec

func (*NamespaceRecommendation) GetRecommendedSpecK8S

func (m *NamespaceRecommendation) GetRecommendedSpecK8S() *ControllerRecommendedSpecK8S

func (*NamespaceRecommendation) GetRecommendedType

func (m *NamespaceRecommendation) GetRecommendedType() ControllerRecommendedType

func (*NamespaceRecommendation) ProtoMessage

func (*NamespaceRecommendation) ProtoMessage()

func (*NamespaceRecommendation) Reset

func (m *NamespaceRecommendation) Reset()

func (*NamespaceRecommendation) String

func (m *NamespaceRecommendation) String() string

func (*NamespaceRecommendation) XXX_DiscardUnknown

func (m *NamespaceRecommendation) XXX_DiscardUnknown()

func (*NamespaceRecommendation) XXX_Marshal

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

func (*NamespaceRecommendation) XXX_Merge

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

func (*NamespaceRecommendation) XXX_Size

func (m *NamespaceRecommendation) XXX_Size() int

func (*NamespaceRecommendation) XXX_Unmarshal

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

type NodeRecommendation

type NodeRecommendation struct {
	ObjectMeta           *resources.ObjectMeta         `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind                `protobuf:"varint,2,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	RecommendedType      ControllerRecommendedType     `` /* 192-byte string literal not displayed */
	RecommendedSpec      *ControllerRecommendedSpec    `protobuf:"bytes,4,opt,name=recommended_spec,json=recommendedSpec,proto3" json:"recommended_spec,omitempty"`
	RecommendedSpecK8S   *ControllerRecommendedSpecK8S `protobuf:"bytes,5,opt,name=recommended_spec_k8s,json=recommendedSpecK8s,proto3" json:"recommended_spec_k8s,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*NodeRecommendation) Descriptor

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

func (*NodeRecommendation) GetKind

func (m *NodeRecommendation) GetKind() resources.Kind

func (*NodeRecommendation) GetObjectMeta

func (m *NodeRecommendation) GetObjectMeta() *resources.ObjectMeta

func (*NodeRecommendation) GetRecommendedSpec

func (m *NodeRecommendation) GetRecommendedSpec() *ControllerRecommendedSpec

func (*NodeRecommendation) GetRecommendedSpecK8S

func (m *NodeRecommendation) GetRecommendedSpecK8S() *ControllerRecommendedSpecK8S

func (*NodeRecommendation) GetRecommendedType

func (m *NodeRecommendation) GetRecommendedType() ControllerRecommendedType

func (*NodeRecommendation) ProtoMessage

func (*NodeRecommendation) ProtoMessage()

func (*NodeRecommendation) Reset

func (m *NodeRecommendation) Reset()

func (*NodeRecommendation) String

func (m *NodeRecommendation) String() string

func (*NodeRecommendation) XXX_DiscardUnknown

func (m *NodeRecommendation) XXX_DiscardUnknown()

func (*NodeRecommendation) XXX_Marshal

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

func (*NodeRecommendation) XXX_Merge

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

func (*NodeRecommendation) XXX_Size

func (m *NodeRecommendation) XXX_Size() int

func (*NodeRecommendation) XXX_Unmarshal

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

type PodRecommendation

type PodRecommendation struct {
	ObjectMeta               *resources.ObjectMeta      `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	ApplyRecommendationNow   bool                       `` /* 130-byte string literal not displayed */
	AssignPodPolicy          *resources.AssignPodPolicy `protobuf:"bytes,3,opt,name=assign_pod_policy,json=assignPodPolicy,proto3" json:"assign_pod_policy,omitempty"`
	ContainerRecommendations []*ContainerRecommendation `` /* 133-byte string literal not displayed */
	StartTime                *timestamp.Timestamp       `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime                  *timestamp.Timestamp       `protobuf:"bytes,6,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	TopController            *resources.Controller      `protobuf:"bytes,7,opt,name=top_controller,json=topController,proto3" json:"top_controller,omitempty"`
	RecommendationId         string                     `protobuf:"bytes,8,opt,name=recommendation_id,json=recommendationId,proto3" json:"recommendation_id,omitempty"`
	TotalCost                float64                    `protobuf:"fixed64,9,opt,name=total_cost,json=totalCost,proto3" json:"total_cost,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                   `json:"-"`
	XXX_unrecognized         []byte                     `json:"-"`
	XXX_sizecache            int32                      `json:"-"`
}

Represents a set of container resource configuration recommendations of a pod

func (*PodRecommendation) Descriptor

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

func (*PodRecommendation) GetApplyRecommendationNow

func (m *PodRecommendation) GetApplyRecommendationNow() bool

func (*PodRecommendation) GetAssignPodPolicy

func (m *PodRecommendation) GetAssignPodPolicy() *resources.AssignPodPolicy

func (*PodRecommendation) GetContainerRecommendations

func (m *PodRecommendation) GetContainerRecommendations() []*ContainerRecommendation

func (*PodRecommendation) GetEndTime

func (m *PodRecommendation) GetEndTime() *timestamp.Timestamp

func (*PodRecommendation) GetObjectMeta

func (m *PodRecommendation) GetObjectMeta() *resources.ObjectMeta

func (*PodRecommendation) GetRecommendationId

func (m *PodRecommendation) GetRecommendationId() string

func (*PodRecommendation) GetStartTime

func (m *PodRecommendation) GetStartTime() *timestamp.Timestamp

func (*PodRecommendation) GetTopController

func (m *PodRecommendation) GetTopController() *resources.Controller

func (*PodRecommendation) GetTotalCost

func (m *PodRecommendation) GetTotalCost() float64

func (*PodRecommendation) ProtoMessage

func (*PodRecommendation) ProtoMessage()

func (*PodRecommendation) Reset

func (m *PodRecommendation) Reset()

func (*PodRecommendation) String

func (m *PodRecommendation) String() string

func (*PodRecommendation) XXX_DiscardUnknown

func (m *PodRecommendation) XXX_DiscardUnknown()

func (*PodRecommendation) XXX_Marshal

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

func (*PodRecommendation) XXX_Merge

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

func (*PodRecommendation) XXX_Size

func (m *PodRecommendation) XXX_Size() int

func (*PodRecommendation) XXX_Unmarshal

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

type Recommendation

type Recommendation struct {
	SchemaMeta           *schemas.SchemaMeta   `protobuf:"bytes,1,opt,name=schema_meta,json=schemaMeta,proto3" json:"schema_meta,omitempty"`
	RecommendationData   []*RecommendationData `protobuf:"bytes,2,rep,name=recommendation_data,json=recommendationData,proto3" json:"recommendation_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Recommendation) Descriptor

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

func (*Recommendation) GetRecommendationData

func (m *Recommendation) GetRecommendationData() []*RecommendationData

func (*Recommendation) GetSchemaMeta

func (m *Recommendation) GetSchemaMeta() *schemas.SchemaMeta

func (*Recommendation) ProtoMessage

func (*Recommendation) ProtoMessage()

func (*Recommendation) Reset

func (m *Recommendation) Reset()

func (*Recommendation) String

func (m *Recommendation) String() string

func (*Recommendation) XXX_DiscardUnknown

func (m *Recommendation) XXX_DiscardUnknown()

func (*Recommendation) XXX_Marshal

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

func (*Recommendation) XXX_Merge

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

func (*Recommendation) XXX_Size

func (m *Recommendation) XXX_Size() int

func (*Recommendation) XXX_Unmarshal

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

type RecommendationData

type RecommendationData struct {
	MetricType           common.MetricType    `` /* 153-byte string literal not displayed */
	ResourceQuota        common.ResourceQuota `` /* 165-byte string literal not displayed */
	ReadData             *common.ReadData     `protobuf:"bytes,3,opt,name=read_data,json=readData,proto3" json:"read_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*RecommendationData) Descriptor

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

func (*RecommendationData) GetMetricType

func (m *RecommendationData) GetMetricType() common.MetricType

func (*RecommendationData) GetReadData

func (m *RecommendationData) GetReadData() *common.ReadData

func (*RecommendationData) GetResourceQuota

func (m *RecommendationData) GetResourceQuota() common.ResourceQuota

func (*RecommendationData) ProtoMessage

func (*RecommendationData) ProtoMessage()

func (*RecommendationData) Reset

func (m *RecommendationData) Reset()

func (*RecommendationData) String

func (m *RecommendationData) String() string

func (*RecommendationData) XXX_DiscardUnknown

func (m *RecommendationData) XXX_DiscardUnknown()

func (*RecommendationData) XXX_Marshal

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

func (*RecommendationData) XXX_Merge

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

func (*RecommendationData) XXX_Size

func (m *RecommendationData) XXX_Size() int

func (*RecommendationData) XXX_Unmarshal

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

type WriteRecommendation

type WriteRecommendation struct {
	MetricType           common.MetricType    `` /* 153-byte string literal not displayed */
	ResourceQuota        common.ResourceQuota `` /* 165-byte string literal not displayed */
	WriteData            *common.WriteData    `protobuf:"bytes,3,opt,name=write_data,json=writeData,proto3" json:"write_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*WriteRecommendation) Descriptor

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

func (*WriteRecommendation) GetMetricType

func (m *WriteRecommendation) GetMetricType() common.MetricType

func (*WriteRecommendation) GetResourceQuota

func (m *WriteRecommendation) GetResourceQuota() common.ResourceQuota

func (*WriteRecommendation) GetWriteData

func (m *WriteRecommendation) GetWriteData() *common.WriteData

func (*WriteRecommendation) ProtoMessage

func (*WriteRecommendation) ProtoMessage()

func (*WriteRecommendation) Reset

func (m *WriteRecommendation) Reset()

func (*WriteRecommendation) String

func (m *WriteRecommendation) String() string

func (*WriteRecommendation) XXX_DiscardUnknown

func (m *WriteRecommendation) XXX_DiscardUnknown()

func (*WriteRecommendation) XXX_Marshal

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

func (*WriteRecommendation) XXX_Merge

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

func (*WriteRecommendation) XXX_Size

func (m *WriteRecommendation) XXX_Size() int

func (*WriteRecommendation) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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