Rainbond/worker/server/pb/app_runtime_server.pb.go
2021-04-26 14:51:23 +08:00

3148 lines
114 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: app_runtime_server.proto
package pb
import (
context "context"
fmt "fmt"
proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
type ServiceVolumeStatus int32
const (
ServiceVolumeStatus_READY ServiceVolumeStatus = 0
ServiceVolumeStatus_NOT_READY ServiceVolumeStatus = 1
)
var ServiceVolumeStatus_name = map[int32]string{
0: "READY",
1: "NOT_READY",
}
var ServiceVolumeStatus_value = map[string]int32{
"READY": 0,
"NOT_READY": 1,
}
func (x ServiceVolumeStatus) String() string {
return proto.EnumName(ServiceVolumeStatus_name, int32(x))
}
func (ServiceVolumeStatus) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{0}
}
type PodStatus_Type int32
const (
// PENDING means the pod has been accepted by the system, but one or more of the containers
// has not been started. This includes time before being bound to a node, as well as time spent
// pulling images onto the host.
PodStatus_PENDING PodStatus_Type = 0
// RUNNING means the pod has been bound to a node and all of the containers have been started.
// At least one container is still running or is in the process of being restarted.
PodStatus_RUNNING PodStatus_Type = 1
// SUCCEEDED means that all containers in the pod have voluntarily terminated
// with a container exit code of 0, and the system is not going to restart any of these containers.
PodStatus_SUCCEEDED PodStatus_Type = 2
// FAILED means that all containers in the pod have terminated, and at least one container has
// terminated in a failure (exited with a non-zero exit code or was stopped by the system).
PodStatus_FAILED PodStatus_Type = 3
// UNKNOWN means that for some reason the state of the pod could not be obtained, typically due
// to an error in communicating with the host of the pod.
PodStatus_UNKNOWN PodStatus_Type = 4
PodStatus_TEMINATING PodStatus_Type = 5
PodStatus_ABNORMAL PodStatus_Type = 6
PodStatus_INITIATING PodStatus_Type = 7
PodStatus_SCHEDULING PodStatus_Type = 8
PodStatus_NOTREADY PodStatus_Type = 9
PodStatus_UNHEALTHY PodStatus_Type = 10
)
var PodStatus_Type_name = map[int32]string{
0: "PENDING",
1: "RUNNING",
2: "SUCCEEDED",
3: "FAILED",
4: "UNKNOWN",
5: "TEMINATING",
6: "ABNORMAL",
7: "INITIATING",
8: "SCHEDULING",
9: "NOTREADY",
10: "UNHEALTHY",
}
var PodStatus_Type_value = map[string]int32{
"PENDING": 0,
"RUNNING": 1,
"SUCCEEDED": 2,
"FAILED": 3,
"UNKNOWN": 4,
"TEMINATING": 5,
"ABNORMAL": 6,
"INITIATING": 7,
"SCHEDULING": 8,
"NOTREADY": 9,
"UNHEALTHY": 10,
}
func (x PodStatus_Type) String() string {
return proto.EnumName(PodStatus_Type_name, int32(x))
}
func (PodStatus_Type) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{23, 0}
}
type AppStatus_Status int32
const (
AppStatus_NIL AppStatus_Status = 0
AppStatus_RUNNING AppStatus_Status = 1
AppStatus_CLOSED AppStatus_Status = 2
AppStatus_ABNORMAL AppStatus_Status = 3
AppStatus_STARTING AppStatus_Status = 4
AppStatus_STOPPING AppStatus_Status = 5
)
var AppStatus_Status_name = map[int32]string{
0: "NIL",
1: "RUNNING",
2: "CLOSED",
3: "ABNORMAL",
4: "STARTING",
5: "STOPPING",
}
var AppStatus_Status_value = map[string]int32{
"NIL": 0,
"RUNNING": 1,
"CLOSED": 2,
"ABNORMAL": 3,
"STARTING": 4,
"STOPPING": 5,
}
func (x AppStatus_Status) String() string {
return proto.EnumName(AppStatus_Status_name, int32(x))
}
func (AppStatus_Status) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{31, 0}
}
type Empty struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Empty) Reset() { *m = Empty{} }
func (m *Empty) String() string { return proto.CompactTextString(m) }
func (*Empty) ProtoMessage() {}
func (*Empty) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{0}
}
func (m *Empty) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Empty.Unmarshal(m, b)
}
func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Empty.Marshal(b, m, deterministic)
}
func (m *Empty) XXX_Merge(src proto.Message) {
xxx_messageInfo_Empty.Merge(m, src)
}
func (m *Empty) XXX_Size() int {
return xxx_messageInfo_Empty.Size(m)
}
func (m *Empty) XXX_DiscardUnknown() {
xxx_messageInfo_Empty.DiscardUnknown(m)
}
var xxx_messageInfo_Empty proto.InternalMessageInfo
type AppReq struct {
AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AppReq) Reset() { *m = AppReq{} }
func (m *AppReq) String() string { return proto.CompactTextString(m) }
func (*AppReq) ProtoMessage() {}
func (*AppReq) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{1}
}
func (m *AppReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AppReq.Unmarshal(m, b)
}
func (m *AppReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AppReq.Marshal(b, m, deterministic)
}
func (m *AppReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AppReq.Merge(m, src)
}
func (m *AppReq) XXX_Size() int {
return xxx_messageInfo_AppReq.Size(m)
}
func (m *AppReq) XXX_DiscardUnknown() {
xxx_messageInfo_AppReq.DiscardUnknown(m)
}
var xxx_messageInfo_AppReq proto.InternalMessageInfo
func (m *AppReq) GetAppId() string {
if m != nil {
return m.AppId
}
return ""
}
type AppStatusReq struct {
AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AppStatusReq) Reset() { *m = AppStatusReq{} }
func (m *AppStatusReq) String() string { return proto.CompactTextString(m) }
func (*AppStatusReq) ProtoMessage() {}
func (*AppStatusReq) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{2}
}
func (m *AppStatusReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AppStatusReq.Unmarshal(m, b)
}
func (m *AppStatusReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AppStatusReq.Marshal(b, m, deterministic)
}
func (m *AppStatusReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AppStatusReq.Merge(m, src)
}
func (m *AppStatusReq) XXX_Size() int {
return xxx_messageInfo_AppStatusReq.Size(m)
}
func (m *AppStatusReq) XXX_DiscardUnknown() {
xxx_messageInfo_AppStatusReq.DiscardUnknown(m)
}
var xxx_messageInfo_AppStatusReq proto.InternalMessageInfo
func (m *AppStatusReq) GetAppId() string {
if m != nil {
return m.AppId
}
return ""
}
type ServiceRequest struct {
ServiceId string `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ServiceRequest) Reset() { *m = ServiceRequest{} }
func (m *ServiceRequest) String() string { return proto.CompactTextString(m) }
func (*ServiceRequest) ProtoMessage() {}
func (*ServiceRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{3}
}
func (m *ServiceRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ServiceRequest.Unmarshal(m, b)
}
func (m *ServiceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ServiceRequest.Marshal(b, m, deterministic)
}
func (m *ServiceRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ServiceRequest.Merge(m, src)
}
func (m *ServiceRequest) XXX_Size() int {
return xxx_messageInfo_ServiceRequest.Size(m)
}
func (m *ServiceRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ServiceRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ServiceRequest proto.InternalMessageInfo
func (m *ServiceRequest) GetServiceId() string {
if m != nil {
return m.ServiceId
}
return ""
}
type ServicesRequest struct {
ServiceIds string `protobuf:"bytes,1,opt,name=service_ids,json=serviceIds,proto3" json:"service_ids,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ServicesRequest) Reset() { *m = ServicesRequest{} }
func (m *ServicesRequest) String() string { return proto.CompactTextString(m) }
func (*ServicesRequest) ProtoMessage() {}
func (*ServicesRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{4}
}
func (m *ServicesRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ServicesRequest.Unmarshal(m, b)
}
func (m *ServicesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ServicesRequest.Marshal(b, m, deterministic)
}
func (m *ServicesRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ServicesRequest.Merge(m, src)
}
func (m *ServicesRequest) XXX_Size() int {
return xxx_messageInfo_ServicesRequest.Size(m)
}
func (m *ServicesRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ServicesRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ServicesRequest proto.InternalMessageInfo
func (m *ServicesRequest) GetServiceIds() string {
if m != nil {
return m.ServiceIds
}
return ""
}
type TenantRequest struct {
TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *TenantRequest) Reset() { *m = TenantRequest{} }
func (m *TenantRequest) String() string { return proto.CompactTextString(m) }
func (*TenantRequest) ProtoMessage() {}
func (*TenantRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{5}
}
func (m *TenantRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TenantRequest.Unmarshal(m, b)
}
func (m *TenantRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_TenantRequest.Marshal(b, m, deterministic)
}
func (m *TenantRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_TenantRequest.Merge(m, src)
}
func (m *TenantRequest) XXX_Size() int {
return xxx_messageInfo_TenantRequest.Size(m)
}
func (m *TenantRequest) XXX_DiscardUnknown() {
xxx_messageInfo_TenantRequest.DiscardUnknown(m)
}
var xxx_messageInfo_TenantRequest proto.InternalMessageInfo
func (m *TenantRequest) GetTenantId() string {
if m != nil {
return m.TenantId
}
return ""
}
type StatusMessage struct {
Status map[string]string `protobuf:"bytes,1,rep,name=status,proto3" json:"status,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *StatusMessage) Reset() { *m = StatusMessage{} }
func (m *StatusMessage) String() string { return proto.CompactTextString(m) }
func (*StatusMessage) ProtoMessage() {}
func (*StatusMessage) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{6}
}
func (m *StatusMessage) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_StatusMessage.Unmarshal(m, b)
}
func (m *StatusMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_StatusMessage.Marshal(b, m, deterministic)
}
func (m *StatusMessage) XXX_Merge(src proto.Message) {
xxx_messageInfo_StatusMessage.Merge(m, src)
}
func (m *StatusMessage) XXX_Size() int {
return xxx_messageInfo_StatusMessage.Size(m)
}
func (m *StatusMessage) XXX_DiscardUnknown() {
xxx_messageInfo_StatusMessage.DiscardUnknown(m)
}
var xxx_messageInfo_StatusMessage proto.InternalMessageInfo
func (m *StatusMessage) GetStatus() map[string]string {
if m != nil {
return m.Status
}
return nil
}
type DiskMessage struct {
Disks map[string]float64 `protobuf:"bytes,1,rep,name=disks,proto3" json:"disks,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"fixed64,2,opt,name=value,proto3"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DiskMessage) Reset() { *m = DiskMessage{} }
func (m *DiskMessage) String() string { return proto.CompactTextString(m) }
func (*DiskMessage) ProtoMessage() {}
func (*DiskMessage) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{7}
}
func (m *DiskMessage) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DiskMessage.Unmarshal(m, b)
}
func (m *DiskMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DiskMessage.Marshal(b, m, deterministic)
}
func (m *DiskMessage) XXX_Merge(src proto.Message) {
xxx_messageInfo_DiskMessage.Merge(m, src)
}
func (m *DiskMessage) XXX_Size() int {
return xxx_messageInfo_DiskMessage.Size(m)
}
func (m *DiskMessage) XXX_DiscardUnknown() {
xxx_messageInfo_DiskMessage.DiscardUnknown(m)
}
var xxx_messageInfo_DiskMessage proto.InternalMessageInfo
func (m *DiskMessage) GetDisks() map[string]float64 {
if m != nil {
return m.Disks
}
return nil
}
type ServiceAppPodList struct {
OldPods []*ServiceAppPod `protobuf:"bytes,1,rep,name=oldPods,proto3" json:"oldPods,omitempty"`
NewPods []*ServiceAppPod `protobuf:"bytes,2,rep,name=newPods,proto3" json:"newPods,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ServiceAppPodList) Reset() { *m = ServiceAppPodList{} }
func (m *ServiceAppPodList) String() string { return proto.CompactTextString(m) }
func (*ServiceAppPodList) ProtoMessage() {}
func (*ServiceAppPodList) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{8}
}
func (m *ServiceAppPodList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ServiceAppPodList.Unmarshal(m, b)
}
func (m *ServiceAppPodList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ServiceAppPodList.Marshal(b, m, deterministic)
}
func (m *ServiceAppPodList) XXX_Merge(src proto.Message) {
xxx_messageInfo_ServiceAppPodList.Merge(m, src)
}
func (m *ServiceAppPodList) XXX_Size() int {
return xxx_messageInfo_ServiceAppPodList.Size(m)
}
func (m *ServiceAppPodList) XXX_DiscardUnknown() {
xxx_messageInfo_ServiceAppPodList.DiscardUnknown(m)
}
var xxx_messageInfo_ServiceAppPodList proto.InternalMessageInfo
func (m *ServiceAppPodList) GetOldPods() []*ServiceAppPod {
if m != nil {
return m.OldPods
}
return nil
}
func (m *ServiceAppPodList) GetNewPods() []*ServiceAppPod {
if m != nil {
return m.NewPods
}
return nil
}
type MultiServiceAppPodList struct {
ServicePods map[string]*ServiceAppPodList `protobuf:"bytes,1,rep,name=servicePods,proto3" json:"servicePods,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MultiServiceAppPodList) Reset() { *m = MultiServiceAppPodList{} }
func (m *MultiServiceAppPodList) String() string { return proto.CompactTextString(m) }
func (*MultiServiceAppPodList) ProtoMessage() {}
func (*MultiServiceAppPodList) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{9}
}
func (m *MultiServiceAppPodList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MultiServiceAppPodList.Unmarshal(m, b)
}
func (m *MultiServiceAppPodList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MultiServiceAppPodList.Marshal(b, m, deterministic)
}
func (m *MultiServiceAppPodList) XXX_Merge(src proto.Message) {
xxx_messageInfo_MultiServiceAppPodList.Merge(m, src)
}
func (m *MultiServiceAppPodList) XXX_Size() int {
return xxx_messageInfo_MultiServiceAppPodList.Size(m)
}
func (m *MultiServiceAppPodList) XXX_DiscardUnknown() {
xxx_messageInfo_MultiServiceAppPodList.DiscardUnknown(m)
}
var xxx_messageInfo_MultiServiceAppPodList proto.InternalMessageInfo
func (m *MultiServiceAppPodList) GetServicePods() map[string]*ServiceAppPodList {
if m != nil {
return m.ServicePods
}
return nil
}
type ServiceAppPod struct {
ServiceId string `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
DeployId string `protobuf:"bytes,2,opt,name=deploy_id,json=deployId,proto3" json:"deploy_id,omitempty"`
DeployType string `protobuf:"bytes,3,opt,name=deploy_type,json=deployType,proto3" json:"deploy_type,omitempty"`
PodName string `protobuf:"bytes,4,opt,name=pod_name,json=podName,proto3" json:"pod_name,omitempty"`
PodIp string `protobuf:"bytes,5,opt,name=pod_ip,json=podIp,proto3" json:"pod_ip,omitempty"`
PodStatus string `protobuf:"bytes,6,opt,name=pod_status,json=podStatus,proto3" json:"pod_status,omitempty"`
Containers map[string]*Container `protobuf:"bytes,7,rep,name=containers,proto3" json:"containers,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
PodVolumes []string `protobuf:"bytes,8,rep,name=pod_volumes,json=podVolumes,proto3" json:"pod_volumes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ServiceAppPod) Reset() { *m = ServiceAppPod{} }
func (m *ServiceAppPod) String() string { return proto.CompactTextString(m) }
func (*ServiceAppPod) ProtoMessage() {}
func (*ServiceAppPod) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{10}
}
func (m *ServiceAppPod) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ServiceAppPod.Unmarshal(m, b)
}
func (m *ServiceAppPod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ServiceAppPod.Marshal(b, m, deterministic)
}
func (m *ServiceAppPod) XXX_Merge(src proto.Message) {
xxx_messageInfo_ServiceAppPod.Merge(m, src)
}
func (m *ServiceAppPod) XXX_Size() int {
return xxx_messageInfo_ServiceAppPod.Size(m)
}
func (m *ServiceAppPod) XXX_DiscardUnknown() {
xxx_messageInfo_ServiceAppPod.DiscardUnknown(m)
}
var xxx_messageInfo_ServiceAppPod proto.InternalMessageInfo
func (m *ServiceAppPod) GetServiceId() string {
if m != nil {
return m.ServiceId
}
return ""
}
func (m *ServiceAppPod) GetDeployId() string {
if m != nil {
return m.DeployId
}
return ""
}
func (m *ServiceAppPod) GetDeployType() string {
if m != nil {
return m.DeployType
}
return ""
}
func (m *ServiceAppPod) GetPodName() string {
if m != nil {
return m.PodName
}
return ""
}
func (m *ServiceAppPod) GetPodIp() string {
if m != nil {
return m.PodIp
}
return ""
}
func (m *ServiceAppPod) GetPodStatus() string {
if m != nil {
return m.PodStatus
}
return ""
}
func (m *ServiceAppPod) GetContainers() map[string]*Container {
if m != nil {
return m.Containers
}
return nil
}
func (m *ServiceAppPod) GetPodVolumes() []string {
if m != nil {
return m.PodVolumes
}
return nil
}
type Container struct {
ContainerName string `protobuf:"bytes,1,opt,name=container_name,json=containerName,proto3" json:"container_name,omitempty"`
MemoryLimit int64 `protobuf:"varint,2,opt,name=memory_limit,json=memoryLimit,proto3" json:"memory_limit,omitempty"`
CpuRequest int64 `protobuf:"varint,3,opt,name=cpu_request,json=cpuRequest,proto3" json:"cpu_request,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Container) Reset() { *m = Container{} }
func (m *Container) String() string { return proto.CompactTextString(m) }
func (*Container) ProtoMessage() {}
func (*Container) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{11}
}
func (m *Container) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Container.Unmarshal(m, b)
}
func (m *Container) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Container.Marshal(b, m, deterministic)
}
func (m *Container) XXX_Merge(src proto.Message) {
xxx_messageInfo_Container.Merge(m, src)
}
func (m *Container) XXX_Size() int {
return xxx_messageInfo_Container.Size(m)
}
func (m *Container) XXX_DiscardUnknown() {
xxx_messageInfo_Container.DiscardUnknown(m)
}
var xxx_messageInfo_Container proto.InternalMessageInfo
func (m *Container) GetContainerName() string {
if m != nil {
return m.ContainerName
}
return ""
}
func (m *Container) GetMemoryLimit() int64 {
if m != nil {
return m.MemoryLimit
}
return 0
}
func (m *Container) GetCpuRequest() int64 {
if m != nil {
return m.CpuRequest
}
return 0
}
type DeployInfo struct {
Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
Statefuleset string `protobuf:"bytes,2,opt,name=statefuleset,proto3" json:"statefuleset,omitempty"`
Deployment string `protobuf:"bytes,3,opt,name=deployment,proto3" json:"deployment,omitempty"`
StartTime string `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
Pods map[string]string `protobuf:"bytes,5,rep,name=pods,proto3" json:"pods,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
Services map[string]string `protobuf:"bytes,6,rep,name=services,proto3" json:"services,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
Endpoints map[string]string `protobuf:"bytes,7,rep,name=endpoints,proto3" json:"endpoints,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
Secrets map[string]string `protobuf:"bytes,8,rep,name=secrets,proto3" json:"secrets,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
Ingresses map[string]string `protobuf:"bytes,9,rep,name=ingresses,proto3" json:"ingresses,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
Replicatset map[string]string `protobuf:"bytes,10,rep,name=replicatset,proto3" json:"replicatset,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
Status string `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeployInfo) Reset() { *m = DeployInfo{} }
func (m *DeployInfo) String() string { return proto.CompactTextString(m) }
func (*DeployInfo) ProtoMessage() {}
func (*DeployInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{12}
}
func (m *DeployInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeployInfo.Unmarshal(m, b)
}
func (m *DeployInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeployInfo.Marshal(b, m, deterministic)
}
func (m *DeployInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeployInfo.Merge(m, src)
}
func (m *DeployInfo) XXX_Size() int {
return xxx_messageInfo_DeployInfo.Size(m)
}
func (m *DeployInfo) XXX_DiscardUnknown() {
xxx_messageInfo_DeployInfo.DiscardUnknown(m)
}
var xxx_messageInfo_DeployInfo proto.InternalMessageInfo
func (m *DeployInfo) GetNamespace() string {
if m != nil {
return m.Namespace
}
return ""
}
func (m *DeployInfo) GetStatefuleset() string {
if m != nil {
return m.Statefuleset
}
return ""
}
func (m *DeployInfo) GetDeployment() string {
if m != nil {
return m.Deployment
}
return ""
}
func (m *DeployInfo) GetStartTime() string {
if m != nil {
return m.StartTime
}
return ""
}
func (m *DeployInfo) GetPods() map[string]string {
if m != nil {
return m.Pods
}
return nil
}
func (m *DeployInfo) GetServices() map[string]string {
if m != nil {
return m.Services
}
return nil
}
func (m *DeployInfo) GetEndpoints() map[string]string {
if m != nil {
return m.Endpoints
}
return nil
}
func (m *DeployInfo) GetSecrets() map[string]string {
if m != nil {
return m.Secrets
}
return nil
}
func (m *DeployInfo) GetIngresses() map[string]string {
if m != nil {
return m.Ingresses
}
return nil
}
func (m *DeployInfo) GetReplicatset() map[string]string {
if m != nil {
return m.Replicatset
}
return nil
}
func (m *DeployInfo) GetStatus() string {
if m != nil {
return m.Status
}
return ""
}
type TenantResource struct {
CpuRequest int64 `protobuf:"varint,1,opt,name=cpu_request,json=cpuRequest,proto3" json:"cpu_request,omitempty"`
CpuLimit int64 `protobuf:"varint,2,opt,name=cpu_limit,json=cpuLimit,proto3" json:"cpu_limit,omitempty"`
MemoryRequest int64 `protobuf:"varint,3,opt,name=memory_request,json=memoryRequest,proto3" json:"memory_request,omitempty"`
MemoryLimit int64 `protobuf:"varint,4,opt,name=memory_limit,json=memoryLimit,proto3" json:"memory_limit,omitempty"`
RunningAppNum int64 `protobuf:"varint,5,opt,name=running_app_num,json=runningAppNum,proto3" json:"running_app_num,omitempty"`
RunningAppThirdNum int64 `protobuf:"varint,10,opt,name=running_app_third_num,json=runningAppThirdNum,proto3" json:"running_app_third_num,omitempty"`
RunningAppInternalNum int64 `protobuf:"varint,11,opt,name=running_app_internal_num,json=runningAppInternalNum,proto3" json:"running_app_internal_num,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *TenantResource) Reset() { *m = TenantResource{} }
func (m *TenantResource) String() string { return proto.CompactTextString(m) }
func (*TenantResource) ProtoMessage() {}
func (*TenantResource) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{13}
}
func (m *TenantResource) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TenantResource.Unmarshal(m, b)
}
func (m *TenantResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_TenantResource.Marshal(b, m, deterministic)
}
func (m *TenantResource) XXX_Merge(src proto.Message) {
xxx_messageInfo_TenantResource.Merge(m, src)
}
func (m *TenantResource) XXX_Size() int {
return xxx_messageInfo_TenantResource.Size(m)
}
func (m *TenantResource) XXX_DiscardUnknown() {
xxx_messageInfo_TenantResource.DiscardUnknown(m)
}
var xxx_messageInfo_TenantResource proto.InternalMessageInfo
func (m *TenantResource) GetCpuRequest() int64 {
if m != nil {
return m.CpuRequest
}
return 0
}
func (m *TenantResource) GetCpuLimit() int64 {
if m != nil {
return m.CpuLimit
}
return 0
}
func (m *TenantResource) GetMemoryRequest() int64 {
if m != nil {
return m.MemoryRequest
}
return 0
}
func (m *TenantResource) GetMemoryLimit() int64 {
if m != nil {
return m.MemoryLimit
}
return 0
}
func (m *TenantResource) GetRunningAppNum() int64 {
if m != nil {
return m.RunningAppNum
}
return 0
}
func (m *TenantResource) GetRunningAppThirdNum() int64 {
if m != nil {
return m.RunningAppThirdNum
}
return 0
}
func (m *TenantResource) GetRunningAppInternalNum() int64 {
if m != nil {
return m.RunningAppInternalNum
}
return 0
}
type TenantResourceList struct {
Resources map[string]*TenantResource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *TenantResourceList) Reset() { *m = TenantResourceList{} }
func (m *TenantResourceList) String() string { return proto.CompactTextString(m) }
func (*TenantResourceList) ProtoMessage() {}
func (*TenantResourceList) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{14}
}
func (m *TenantResourceList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TenantResourceList.Unmarshal(m, b)
}
func (m *TenantResourceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_TenantResourceList.Marshal(b, m, deterministic)
}
func (m *TenantResourceList) XXX_Merge(src proto.Message) {
xxx_messageInfo_TenantResourceList.Merge(m, src)
}
func (m *TenantResourceList) XXX_Size() int {
return xxx_messageInfo_TenantResourceList.Size(m)
}
func (m *TenantResourceList) XXX_DiscardUnknown() {
xxx_messageInfo_TenantResourceList.DiscardUnknown(m)
}
var xxx_messageInfo_TenantResourceList proto.InternalMessageInfo
func (m *TenantResourceList) GetResources() map[string]*TenantResource {
if m != nil {
return m.Resources
}
return nil
}
type AddThirdPartyEndpointsReq struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Sid string `protobuf:"bytes,2,opt,name=sid,proto3" json:"sid,omitempty"`
Ip string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
Port int32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"`
IsOnline bool `protobuf:"varint,5,opt,name=is_online,json=isOnline,proto3" json:"is_online,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AddThirdPartyEndpointsReq) Reset() { *m = AddThirdPartyEndpointsReq{} }
func (m *AddThirdPartyEndpointsReq) String() string { return proto.CompactTextString(m) }
func (*AddThirdPartyEndpointsReq) ProtoMessage() {}
func (*AddThirdPartyEndpointsReq) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{15}
}
func (m *AddThirdPartyEndpointsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddThirdPartyEndpointsReq.Unmarshal(m, b)
}
func (m *AddThirdPartyEndpointsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddThirdPartyEndpointsReq.Marshal(b, m, deterministic)
}
func (m *AddThirdPartyEndpointsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddThirdPartyEndpointsReq.Merge(m, src)
}
func (m *AddThirdPartyEndpointsReq) XXX_Size() int {
return xxx_messageInfo_AddThirdPartyEndpointsReq.Size(m)
}
func (m *AddThirdPartyEndpointsReq) XXX_DiscardUnknown() {
xxx_messageInfo_AddThirdPartyEndpointsReq.DiscardUnknown(m)
}
var xxx_messageInfo_AddThirdPartyEndpointsReq proto.InternalMessageInfo
func (m *AddThirdPartyEndpointsReq) GetUuid() string {
if m != nil {
return m.Uuid
}
return ""
}
func (m *AddThirdPartyEndpointsReq) GetSid() string {
if m != nil {
return m.Sid
}
return ""
}
func (m *AddThirdPartyEndpointsReq) GetIp() string {
if m != nil {
return m.Ip
}
return ""
}
func (m *AddThirdPartyEndpointsReq) GetPort() int32 {
if m != nil {
return m.Port
}
return 0
}
func (m *AddThirdPartyEndpointsReq) GetIsOnline() bool {
if m != nil {
return m.IsOnline
}
return false
}
type UpdThirdPartyEndpointsReq struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Sid string `protobuf:"bytes,2,opt,name=sid,proto3" json:"sid,omitempty"`
Ip string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
Port int32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"`
IsOnline bool `protobuf:"varint,5,opt,name=is_online,json=isOnline,proto3" json:"is_online,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UpdThirdPartyEndpointsReq) Reset() { *m = UpdThirdPartyEndpointsReq{} }
func (m *UpdThirdPartyEndpointsReq) String() string { return proto.CompactTextString(m) }
func (*UpdThirdPartyEndpointsReq) ProtoMessage() {}
func (*UpdThirdPartyEndpointsReq) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{16}
}
func (m *UpdThirdPartyEndpointsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UpdThirdPartyEndpointsReq.Unmarshal(m, b)
}
func (m *UpdThirdPartyEndpointsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UpdThirdPartyEndpointsReq.Marshal(b, m, deterministic)
}
func (m *UpdThirdPartyEndpointsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_UpdThirdPartyEndpointsReq.Merge(m, src)
}
func (m *UpdThirdPartyEndpointsReq) XXX_Size() int {
return xxx_messageInfo_UpdThirdPartyEndpointsReq.Size(m)
}
func (m *UpdThirdPartyEndpointsReq) XXX_DiscardUnknown() {
xxx_messageInfo_UpdThirdPartyEndpointsReq.DiscardUnknown(m)
}
var xxx_messageInfo_UpdThirdPartyEndpointsReq proto.InternalMessageInfo
func (m *UpdThirdPartyEndpointsReq) GetUuid() string {
if m != nil {
return m.Uuid
}
return ""
}
func (m *UpdThirdPartyEndpointsReq) GetSid() string {
if m != nil {
return m.Sid
}
return ""
}
func (m *UpdThirdPartyEndpointsReq) GetIp() string {
if m != nil {
return m.Ip
}
return ""
}
func (m *UpdThirdPartyEndpointsReq) GetPort() int32 {
if m != nil {
return m.Port
}
return 0
}
func (m *UpdThirdPartyEndpointsReq) GetIsOnline() bool {
if m != nil {
return m.IsOnline
}
return false
}
type DelThirdPartyEndpointsReq struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Sid string `protobuf:"bytes,2,opt,name=sid,proto3" json:"sid,omitempty"`
Ip string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
Port int32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DelThirdPartyEndpointsReq) Reset() { *m = DelThirdPartyEndpointsReq{} }
func (m *DelThirdPartyEndpointsReq) String() string { return proto.CompactTextString(m) }
func (*DelThirdPartyEndpointsReq) ProtoMessage() {}
func (*DelThirdPartyEndpointsReq) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{17}
}
func (m *DelThirdPartyEndpointsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DelThirdPartyEndpointsReq.Unmarshal(m, b)
}
func (m *DelThirdPartyEndpointsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DelThirdPartyEndpointsReq.Marshal(b, m, deterministic)
}
func (m *DelThirdPartyEndpointsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_DelThirdPartyEndpointsReq.Merge(m, src)
}
func (m *DelThirdPartyEndpointsReq) XXX_Size() int {
return xxx_messageInfo_DelThirdPartyEndpointsReq.Size(m)
}
func (m *DelThirdPartyEndpointsReq) XXX_DiscardUnknown() {
xxx_messageInfo_DelThirdPartyEndpointsReq.DiscardUnknown(m)
}
var xxx_messageInfo_DelThirdPartyEndpointsReq proto.InternalMessageInfo
func (m *DelThirdPartyEndpointsReq) GetUuid() string {
if m != nil {
return m.Uuid
}
return ""
}
func (m *DelThirdPartyEndpointsReq) GetSid() string {
if m != nil {
return m.Sid
}
return ""
}
func (m *DelThirdPartyEndpointsReq) GetIp() string {
if m != nil {
return m.Ip
}
return ""
}
func (m *DelThirdPartyEndpointsReq) GetPort() int32 {
if m != nil {
return m.Port
}
return 0
}
type ThirdPartyEndpoint struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Sid string `protobuf:"bytes,2,opt,name=sid,proto3" json:"sid,omitempty"`
Ip string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
Port int32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"`
Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
IsOnline bool `protobuf:"varint,6,opt,name=is_online,json=isOnline,proto3" json:"is_online,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ThirdPartyEndpoint) Reset() { *m = ThirdPartyEndpoint{} }
func (m *ThirdPartyEndpoint) String() string { return proto.CompactTextString(m) }
func (*ThirdPartyEndpoint) ProtoMessage() {}
func (*ThirdPartyEndpoint) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{18}
}
func (m *ThirdPartyEndpoint) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ThirdPartyEndpoint.Unmarshal(m, b)
}
func (m *ThirdPartyEndpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ThirdPartyEndpoint.Marshal(b, m, deterministic)
}
func (m *ThirdPartyEndpoint) XXX_Merge(src proto.Message) {
xxx_messageInfo_ThirdPartyEndpoint.Merge(m, src)
}
func (m *ThirdPartyEndpoint) XXX_Size() int {
return xxx_messageInfo_ThirdPartyEndpoint.Size(m)
}
func (m *ThirdPartyEndpoint) XXX_DiscardUnknown() {
xxx_messageInfo_ThirdPartyEndpoint.DiscardUnknown(m)
}
var xxx_messageInfo_ThirdPartyEndpoint proto.InternalMessageInfo
func (m *ThirdPartyEndpoint) GetUuid() string {
if m != nil {
return m.Uuid
}
return ""
}
func (m *ThirdPartyEndpoint) GetSid() string {
if m != nil {
return m.Sid
}
return ""
}
func (m *ThirdPartyEndpoint) GetIp() string {
if m != nil {
return m.Ip
}
return ""
}
func (m *ThirdPartyEndpoint) GetPort() int32 {
if m != nil {
return m.Port
}
return 0
}
func (m *ThirdPartyEndpoint) GetStatus() string {
if m != nil {
return m.Status
}
return ""
}
func (m *ThirdPartyEndpoint) GetIsOnline() bool {
if m != nil {
return m.IsOnline
}
return false
}
type ThirdPartyEndpoints struct {
Obj []*ThirdPartyEndpoint `protobuf:"bytes,1,rep,name=obj,proto3" json:"obj,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ThirdPartyEndpoints) Reset() { *m = ThirdPartyEndpoints{} }
func (m *ThirdPartyEndpoints) String() string { return proto.CompactTextString(m) }
func (*ThirdPartyEndpoints) ProtoMessage() {}
func (*ThirdPartyEndpoints) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{19}
}
func (m *ThirdPartyEndpoints) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ThirdPartyEndpoints.Unmarshal(m, b)
}
func (m *ThirdPartyEndpoints) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ThirdPartyEndpoints.Marshal(b, m, deterministic)
}
func (m *ThirdPartyEndpoints) XXX_Merge(src proto.Message) {
xxx_messageInfo_ThirdPartyEndpoints.Merge(m, src)
}
func (m *ThirdPartyEndpoints) XXX_Size() int {
return xxx_messageInfo_ThirdPartyEndpoints.Size(m)
}
func (m *ThirdPartyEndpoints) XXX_DiscardUnknown() {
xxx_messageInfo_ThirdPartyEndpoints.DiscardUnknown(m)
}
var xxx_messageInfo_ThirdPartyEndpoints proto.InternalMessageInfo
func (m *ThirdPartyEndpoints) GetObj() []*ThirdPartyEndpoint {
if m != nil {
return m.Obj
}
return nil
}
type ListPodsBySIDReq struct {
Sid string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListPodsBySIDReq) Reset() { *m = ListPodsBySIDReq{} }
func (m *ListPodsBySIDReq) String() string { return proto.CompactTextString(m) }
func (*ListPodsBySIDReq) ProtoMessage() {}
func (*ListPodsBySIDReq) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{20}
}
func (m *ListPodsBySIDReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListPodsBySIDReq.Unmarshal(m, b)
}
func (m *ListPodsBySIDReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListPodsBySIDReq.Marshal(b, m, deterministic)
}
func (m *ListPodsBySIDReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListPodsBySIDReq.Merge(m, src)
}
func (m *ListPodsBySIDReq) XXX_Size() int {
return xxx_messageInfo_ListPodsBySIDReq.Size(m)
}
func (m *ListPodsBySIDReq) XXX_DiscardUnknown() {
xxx_messageInfo_ListPodsBySIDReq.DiscardUnknown(m)
}
var xxx_messageInfo_ListPodsBySIDReq proto.InternalMessageInfo
func (m *ListPodsBySIDReq) GetSid() string {
if m != nil {
return m.Sid
}
return ""
}
type GetPodDetailReq struct {
Sid string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
PodName string `protobuf:"bytes,2,opt,name=pod_name,json=podName,proto3" json:"pod_name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetPodDetailReq) Reset() { *m = GetPodDetailReq{} }
func (m *GetPodDetailReq) String() string { return proto.CompactTextString(m) }
func (*GetPodDetailReq) ProtoMessage() {}
func (*GetPodDetailReq) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{21}
}
func (m *GetPodDetailReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetPodDetailReq.Unmarshal(m, b)
}
func (m *GetPodDetailReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetPodDetailReq.Marshal(b, m, deterministic)
}
func (m *GetPodDetailReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPodDetailReq.Merge(m, src)
}
func (m *GetPodDetailReq) XXX_Size() int {
return xxx_messageInfo_GetPodDetailReq.Size(m)
}
func (m *GetPodDetailReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetPodDetailReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetPodDetailReq proto.InternalMessageInfo
func (m *GetPodDetailReq) GetSid() string {
if m != nil {
return m.Sid
}
return ""
}
func (m *GetPodDetailReq) GetPodName() string {
if m != nil {
return m.PodName
}
return ""
}
type PodEvent struct {
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
Age string `protobuf:"bytes,3,opt,name=age,proto3" json:"age,omitempty"`
Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PodEvent) Reset() { *m = PodEvent{} }
func (m *PodEvent) String() string { return proto.CompactTextString(m) }
func (*PodEvent) ProtoMessage() {}
func (*PodEvent) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{22}
}
func (m *PodEvent) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PodEvent.Unmarshal(m, b)
}
func (m *PodEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PodEvent.Marshal(b, m, deterministic)
}
func (m *PodEvent) XXX_Merge(src proto.Message) {
xxx_messageInfo_PodEvent.Merge(m, src)
}
func (m *PodEvent) XXX_Size() int {
return xxx_messageInfo_PodEvent.Size(m)
}
func (m *PodEvent) XXX_DiscardUnknown() {
xxx_messageInfo_PodEvent.DiscardUnknown(m)
}
var xxx_messageInfo_PodEvent proto.InternalMessageInfo
func (m *PodEvent) GetType() string {
if m != nil {
return m.Type
}
return ""
}
func (m *PodEvent) GetReason() string {
if m != nil {
return m.Reason
}
return ""
}
func (m *PodEvent) GetAge() string {
if m != nil {
return m.Age
}
return ""
}
func (m *PodEvent) GetMessage() string {
if m != nil {
return m.Message
}
return ""
}
type PodStatus struct {
Type PodStatus_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.PodStatus_Type" json:"type,omitempty"`
Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
Advice string `protobuf:"bytes,4,opt,name=advice,proto3" json:"advice,omitempty"`
TypeStr string `protobuf:"bytes,5,opt,name=type_str,json=typeStr,proto3" json:"type_str,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PodStatus) Reset() { *m = PodStatus{} }
func (m *PodStatus) String() string { return proto.CompactTextString(m) }
func (*PodStatus) ProtoMessage() {}
func (*PodStatus) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{23}
}
func (m *PodStatus) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PodStatus.Unmarshal(m, b)
}
func (m *PodStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PodStatus.Marshal(b, m, deterministic)
}
func (m *PodStatus) XXX_Merge(src proto.Message) {
xxx_messageInfo_PodStatus.Merge(m, src)
}
func (m *PodStatus) XXX_Size() int {
return xxx_messageInfo_PodStatus.Size(m)
}
func (m *PodStatus) XXX_DiscardUnknown() {
xxx_messageInfo_PodStatus.DiscardUnknown(m)
}
var xxx_messageInfo_PodStatus proto.InternalMessageInfo
func (m *PodStatus) GetType() PodStatus_Type {
if m != nil {
return m.Type
}
return PodStatus_PENDING
}
func (m *PodStatus) GetReason() string {
if m != nil {
return m.Reason
}
return ""
}
func (m *PodStatus) GetMessage() string {
if m != nil {
return m.Message
}
return ""
}
func (m *PodStatus) GetAdvice() string {
if m != nil {
return m.Advice
}
return ""
}
func (m *PodStatus) GetTypeStr() string {
if m != nil {
return m.TypeStr
}
return ""
}
type PodContainer struct {
Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
Started string `protobuf:"bytes,4,opt,name=started,proto3" json:"started,omitempty"`
LimitMemory string `protobuf:"bytes,5,opt,name=limit_memory,json=limitMemory,proto3" json:"limit_memory,omitempty"`
LimitCpu string `protobuf:"bytes,6,opt,name=limit_cpu,json=limitCpu,proto3" json:"limit_cpu,omitempty"`
RequestMemory string `protobuf:"bytes,7,opt,name=request_memory,json=requestMemory,proto3" json:"request_memory,omitempty"`
RequestCpu string `protobuf:"bytes,8,opt,name=request_cpu,json=requestCpu,proto3" json:"request_cpu,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PodContainer) Reset() { *m = PodContainer{} }
func (m *PodContainer) String() string { return proto.CompactTextString(m) }
func (*PodContainer) ProtoMessage() {}
func (*PodContainer) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{24}
}
func (m *PodContainer) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PodContainer.Unmarshal(m, b)
}
func (m *PodContainer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PodContainer.Marshal(b, m, deterministic)
}
func (m *PodContainer) XXX_Merge(src proto.Message) {
xxx_messageInfo_PodContainer.Merge(m, src)
}
func (m *PodContainer) XXX_Size() int {
return xxx_messageInfo_PodContainer.Size(m)
}
func (m *PodContainer) XXX_DiscardUnknown() {
xxx_messageInfo_PodContainer.DiscardUnknown(m)
}
var xxx_messageInfo_PodContainer proto.InternalMessageInfo
func (m *PodContainer) GetImage() string {
if m != nil {
return m.Image
}
return ""
}
func (m *PodContainer) GetState() string {
if m != nil {
return m.State
}
return ""
}
func (m *PodContainer) GetReason() string {
if m != nil {
return m.Reason
}
return ""
}
func (m *PodContainer) GetStarted() string {
if m != nil {
return m.Started
}
return ""
}
func (m *PodContainer) GetLimitMemory() string {
if m != nil {
return m.LimitMemory
}
return ""
}
func (m *PodContainer) GetLimitCpu() string {
if m != nil {
return m.LimitCpu
}
return ""
}
func (m *PodContainer) GetRequestMemory() string {
if m != nil {
return m.RequestMemory
}
return ""
}
func (m *PodContainer) GetRequestCpu() string {
if m != nil {
return m.RequestCpu
}
return ""
}
type PodDetail struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Node string `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"`
StartTime string `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
Status *PodStatus `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
Ip string `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip,omitempty"`
NodeIp string `protobuf:"bytes,6,opt,name=node_ip,json=nodeIp,proto3" json:"node_ip,omitempty"`
Version string `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"`
InitContainers []*PodContainer `protobuf:"bytes,8,rep,name=init_containers,json=initContainers,proto3" json:"init_containers,omitempty"`
Containers []*PodContainer `protobuf:"bytes,9,rep,name=containers,proto3" json:"containers,omitempty"`
Events []*PodEvent `protobuf:"bytes,10,rep,name=events,proto3" json:"events,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PodDetail) Reset() { *m = PodDetail{} }
func (m *PodDetail) String() string { return proto.CompactTextString(m) }
func (*PodDetail) ProtoMessage() {}
func (*PodDetail) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{25}
}
func (m *PodDetail) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PodDetail.Unmarshal(m, b)
}
func (m *PodDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PodDetail.Marshal(b, m, deterministic)
}
func (m *PodDetail) XXX_Merge(src proto.Message) {
xxx_messageInfo_PodDetail.Merge(m, src)
}
func (m *PodDetail) XXX_Size() int {
return xxx_messageInfo_PodDetail.Size(m)
}
func (m *PodDetail) XXX_DiscardUnknown() {
xxx_messageInfo_PodDetail.DiscardUnknown(m)
}
var xxx_messageInfo_PodDetail proto.InternalMessageInfo
func (m *PodDetail) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *PodDetail) GetNode() string {
if m != nil {
return m.Node
}
return ""
}
func (m *PodDetail) GetStartTime() string {
if m != nil {
return m.StartTime
}
return ""
}
func (m *PodDetail) GetStatus() *PodStatus {
if m != nil {
return m.Status
}
return nil
}
func (m *PodDetail) GetIp() string {
if m != nil {
return m.Ip
}
return ""
}
func (m *PodDetail) GetNodeIp() string {
if m != nil {
return m.NodeIp
}
return ""
}
func (m *PodDetail) GetVersion() string {
if m != nil {
return m.Version
}
return ""
}
func (m *PodDetail) GetInitContainers() []*PodContainer {
if m != nil {
return m.InitContainers
}
return nil
}
func (m *PodDetail) GetContainers() []*PodContainer {
if m != nil {
return m.Containers
}
return nil
}
func (m *PodDetail) GetEvents() []*PodEvent {
if m != nil {
return m.Events
}
return nil
}
type StorageClasses struct {
List []*StorageClassDetail `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *StorageClasses) Reset() { *m = StorageClasses{} }
func (m *StorageClasses) String() string { return proto.CompactTextString(m) }
func (*StorageClasses) ProtoMessage() {}
func (*StorageClasses) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{26}
}
func (m *StorageClasses) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_StorageClasses.Unmarshal(m, b)
}
func (m *StorageClasses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_StorageClasses.Marshal(b, m, deterministic)
}
func (m *StorageClasses) XXX_Merge(src proto.Message) {
xxx_messageInfo_StorageClasses.Merge(m, src)
}
func (m *StorageClasses) XXX_Size() int {
return xxx_messageInfo_StorageClasses.Size(m)
}
func (m *StorageClasses) XXX_DiscardUnknown() {
xxx_messageInfo_StorageClasses.DiscardUnknown(m)
}
var xxx_messageInfo_StorageClasses proto.InternalMessageInfo
func (m *StorageClasses) GetList() []*StorageClassDetail {
if m != nil {
return m.List
}
return nil
}
type StorageClassDetail struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Provisioner string `protobuf:"bytes,2,opt,name=provisioner,proto3" json:"provisioner,omitempty"`
Parameters map[string]string `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
ReclaimPolicy string `protobuf:"bytes,4,opt,name=reclaim_policy,json=reclaimPolicy,proto3" json:"reclaim_policy,omitempty"`
AllowVolumeExpansion bool `protobuf:"varint,5,opt,name=allow_volume_expansion,json=allowVolumeExpansion,proto3" json:"allow_volume_expansion,omitempty"`
VolumeBindingMode string `protobuf:"bytes,6,opt,name=volume_binding_mode,json=volumeBindingMode,proto3" json:"volume_binding_mode,omitempty"`
AllowedTopologies []*TopologySelectorTerm `protobuf:"bytes,7,rep,name=allowed_topologies,json=allowedTopologies,proto3" json:"allowed_topologies,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *StorageClassDetail) Reset() { *m = StorageClassDetail{} }
func (m *StorageClassDetail) String() string { return proto.CompactTextString(m) }
func (*StorageClassDetail) ProtoMessage() {}
func (*StorageClassDetail) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{27}
}
func (m *StorageClassDetail) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_StorageClassDetail.Unmarshal(m, b)
}
func (m *StorageClassDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_StorageClassDetail.Marshal(b, m, deterministic)
}
func (m *StorageClassDetail) XXX_Merge(src proto.Message) {
xxx_messageInfo_StorageClassDetail.Merge(m, src)
}
func (m *StorageClassDetail) XXX_Size() int {
return xxx_messageInfo_StorageClassDetail.Size(m)
}
func (m *StorageClassDetail) XXX_DiscardUnknown() {
xxx_messageInfo_StorageClassDetail.DiscardUnknown(m)
}
var xxx_messageInfo_StorageClassDetail proto.InternalMessageInfo
func (m *StorageClassDetail) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *StorageClassDetail) GetProvisioner() string {
if m != nil {
return m.Provisioner
}
return ""
}
func (m *StorageClassDetail) GetParameters() map[string]string {
if m != nil {
return m.Parameters
}
return nil
}
func (m *StorageClassDetail) GetReclaimPolicy() string {
if m != nil {
return m.ReclaimPolicy
}
return ""
}
func (m *StorageClassDetail) GetAllowVolumeExpansion() bool {
if m != nil {
return m.AllowVolumeExpansion
}
return false
}
func (m *StorageClassDetail) GetVolumeBindingMode() string {
if m != nil {
return m.VolumeBindingMode
}
return ""
}
func (m *StorageClassDetail) GetAllowedTopologies() []*TopologySelectorTerm {
if m != nil {
return m.AllowedTopologies
}
return nil
}
type TopologySelectorTerm struct {
MatchLabelExpressions []*TopologySelectorLabelRequirement `protobuf:"bytes,1,rep,name=match_label_expressions,json=matchLabelExpressions,proto3" json:"match_label_expressions,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *TopologySelectorTerm) Reset() { *m = TopologySelectorTerm{} }
func (m *TopologySelectorTerm) String() string { return proto.CompactTextString(m) }
func (*TopologySelectorTerm) ProtoMessage() {}
func (*TopologySelectorTerm) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{28}
}
func (m *TopologySelectorTerm) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TopologySelectorTerm.Unmarshal(m, b)
}
func (m *TopologySelectorTerm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_TopologySelectorTerm.Marshal(b, m, deterministic)
}
func (m *TopologySelectorTerm) XXX_Merge(src proto.Message) {
xxx_messageInfo_TopologySelectorTerm.Merge(m, src)
}
func (m *TopologySelectorTerm) XXX_Size() int {
return xxx_messageInfo_TopologySelectorTerm.Size(m)
}
func (m *TopologySelectorTerm) XXX_DiscardUnknown() {
xxx_messageInfo_TopologySelectorTerm.DiscardUnknown(m)
}
var xxx_messageInfo_TopologySelectorTerm proto.InternalMessageInfo
func (m *TopologySelectorTerm) GetMatchLabelExpressions() []*TopologySelectorLabelRequirement {
if m != nil {
return m.MatchLabelExpressions
}
return nil
}
type TopologySelectorLabelRequirement struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *TopologySelectorLabelRequirement) Reset() { *m = TopologySelectorLabelRequirement{} }
func (m *TopologySelectorLabelRequirement) String() string { return proto.CompactTextString(m) }
func (*TopologySelectorLabelRequirement) ProtoMessage() {}
func (*TopologySelectorLabelRequirement) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{29}
}
func (m *TopologySelectorLabelRequirement) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TopologySelectorLabelRequirement.Unmarshal(m, b)
}
func (m *TopologySelectorLabelRequirement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_TopologySelectorLabelRequirement.Marshal(b, m, deterministic)
}
func (m *TopologySelectorLabelRequirement) XXX_Merge(src proto.Message) {
xxx_messageInfo_TopologySelectorLabelRequirement.Merge(m, src)
}
func (m *TopologySelectorLabelRequirement) XXX_Size() int {
return xxx_messageInfo_TopologySelectorLabelRequirement.Size(m)
}
func (m *TopologySelectorLabelRequirement) XXX_DiscardUnknown() {
xxx_messageInfo_TopologySelectorLabelRequirement.DiscardUnknown(m)
}
var xxx_messageInfo_TopologySelectorLabelRequirement proto.InternalMessageInfo
func (m *TopologySelectorLabelRequirement) GetKey() string {
if m != nil {
return m.Key
}
return ""
}
func (m *TopologySelectorLabelRequirement) GetValues() []string {
if m != nil {
return m.Values
}
return nil
}
type ServiceVolumeStatusMessage struct {
Status map[string]ServiceVolumeStatus `protobuf:"bytes,1,rep,name=status,proto3" json:"status,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3,enum=pb.ServiceVolumeStatus"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ServiceVolumeStatusMessage) Reset() { *m = ServiceVolumeStatusMessage{} }
func (m *ServiceVolumeStatusMessage) String() string { return proto.CompactTextString(m) }
func (*ServiceVolumeStatusMessage) ProtoMessage() {}
func (*ServiceVolumeStatusMessage) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{30}
}
func (m *ServiceVolumeStatusMessage) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ServiceVolumeStatusMessage.Unmarshal(m, b)
}
func (m *ServiceVolumeStatusMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ServiceVolumeStatusMessage.Marshal(b, m, deterministic)
}
func (m *ServiceVolumeStatusMessage) XXX_Merge(src proto.Message) {
xxx_messageInfo_ServiceVolumeStatusMessage.Merge(m, src)
}
func (m *ServiceVolumeStatusMessage) XXX_Size() int {
return xxx_messageInfo_ServiceVolumeStatusMessage.Size(m)
}
func (m *ServiceVolumeStatusMessage) XXX_DiscardUnknown() {
xxx_messageInfo_ServiceVolumeStatusMessage.DiscardUnknown(m)
}
var xxx_messageInfo_ServiceVolumeStatusMessage proto.InternalMessageInfo
func (m *ServiceVolumeStatusMessage) GetStatus() map[string]ServiceVolumeStatus {
if m != nil {
return m.Status
}
return nil
}
type AppStatus struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Cpu int64 `protobuf:"varint,2,opt,name=cpu,proto3" json:"cpu,omitempty"`
Memory int64 `protobuf:"varint,3,opt,name=memory,proto3" json:"memory,omitempty"`
Phase string `protobuf:"bytes,4,opt,name=phase,proto3" json:"phase,omitempty"`
ValuesTemplate string `protobuf:"bytes,5,opt,name=valuesTemplate,proto3" json:"valuesTemplate,omitempty"`
Readme string `protobuf:"bytes,6,opt,name=readme,proto3" json:"readme,omitempty"`
SetCPU bool `protobuf:"varint,7,opt,name=setCPU,proto3" json:"setCPU,omitempty"`
SetMemory bool `protobuf:"varint,8,opt,name=setMemory,proto3" json:"setMemory,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AppStatus) Reset() { *m = AppStatus{} }
func (m *AppStatus) String() string { return proto.CompactTextString(m) }
func (*AppStatus) ProtoMessage() {}
func (*AppStatus) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{31}
}
func (m *AppStatus) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AppStatus.Unmarshal(m, b)
}
func (m *AppStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AppStatus.Marshal(b, m, deterministic)
}
func (m *AppStatus) XXX_Merge(src proto.Message) {
xxx_messageInfo_AppStatus.Merge(m, src)
}
func (m *AppStatus) XXX_Size() int {
return xxx_messageInfo_AppStatus.Size(m)
}
func (m *AppStatus) XXX_DiscardUnknown() {
xxx_messageInfo_AppStatus.DiscardUnknown(m)
}
var xxx_messageInfo_AppStatus proto.InternalMessageInfo
func (m *AppStatus) GetStatus() string {
if m != nil {
return m.Status
}
return ""
}
func (m *AppStatus) GetCpu() int64 {
if m != nil {
return m.Cpu
}
return 0
}
func (m *AppStatus) GetMemory() int64 {
if m != nil {
return m.Memory
}
return 0
}
func (m *AppStatus) GetPhase() string {
if m != nil {
return m.Phase
}
return ""
}
func (m *AppStatus) GetValuesTemplate() string {
if m != nil {
return m.ValuesTemplate
}
return ""
}
func (m *AppStatus) GetReadme() string {
if m != nil {
return m.Readme
}
return ""
}
func (m *AppStatus) GetSetCPU() bool {
if m != nil {
return m.SetCPU
}
return false
}
func (m *AppStatus) GetSetMemory() bool {
if m != nil {
return m.SetMemory
}
return false
}
type AppDetectCondition struct {
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
Ready bool `protobuf:"varint,2,opt,name=ready,proto3" json:"ready,omitempty"`
Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AppDetectCondition) Reset() { *m = AppDetectCondition{} }
func (m *AppDetectCondition) String() string { return proto.CompactTextString(m) }
func (*AppDetectCondition) ProtoMessage() {}
func (*AppDetectCondition) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{32}
}
func (m *AppDetectCondition) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AppDetectCondition.Unmarshal(m, b)
}
func (m *AppDetectCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AppDetectCondition.Marshal(b, m, deterministic)
}
func (m *AppDetectCondition) XXX_Merge(src proto.Message) {
xxx_messageInfo_AppDetectCondition.Merge(m, src)
}
func (m *AppDetectCondition) XXX_Size() int {
return xxx_messageInfo_AppDetectCondition.Size(m)
}
func (m *AppDetectCondition) XXX_DiscardUnknown() {
xxx_messageInfo_AppDetectCondition.DiscardUnknown(m)
}
var xxx_messageInfo_AppDetectCondition proto.InternalMessageInfo
func (m *AppDetectCondition) GetType() string {
if m != nil {
return m.Type
}
return ""
}
func (m *AppDetectCondition) GetReady() bool {
if m != nil {
return m.Ready
}
return false
}
func (m *AppDetectCondition) GetError() string {
if m != nil {
return m.Error
}
return ""
}
type AppDetectConditions struct {
Conditions []*AppDetectCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AppDetectConditions) Reset() { *m = AppDetectConditions{} }
func (m *AppDetectConditions) String() string { return proto.CompactTextString(m) }
func (*AppDetectConditions) ProtoMessage() {}
func (*AppDetectConditions) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{33}
}
func (m *AppDetectConditions) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AppDetectConditions.Unmarshal(m, b)
}
func (m *AppDetectConditions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AppDetectConditions.Marshal(b, m, deterministic)
}
func (m *AppDetectConditions) XXX_Merge(src proto.Message) {
xxx_messageInfo_AppDetectConditions.Merge(m, src)
}
func (m *AppDetectConditions) XXX_Size() int {
return xxx_messageInfo_AppDetectConditions.Size(m)
}
func (m *AppDetectConditions) XXX_DiscardUnknown() {
xxx_messageInfo_AppDetectConditions.DiscardUnknown(m)
}
var xxx_messageInfo_AppDetectConditions proto.InternalMessageInfo
func (m *AppDetectConditions) GetConditions() []*AppDetectCondition {
if m != nil {
return m.Conditions
}
return nil
}
type AppService struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
TcpPorts []int32 `protobuf:"varint,3,rep,packed,name=tcpPorts,proto3" json:"tcpPorts,omitempty"`
UdpPorts []int32 `protobuf:"varint,4,rep,packed,name=udpPorts,proto3" json:"udpPorts,omitempty"`
Pods []*AppService_Pod `protobuf:"bytes,5,rep,name=pods,proto3" json:"pods,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AppService) Reset() { *m = AppService{} }
func (m *AppService) String() string { return proto.CompactTextString(m) }
func (*AppService) ProtoMessage() {}
func (*AppService) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{34}
}
func (m *AppService) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AppService.Unmarshal(m, b)
}
func (m *AppService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AppService.Marshal(b, m, deterministic)
}
func (m *AppService) XXX_Merge(src proto.Message) {
xxx_messageInfo_AppService.Merge(m, src)
}
func (m *AppService) XXX_Size() int {
return xxx_messageInfo_AppService.Size(m)
}
func (m *AppService) XXX_DiscardUnknown() {
xxx_messageInfo_AppService.DiscardUnknown(m)
}
var xxx_messageInfo_AppService proto.InternalMessageInfo
func (m *AppService) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *AppService) GetAddress() string {
if m != nil {
return m.Address
}
return ""
}
func (m *AppService) GetTcpPorts() []int32 {
if m != nil {
return m.TcpPorts
}
return nil
}
func (m *AppService) GetUdpPorts() []int32 {
if m != nil {
return m.UdpPorts
}
return nil
}
func (m *AppService) GetPods() []*AppService_Pod {
if m != nil {
return m.Pods
}
return nil
}
type AppService_Pod struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AppService_Pod) Reset() { *m = AppService_Pod{} }
func (m *AppService_Pod) String() string { return proto.CompactTextString(m) }
func (*AppService_Pod) ProtoMessage() {}
func (*AppService_Pod) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{34, 0}
}
func (m *AppService_Pod) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AppService_Pod.Unmarshal(m, b)
}
func (m *AppService_Pod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AppService_Pod.Marshal(b, m, deterministic)
}
func (m *AppService_Pod) XXX_Merge(src proto.Message) {
xxx_messageInfo_AppService_Pod.Merge(m, src)
}
func (m *AppService_Pod) XXX_Size() int {
return xxx_messageInfo_AppService_Pod.Size(m)
}
func (m *AppService_Pod) XXX_DiscardUnknown() {
xxx_messageInfo_AppService_Pod.DiscardUnknown(m)
}
var xxx_messageInfo_AppService_Pod proto.InternalMessageInfo
func (m *AppService_Pod) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *AppService_Pod) GetStatus() string {
if m != nil {
return m.Status
}
return ""
}
type AppServices struct {
Services []*AppService `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AppServices) Reset() { *m = AppServices{} }
func (m *AppServices) String() string { return proto.CompactTextString(m) }
func (*AppServices) ProtoMessage() {}
func (*AppServices) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{35}
}
func (m *AppServices) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AppServices.Unmarshal(m, b)
}
func (m *AppServices) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AppServices.Marshal(b, m, deterministic)
}
func (m *AppServices) XXX_Merge(src proto.Message) {
xxx_messageInfo_AppServices.Merge(m, src)
}
func (m *AppServices) XXX_Size() int {
return xxx_messageInfo_AppServices.Size(m)
}
func (m *AppServices) XXX_DiscardUnknown() {
xxx_messageInfo_AppServices.DiscardUnknown(m)
}
var xxx_messageInfo_AppServices proto.InternalMessageInfo
func (m *AppServices) GetServices() []*AppService {
if m != nil {
return m.Services
}
return nil
}
type ParseAppServicesReq struct {
AppID string `protobuf:"bytes,1,opt,name=appID,proto3" json:"appID,omitempty"`
Values string `protobuf:"bytes,2,opt,name=values,proto3" json:"values,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ParseAppServicesReq) Reset() { *m = ParseAppServicesReq{} }
func (m *ParseAppServicesReq) String() string { return proto.CompactTextString(m) }
func (*ParseAppServicesReq) ProtoMessage() {}
func (*ParseAppServicesReq) Descriptor() ([]byte, []int) {
return fileDescriptor_f94cf1a886c479d6, []int{36}
}
func (m *ParseAppServicesReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ParseAppServicesReq.Unmarshal(m, b)
}
func (m *ParseAppServicesReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ParseAppServicesReq.Marshal(b, m, deterministic)
}
func (m *ParseAppServicesReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_ParseAppServicesReq.Merge(m, src)
}
func (m *ParseAppServicesReq) XXX_Size() int {
return xxx_messageInfo_ParseAppServicesReq.Size(m)
}
func (m *ParseAppServicesReq) XXX_DiscardUnknown() {
xxx_messageInfo_ParseAppServicesReq.DiscardUnknown(m)
}
var xxx_messageInfo_ParseAppServicesReq proto.InternalMessageInfo
func (m *ParseAppServicesReq) GetAppID() string {
if m != nil {
return m.AppID
}
return ""
}
func (m *ParseAppServicesReq) GetValues() string {
if m != nil {
return m.Values
}
return ""
}
func init() {
proto.RegisterEnum("pb.ServiceVolumeStatus", ServiceVolumeStatus_name, ServiceVolumeStatus_value)
proto.RegisterEnum("pb.PodStatus_Type", PodStatus_Type_name, PodStatus_Type_value)
proto.RegisterEnum("pb.AppStatus_Status", AppStatus_Status_name, AppStatus_Status_value)
proto.RegisterType((*Empty)(nil), "pb.Empty")
proto.RegisterType((*AppReq)(nil), "pb.AppReq")
proto.RegisterType((*AppStatusReq)(nil), "pb.AppStatusReq")
proto.RegisterType((*ServiceRequest)(nil), "pb.ServiceRequest")
proto.RegisterType((*ServicesRequest)(nil), "pb.ServicesRequest")
proto.RegisterType((*TenantRequest)(nil), "pb.TenantRequest")
proto.RegisterType((*StatusMessage)(nil), "pb.StatusMessage")
proto.RegisterMapType((map[string]string)(nil), "pb.StatusMessage.StatusEntry")
proto.RegisterType((*DiskMessage)(nil), "pb.DiskMessage")
proto.RegisterMapType((map[string]float64)(nil), "pb.DiskMessage.DisksEntry")
proto.RegisterType((*ServiceAppPodList)(nil), "pb.ServiceAppPodList")
proto.RegisterType((*MultiServiceAppPodList)(nil), "pb.MultiServiceAppPodList")
proto.RegisterMapType((map[string]*ServiceAppPodList)(nil), "pb.MultiServiceAppPodList.ServicePodsEntry")
proto.RegisterType((*ServiceAppPod)(nil), "pb.ServiceAppPod")
proto.RegisterMapType((map[string]*Container)(nil), "pb.ServiceAppPod.ContainersEntry")
proto.RegisterType((*Container)(nil), "pb.Container")
proto.RegisterType((*DeployInfo)(nil), "pb.DeployInfo")
proto.RegisterMapType((map[string]string)(nil), "pb.DeployInfo.EndpointsEntry")
proto.RegisterMapType((map[string]string)(nil), "pb.DeployInfo.IngressesEntry")
proto.RegisterMapType((map[string]string)(nil), "pb.DeployInfo.PodsEntry")
proto.RegisterMapType((map[string]string)(nil), "pb.DeployInfo.ReplicatsetEntry")
proto.RegisterMapType((map[string]string)(nil), "pb.DeployInfo.SecretsEntry")
proto.RegisterMapType((map[string]string)(nil), "pb.DeployInfo.ServicesEntry")
proto.RegisterType((*TenantResource)(nil), "pb.TenantResource")
proto.RegisterType((*TenantResourceList)(nil), "pb.TenantResourceList")
proto.RegisterMapType((map[string]*TenantResource)(nil), "pb.TenantResourceList.ResourcesEntry")
proto.RegisterType((*AddThirdPartyEndpointsReq)(nil), "pb.AddThirdPartyEndpointsReq")
proto.RegisterType((*UpdThirdPartyEndpointsReq)(nil), "pb.UpdThirdPartyEndpointsReq")
proto.RegisterType((*DelThirdPartyEndpointsReq)(nil), "pb.DelThirdPartyEndpointsReq")
proto.RegisterType((*ThirdPartyEndpoint)(nil), "pb.ThirdPartyEndpoint")
proto.RegisterType((*ThirdPartyEndpoints)(nil), "pb.ThirdPartyEndpoints")
proto.RegisterType((*ListPodsBySIDReq)(nil), "pb.ListPodsBySIDReq")
proto.RegisterType((*GetPodDetailReq)(nil), "pb.GetPodDetailReq")
proto.RegisterType((*PodEvent)(nil), "pb.PodEvent")
proto.RegisterType((*PodStatus)(nil), "pb.PodStatus")
proto.RegisterType((*PodContainer)(nil), "pb.PodContainer")
proto.RegisterType((*PodDetail)(nil), "pb.PodDetail")
proto.RegisterType((*StorageClasses)(nil), "pb.StorageClasses")
proto.RegisterType((*StorageClassDetail)(nil), "pb.StorageClassDetail")
proto.RegisterMapType((map[string]string)(nil), "pb.StorageClassDetail.ParametersEntry")
proto.RegisterType((*TopologySelectorTerm)(nil), "pb.TopologySelectorTerm")
proto.RegisterType((*TopologySelectorLabelRequirement)(nil), "pb.TopologySelectorLabelRequirement")
proto.RegisterType((*ServiceVolumeStatusMessage)(nil), "pb.ServiceVolumeStatusMessage")
proto.RegisterMapType((map[string]ServiceVolumeStatus)(nil), "pb.ServiceVolumeStatusMessage.StatusEntry")
proto.RegisterType((*AppStatus)(nil), "pb.AppStatus")
proto.RegisterType((*AppDetectCondition)(nil), "pb.AppDetectCondition")
proto.RegisterType((*AppDetectConditions)(nil), "pb.AppDetectConditions")
proto.RegisterType((*AppService)(nil), "pb.AppService")
proto.RegisterType((*AppService_Pod)(nil), "pb.AppService.Pod")
proto.RegisterType((*AppServices)(nil), "pb.AppServices")
proto.RegisterType((*ParseAppServicesReq)(nil), "pb.ParseAppServicesReq")
}
func init() { proto.RegisterFile("app_runtime_server.proto", fileDescriptor_f94cf1a886c479d6) }
var fileDescriptor_f94cf1a886c479d6 = []byte{
// 2490 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x19, 0x5d, 0x6f, 0x1b, 0xc7,
0x51, 0x24, 0xc5, 0xaf, 0xa1, 0x44, 0x51, 0xab, 0x2f, 0x86, 0x89, 0x63, 0xe7, 0x6a, 0x1b, 0x86,
0x9d, 0x2a, 0xb6, 0x1a, 0x37, 0x76, 0xe2, 0xba, 0xa0, 0x49, 0x46, 0x66, 0x2b, 0x51, 0xc4, 0x91,
0x6a, 0x11, 0xa0, 0x00, 0x71, 0xe2, 0x6d, 0xe4, 0xab, 0xef, 0x63, 0x73, 0x77, 0x54, 0xca, 0xc7,
0xf6, 0x2f, 0xf4, 0x27, 0xf4, 0xa1, 0x0f, 0x2d, 0xd0, 0x97, 0x3e, 0x07, 0xe8, 0x0f, 0x28, 0xfa,
0x53, 0xf2, 0xd2, 0x1f, 0x50, 0xcc, 0xee, 0xde, 0xdd, 0xde, 0xf1, 0x64, 0xd7, 0x45, 0x8b, 0xbe,
0xdd, 0xcc, 0xce, 0xec, 0xcc, 0xce, 0xce, 0xcc, 0xce, 0xcc, 0x41, 0xdb, 0x60, 0x6c, 0xe6, 0x2f,
0xdc, 0xd0, 0x72, 0xe8, 0x2c, 0xa0, 0xfe, 0x15, 0xf5, 0x0f, 0x99, 0xef, 0x85, 0x1e, 0x29, 0xb2,
0x0b, 0xad, 0x0a, 0xe5, 0x81, 0xc3, 0xc2, 0xa5, 0x76, 0x13, 0x2a, 0x5d, 0xc6, 0x74, 0xfa, 0x0d,
0xd9, 0x83, 0x0a, 0xb2, 0x58, 0x66, 0xbb, 0x70, 0xab, 0x70, 0xaf, 0xae, 0x97, 0x0d, 0xc6, 0x86,
0xa6, 0x76, 0x07, 0x36, 0xba, 0x8c, 0x4d, 0x42, 0x23, 0x5c, 0x04, 0x6f, 0x20, 0xfb, 0x04, 0x9a,
0x13, 0xea, 0x5f, 0x59, 0x73, 0xaa, 0xd3, 0x6f, 0x16, 0x34, 0x08, 0xc9, 0x0d, 0x80, 0x40, 0x60,
0x12, 0xe2, 0xba, 0xc4, 0x0c, 0x4d, 0xed, 0x08, 0xb6, 0x24, 0x43, 0x10, 0x71, 0xdc, 0x84, 0x46,
0xc2, 0x11, 0x48, 0x16, 0x88, 0x59, 0x02, 0xed, 0x63, 0xd8, 0x9c, 0x52, 0xd7, 0x70, 0xc3, 0x88,
0xe3, 0x7d, 0xa8, 0x87, 0x1c, 0x91, 0x88, 0xa8, 0x09, 0xc4, 0xd0, 0xd4, 0x7e, 0x5b, 0x80, 0x4d,
0xa1, 0xf7, 0x29, 0x0d, 0x02, 0xe3, 0x92, 0x92, 0xc7, 0x50, 0x09, 0x38, 0xa2, 0x5d, 0xb8, 0x55,
0xba, 0xd7, 0x38, 0xba, 0x71, 0xc8, 0x2e, 0x0e, 0x53, 0x24, 0x12, 0x1a, 0xb8, 0xa1, 0xbf, 0xd4,
0x25, 0x71, 0xe7, 0x29, 0x34, 0x14, 0x34, 0x69, 0x41, 0xe9, 0x35, 0x5d, 0x4a, 0x71, 0xf8, 0x49,
0x76, 0xa1, 0x7c, 0x65, 0xd8, 0x0b, 0xda, 0x2e, 0x0a, 0x93, 0x70, 0xe0, 0xf3, 0xe2, 0x93, 0x82,
0xb6, 0x84, 0x46, 0xdf, 0x0a, 0x5e, 0x47, 0x0a, 0x3c, 0x84, 0xb2, 0x69, 0x05, 0xaf, 0x23, 0xf9,
0x1d, 0x94, 0xaf, 0xac, 0xf3, 0x6f, 0x29, 0x5c, 0x10, 0x76, 0x9e, 0x00, 0x24, 0xc8, 0xb7, 0x89,
0x2e, 0xa8, 0xa2, 0x1d, 0xd8, 0x96, 0x06, 0xee, 0x32, 0x36, 0xf6, 0xcc, 0x13, 0x2b, 0x08, 0xc9,
0x03, 0xa8, 0x7a, 0xb6, 0x39, 0xf6, 0xcc, 0x48, 0x85, 0x6d, 0x6e, 0x02, 0x95, 0x4e, 0x8f, 0x28,
0x90, 0xd8, 0xa5, 0xdf, 0x72, 0xe2, 0xe2, 0xb5, 0xc4, 0x92, 0x42, 0xfb, 0xae, 0x00, 0xfb, 0xa7,
0x0b, 0x3b, 0xb4, 0x56, 0x85, 0x9e, 0xc6, 0xf7, 0xaa, 0x08, 0x7e, 0x80, 0x7b, 0xe5, 0x33, 0x44,
0x22, 0x90, 0x5a, 0x18, 0x43, 0xe5, 0xef, 0x9c, 0x43, 0x2b, 0x4b, 0x90, 0x63, 0x98, 0x07, 0xaa,
0x61, 0x1a, 0x47, 0x7b, 0x2b, 0xaa, 0xa3, 0x24, 0xd5, 0x5e, 0xdf, 0x17, 0x61, 0x33, 0x45, 0xf0,
0x16, 0x0f, 0x46, 0xe7, 0x33, 0x29, 0xb3, 0xbd, 0x25, 0xae, 0x8a, 0x9b, 0xaf, 0x09, 0xc4, 0xd0,
0x44, 0x5f, 0x96, 0x8b, 0xe1, 0x92, 0xd1, 0x76, 0x49, 0xf8, 0xb2, 0x40, 0x4d, 0x97, 0x8c, 0x92,
0xf7, 0xa0, 0xc6, 0x3c, 0x73, 0xe6, 0x1a, 0x0e, 0x6d, 0xaf, 0xf3, 0xd5, 0x2a, 0xf3, 0xcc, 0x91,
0xe1, 0x50, 0x0c, 0x31, 0x5c, 0xb2, 0x58, 0xbb, 0x2c, 0xfc, 0x89, 0x79, 0xe6, 0x90, 0xa1, 0x3a,
0x88, 0x96, 0x1e, 0x5c, 0x11, 0xea, 0x30, 0xcf, 0x14, 0xbe, 0x49, 0xba, 0x00, 0x73, 0xcf, 0x0d,
0x0d, 0xcb, 0xa5, 0x7e, 0xd0, 0xae, 0x72, 0x23, 0x7f, 0xb4, 0x72, 0xea, 0xc3, 0x5e, 0x4c, 0x23,
0x4c, 0xab, 0x30, 0xa1, 0xd2, 0x28, 0xe1, 0xca, 0xb3, 0x17, 0x0e, 0x0d, 0xda, 0xb5, 0x5b, 0x25,
0x54, 0x9a, 0x79, 0xe6, 0x2f, 0x04, 0xa6, 0x73, 0x02, 0x5b, 0x19, 0xfe, 0x1c, 0xcb, 0xff, 0x20,
0x6d, 0xf9, 0x4d, 0xd4, 0x21, 0xe6, 0x52, 0x2d, 0x7e, 0x05, 0xf5, 0x18, 0x4f, 0xee, 0x40, 0x33,
0xd6, 0x44, 0x58, 0x45, 0x6c, 0xb9, 0x19, 0x63, 0xb9, 0x6d, 0x3e, 0x82, 0x0d, 0x87, 0x3a, 0x9e,
0xbf, 0x9c, 0xd9, 0x96, 0x63, 0x85, 0x5c, 0x46, 0x49, 0x6f, 0x08, 0xdc, 0x09, 0xa2, 0xf0, 0x14,
0x73, 0xb6, 0x98, 0xf9, 0x22, 0x47, 0x70, 0xd3, 0x97, 0x74, 0x98, 0xb3, 0x85, 0xcc, 0x1a, 0xda,
0xf7, 0x15, 0x80, 0xbe, 0xb8, 0x28, 0xf7, 0x6b, 0x8f, 0x7c, 0x00, 0x75, 0x94, 0x17, 0x30, 0x63,
0x1e, 0x09, 0x4d, 0x10, 0x44, 0x83, 0x0d, 0xb4, 0x38, 0xfd, 0x7a, 0x61, 0xd3, 0x80, 0x86, 0xf2,
0xa2, 0x53, 0x38, 0xf2, 0x21, 0xc8, 0x9b, 0x75, 0xa8, 0x1b, 0xa6, 0xef, 0x1a, 0x31, 0xdc, 0x91,
0x42, 0xc3, 0x0f, 0x67, 0x98, 0x8c, 0xe5, 0x6d, 0xd7, 0x39, 0x66, 0x6a, 0x39, 0x94, 0x7c, 0x0c,
0xeb, 0x0c, 0x03, 0xa3, 0xcc, 0xef, 0xac, 0xcd, 0x93, 0x42, 0xac, 0xde, 0x61, 0x12, 0x05, 0x9c,
0x8a, 0x3c, 0x81, 0x9a, 0xf4, 0x41, 0x74, 0x02, 0xe4, 0xf8, 0x20, 0xc3, 0x11, 0xe5, 0x55, 0xc1,
0x15, 0x53, 0x93, 0x2f, 0xa0, 0x4e, 0x5d, 0x93, 0x79, 0x96, 0x1b, 0x46, 0x0e, 0x72, 0x23, 0xc3,
0x3a, 0x88, 0xd6, 0x05, 0x6f, 0x42, 0x4f, 0x1e, 0x43, 0x35, 0xa0, 0x73, 0x9f, 0x86, 0xc2, 0x2f,
0x1a, 0x47, 0xef, 0xaf, 0x48, 0xe5, 0xab, 0x82, 0x31, 0xa2, 0x45, 0x99, 0x96, 0x7b, 0xe9, 0xd3,
0x20, 0xa0, 0x41, 0xbb, 0x9e, 0x2b, 0x73, 0x18, 0xad, 0x4b, 0x99, 0x31, 0x3d, 0xe9, 0x42, 0xc3,
0xa7, 0xcc, 0xb6, 0xe6, 0x46, 0x88, 0xa6, 0x07, 0xce, 0x7e, 0x33, 0xc3, 0xae, 0x27, 0x14, 0x32,
0x59, 0x28, 0x3c, 0x64, 0x3f, 0x4e, 0xf9, 0x0d, 0x6e, 0xf6, 0x28, 0xa7, 0x7f, 0x06, 0xf5, 0x37,
0x65, 0x8f, 0x6b, 0x33, 0x7a, 0xe7, 0x8b, 0x38, 0x4b, 0xfc, 0x07, 0xcc, 0xcf, 0xa0, 0x99, 0xb6,
0xf0, 0x3b, 0x71, 0x7f, 0x0e, 0x1b, 0xaa, 0x91, 0xdf, 0x55, 0x72, 0xda, 0xce, 0xef, 0xc4, 0xfd,
0x1c, 0x5a, 0x59, 0x33, 0xbf, 0xd3, 0x33, 0xf8, 0xe7, 0x22, 0x34, 0xa3, 0x97, 0x3b, 0xf0, 0x16,
0xfe, 0x9c, 0x66, 0xa3, 0xb4, 0x90, 0x8d, 0x52, 0x4c, 0xaf, 0x48, 0xa0, 0x86, 0x79, 0x6d, 0xce,
0x16, 0x22, 0xc6, 0xef, 0x40, 0x53, 0xa6, 0x81, 0x74, 0x98, 0x6f, 0x0a, 0x6c, 0xb4, 0x47, 0x36,
0x5b, 0xac, 0xaf, 0x66, 0x8b, 0xbb, 0xb0, 0xe5, 0x2f, 0x5c, 0xd7, 0x72, 0x2f, 0x67, 0x58, 0xd7,
0xb8, 0x0b, 0x87, 0x67, 0xdd, 0x92, 0xbe, 0x29, 0xd1, 0x5d, 0xc6, 0x46, 0x0b, 0x87, 0x3c, 0x82,
0x3d, 0x95, 0x2e, 0x7c, 0x65, 0xf9, 0x26, 0xa7, 0x06, 0x4e, 0x4d, 0x12, 0xea, 0x29, 0x2e, 0x21,
0xcb, 0x67, 0xd0, 0x56, 0x59, 0x2c, 0x37, 0xa4, 0xbe, 0x6b, 0xd8, 0x9c, 0xab, 0xc1, 0xb9, 0xf6,
0x12, 0xae, 0xa1, 0x5c, 0x1d, 0x2d, 0x1c, 0xed, 0x4f, 0x05, 0x20, 0x69, 0x73, 0xf1, 0x77, 0xb4,
0x07, 0x75, 0x5f, 0xc2, 0xd1, 0x2b, 0x7a, 0x07, 0x83, 0x61, 0x95, 0xf4, 0x30, 0x02, 0xa2, 0x98,
0x8a, 0xf9, 0x3a, 0x63, 0x68, 0xa6, 0x17, 0x73, 0x2e, 0xf2, 0x5e, 0x3a, 0x83, 0x93, 0x55, 0x21,
0xea, 0xe5, 0xfe, 0xae, 0x00, 0xef, 0x75, 0x4d, 0x93, 0x1f, 0x7b, 0x6c, 0xf8, 0xe1, 0x32, 0x76,
0x71, 0xac, 0x17, 0x09, 0xac, 0x2f, 0x16, 0xf1, 0xf3, 0xc9, 0xbf, 0x51, 0x62, 0x10, 0xbf, 0x99,
0xf8, 0x49, 0x9a, 0x50, 0xb4, 0x98, 0xcc, 0x9c, 0x45, 0x8b, 0x21, 0x17, 0xf3, 0x7c, 0x71, 0x61,
0x65, 0x9d, 0x7f, 0xa3, 0x43, 0x58, 0xc1, 0xcc, 0x73, 0x6d, 0xcb, 0xa5, 0xfc, 0x8e, 0x6a, 0x7a,
0xcd, 0x0a, 0xce, 0x38, 0xcc, 0x95, 0x38, 0x67, 0xff, 0x67, 0x25, 0x28, 0xbc, 0xd7, 0xa7, 0xf6,
0xff, 0x5a, 0x07, 0xed, 0xf7, 0xe8, 0x1e, 0x2b, 0x42, 0xfe, 0x8b, 0x87, 0x4c, 0x92, 0x66, 0x59,
0x4d, 0x9a, 0xe9, 0xc3, 0x57, 0x32, 0x87, 0xff, 0x29, 0xec, 0xe4, 0x9c, 0x9c, 0xdc, 0x83, 0x92,
0x77, 0xf1, 0x6b, 0xe9, 0xae, 0xfb, 0xdc, 0x93, 0x56, 0xa8, 0x74, 0x24, 0xd1, 0x6e, 0x43, 0x0b,
0x7d, 0x17, 0xd3, 0xf2, 0x8b, 0xe5, 0x64, 0xd8, 0x47, 0xa3, 0x49, 0xfd, 0x0b, 0xb1, 0xfe, 0xda,
0x73, 0xd8, 0x3a, 0xa6, 0x48, 0xd4, 0xa7, 0xa1, 0x61, 0xd9, 0xb9, 0x44, 0xa9, 0xe2, 0xaa, 0x98,
0x2a, 0xae, 0xb4, 0x0b, 0xa8, 0x8d, 0x3d, 0x73, 0x70, 0x45, 0x85, 0xc5, 0x78, 0x75, 0x26, 0x2d,
0x86, 0xdf, 0x78, 0x76, 0x9f, 0x1a, 0x81, 0xe7, 0x4a, 0x46, 0x09, 0xa1, 0x10, 0xe3, 0x32, 0x2a,
0xe4, 0xf0, 0x93, 0xb4, 0xa1, 0xea, 0x88, 0xba, 0x5d, 0x9a, 0x29, 0x02, 0xb5, 0xef, 0x8a, 0xfc,
0x75, 0x91, 0x85, 0xd9, 0x5d, 0x45, 0x4a, 0x53, 0x04, 0x53, 0xbc, 0x78, 0x88, 0xb5, 0xe0, 0x5b,
0x24, 0x2b, 0x72, 0x4a, 0x29, 0x39, 0xc8, 0x61, 0x98, 0xf8, 0x14, 0xc9, 0x9a, 0x42, 0x42, 0x78,
0x7c, 0xdc, 0x71, 0x16, 0x84, 0x7e, 0xa4, 0x1a, 0xc2, 0x93, 0xd0, 0xd7, 0xfe, 0x50, 0x80, 0x75,
0x5e, 0x7f, 0x36, 0xa0, 0x3a, 0x1e, 0x8c, 0xfa, 0xc3, 0xd1, 0x71, 0x6b, 0x0d, 0x01, 0xfd, 0x7c,
0x34, 0x42, 0xa0, 0x40, 0x36, 0xa1, 0x3e, 0x39, 0xef, 0xf5, 0x06, 0x83, 0xfe, 0xa0, 0xdf, 0x2a,
0x12, 0x80, 0xca, 0x97, 0xdd, 0xe1, 0xc9, 0xa0, 0xdf, 0x2a, 0x21, 0xdd, 0xf9, 0xe8, 0xe7, 0xa3,
0xb3, 0x5f, 0x8e, 0x5a, 0xeb, 0xa4, 0x09, 0x30, 0x1d, 0x9c, 0x0e, 0x47, 0xdd, 0x29, 0xf2, 0x95,
0xc9, 0x06, 0xd4, 0xba, 0x2f, 0x46, 0x67, 0xfa, 0x69, 0xf7, 0xa4, 0x55, 0xc1, 0xd5, 0xe1, 0x68,
0x38, 0x1d, 0x8a, 0xd5, 0x2a, 0xc2, 0x93, 0xde, 0xcb, 0x41, 0xff, 0xfc, 0x04, 0xe1, 0x1a, 0x52,
0x8f, 0xce, 0xa6, 0xfa, 0xa0, 0xdb, 0xff, 0xaa, 0x55, 0x47, 0x99, 0xe7, 0xa3, 0x97, 0x83, 0xee,
0xc9, 0xf4, 0xe5, 0x57, 0x2d, 0xd0, 0xfe, 0x59, 0x80, 0x8d, 0xb1, 0x67, 0x26, 0xd5, 0xe1, 0x2e,
0x94, 0x2d, 0x07, 0x2d, 0x20, 0x9b, 0x4e, 0x0e, 0x20, 0x96, 0xd7, 0x61, 0xd1, 0x83, 0xc3, 0x01,
0xc5, 0x8e, 0xa5, 0xac, 0x1d, 0x79, 0xcd, 0x45, 0xcd, 0xa8, 0xe0, 0x96, 0x20, 0x3e, 0x13, 0xfc,
0x7d, 0x98, 0x89, 0x87, 0x41, 0xda, 0xac, 0xc1, 0x71, 0xa7, 0x1c, 0x85, 0xae, 0x2f, 0x48, 0xe6,
0x6c, 0x21, 0x6b, 0xef, 0x1a, 0x47, 0xf4, 0xd8, 0x02, 0x5f, 0x23, 0xf9, 0x0c, 0x45, 0x3b, 0x54,
0x45, 0xed, 0x2a, 0xb1, 0x72, 0x8f, 0x9b, 0x58, 0xce, 0x08, 0x32, 0xdc, 0xa5, 0x26, 0xea, 0x44,
0x89, 0xea, 0xb1, 0x85, 0xf6, 0x0f, 0xe1, 0x37, 0xc2, 0xb3, 0xd1, 0x3b, 0x95, 0x3a, 0x98, 0x7f,
0x73, 0x9c, 0x67, 0x46, 0x07, 0xe6, 0xdf, 0x99, 0xea, 0xb2, 0x94, 0xad, 0x2e, 0xef, 0xc4, 0xc1,
0xbc, 0x9e, 0xd4, 0xe3, 0xb1, 0x03, 0xc6, 0xb1, 0x2d, 0xf2, 0x42, 0x39, 0xce, 0x0b, 0x07, 0x50,
0xc5, 0xdd, 0xb1, 0x0b, 0x11, 0xc7, 0xad, 0x20, 0x38, 0x64, 0x68, 0xc6, 0x2b, 0xea, 0x07, 0x96,
0xe7, 0xca, 0x53, 0x46, 0x20, 0x79, 0x0a, 0x5b, 0x96, 0x8b, 0x26, 0x4a, 0xda, 0x10, 0x51, 0x2a,
0xb6, 0xa4, 0xc8, 0xa4, 0x0b, 0x68, 0x22, 0x61, 0xd2, 0x4a, 0x90, 0x87, 0xa9, 0xe6, 0xa5, 0x7e,
0x0d, 0x97, 0xda, 0xab, 0xdc, 0x86, 0x0a, 0xc5, 0x20, 0x0e, 0x64, 0x59, 0xb8, 0x21, 0xa9, 0x79,
0x64, 0xeb, 0x72, 0x4d, 0x7b, 0x06, 0xcd, 0x49, 0xe8, 0xf9, 0xc6, 0x25, 0xed, 0xd9, 0x06, 0xaf,
0x29, 0xef, 0xc3, 0xba, 0x6d, 0xf1, 0x82, 0x23, 0x4e, 0x48, 0x2a, 0x85, 0xcc, 0x2a, 0x9c, 0x46,
0xfb, 0x63, 0x09, 0xc8, 0xea, 0x62, 0xee, 0xc5, 0xdc, 0x82, 0x06, 0xf3, 0xbd, 0x2b, 0x0b, 0x0d,
0x41, 0x7d, 0x79, 0x3f, 0x2a, 0x8a, 0x7c, 0x09, 0xc0, 0x0c, 0xdf, 0x70, 0x68, 0x88, 0x47, 0x2c,
0x71, 0xf1, 0x77, 0xf3, 0xc5, 0x1f, 0x8e, 0x63, 0x42, 0xd9, 0xa4, 0x25, 0x9c, 0xc2, 0xd9, 0xe6,
0xb6, 0x61, 0x39, 0x33, 0xe6, 0xd9, 0xd6, 0x7c, 0x29, 0xbd, 0x79, 0x53, 0x62, 0xc7, 0x1c, 0x49,
0x3e, 0x85, 0x7d, 0xc3, 0xb6, 0xbd, 0x6f, 0x65, 0x37, 0x37, 0xa3, 0xbf, 0x61, 0x86, 0xcb, 0x6f,
0x4d, 0xbc, 0x5a, 0xbb, 0x7c, 0x55, 0x34, 0x76, 0x83, 0x68, 0x8d, 0x1c, 0xc2, 0x8e, 0xa4, 0xbf,
0xb0, 0x5c, 0x13, 0x2b, 0x17, 0x07, 0xdd, 0x4d, 0x78, 0xc0, 0xb6, 0x58, 0x7a, 0x21, 0x56, 0x4e,
0xd1, 0xf7, 0x8e, 0x81, 0xf0, 0x7d, 0xa8, 0x39, 0x0b, 0x3d, 0xe6, 0xd9, 0xde, 0xa5, 0x45, 0xa3,
0xde, 0x82, 0x37, 0x32, 0x53, 0x81, 0x5d, 0x4e, 0xa8, 0x4d, 0xe7, 0xa1, 0xe7, 0x4f, 0xa9, 0xef,
0xe8, 0xdb, 0x92, 0x67, 0x1a, 0xb3, 0x74, 0x7e, 0x02, 0x5b, 0x99, 0x43, 0xbf, 0x53, 0x81, 0x19,
0xc2, 0x6e, 0x9e, 0x24, 0xf2, 0x2b, 0x38, 0x70, 0x8c, 0x70, 0xfe, 0x6a, 0x66, 0x1b, 0x17, 0xd4,
0x46, 0x23, 0x60, 0x09, 0x6c, 0x79, 0x6e, 0x54, 0x40, 0xdd, 0xce, 0x53, 0xf2, 0x04, 0x89, 0xb1,
0x86, 0xb4, 0x7c, 0x8a, 0x0d, 0x9c, 0xbe, 0xc7, 0x37, 0xe1, 0xe8, 0x41, 0xb2, 0x85, 0x76, 0x02,
0xb7, 0xde, 0xc6, 0x9a, 0x73, 0x8a, 0x7d, 0xa8, 0x70, 0xc5, 0xc5, 0x54, 0xa5, 0xae, 0x4b, 0x48,
0xfb, 0x6b, 0x01, 0x3a, 0xb2, 0xb5, 0x10, 0xd7, 0x92, 0x1e, 0x5e, 0xbd, 0xc8, 0x0c, 0xaf, 0xee,
0x2b, 0xbd, 0x7d, 0x0e, 0x7d, 0xee, 0x24, 0x4b, 0x7f, 0xdb, 0x24, 0xeb, 0x87, 0xaa, 0x85, 0x9b,
0x47, 0x07, 0xd7, 0xc8, 0x50, 0x4d, 0xff, 0x97, 0x22, 0xd4, 0xe3, 0x09, 0xa1, 0x52, 0x3a, 0x14,
0x52, 0xa5, 0x43, 0x0b, 0x4a, 0x98, 0xf3, 0x44, 0x1d, 0x8f, 0x9f, 0x48, 0x29, 0x93, 0xa5, 0x28,
0xdd, 0x25, 0x84, 0x97, 0xcc, 0x5e, 0x19, 0x41, 0xf4, 0xa6, 0x09, 0x80, 0xdc, 0x85, 0xa6, 0x30,
0xd3, 0x94, 0x3a, 0xcc, 0xc6, 0x9c, 0x2f, 0x52, 0x55, 0x06, 0x2b, 0x93, 0xbf, 0xe9, 0x44, 0x3e,
0x2b, 0x21, 0xae, 0x17, 0x0d, 0x7b, 0xe3, 0x73, 0x9e, 0xb4, 0x6a, 0xba, 0x84, 0xb0, 0xf9, 0x0f,
0xa8, 0x4c, 0xd0, 0x3c, 0x23, 0xd7, 0xf4, 0x04, 0xa1, 0x4d, 0xa1, 0x22, 0xcf, 0x55, 0x85, 0xd2,
0x68, 0x78, 0x92, 0x7d, 0x2a, 0x01, 0x2a, 0xbd, 0x93, 0xb3, 0x09, 0x7f, 0x27, 0xd5, 0xe7, 0xaf,
0x84, 0xd0, 0x64, 0xda, 0xd5, 0xf9, 0xe3, 0xb7, 0x2e, 0xa0, 0xb3, 0xf1, 0x98, 0x3f, 0x94, 0xda,
0x14, 0x48, 0x97, 0xb1, 0x3e, 0x0d, 0xe9, 0x1c, 0x73, 0xa0, 0x69, 0x85, 0x18, 0x7a, 0x79, 0xc5,
0xc8, 0x2e, 0x94, 0x51, 0xff, 0x25, 0xb7, 0x5b, 0x4d, 0x17, 0x00, 0x62, 0xa9, 0xef, 0x7b, 0xbe,
0xcc, 0xf5, 0x02, 0xd0, 0x4e, 0x61, 0x67, 0x75, 0xd7, 0x80, 0xfc, 0x98, 0x67, 0x56, 0x09, 0xa9,
0x59, 0x6f, 0x95, 0x58, 0x57, 0x28, 0xb5, 0xbf, 0x17, 0x00, 0xf0, 0x5a, 0xc5, 0xe5, 0xe7, 0xe6,
0xbc, 0x36, 0x54, 0x0d, 0xd3, 0xc4, 0x68, 0x88, 0x8a, 0x2c, 0x09, 0x92, 0x0e, 0xd4, 0xc2, 0x39,
0x1b, 0x7b, 0x7e, 0x28, 0x32, 0x5d, 0x59, 0x8f, 0x61, 0x5c, 0x5b, 0x98, 0x72, 0x6d, 0x5d, 0xac,
0x45, 0x30, 0x96, 0x4a, 0xca, 0x24, 0x84, 0x48, 0x35, 0xa5, 0x0e, 0x98, 0xdd, 0xc5, 0x0c, 0xa4,
0xf3, 0x08, 0x4a, 0x63, 0xcf, 0xcc, 0x55, 0x2a, 0x71, 0xc0, 0xa2, 0xea, 0x80, 0xda, 0x53, 0x68,
0x24, 0x5b, 0xe1, 0x33, 0x90, 0x4c, 0x51, 0x84, 0x51, 0x9a, 0x69, 0x69, 0xc9, 0xdc, 0x44, 0xeb,
0xc1, 0xce, 0xd8, 0xf0, 0x03, 0xaa, 0xf0, 0x63, 0xd9, 0xb9, 0x0b, 0x7c, 0xf6, 0xdd, 0x57, 0x07,
0xe1, 0xfd, 0x54, 0x74, 0x17, 0x92, 0xe8, 0xbe, 0xff, 0x09, 0xec, 0xe4, 0x04, 0x12, 0xa9, 0x43,
0x59, 0xd4, 0x40, 0x6b, 0x58, 0x03, 0x8d, 0xce, 0xa6, 0x33, 0x01, 0x16, 0x8e, 0xfe, 0x56, 0x83,
0x66, 0x97, 0x31, 0x5d, 0x8c, 0xf0, 0x27, 0x4b, 0x77, 0x4e, 0x5e, 0xc0, 0xfe, 0x31, 0x0d, 0xe3,
0x60, 0xeb, 0x53, 0xe6, 0xd3, 0xb9, 0x81, 0x15, 0xcc, 0x8e, 0x12, 0xa8, 0xd1, 0x3c, 0xbd, 0xb3,
0xbd, 0x32, 0xde, 0xd6, 0xd6, 0xc8, 0x23, 0xd8, 0x50, 0xf7, 0x20, 0xad, 0xe8, 0xd8, 0xd1, 0x84,
0xbf, 0xb3, 0x99, 0xc2, 0x68, 0x6b, 0xe4, 0x29, 0x80, 0x60, 0xe1, 0x53, 0x61, 0xa2, 0x88, 0x8a,
0x24, 0xe5, 0x4f, 0x57, 0xb5, 0x35, 0xd2, 0xe7, 0xd5, 0x3a, 0x1f, 0xf3, 0x46, 0xfc, 0xb9, 0xaa,
0x76, 0xae, 0x9f, 0x06, 0x6b, 0x6b, 0xe4, 0x31, 0x6c, 0x1e, 0xd3, 0x50, 0x19, 0xd9, 0xe5, 0xe9,
0xd0, 0x4c, 0xcf, 0x85, 0xb4, 0x35, 0xf2, 0x0c, 0xb6, 0x8f, 0x69, 0x98, 0x99, 0x3b, 0x6c, 0xab,
0xcd, 0xac, 0xe0, 0xcc, 0xe9, 0x6f, 0xf9, 0xa9, 0xc9, 0x0a, 0x77, 0x40, 0xea, 0x48, 0xcb, 0x7f,
0x9d, 0x74, 0xf6, 0xf3, 0x7b, 0x6f, 0x6d, 0x8d, 0xbc, 0x84, 0x03, 0xfc, 0xca, 0x6b, 0x87, 0xf2,
0x34, 0x3f, 0xc8, 0xef, 0x8a, 0xd0, 0xf4, 0x3d, 0xd8, 0xcb, 0x6d, 0xad, 0x09, 0x1f, 0xa2, 0x5d,
0xdb, 0x75, 0x77, 0x12, 0x35, 0xc5, 0x26, 0xb9, 0xad, 0xb1, 0xd8, 0xe4, 0xda, 0xae, 0x79, 0x65,
0x93, 0xdc, 0xde, 0x96, 0xc8, 0x71, 0x9e, 0xfd, 0xef, 0x6c, 0xf2, 0x29, 0x77, 0xbe, 0xa4, 0xc4,
0xe5, 0xbe, 0x90, 0x69, 0xe7, 0x3a, 0x51, 0x81, 0x2a, 0x30, 0x9c, 0x0b, 0xef, 0x31, 0x53, 0xc7,
0x29, 0x17, 0x41, 0xb2, 0x55, 0x14, 0x45, 0xd3, 0xfd, 0x8c, 0xdf, 0x5f, 0x97, 0xb1, 0x54, 0xbc,
0xe5, 0xd9, 0xff, 0xc3, 0x37, 0xbf, 0xa4, 0xdc, 0x8d, 0xdf, 0xc7, 0x0b, 0x7d, 0x49, 0x6d, 0x27,
0x2f, 0xc7, 0x82, 0x8c, 0x18, 0xd4, 0xfe, 0x20, 0x3f, 0xb7, 0xa2, 0x46, 0x0f, 0x61, 0x0b, 0x77,
0x51, 0xd3, 0x90, 0xca, 0xb9, 0x95, 0x4e, 0x40, 0xc8, 0xf1, 0x1c, 0x5a, 0xd9, 0xcc, 0x43, 0xb8,
0x80, 0x9c, 0x7c, 0x94, 0xc3, 0x7f, 0x51, 0xe1, 0x7f, 0xfc, 0x7e, 0xf4, 0xaf, 0x00, 0x00, 0x00,
0xff, 0xff, 0xb5, 0xa1, 0xe9, 0xd3, 0x0d, 0x1c, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConn
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4
// AppRuntimeSyncClient is the client API for AppRuntimeSync service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type AppRuntimeSyncClient interface {
// Deprecated: -
GetAppStatusDeprecated(ctx context.Context, in *ServicesRequest, opts ...grpc.CallOption) (*StatusMessage, error)
GetAppStatus(ctx context.Context, in *AppStatusReq, opts ...grpc.CallOption) (*AppStatus, error)
GetAppPods(ctx context.Context, in *ServiceRequest, opts ...grpc.CallOption) (*ServiceAppPodList, error)
GetMultiAppPods(ctx context.Context, in *ServicesRequest, opts ...grpc.CallOption) (*MultiServiceAppPodList, error)
GetDeployInfo(ctx context.Context, in *ServiceRequest, opts ...grpc.CallOption) (*DeployInfo, error)
GetTenantResource(ctx context.Context, in *TenantRequest, opts ...grpc.CallOption) (*TenantResource, error)
GetTenantResources(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TenantResourceList, error)
ListThirdPartyEndpoints(ctx context.Context, in *ServiceRequest, opts ...grpc.CallOption) (*ThirdPartyEndpoints, error)
AddThirdPartyEndpoint(ctx context.Context, in *AddThirdPartyEndpointsReq, opts ...grpc.CallOption) (*Empty, error)
UpdThirdPartyEndpoint(ctx context.Context, in *UpdThirdPartyEndpointsReq, opts ...grpc.CallOption) (*Empty, error)
DelThirdPartyEndpoint(ctx context.Context, in *DelThirdPartyEndpointsReq, opts ...grpc.CallOption) (*Empty, error)
GetPodDetail(ctx context.Context, in *GetPodDetailReq, opts ...grpc.CallOption) (*PodDetail, error)
GetStorageClasses(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*StorageClasses, error)
GetAppVolumeStatus(ctx context.Context, in *ServiceRequest, opts ...grpc.CallOption) (*ServiceVolumeStatusMessage, error)
ListHelmAppDetectConditions(ctx context.Context, in *AppReq, opts ...grpc.CallOption) (*AppDetectConditions, error)
ListAppServices(ctx context.Context, in *AppReq, opts ...grpc.CallOption) (*AppServices, error)
ParseAppServices(ctx context.Context, in *ParseAppServicesReq, opts ...grpc.CallOption) (*AppServices, error)
}
type appRuntimeSyncClient struct {
cc *grpc.ClientConn
}
func NewAppRuntimeSyncClient(cc *grpc.ClientConn) AppRuntimeSyncClient {
return &appRuntimeSyncClient{cc}
}
func (c *appRuntimeSyncClient) GetAppStatusDeprecated(ctx context.Context, in *ServicesRequest, opts ...grpc.CallOption) (*StatusMessage, error) {
out := new(StatusMessage)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetAppStatusDeprecated", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) GetAppStatus(ctx context.Context, in *AppStatusReq, opts ...grpc.CallOption) (*AppStatus, error) {
out := new(AppStatus)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetAppStatus", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) GetAppPods(ctx context.Context, in *ServiceRequest, opts ...grpc.CallOption) (*ServiceAppPodList, error) {
out := new(ServiceAppPodList)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetAppPods", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) GetMultiAppPods(ctx context.Context, in *ServicesRequest, opts ...grpc.CallOption) (*MultiServiceAppPodList, error) {
out := new(MultiServiceAppPodList)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetMultiAppPods", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) GetDeployInfo(ctx context.Context, in *ServiceRequest, opts ...grpc.CallOption) (*DeployInfo, error) {
out := new(DeployInfo)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetDeployInfo", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) GetTenantResource(ctx context.Context, in *TenantRequest, opts ...grpc.CallOption) (*TenantResource, error) {
out := new(TenantResource)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetTenantResource", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) GetTenantResources(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TenantResourceList, error) {
out := new(TenantResourceList)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetTenantResources", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) ListThirdPartyEndpoints(ctx context.Context, in *ServiceRequest, opts ...grpc.CallOption) (*ThirdPartyEndpoints, error) {
out := new(ThirdPartyEndpoints)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/ListThirdPartyEndpoints", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) AddThirdPartyEndpoint(ctx context.Context, in *AddThirdPartyEndpointsReq, opts ...grpc.CallOption) (*Empty, error) {
out := new(Empty)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/AddThirdPartyEndpoint", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) UpdThirdPartyEndpoint(ctx context.Context, in *UpdThirdPartyEndpointsReq, opts ...grpc.CallOption) (*Empty, error) {
out := new(Empty)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/UpdThirdPartyEndpoint", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) DelThirdPartyEndpoint(ctx context.Context, in *DelThirdPartyEndpointsReq, opts ...grpc.CallOption) (*Empty, error) {
out := new(Empty)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/DelThirdPartyEndpoint", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) GetPodDetail(ctx context.Context, in *GetPodDetailReq, opts ...grpc.CallOption) (*PodDetail, error) {
out := new(PodDetail)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetPodDetail", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) GetStorageClasses(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*StorageClasses, error) {
out := new(StorageClasses)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetStorageClasses", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) GetAppVolumeStatus(ctx context.Context, in *ServiceRequest, opts ...grpc.CallOption) (*ServiceVolumeStatusMessage, error) {
out := new(ServiceVolumeStatusMessage)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/GetAppVolumeStatus", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) ListHelmAppDetectConditions(ctx context.Context, in *AppReq, opts ...grpc.CallOption) (*AppDetectConditions, error) {
out := new(AppDetectConditions)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/ListHelmAppDetectConditions", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) ListAppServices(ctx context.Context, in *AppReq, opts ...grpc.CallOption) (*AppServices, error) {
out := new(AppServices)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/ListAppServices", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *appRuntimeSyncClient) ParseAppServices(ctx context.Context, in *ParseAppServicesReq, opts ...grpc.CallOption) (*AppServices, error) {
out := new(AppServices)
err := c.cc.Invoke(ctx, "/pb.AppRuntimeSync/ParseAppServices", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// AppRuntimeSyncServer is the server API for AppRuntimeSync service.
type AppRuntimeSyncServer interface {
// Deprecated: -
GetAppStatusDeprecated(context.Context, *ServicesRequest) (*StatusMessage, error)
GetAppStatus(context.Context, *AppStatusReq) (*AppStatus, error)
GetAppPods(context.Context, *ServiceRequest) (*ServiceAppPodList, error)
GetMultiAppPods(context.Context, *ServicesRequest) (*MultiServiceAppPodList, error)
GetDeployInfo(context.Context, *ServiceRequest) (*DeployInfo, error)
GetTenantResource(context.Context, *TenantRequest) (*TenantResource, error)
GetTenantResources(context.Context, *Empty) (*TenantResourceList, error)
ListThirdPartyEndpoints(context.Context, *ServiceRequest) (*ThirdPartyEndpoints, error)
AddThirdPartyEndpoint(context.Context, *AddThirdPartyEndpointsReq) (*Empty, error)
UpdThirdPartyEndpoint(context.Context, *UpdThirdPartyEndpointsReq) (*Empty, error)
DelThirdPartyEndpoint(context.Context, *DelThirdPartyEndpointsReq) (*Empty, error)
GetPodDetail(context.Context, *GetPodDetailReq) (*PodDetail, error)
GetStorageClasses(context.Context, *Empty) (*StorageClasses, error)
GetAppVolumeStatus(context.Context, *ServiceRequest) (*ServiceVolumeStatusMessage, error)
ListHelmAppDetectConditions(context.Context, *AppReq) (*AppDetectConditions, error)
ListAppServices(context.Context, *AppReq) (*AppServices, error)
ParseAppServices(context.Context, *ParseAppServicesReq) (*AppServices, error)
}
func RegisterAppRuntimeSyncServer(s *grpc.Server, srv AppRuntimeSyncServer) {
s.RegisterService(&_AppRuntimeSync_serviceDesc, srv)
}
func _AppRuntimeSync_GetAppStatusDeprecated_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ServicesRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetAppStatusDeprecated(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetAppStatusDeprecated",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetAppStatusDeprecated(ctx, req.(*ServicesRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_GetAppStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AppStatusReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetAppStatus(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetAppStatus",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetAppStatus(ctx, req.(*AppStatusReq))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_GetAppPods_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ServiceRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetAppPods(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetAppPods",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetAppPods(ctx, req.(*ServiceRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_GetMultiAppPods_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ServicesRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetMultiAppPods(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetMultiAppPods",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetMultiAppPods(ctx, req.(*ServicesRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_GetDeployInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ServiceRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetDeployInfo(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetDeployInfo",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetDeployInfo(ctx, req.(*ServiceRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_GetTenantResource_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(TenantRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetTenantResource(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetTenantResource",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetTenantResource(ctx, req.(*TenantRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_GetTenantResources_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetTenantResources(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetTenantResources",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetTenantResources(ctx, req.(*Empty))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_ListThirdPartyEndpoints_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ServiceRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).ListThirdPartyEndpoints(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/ListThirdPartyEndpoints",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).ListThirdPartyEndpoints(ctx, req.(*ServiceRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_AddThirdPartyEndpoint_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddThirdPartyEndpointsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).AddThirdPartyEndpoint(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/AddThirdPartyEndpoint",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).AddThirdPartyEndpoint(ctx, req.(*AddThirdPartyEndpointsReq))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_UpdThirdPartyEndpoint_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(UpdThirdPartyEndpointsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).UpdThirdPartyEndpoint(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/UpdThirdPartyEndpoint",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).UpdThirdPartyEndpoint(ctx, req.(*UpdThirdPartyEndpointsReq))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_DelThirdPartyEndpoint_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DelThirdPartyEndpointsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).DelThirdPartyEndpoint(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/DelThirdPartyEndpoint",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).DelThirdPartyEndpoint(ctx, req.(*DelThirdPartyEndpointsReq))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_GetPodDetail_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetPodDetailReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetPodDetail(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetPodDetail",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetPodDetail(ctx, req.(*GetPodDetailReq))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_GetStorageClasses_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetStorageClasses(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetStorageClasses",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetStorageClasses(ctx, req.(*Empty))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_GetAppVolumeStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ServiceRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).GetAppVolumeStatus(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/GetAppVolumeStatus",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).GetAppVolumeStatus(ctx, req.(*ServiceRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_ListHelmAppDetectConditions_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AppReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).ListHelmAppDetectConditions(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/ListHelmAppDetectConditions",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).ListHelmAppDetectConditions(ctx, req.(*AppReq))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_ListAppServices_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AppReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).ListAppServices(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/ListAppServices",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).ListAppServices(ctx, req.(*AppReq))
}
return interceptor(ctx, in, info, handler)
}
func _AppRuntimeSync_ParseAppServices_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ParseAppServicesReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AppRuntimeSyncServer).ParseAppServices(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/pb.AppRuntimeSync/ParseAppServices",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AppRuntimeSyncServer).ParseAppServices(ctx, req.(*ParseAppServicesReq))
}
return interceptor(ctx, in, info, handler)
}
var _AppRuntimeSync_serviceDesc = grpc.ServiceDesc{
ServiceName: "pb.AppRuntimeSync",
HandlerType: (*AppRuntimeSyncServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "GetAppStatusDeprecated",
Handler: _AppRuntimeSync_GetAppStatusDeprecated_Handler,
},
{
MethodName: "GetAppStatus",
Handler: _AppRuntimeSync_GetAppStatus_Handler,
},
{
MethodName: "GetAppPods",
Handler: _AppRuntimeSync_GetAppPods_Handler,
},
{
MethodName: "GetMultiAppPods",
Handler: _AppRuntimeSync_GetMultiAppPods_Handler,
},
{
MethodName: "GetDeployInfo",
Handler: _AppRuntimeSync_GetDeployInfo_Handler,
},
{
MethodName: "GetTenantResource",
Handler: _AppRuntimeSync_GetTenantResource_Handler,
},
{
MethodName: "GetTenantResources",
Handler: _AppRuntimeSync_GetTenantResources_Handler,
},
{
MethodName: "ListThirdPartyEndpoints",
Handler: _AppRuntimeSync_ListThirdPartyEndpoints_Handler,
},
{
MethodName: "AddThirdPartyEndpoint",
Handler: _AppRuntimeSync_AddThirdPartyEndpoint_Handler,
},
{
MethodName: "UpdThirdPartyEndpoint",
Handler: _AppRuntimeSync_UpdThirdPartyEndpoint_Handler,
},
{
MethodName: "DelThirdPartyEndpoint",
Handler: _AppRuntimeSync_DelThirdPartyEndpoint_Handler,
},
{
MethodName: "GetPodDetail",
Handler: _AppRuntimeSync_GetPodDetail_Handler,
},
{
MethodName: "GetStorageClasses",
Handler: _AppRuntimeSync_GetStorageClasses_Handler,
},
{
MethodName: "GetAppVolumeStatus",
Handler: _AppRuntimeSync_GetAppVolumeStatus_Handler,
},
{
MethodName: "ListHelmAppDetectConditions",
Handler: _AppRuntimeSync_ListHelmAppDetectConditions_Handler,
},
{
MethodName: "ListAppServices",
Handler: _AppRuntimeSync_ListAppServices_Handler,
},
{
MethodName: "ParseAppServices",
Handler: _AppRuntimeSync_ParseAppServices_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "app_runtime_server.proto",
}