cbladybug

package
v0.0.0-...-2bff06c Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCbladybug        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCbladybug          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCbladybug = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterMCARServer

func RegisterMCARServer(s *grpc.Server, srv MCARServer)

Types

type ClusterAllQryRequest

type ClusterAllQryRequest struct {
	Namespace            string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace" yaml:"namespace"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClusterAllQryRequest) Descriptor

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

func (*ClusterAllQryRequest) GetNamespace

func (m *ClusterAllQryRequest) GetNamespace() string

func (*ClusterAllQryRequest) Marshal

func (m *ClusterAllQryRequest) Marshal() (dAtA []byte, err error)

func (*ClusterAllQryRequest) MarshalTo

func (m *ClusterAllQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*ClusterAllQryRequest) MarshalToSizedBuffer

func (m *ClusterAllQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterAllQryRequest) ProtoMessage

func (*ClusterAllQryRequest) ProtoMessage()

func (*ClusterAllQryRequest) Reset

func (m *ClusterAllQryRequest) Reset()

func (*ClusterAllQryRequest) Size

func (m *ClusterAllQryRequest) Size() (n int)

func (*ClusterAllQryRequest) String

func (m *ClusterAllQryRequest) String() string

func (*ClusterAllQryRequest) Unmarshal

func (m *ClusterAllQryRequest) Unmarshal(dAtA []byte) error

func (*ClusterAllQryRequest) XXX_DiscardUnknown

func (m *ClusterAllQryRequest) XXX_DiscardUnknown()

func (*ClusterAllQryRequest) XXX_Marshal

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

func (*ClusterAllQryRequest) XXX_Merge

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

func (*ClusterAllQryRequest) XXX_Size

func (m *ClusterAllQryRequest) XXX_Size() int

func (*ClusterAllQryRequest) XXX_Unmarshal

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

type ClusterCreateInfo

type ClusterCreateInfo struct {
	Name                 string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	ControlPlane         []*NodeConfig `protobuf:"bytes,2,rep,name=control_plane,json=controlPlane,proto3" json:"controlPlane" yaml:"controlPlane"`
	Worker               []*NodeConfig `protobuf:"bytes,3,rep,name=worker,proto3" json:"worker" yaml:"worker"`
	Config               *Config       `protobuf:"bytes,4,opt,name=config,proto3" json:"config" yaml:"config"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ClusterCreateInfo) Descriptor

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

func (*ClusterCreateInfo) GetConfig

func (m *ClusterCreateInfo) GetConfig() *Config

func (*ClusterCreateInfo) GetControlPlane

func (m *ClusterCreateInfo) GetControlPlane() []*NodeConfig

func (*ClusterCreateInfo) GetName

func (m *ClusterCreateInfo) GetName() string

func (*ClusterCreateInfo) GetWorker

func (m *ClusterCreateInfo) GetWorker() []*NodeConfig

func (*ClusterCreateInfo) Marshal

func (m *ClusterCreateInfo) Marshal() (dAtA []byte, err error)

func (*ClusterCreateInfo) MarshalTo

func (m *ClusterCreateInfo) MarshalTo(dAtA []byte) (int, error)

func (*ClusterCreateInfo) MarshalToSizedBuffer

func (m *ClusterCreateInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterCreateInfo) ProtoMessage

func (*ClusterCreateInfo) ProtoMessage()

func (*ClusterCreateInfo) Reset

func (m *ClusterCreateInfo) Reset()

func (*ClusterCreateInfo) Size

func (m *ClusterCreateInfo) Size() (n int)

func (*ClusterCreateInfo) String

func (m *ClusterCreateInfo) String() string

func (*ClusterCreateInfo) Unmarshal

func (m *ClusterCreateInfo) Unmarshal(dAtA []byte) error

func (*ClusterCreateInfo) XXX_DiscardUnknown

func (m *ClusterCreateInfo) XXX_DiscardUnknown()

func (*ClusterCreateInfo) XXX_Marshal

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

func (*ClusterCreateInfo) XXX_Merge

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

func (*ClusterCreateInfo) XXX_Size

func (m *ClusterCreateInfo) XXX_Size() int

func (*ClusterCreateInfo) XXX_Unmarshal

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

type ClusterCreateRequest

type ClusterCreateRequest struct {
	Namespace            string             `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace" yaml:"namespace"`
	Item                 *ClusterCreateInfo `protobuf:"bytes,2,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ClusterCreateRequest) Descriptor

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

func (*ClusterCreateRequest) GetItem

func (*ClusterCreateRequest) GetNamespace

func (m *ClusterCreateRequest) GetNamespace() string

func (*ClusterCreateRequest) Marshal

func (m *ClusterCreateRequest) Marshal() (dAtA []byte, err error)

func (*ClusterCreateRequest) MarshalTo

func (m *ClusterCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*ClusterCreateRequest) MarshalToSizedBuffer

func (m *ClusterCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterCreateRequest) ProtoMessage

func (*ClusterCreateRequest) ProtoMessage()

func (*ClusterCreateRequest) Reset

func (m *ClusterCreateRequest) Reset()

func (*ClusterCreateRequest) Size

func (m *ClusterCreateRequest) Size() (n int)

func (*ClusterCreateRequest) String

func (m *ClusterCreateRequest) String() string

func (*ClusterCreateRequest) Unmarshal

func (m *ClusterCreateRequest) Unmarshal(dAtA []byte) error

func (*ClusterCreateRequest) XXX_DiscardUnknown

func (m *ClusterCreateRequest) XXX_DiscardUnknown()

func (*ClusterCreateRequest) XXX_Marshal

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

func (*ClusterCreateRequest) XXX_Merge

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

func (*ClusterCreateRequest) XXX_Size

func (m *ClusterCreateRequest) XXX_Size() int

func (*ClusterCreateRequest) XXX_Unmarshal

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

type ClusterInfo

type ClusterInfo struct {
	Name                 string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Kind                 string      `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind" yaml:"kind"`
	Status               string      `protobuf:"bytes,3,opt,name=status,proto3" json:"status" yaml:"status"`
	Uid                  string      `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid" yaml:"uid"`
	Mcis                 string      `protobuf:"bytes,5,opt,name=mcis,proto3" json:"mcis" yaml:"mcis"`
	Namespace            string      `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace" yaml:"namespace"`
	ClusterConfig        string      `protobuf:"bytes,7,opt,name=cluster_config,json=clusterConfig,proto3" json:"clusterConfig" yaml:"clusterConfig"`
	CpLeader             string      `protobuf:"bytes,8,opt,name=cp_leader,json=cpLeader,proto3" json:"cpLeader" yaml:"cpLeader"`
	NetworkCni           string      `protobuf:"bytes,9,opt,name=network_cni,json=networkCni,proto3" json:"networkCni" yaml:"networkCni"`
	Nodes                []*NodeInfo `protobuf:"bytes,10,rep,name=nodes,proto3" json:"nodes" yaml:"nodes"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ClusterInfo) Descriptor

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

func (*ClusterInfo) GetClusterConfig

func (m *ClusterInfo) GetClusterConfig() string

func (*ClusterInfo) GetCpLeader

func (m *ClusterInfo) GetCpLeader() string

func (*ClusterInfo) GetKind

func (m *ClusterInfo) GetKind() string

func (*ClusterInfo) GetMcis

func (m *ClusterInfo) GetMcis() string

func (*ClusterInfo) GetName

func (m *ClusterInfo) GetName() string

func (*ClusterInfo) GetNamespace

func (m *ClusterInfo) GetNamespace() string

func (*ClusterInfo) GetNetworkCni

func (m *ClusterInfo) GetNetworkCni() string

func (*ClusterInfo) GetNodes

func (m *ClusterInfo) GetNodes() []*NodeInfo

func (*ClusterInfo) GetStatus

func (m *ClusterInfo) GetStatus() string

func (*ClusterInfo) GetUid

func (m *ClusterInfo) GetUid() string

func (*ClusterInfo) Marshal

func (m *ClusterInfo) Marshal() (dAtA []byte, err error)

func (*ClusterInfo) MarshalTo

func (m *ClusterInfo) MarshalTo(dAtA []byte) (int, error)

func (*ClusterInfo) MarshalToSizedBuffer

func (m *ClusterInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterInfo) ProtoMessage

func (*ClusterInfo) ProtoMessage()

func (*ClusterInfo) Reset

func (m *ClusterInfo) Reset()

func (*ClusterInfo) Size

func (m *ClusterInfo) Size() (n int)

func (*ClusterInfo) String

func (m *ClusterInfo) String() string

func (*ClusterInfo) Unmarshal

func (m *ClusterInfo) Unmarshal(dAtA []byte) error

func (*ClusterInfo) XXX_DiscardUnknown

func (m *ClusterInfo) XXX_DiscardUnknown()

func (*ClusterInfo) XXX_Marshal

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

func (*ClusterInfo) XXX_Merge

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

func (*ClusterInfo) XXX_Size

func (m *ClusterInfo) XXX_Size() int

func (*ClusterInfo) XXX_Unmarshal

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

type ClusterInfoResponse

type ClusterInfoResponse struct {
	Item                 *ClusterInfo `protobuf:"bytes,1,opt,name=item,proto3" json:"item" yaml:"item"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ClusterInfoResponse) Descriptor

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

func (*ClusterInfoResponse) GetItem

func (m *ClusterInfoResponse) GetItem() *ClusterInfo

func (*ClusterInfoResponse) Marshal

func (m *ClusterInfoResponse) Marshal() (dAtA []byte, err error)

func (*ClusterInfoResponse) MarshalTo

func (m *ClusterInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ClusterInfoResponse) MarshalToSizedBuffer

func (m *ClusterInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterInfoResponse) ProtoMessage

func (*ClusterInfoResponse) ProtoMessage()

func (*ClusterInfoResponse) Reset

func (m *ClusterInfoResponse) Reset()

func (*ClusterInfoResponse) Size

func (m *ClusterInfoResponse) Size() (n int)

func (*ClusterInfoResponse) String

func (m *ClusterInfoResponse) String() string

func (*ClusterInfoResponse) Unmarshal

func (m *ClusterInfoResponse) Unmarshal(dAtA []byte) error

func (*ClusterInfoResponse) XXX_DiscardUnknown

func (m *ClusterInfoResponse) XXX_DiscardUnknown()

func (*ClusterInfoResponse) XXX_Marshal

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

func (*ClusterInfoResponse) XXX_Merge

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

func (*ClusterInfoResponse) XXX_Size

func (m *ClusterInfoResponse) XXX_Size() int

func (*ClusterInfoResponse) XXX_Unmarshal

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

type ClusterQryRequest

type ClusterQryRequest struct {
	Namespace            string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace" yaml:"namespace"`
	Cluster              string   `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster" yaml:"cluster"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClusterQryRequest) Descriptor

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

func (*ClusterQryRequest) GetCluster

func (m *ClusterQryRequest) GetCluster() string

func (*ClusterQryRequest) GetNamespace

func (m *ClusterQryRequest) GetNamespace() string

func (*ClusterQryRequest) Marshal

func (m *ClusterQryRequest) Marshal() (dAtA []byte, err error)

func (*ClusterQryRequest) MarshalTo

func (m *ClusterQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*ClusterQryRequest) MarshalToSizedBuffer

func (m *ClusterQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterQryRequest) ProtoMessage

func (*ClusterQryRequest) ProtoMessage()

func (*ClusterQryRequest) Reset

func (m *ClusterQryRequest) Reset()

func (*ClusterQryRequest) Size

func (m *ClusterQryRequest) Size() (n int)

func (*ClusterQryRequest) String

func (m *ClusterQryRequest) String() string

func (*ClusterQryRequest) Unmarshal

func (m *ClusterQryRequest) Unmarshal(dAtA []byte) error

func (*ClusterQryRequest) XXX_DiscardUnknown

func (m *ClusterQryRequest) XXX_DiscardUnknown()

func (*ClusterQryRequest) XXX_Marshal

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

func (*ClusterQryRequest) XXX_Merge

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

func (*ClusterQryRequest) XXX_Size

func (m *ClusterQryRequest) XXX_Size() int

func (*ClusterQryRequest) XXX_Unmarshal

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

type Config

type Config struct {
	Kubernetes           *Kubernetes `protobuf:"bytes,1,opt,name=kubernetes,proto3" json:"kubernetes" yaml:"kubernetes"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Config) Descriptor

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

func (*Config) GetKubernetes

func (m *Config) GetKubernetes() *Kubernetes

func (*Config) Marshal

func (m *Config) Marshal() (dAtA []byte, err error)

func (*Config) MarshalTo

func (m *Config) MarshalTo(dAtA []byte) (int, error)

func (*Config) MarshalToSizedBuffer

func (m *Config) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (m *Config) Reset()

func (*Config) Size

func (m *Config) Size() (n int)

func (*Config) String

func (m *Config) String() string

func (*Config) Unmarshal

func (m *Config) Unmarshal(dAtA []byte) error

func (*Config) XXX_DiscardUnknown

func (m *Config) XXX_DiscardUnknown()

func (*Config) XXX_Marshal

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

func (*Config) XXX_Merge

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

func (*Config) XXX_Size

func (m *Config) XXX_Size() int

func (*Config) XXX_Unmarshal

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

type Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Empty 메시지 정의

func (*Empty) Descriptor

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

func (*Empty) Marshal

func (m *Empty) Marshal() (dAtA []byte, err error)

func (*Empty) MarshalTo

func (m *Empty) MarshalTo(dAtA []byte) (int, error)

func (*Empty) MarshalToSizedBuffer

func (m *Empty) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) Size

func (m *Empty) Size() (n int)

func (*Empty) String

func (m *Empty) String() string

func (*Empty) Unmarshal

func (m *Empty) Unmarshal(dAtA []byte) error

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

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

func (*Empty) XXX_Merge

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

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

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

type Kubernetes

type Kubernetes struct {
	NetworkCni           string   `protobuf:"bytes,1,opt,name=network_cni,json=networkCni,proto3" json:"networkCni" yaml:"networkCni"`
	PodCidr              string   `protobuf:"bytes,2,opt,name=pod_cidr,json=podCidr,proto3" json:"podCidr" yaml:"podCidr"`
	ServiceCidr          string   `protobuf:"bytes,3,opt,name=service_cidr,json=serviceCidr,proto3" json:"serviceCidr" yaml:"serviceCidr"`
	ServicDnsDomain      string   `protobuf:"bytes,4,opt,name=servic_dns_domain,json=serviceDnsDomain,proto3" json:"serviceDnsDomain" yaml:"serviceDnsDomain"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Kubernetes) Descriptor

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

func (*Kubernetes) GetNetworkCni

func (m *Kubernetes) GetNetworkCni() string

func (*Kubernetes) GetPodCidr

func (m *Kubernetes) GetPodCidr() string

func (*Kubernetes) GetServicDnsDomain

func (m *Kubernetes) GetServicDnsDomain() string

func (*Kubernetes) GetServiceCidr

func (m *Kubernetes) GetServiceCidr() string

func (*Kubernetes) Marshal

func (m *Kubernetes) Marshal() (dAtA []byte, err error)

func (*Kubernetes) MarshalTo

func (m *Kubernetes) MarshalTo(dAtA []byte) (int, error)

func (*Kubernetes) MarshalToSizedBuffer

func (m *Kubernetes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Kubernetes) ProtoMessage

func (*Kubernetes) ProtoMessage()

func (*Kubernetes) Reset

func (m *Kubernetes) Reset()

func (*Kubernetes) Size

func (m *Kubernetes) Size() (n int)

func (*Kubernetes) String

func (m *Kubernetes) String() string

func (*Kubernetes) Unmarshal

func (m *Kubernetes) Unmarshal(dAtA []byte) error

func (*Kubernetes) XXX_DiscardUnknown

func (m *Kubernetes) XXX_DiscardUnknown()

func (*Kubernetes) XXX_Marshal

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

func (*Kubernetes) XXX_Merge

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

func (*Kubernetes) XXX_Size

func (m *Kubernetes) XXX_Size() int

func (*Kubernetes) XXX_Unmarshal

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

type ListClusterInfoResponse

type ListClusterInfoResponse struct {
	Kind                 string         `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind" yaml:"kind"`
	Items                []*ClusterInfo `protobuf:"bytes,2,rep,name=items,proto3" json:"items" yaml:"items"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListClusterInfoResponse) Descriptor

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

func (*ListClusterInfoResponse) GetItems

func (m *ListClusterInfoResponse) GetItems() []*ClusterInfo

func (*ListClusterInfoResponse) GetKind

func (m *ListClusterInfoResponse) GetKind() string

func (*ListClusterInfoResponse) Marshal

func (m *ListClusterInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListClusterInfoResponse) MarshalTo

func (m *ListClusterInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListClusterInfoResponse) MarshalToSizedBuffer

func (m *ListClusterInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListClusterInfoResponse) ProtoMessage

func (*ListClusterInfoResponse) ProtoMessage()

func (*ListClusterInfoResponse) Reset

func (m *ListClusterInfoResponse) Reset()

func (*ListClusterInfoResponse) Size

func (m *ListClusterInfoResponse) Size() (n int)

func (*ListClusterInfoResponse) String

func (m *ListClusterInfoResponse) String() string

func (*ListClusterInfoResponse) Unmarshal

func (m *ListClusterInfoResponse) Unmarshal(dAtA []byte) error

func (*ListClusterInfoResponse) XXX_DiscardUnknown

func (m *ListClusterInfoResponse) XXX_DiscardUnknown()

func (*ListClusterInfoResponse) XXX_Marshal

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

func (*ListClusterInfoResponse) XXX_Merge

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

func (*ListClusterInfoResponse) XXX_Size

func (m *ListClusterInfoResponse) XXX_Size() int

func (*ListClusterInfoResponse) XXX_Unmarshal

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

type ListNodeInfoResponse

type ListNodeInfoResponse struct {
	Kind                 string      `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind" yaml:"kind"`
	Items                []*NodeInfo `protobuf:"bytes,2,rep,name=items,proto3" json:"items" yaml:"items"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListNodeInfoResponse) Descriptor

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

func (*ListNodeInfoResponse) GetItems

func (m *ListNodeInfoResponse) GetItems() []*NodeInfo

func (*ListNodeInfoResponse) GetKind

func (m *ListNodeInfoResponse) GetKind() string

func (*ListNodeInfoResponse) Marshal

func (m *ListNodeInfoResponse) Marshal() (dAtA []byte, err error)

func (*ListNodeInfoResponse) MarshalTo

func (m *ListNodeInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListNodeInfoResponse) MarshalToSizedBuffer

func (m *ListNodeInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListNodeInfoResponse) ProtoMessage

func (*ListNodeInfoResponse) ProtoMessage()

func (*ListNodeInfoResponse) Reset

func (m *ListNodeInfoResponse) Reset()

func (*ListNodeInfoResponse) Size

func (m *ListNodeInfoResponse) Size() (n int)

func (*ListNodeInfoResponse) String

func (m *ListNodeInfoResponse) String() string

func (*ListNodeInfoResponse) Unmarshal

func (m *ListNodeInfoResponse) Unmarshal(dAtA []byte) error

func (*ListNodeInfoResponse) XXX_DiscardUnknown

func (m *ListNodeInfoResponse) XXX_DiscardUnknown()

func (*ListNodeInfoResponse) XXX_Marshal

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

func (*ListNodeInfoResponse) XXX_Merge

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

func (*ListNodeInfoResponse) XXX_Size

func (m *ListNodeInfoResponse) XXX_Size() int

func (*ListNodeInfoResponse) XXX_Unmarshal

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

type MCARClient

MCARClient is the client API for MCAR service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMCARClient

func NewMCARClient(cc *grpc.ClientConn) MCARClient

type MessageResponse

type MessageResponse struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message" yaml:"message"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MessageResponse 응답 메시지 정의

func (*MessageResponse) Descriptor

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

func (*MessageResponse) GetMessage

func (m *MessageResponse) GetMessage() string

func (*MessageResponse) Marshal

func (m *MessageResponse) Marshal() (dAtA []byte, err error)

func (*MessageResponse) MarshalTo

func (m *MessageResponse) MarshalTo(dAtA []byte) (int, error)

func (*MessageResponse) MarshalToSizedBuffer

func (m *MessageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MessageResponse) ProtoMessage

func (*MessageResponse) ProtoMessage()

func (*MessageResponse) Reset

func (m *MessageResponse) Reset()

func (*MessageResponse) Size

func (m *MessageResponse) Size() (n int)

func (*MessageResponse) String

func (m *MessageResponse) String() string

func (*MessageResponse) Unmarshal

func (m *MessageResponse) Unmarshal(dAtA []byte) error

func (*MessageResponse) XXX_DiscardUnknown

func (m *MessageResponse) XXX_DiscardUnknown()

func (*MessageResponse) XXX_Marshal

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

func (*MessageResponse) XXX_Merge

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

func (*MessageResponse) XXX_Size

func (m *MessageResponse) XXX_Size() int

func (*MessageResponse) XXX_Unmarshal

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

type NodeAllQryRequest

type NodeAllQryRequest struct {
	Namespace            string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace" yaml:"namespace"`
	Cluster              string   `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster" yaml:"cluster"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeAllQryRequest) Descriptor

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

func (*NodeAllQryRequest) GetCluster

func (m *NodeAllQryRequest) GetCluster() string

func (*NodeAllQryRequest) GetNamespace

func (m *NodeAllQryRequest) GetNamespace() string

func (*NodeAllQryRequest) Marshal

func (m *NodeAllQryRequest) Marshal() (dAtA []byte, err error)

func (*NodeAllQryRequest) MarshalTo

func (m *NodeAllQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*NodeAllQryRequest) MarshalToSizedBuffer

func (m *NodeAllQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeAllQryRequest) ProtoMessage

func (*NodeAllQryRequest) ProtoMessage()

func (*NodeAllQryRequest) Reset

func (m *NodeAllQryRequest) Reset()

func (*NodeAllQryRequest) Size

func (m *NodeAllQryRequest) Size() (n int)

func (*NodeAllQryRequest) String

func (m *NodeAllQryRequest) String() string

func (*NodeAllQryRequest) Unmarshal

func (m *NodeAllQryRequest) Unmarshal(dAtA []byte) error

func (*NodeAllQryRequest) XXX_DiscardUnknown

func (m *NodeAllQryRequest) XXX_DiscardUnknown()

func (*NodeAllQryRequest) XXX_Marshal

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

func (*NodeAllQryRequest) XXX_Merge

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

func (*NodeAllQryRequest) XXX_Size

func (m *NodeAllQryRequest) XXX_Size() int

func (*NodeAllQryRequest) XXX_Unmarshal

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

type NodeConfig

type NodeConfig struct {
	Connection           string   `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection" yaml:"connection"`
	Count                int32    `protobuf:"varint,2,opt,name=count,proto3" json:"count" yaml:"count"`
	Spec                 string   `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec" yaml:"spec"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeConfig) Descriptor

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

func (*NodeConfig) GetConnection

func (m *NodeConfig) GetConnection() string

func (*NodeConfig) GetCount

func (m *NodeConfig) GetCount() int32

func (*NodeConfig) GetSpec

func (m *NodeConfig) GetSpec() string

func (*NodeConfig) Marshal

func (m *NodeConfig) Marshal() (dAtA []byte, err error)

func (*NodeConfig) MarshalTo

func (m *NodeConfig) MarshalTo(dAtA []byte) (int, error)

func (*NodeConfig) MarshalToSizedBuffer

func (m *NodeConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeConfig) ProtoMessage

func (*NodeConfig) ProtoMessage()

func (*NodeConfig) Reset

func (m *NodeConfig) Reset()

func (*NodeConfig) Size

func (m *NodeConfig) Size() (n int)

func (*NodeConfig) String

func (m *NodeConfig) String() string

func (*NodeConfig) Unmarshal

func (m *NodeConfig) Unmarshal(dAtA []byte) error

func (*NodeConfig) XXX_DiscardUnknown

func (m *NodeConfig) XXX_DiscardUnknown()

func (*NodeConfig) XXX_Marshal

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

func (*NodeConfig) XXX_Merge

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

func (*NodeConfig) XXX_Size

func (m *NodeConfig) XXX_Size() int

func (*NodeConfig) XXX_Unmarshal

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

type NodeCreateInfo

type NodeCreateInfo struct {
	ControlPlane         []*NodeConfig `protobuf:"bytes,1,rep,name=control_plane,json=controlPlane,proto3" json:"controlPlane" yaml:"controlPlane"`
	Worker               []*NodeConfig `protobuf:"bytes,2,rep,name=worker,proto3" json:"worker" yaml:"worker"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*NodeCreateInfo) Descriptor

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

func (*NodeCreateInfo) GetControlPlane

func (m *NodeCreateInfo) GetControlPlane() []*NodeConfig

func (*NodeCreateInfo) GetWorker

func (m *NodeCreateInfo) GetWorker() []*NodeConfig

func (*NodeCreateInfo) Marshal

func (m *NodeCreateInfo) Marshal() (dAtA []byte, err error)

func (*NodeCreateInfo) MarshalTo

func (m *NodeCreateInfo) MarshalTo(dAtA []byte) (int, error)

func (*NodeCreateInfo) MarshalToSizedBuffer

func (m *NodeCreateInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeCreateInfo) ProtoMessage

func (*NodeCreateInfo) ProtoMessage()

func (*NodeCreateInfo) Reset

func (m *NodeCreateInfo) Reset()

func (*NodeCreateInfo) Size

func (m *NodeCreateInfo) Size() (n int)

func (*NodeCreateInfo) String

func (m *NodeCreateInfo) String() string

func (*NodeCreateInfo) Unmarshal

func (m *NodeCreateInfo) Unmarshal(dAtA []byte) error

func (*NodeCreateInfo) XXX_DiscardUnknown

func (m *NodeCreateInfo) XXX_DiscardUnknown()

func (*NodeCreateInfo) XXX_Marshal

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

func (*NodeCreateInfo) XXX_Merge

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

func (*NodeCreateInfo) XXX_Size

func (m *NodeCreateInfo) XXX_Size() int

func (*NodeCreateInfo) XXX_Unmarshal

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

type NodeCreateRequest

type NodeCreateRequest struct {
	Namespace            string          `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace" yaml:"namespace"`
	Cluster              string          `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster" yaml:"cluster"`
	Item                 *NodeCreateInfo `protobuf:"bytes,3,opt,name=item,json=ReqInfo,proto3" json:"ReqInfo" yaml:"ReqInfo"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NodeCreateRequest) Descriptor

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

func (*NodeCreateRequest) GetCluster

func (m *NodeCreateRequest) GetCluster() string

func (*NodeCreateRequest) GetItem

func (m *NodeCreateRequest) GetItem() *NodeCreateInfo

func (*NodeCreateRequest) GetNamespace

func (m *NodeCreateRequest) GetNamespace() string

func (*NodeCreateRequest) Marshal

func (m *NodeCreateRequest) Marshal() (dAtA []byte, err error)

func (*NodeCreateRequest) MarshalTo

func (m *NodeCreateRequest) MarshalTo(dAtA []byte) (int, error)

func (*NodeCreateRequest) MarshalToSizedBuffer

func (m *NodeCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeCreateRequest) ProtoMessage

func (*NodeCreateRequest) ProtoMessage()

func (*NodeCreateRequest) Reset

func (m *NodeCreateRequest) Reset()

func (*NodeCreateRequest) Size

func (m *NodeCreateRequest) Size() (n int)

func (*NodeCreateRequest) String

func (m *NodeCreateRequest) String() string

func (*NodeCreateRequest) Unmarshal

func (m *NodeCreateRequest) Unmarshal(dAtA []byte) error

func (*NodeCreateRequest) XXX_DiscardUnknown

func (m *NodeCreateRequest) XXX_DiscardUnknown()

func (*NodeCreateRequest) XXX_Marshal

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

func (*NodeCreateRequest) XXX_Merge

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

func (*NodeCreateRequest) XXX_Size

func (m *NodeCreateRequest) XXX_Size() int

func (*NodeCreateRequest) XXX_Unmarshal

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

type NodeInfo

type NodeInfo struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Kind                 string   `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind" yaml:"kind"`
	Credential           string   `protobuf:"bytes,3,opt,name=credential,proto3" json:"credential" yaml:"credential"`
	PublicIp             string   `protobuf:"bytes,4,opt,name=public_ip,json=publicIp,proto3" json:"publicIp" yaml:"publicIp"`
	Uid                  string   `protobuf:"bytes,5,opt,name=uid,proto3" json:"uid" yaml:"uid"`
	Role                 string   `protobuf:"bytes,6,opt,name=role,proto3" json:"role" yaml:"role"`
	Spec                 string   `protobuf:"bytes,7,opt,name=spec,proto3" json:"spec" yaml:"spec"`
	Csp                  string   `protobuf:"bytes,8,opt,name=csp,proto3" json:"csp" yaml:"csp"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeInfo) Descriptor

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

func (*NodeInfo) GetCredential

func (m *NodeInfo) GetCredential() string

func (*NodeInfo) GetCsp

func (m *NodeInfo) GetCsp() string

func (*NodeInfo) GetKind

func (m *NodeInfo) GetKind() string

func (*NodeInfo) GetName

func (m *NodeInfo) GetName() string

func (*NodeInfo) GetPublicIp

func (m *NodeInfo) GetPublicIp() string

func (*NodeInfo) GetRole

func (m *NodeInfo) GetRole() string

func (*NodeInfo) GetSpec

func (m *NodeInfo) GetSpec() string

func (*NodeInfo) GetUid

func (m *NodeInfo) GetUid() string

func (*NodeInfo) Marshal

func (m *NodeInfo) Marshal() (dAtA []byte, err error)

func (*NodeInfo) MarshalTo

func (m *NodeInfo) MarshalTo(dAtA []byte) (int, error)

func (*NodeInfo) MarshalToSizedBuffer

func (m *NodeInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeInfo) ProtoMessage

func (*NodeInfo) ProtoMessage()

func (*NodeInfo) Reset

func (m *NodeInfo) Reset()

func (*NodeInfo) Size

func (m *NodeInfo) Size() (n int)

func (*NodeInfo) String

func (m *NodeInfo) String() string

func (*NodeInfo) Unmarshal

func (m *NodeInfo) Unmarshal(dAtA []byte) error

func (*NodeInfo) XXX_DiscardUnknown

func (m *NodeInfo) XXX_DiscardUnknown()

func (*NodeInfo) XXX_Marshal

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

func (*NodeInfo) XXX_Merge

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

func (*NodeInfo) XXX_Size

func (m *NodeInfo) XXX_Size() int

func (*NodeInfo) XXX_Unmarshal

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

type NodeInfoResponse

type NodeInfoResponse struct {
	Item                 *NodeInfo `protobuf:"bytes,1,opt,name=item,proto3" json:"item" yaml:"item"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*NodeInfoResponse) Descriptor

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

func (*NodeInfoResponse) GetItem

func (m *NodeInfoResponse) GetItem() *NodeInfo

func (*NodeInfoResponse) Marshal

func (m *NodeInfoResponse) Marshal() (dAtA []byte, err error)

func (*NodeInfoResponse) MarshalTo

func (m *NodeInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*NodeInfoResponse) MarshalToSizedBuffer

func (m *NodeInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeInfoResponse) ProtoMessage

func (*NodeInfoResponse) ProtoMessage()

func (*NodeInfoResponse) Reset

func (m *NodeInfoResponse) Reset()

func (*NodeInfoResponse) Size

func (m *NodeInfoResponse) Size() (n int)

func (*NodeInfoResponse) String

func (m *NodeInfoResponse) String() string

func (*NodeInfoResponse) Unmarshal

func (m *NodeInfoResponse) Unmarshal(dAtA []byte) error

func (*NodeInfoResponse) XXX_DiscardUnknown

func (m *NodeInfoResponse) XXX_DiscardUnknown()

func (*NodeInfoResponse) XXX_Marshal

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

func (*NodeInfoResponse) XXX_Merge

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

func (*NodeInfoResponse) XXX_Size

func (m *NodeInfoResponse) XXX_Size() int

func (*NodeInfoResponse) XXX_Unmarshal

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

type NodeQryRequest

type NodeQryRequest struct {
	Namespace            string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace" yaml:"namespace"`
	Cluster              string   `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster" yaml:"cluster"`
	Node                 string   `protobuf:"bytes,3,opt,name=node,proto3" json:"node" yaml:"node"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeQryRequest) Descriptor

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

func (*NodeQryRequest) GetCluster

func (m *NodeQryRequest) GetCluster() string

func (*NodeQryRequest) GetNamespace

func (m *NodeQryRequest) GetNamespace() string

func (*NodeQryRequest) GetNode

func (m *NodeQryRequest) GetNode() string

func (*NodeQryRequest) Marshal

func (m *NodeQryRequest) Marshal() (dAtA []byte, err error)

func (*NodeQryRequest) MarshalTo

func (m *NodeQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*NodeQryRequest) MarshalToSizedBuffer

func (m *NodeQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeQryRequest) ProtoMessage

func (*NodeQryRequest) ProtoMessage()

func (*NodeQryRequest) Reset

func (m *NodeQryRequest) Reset()

func (*NodeQryRequest) Size

func (m *NodeQryRequest) Size() (n int)

func (*NodeQryRequest) String

func (m *NodeQryRequest) String() string

func (*NodeQryRequest) Unmarshal

func (m *NodeQryRequest) Unmarshal(dAtA []byte) error

func (*NodeQryRequest) XXX_DiscardUnknown

func (m *NodeQryRequest) XXX_DiscardUnknown()

func (*NodeQryRequest) XXX_Marshal

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

func (*NodeQryRequest) XXX_Merge

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

func (*NodeQryRequest) XXX_Size

func (m *NodeQryRequest) XXX_Size() int

func (*NodeQryRequest) XXX_Unmarshal

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

type StatusResponse

type StatusResponse struct {
	Kind                 string   `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind" yaml:"kind"`
	Code                 int32    `protobuf:"varint,2,opt,name=code,proto3" json:"code" yaml:"code"`
	Message              string   `protobuf:"bytes,3,opt,name=message,proto3" json:"message" yaml:"message"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

StatusResponse 응답 메시지 정의

func (*StatusResponse) Descriptor

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

func (*StatusResponse) GetCode

func (m *StatusResponse) GetCode() int32

func (*StatusResponse) GetKind

func (m *StatusResponse) GetKind() string

func (*StatusResponse) GetMessage

func (m *StatusResponse) GetMessage() string

func (*StatusResponse) Marshal

func (m *StatusResponse) Marshal() (dAtA []byte, err error)

func (*StatusResponse) MarshalTo

func (m *StatusResponse) MarshalTo(dAtA []byte) (int, error)

func (*StatusResponse) MarshalToSizedBuffer

func (m *StatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StatusResponse) ProtoMessage

func (*StatusResponse) ProtoMessage()

func (*StatusResponse) Reset

func (m *StatusResponse) Reset()

func (*StatusResponse) Size

func (m *StatusResponse) Size() (n int)

func (*StatusResponse) String

func (m *StatusResponse) String() string

func (*StatusResponse) Unmarshal

func (m *StatusResponse) Unmarshal(dAtA []byte) error

func (*StatusResponse) XXX_DiscardUnknown

func (m *StatusResponse) XXX_DiscardUnknown()

func (*StatusResponse) XXX_Marshal

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

func (*StatusResponse) XXX_Merge

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

func (*StatusResponse) XXX_Size

func (m *StatusResponse) XXX_Size() int

func (*StatusResponse) XXX_Unmarshal

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

type UnimplementedMCARServer

type UnimplementedMCARServer struct {
}

UnimplementedMCARServer can be embedded to have forward compatible implementations.

func (*UnimplementedMCARServer) AddNode

func (*UnimplementedMCARServer) CreateCluster

func (*UnimplementedMCARServer) DeleteCluster

func (*UnimplementedMCARServer) GetCluster

func (*UnimplementedMCARServer) GetNode

func (*UnimplementedMCARServer) Healthy

func (*UnimplementedMCARServer) ListCluster

func (*UnimplementedMCARServer) ListNode

func (*UnimplementedMCARServer) RemoveNode

Jump to

Keyboard shortcuts

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