pb

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterAppManagerHandler

func RegisterAppManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAppManagerHandler registers the http handlers for service AppManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAppManagerHandlerClient

func RegisterAppManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AppManagerClient) error

RegisterAppManagerHandlerClient registers the http handlers for service AppManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AppManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AppManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AppManagerClient" to call the correct interceptors.

func RegisterAppManagerHandlerFromEndpoint

func RegisterAppManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAppManagerHandlerFromEndpoint is same as RegisterAppManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAppManagerServer

func RegisterAppManagerServer(s *grpc.Server, srv AppManagerServer)

func RegisterCategoryManagerHandler

func RegisterCategoryManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCategoryManagerHandler registers the http handlers for service CategoryManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCategoryManagerHandlerClient

func RegisterCategoryManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CategoryManagerClient) error

RegisterCategoryManagerHandlerClient registers the http handlers for service CategoryManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CategoryManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CategoryManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CategoryManagerClient" to call the correct interceptors.

func RegisterCategoryManagerHandlerFromEndpoint

func RegisterCategoryManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCategoryManagerHandlerFromEndpoint is same as RegisterCategoryManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCategoryManagerServer

func RegisterCategoryManagerServer(s *grpc.Server, srv CategoryManagerServer)

func RegisterClusterManagerHandler

func RegisterClusterManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterClusterManagerHandler registers the http handlers for service ClusterManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterClusterManagerHandlerClient

func RegisterClusterManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ClusterManagerClient) error

RegisterClusterManagerHandlerClient registers the http handlers for service ClusterManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ClusterManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ClusterManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ClusterManagerClient" to call the correct interceptors.

func RegisterClusterManagerHandlerFromEndpoint

func RegisterClusterManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterClusterManagerHandlerFromEndpoint is same as RegisterClusterManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterClusterManagerServer

func RegisterClusterManagerServer(s *grpc.Server, srv ClusterManagerServer)

func RegisterJobManagerHandler

func RegisterJobManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterJobManagerHandler registers the http handlers for service JobManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterJobManagerHandlerClient

func RegisterJobManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client JobManagerClient) error

RegisterJobManagerHandlerClient registers the http handlers for service JobManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "JobManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "JobManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "JobManagerClient" to call the correct interceptors.

func RegisterJobManagerHandlerFromEndpoint

func RegisterJobManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterJobManagerHandlerFromEndpoint is same as RegisterJobManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterJobManagerServer

func RegisterJobManagerServer(s *grpc.Server, srv JobManagerServer)

func RegisterRepoIndexerHandler

func RegisterRepoIndexerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterRepoIndexerHandler registers the http handlers for service RepoIndexer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterRepoIndexerHandlerClient

func RegisterRepoIndexerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RepoIndexerClient) error

RegisterRepoIndexerHandlerClient registers the http handlers for service RepoIndexer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RepoIndexerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RepoIndexerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RepoIndexerClient" to call the correct interceptors.

func RegisterRepoIndexerHandlerFromEndpoint

func RegisterRepoIndexerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterRepoIndexerHandlerFromEndpoint is same as RegisterRepoIndexerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterRepoIndexerServer

func RegisterRepoIndexerServer(s *grpc.Server, srv RepoIndexerServer)

func RegisterRepoManagerHandler

func RegisterRepoManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterRepoManagerHandler registers the http handlers for service RepoManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterRepoManagerHandlerClient

func RegisterRepoManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RepoManagerClient) error

RegisterRepoManagerHandlerClient registers the http handlers for service RepoManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RepoManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RepoManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RepoManagerClient" to call the correct interceptors.

func RegisterRepoManagerHandlerFromEndpoint

func RegisterRepoManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterRepoManagerHandlerFromEndpoint is same as RegisterRepoManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterRepoManagerServer

func RegisterRepoManagerServer(s *grpc.Server, srv RepoManagerServer)

func RegisterRuntimeManagerHandler

func RegisterRuntimeManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterRuntimeManagerHandler registers the http handlers for service RuntimeManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterRuntimeManagerHandlerClient

func RegisterRuntimeManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RuntimeManagerClient) error

RegisterRuntimeManagerHandlerClient registers the http handlers for service RuntimeManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RuntimeManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RuntimeManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RuntimeManagerClient" to call the correct interceptors.

func RegisterRuntimeManagerHandlerFromEndpoint

func RegisterRuntimeManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterRuntimeManagerHandlerFromEndpoint is same as RegisterRuntimeManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterRuntimeManagerServer

func RegisterRuntimeManagerServer(s *grpc.Server, srv RuntimeManagerServer)

func RegisterTaskManagerHandler

func RegisterTaskManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterTaskManagerHandler registers the http handlers for service TaskManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterTaskManagerHandlerClient

func RegisterTaskManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TaskManagerClient) error

RegisterTaskManagerHandlerClient registers the http handlers for service TaskManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TaskManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TaskManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TaskManagerClient" to call the correct interceptors.

func RegisterTaskManagerHandlerFromEndpoint

func RegisterTaskManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterTaskManagerHandlerFromEndpoint is same as RegisterTaskManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterTaskManagerServer

func RegisterTaskManagerServer(s *grpc.Server, srv TaskManagerServer)

Types

type AddClusterNodesRequest

type AddClusterNodesRequest struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Role                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	NodeCount            *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=node_count,json=nodeCount,proto3" json:"node_count,omitempty"`
	AdvancedParam        []string              `protobuf:"bytes,4,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*AddClusterNodesRequest) Descriptor

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

func (*AddClusterNodesRequest) GetAdvancedParam

func (m *AddClusterNodesRequest) GetAdvancedParam() []string

func (*AddClusterNodesRequest) GetClusterId

func (m *AddClusterNodesRequest) GetClusterId() *wrappers.StringValue

func (*AddClusterNodesRequest) GetNodeCount

func (m *AddClusterNodesRequest) GetNodeCount() *wrappers.UInt32Value

func (*AddClusterNodesRequest) GetRole

func (*AddClusterNodesRequest) ProtoMessage

func (*AddClusterNodesRequest) ProtoMessage()

func (*AddClusterNodesRequest) Reset

func (m *AddClusterNodesRequest) Reset()

func (*AddClusterNodesRequest) String

func (m *AddClusterNodesRequest) String() string

func (*AddClusterNodesRequest) XXX_DiscardUnknown

func (m *AddClusterNodesRequest) XXX_DiscardUnknown()

func (*AddClusterNodesRequest) XXX_Marshal

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

func (*AddClusterNodesRequest) XXX_Merge

func (dst *AddClusterNodesRequest) XXX_Merge(src proto.Message)

func (*AddClusterNodesRequest) XXX_Size

func (m *AddClusterNodesRequest) XXX_Size() int

func (*AddClusterNodesRequest) XXX_Unmarshal

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

type AddClusterNodesResponse

type AddClusterNodesResponse struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*AddClusterNodesResponse) Descriptor

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

func (*AddClusterNodesResponse) GetClusterId

func (m *AddClusterNodesResponse) GetClusterId() *wrappers.StringValue

func (*AddClusterNodesResponse) GetJobId

func (*AddClusterNodesResponse) ProtoMessage

func (*AddClusterNodesResponse) ProtoMessage()

func (*AddClusterNodesResponse) Reset

func (m *AddClusterNodesResponse) Reset()

func (*AddClusterNodesResponse) String

func (m *AddClusterNodesResponse) String() string

func (*AddClusterNodesResponse) XXX_DiscardUnknown

func (m *AddClusterNodesResponse) XXX_DiscardUnknown()

func (*AddClusterNodesResponse) XXX_Marshal

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

func (*AddClusterNodesResponse) XXX_Merge

func (dst *AddClusterNodesResponse) XXX_Merge(src proto.Message)

func (*AddClusterNodesResponse) XXX_Size

func (m *AddClusterNodesResponse) XXX_Size() int

func (*AddClusterNodesResponse) XXX_Unmarshal

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

type AddNodeKeyPairsRequest added in v0.1.7

type AddNodeKeyPairsRequest struct {
	NodeKeyPair          []*NodeKeyPair `protobuf:"bytes,1,rep,name=node_key_pair,json=nodeKeyPair,proto3" json:"node_key_pair,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AddNodeKeyPairsRequest) Descriptor added in v0.1.7

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

func (*AddNodeKeyPairsRequest) GetNodeKeyPair added in v0.1.7

func (m *AddNodeKeyPairsRequest) GetNodeKeyPair() []*NodeKeyPair

func (*AddNodeKeyPairsRequest) ProtoMessage added in v0.1.7

func (*AddNodeKeyPairsRequest) ProtoMessage()

func (*AddNodeKeyPairsRequest) Reset added in v0.1.7

func (m *AddNodeKeyPairsRequest) Reset()

func (*AddNodeKeyPairsRequest) String added in v0.1.7

func (m *AddNodeKeyPairsRequest) String() string

func (*AddNodeKeyPairsRequest) XXX_DiscardUnknown added in v0.1.7

func (m *AddNodeKeyPairsRequest) XXX_DiscardUnknown()

func (*AddNodeKeyPairsRequest) XXX_Marshal added in v0.1.7

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

func (*AddNodeKeyPairsRequest) XXX_Merge added in v0.1.7

func (dst *AddNodeKeyPairsRequest) XXX_Merge(src proto.Message)

func (*AddNodeKeyPairsRequest) XXX_Size added in v0.1.7

func (m *AddNodeKeyPairsRequest) XXX_Size() int

func (*AddNodeKeyPairsRequest) XXX_Unmarshal added in v0.1.7

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

type AddNodeKeyPairsResponse added in v0.1.7

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

func (*AddNodeKeyPairsResponse) Descriptor added in v0.1.7

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

func (*AddNodeKeyPairsResponse) ProtoMessage added in v0.1.7

func (*AddNodeKeyPairsResponse) ProtoMessage()

func (*AddNodeKeyPairsResponse) Reset added in v0.1.7

func (m *AddNodeKeyPairsResponse) Reset()

func (*AddNodeKeyPairsResponse) String added in v0.1.7

func (m *AddNodeKeyPairsResponse) String() string

func (*AddNodeKeyPairsResponse) XXX_DiscardUnknown added in v0.1.7

func (m *AddNodeKeyPairsResponse) XXX_DiscardUnknown()

func (*AddNodeKeyPairsResponse) XXX_Marshal added in v0.1.7

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

func (*AddNodeKeyPairsResponse) XXX_Merge added in v0.1.7

func (dst *AddNodeKeyPairsResponse) XXX_Merge(src proto.Message)

func (*AddNodeKeyPairsResponse) XXX_Size added in v0.1.7

func (m *AddNodeKeyPairsResponse) XXX_Size() int

func (*AddNodeKeyPairsResponse) XXX_Unmarshal added in v0.1.7

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

type AddTableClusterNodesRequest

type AddTableClusterNodesRequest struct {
	ClusterNodeSet       []*ClusterNode `protobuf:"bytes,1,rep,name=cluster_node_set,json=clusterNodeSet,proto3" json:"cluster_node_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AddTableClusterNodesRequest) Descriptor

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

func (*AddTableClusterNodesRequest) GetClusterNodeSet

func (m *AddTableClusterNodesRequest) GetClusterNodeSet() []*ClusterNode

func (*AddTableClusterNodesRequest) ProtoMessage

func (*AddTableClusterNodesRequest) ProtoMessage()

func (*AddTableClusterNodesRequest) Reset

func (m *AddTableClusterNodesRequest) Reset()

func (*AddTableClusterNodesRequest) String

func (m *AddTableClusterNodesRequest) String() string

func (*AddTableClusterNodesRequest) XXX_DiscardUnknown

func (m *AddTableClusterNodesRequest) XXX_DiscardUnknown()

func (*AddTableClusterNodesRequest) XXX_Marshal

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

func (*AddTableClusterNodesRequest) XXX_Merge

func (dst *AddTableClusterNodesRequest) XXX_Merge(src proto.Message)

func (*AddTableClusterNodesRequest) XXX_Size

func (m *AddTableClusterNodesRequest) XXX_Size() int

func (*AddTableClusterNodesRequest) XXX_Unmarshal

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

type App

type App struct {
	AppId                *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	RepoId               *wrappers.StringValue `protobuf:"bytes,3,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	Home                 *wrappers.StringValue `protobuf:"bytes,6,opt,name=home,proto3" json:"home,omitempty"`
	Icon                 *wrappers.StringValue `protobuf:"bytes,7,opt,name=icon,proto3" json:"icon,omitempty"`
	Screenshots          *wrappers.StringValue `protobuf:"bytes,8,opt,name=screenshots,proto3" json:"screenshots,omitempty"`
	Maintainers          *wrappers.StringValue `protobuf:"bytes,9,opt,name=maintainers,proto3" json:"maintainers,omitempty"`
	Keywords             *wrappers.StringValue `protobuf:"bytes,10,opt,name=keywords,proto3" json:"keywords,omitempty"`
	Sources              *wrappers.StringValue `protobuf:"bytes,11,opt,name=sources,proto3" json:"sources,omitempty"`
	Readme               *wrappers.StringValue `protobuf:"bytes,12,opt,name=readme,proto3" json:"readme,omitempty"`
	ChartName            *wrappers.StringValue `protobuf:"bytes,13,opt,name=chart_name,json=chartName,proto3" json:"chart_name,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,14,opt,name=owner,proto3" json:"owner,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,15,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,16,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	UpdateTime           *timestamp.Timestamp  `protobuf:"bytes,17,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	CategorySet          []*ResourceCategory   `protobuf:"bytes,18,rep,name=category_set,json=categorySet,proto3" json:"category_set,omitempty"`
	LatestAppVersion     *AppVersion           `protobuf:"bytes,19,opt,name=latest_app_version,json=latestAppVersion,proto3" json:"latest_app_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*App) Descriptor

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

func (*App) GetAppId

func (m *App) GetAppId() *wrappers.StringValue

func (*App) GetCategorySet

func (m *App) GetCategorySet() []*ResourceCategory

func (*App) GetChartName

func (m *App) GetChartName() *wrappers.StringValue

func (*App) GetCreateTime

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

func (*App) GetDescription

func (m *App) GetDescription() *wrappers.StringValue

func (*App) GetHome

func (m *App) GetHome() *wrappers.StringValue

func (*App) GetIcon

func (m *App) GetIcon() *wrappers.StringValue

func (*App) GetKeywords

func (m *App) GetKeywords() *wrappers.StringValue

func (*App) GetLatestAppVersion

func (m *App) GetLatestAppVersion() *AppVersion

func (*App) GetMaintainers

func (m *App) GetMaintainers() *wrappers.StringValue

func (*App) GetName

func (m *App) GetName() *wrappers.StringValue

func (*App) GetOwner

func (m *App) GetOwner() *wrappers.StringValue

func (*App) GetReadme

func (m *App) GetReadme() *wrappers.StringValue

func (*App) GetRepoId

func (m *App) GetRepoId() *wrappers.StringValue

func (*App) GetScreenshots

func (m *App) GetScreenshots() *wrappers.StringValue

func (*App) GetSources

func (m *App) GetSources() *wrappers.StringValue

func (*App) GetStatus

func (m *App) GetStatus() *wrappers.StringValue

func (*App) GetStatusTime

func (m *App) GetStatusTime() *timestamp.Timestamp

func (*App) GetUpdateTime

func (m *App) GetUpdateTime() *timestamp.Timestamp

func (*App) ProtoMessage

func (*App) ProtoMessage()

func (*App) Reset

func (m *App) Reset()

func (*App) String

func (m *App) String() string

func (*App) XXX_DiscardUnknown

func (m *App) XXX_DiscardUnknown()

func (*App) XXX_Marshal

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

func (*App) XXX_Merge

func (dst *App) XXX_Merge(src proto.Message)

func (*App) XXX_Size

func (m *App) XXX_Size() int

func (*App) XXX_Unmarshal

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

type AppManagerClient

AppManagerClient is the client API for AppManager service.

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

func NewAppManagerClient

func NewAppManagerClient(cc *grpc.ClientConn) AppManagerClient

type AppVersion

type AppVersion struct {
	VersionId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	AppId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	PackageName          *wrappers.StringValue `protobuf:"bytes,6,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,9,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	UpdateTime           *timestamp.Timestamp  `protobuf:"bytes,10,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	Sequence             uint32                `protobuf:"varint,11,opt,name=sequence,proto3" json:"sequence,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*AppVersion) Descriptor

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

func (*AppVersion) GetAppId

func (m *AppVersion) GetAppId() *wrappers.StringValue

func (*AppVersion) GetCreateTime

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

func (*AppVersion) GetDescription

func (m *AppVersion) GetDescription() *wrappers.StringValue

func (*AppVersion) GetName

func (m *AppVersion) GetName() *wrappers.StringValue

func (*AppVersion) GetOwner

func (m *AppVersion) GetOwner() *wrappers.StringValue

func (*AppVersion) GetPackageName

func (m *AppVersion) GetPackageName() *wrappers.StringValue

func (*AppVersion) GetSequence

func (m *AppVersion) GetSequence() uint32

func (*AppVersion) GetStatus

func (m *AppVersion) GetStatus() *wrappers.StringValue

func (*AppVersion) GetStatusTime

func (m *AppVersion) GetStatusTime() *timestamp.Timestamp

func (*AppVersion) GetUpdateTime

func (m *AppVersion) GetUpdateTime() *timestamp.Timestamp

func (*AppVersion) GetVersionId

func (m *AppVersion) GetVersionId() *wrappers.StringValue

func (*AppVersion) ProtoMessage

func (*AppVersion) ProtoMessage()

func (*AppVersion) Reset

func (m *AppVersion) Reset()

func (*AppVersion) String

func (m *AppVersion) String() string

func (*AppVersion) XXX_DiscardUnknown

func (m *AppVersion) XXX_DiscardUnknown()

func (*AppVersion) XXX_Marshal

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

func (*AppVersion) XXX_Merge

func (dst *AppVersion) XXX_Merge(src proto.Message)

func (*AppVersion) XXX_Size

func (m *AppVersion) XXX_Size() int

func (*AppVersion) XXX_Unmarshal

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

type AttachKeyPairsRequest added in v0.1.7

type AttachKeyPairsRequest struct {
	KeyPairId            []string `protobuf:"bytes,1,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"`
	NodeId               []string `protobuf:"bytes,2,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttachKeyPairsRequest) Descriptor added in v0.1.7

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

func (*AttachKeyPairsRequest) GetKeyPairId added in v0.1.7

func (m *AttachKeyPairsRequest) GetKeyPairId() []string

func (*AttachKeyPairsRequest) GetNodeId added in v0.1.7

func (m *AttachKeyPairsRequest) GetNodeId() []string

func (*AttachKeyPairsRequest) ProtoMessage added in v0.1.7

func (*AttachKeyPairsRequest) ProtoMessage()

func (*AttachKeyPairsRequest) Reset added in v0.1.7

func (m *AttachKeyPairsRequest) Reset()

func (*AttachKeyPairsRequest) String added in v0.1.7

func (m *AttachKeyPairsRequest) String() string

func (*AttachKeyPairsRequest) XXX_DiscardUnknown added in v0.1.7

func (m *AttachKeyPairsRequest) XXX_DiscardUnknown()

func (*AttachKeyPairsRequest) XXX_Marshal added in v0.1.7

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

func (*AttachKeyPairsRequest) XXX_Merge added in v0.1.7

func (dst *AttachKeyPairsRequest) XXX_Merge(src proto.Message)

func (*AttachKeyPairsRequest) XXX_Size added in v0.1.7

func (m *AttachKeyPairsRequest) XXX_Size() int

func (*AttachKeyPairsRequest) XXX_Unmarshal added in v0.1.7

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

type AttachKeyPairsResponse added in v0.1.7

type AttachKeyPairsResponse struct {
	JobId                []string `protobuf:"bytes,1,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttachKeyPairsResponse) Descriptor added in v0.1.7

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

func (*AttachKeyPairsResponse) GetJobId added in v0.1.7

func (m *AttachKeyPairsResponse) GetJobId() []string

func (*AttachKeyPairsResponse) ProtoMessage added in v0.1.7

func (*AttachKeyPairsResponse) ProtoMessage()

func (*AttachKeyPairsResponse) Reset added in v0.1.7

func (m *AttachKeyPairsResponse) Reset()

func (*AttachKeyPairsResponse) String added in v0.1.7

func (m *AttachKeyPairsResponse) String() string

func (*AttachKeyPairsResponse) XXX_DiscardUnknown added in v0.1.7

func (m *AttachKeyPairsResponse) XXX_DiscardUnknown()

func (*AttachKeyPairsResponse) XXX_Marshal added in v0.1.7

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

func (*AttachKeyPairsResponse) XXX_Merge added in v0.1.7

func (dst *AttachKeyPairsResponse) XXX_Merge(src proto.Message)

func (*AttachKeyPairsResponse) XXX_Size added in v0.1.7

func (m *AttachKeyPairsResponse) XXX_Size() int

func (*AttachKeyPairsResponse) XXX_Unmarshal added in v0.1.7

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

type Category

type Category struct {
	CategoryId           *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Locale               *wrappers.StringValue `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime           *timestamp.Timestamp  `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Category) Descriptor

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

func (*Category) GetCategoryId

func (m *Category) GetCategoryId() *wrappers.StringValue

func (*Category) GetCreateTime

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

func (*Category) GetDescription added in v0.1.5

func (m *Category) GetDescription() *wrappers.StringValue

func (*Category) GetLocale

func (m *Category) GetLocale() *wrappers.StringValue

func (*Category) GetName

func (m *Category) GetName() *wrappers.StringValue

func (*Category) GetOwner

func (m *Category) GetOwner() *wrappers.StringValue

func (*Category) GetUpdateTime

func (m *Category) GetUpdateTime() *timestamp.Timestamp

func (*Category) ProtoMessage

func (*Category) ProtoMessage()

func (*Category) Reset

func (m *Category) Reset()

func (*Category) String

func (m *Category) String() string

func (*Category) XXX_DiscardUnknown

func (m *Category) XXX_DiscardUnknown()

func (*Category) XXX_Marshal

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

func (*Category) XXX_Merge

func (dst *Category) XXX_Merge(src proto.Message)

func (*Category) XXX_Size

func (m *Category) XXX_Size() int

func (*Category) XXX_Unmarshal

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

type CategoryManagerClient

type CategoryManagerClient interface {
	DescribeCategories(ctx context.Context, in *DescribeCategoriesRequest, opts ...grpc.CallOption) (*DescribeCategoriesResponse, error)
	CreateCategory(ctx context.Context, in *CreateCategoryRequest, opts ...grpc.CallOption) (*CreateCategoryResponse, error)
	ModifyCategory(ctx context.Context, in *ModifyCategoryRequest, opts ...grpc.CallOption) (*ModifyCategoryResponse, error)
	DeleteCategories(ctx context.Context, in *DeleteCategoriesRequest, opts ...grpc.CallOption) (*DeleteCategoriesResponse, error)
}

CategoryManagerClient is the client API for CategoryManager service.

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

func NewCategoryManagerClient

func NewCategoryManagerClient(cc *grpc.ClientConn) CategoryManagerClient

type CategoryManagerServer

CategoryManagerServer is the server API for CategoryManager service.

type CeaseClustersRequest

type CeaseClustersRequest struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AdvancedParam        []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CeaseClustersRequest) Descriptor

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

func (*CeaseClustersRequest) GetAdvancedParam

func (m *CeaseClustersRequest) GetAdvancedParam() []string

func (*CeaseClustersRequest) GetClusterId

func (m *CeaseClustersRequest) GetClusterId() []string

func (*CeaseClustersRequest) ProtoMessage

func (*CeaseClustersRequest) ProtoMessage()

func (*CeaseClustersRequest) Reset

func (m *CeaseClustersRequest) Reset()

func (*CeaseClustersRequest) String

func (m *CeaseClustersRequest) String() string

func (*CeaseClustersRequest) XXX_DiscardUnknown

func (m *CeaseClustersRequest) XXX_DiscardUnknown()

func (*CeaseClustersRequest) XXX_Marshal

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

func (*CeaseClustersRequest) XXX_Merge

func (dst *CeaseClustersRequest) XXX_Merge(src proto.Message)

func (*CeaseClustersRequest) XXX_Size

func (m *CeaseClustersRequest) XXX_Size() int

func (*CeaseClustersRequest) XXX_Unmarshal

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

type CeaseClustersResponse

type CeaseClustersResponse struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CeaseClustersResponse) Descriptor

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

func (*CeaseClustersResponse) GetClusterId

func (m *CeaseClustersResponse) GetClusterId() []string

func (*CeaseClustersResponse) GetJobId

func (m *CeaseClustersResponse) GetJobId() []string

func (*CeaseClustersResponse) ProtoMessage

func (*CeaseClustersResponse) ProtoMessage()

func (*CeaseClustersResponse) Reset

func (m *CeaseClustersResponse) Reset()

func (*CeaseClustersResponse) String

func (m *CeaseClustersResponse) String() string

func (*CeaseClustersResponse) XXX_DiscardUnknown

func (m *CeaseClustersResponse) XXX_DiscardUnknown()

func (*CeaseClustersResponse) XXX_Marshal

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

func (*CeaseClustersResponse) XXX_Merge

func (dst *CeaseClustersResponse) XXX_Merge(src proto.Message)

func (*CeaseClustersResponse) XXX_Size

func (m *CeaseClustersResponse) XXX_Size() int

func (*CeaseClustersResponse) XXX_Unmarshal

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

type Cluster

type Cluster struct {
	ClusterId              *wrappers.StringValue  `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Name                   *wrappers.StringValue  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description            *wrappers.StringValue  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	AppId                  *wrappers.StringValue  `protobuf:"bytes,4,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	VersionId              *wrappers.StringValue  `protobuf:"bytes,5,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	SubnetId               *wrappers.StringValue  `protobuf:"bytes,6,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"`
	VpcId                  *wrappers.StringValue  `protobuf:"bytes,7,opt,name=vpc_id,json=vpcId,proto3" json:"vpc_id,omitempty"`
	FrontgateId            *wrappers.StringValue  `protobuf:"bytes,8,opt,name=frontgate_id,json=frontgateId,proto3" json:"frontgate_id,omitempty"`
	ClusterType            *wrappers.UInt32Value  `protobuf:"bytes,9,opt,name=cluster_type,json=clusterType,proto3" json:"cluster_type,omitempty"`
	Endpoints              *wrappers.StringValue  `protobuf:"bytes,10,opt,name=endpoints,proto3" json:"endpoints,omitempty"`
	Status                 *wrappers.StringValue  `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
	TransitionStatus       *wrappers.StringValue  `protobuf:"bytes,12,opt,name=transition_status,json=transitionStatus,proto3" json:"transition_status,omitempty"`
	MetadataRootAccess     *wrappers.BoolValue    `protobuf:"bytes,13,opt,name=metadata_root_access,json=metadataRootAccess,proto3" json:"metadata_root_access,omitempty"`
	Owner                  *wrappers.StringValue  `protobuf:"bytes,14,opt,name=owner,proto3" json:"owner,omitempty"`
	GlobalUuid             *wrappers.StringValue  `protobuf:"bytes,15,opt,name=global_uuid,json=globalUuid,proto3" json:"global_uuid,omitempty"`
	UpgradeStatus          *wrappers.StringValue  `protobuf:"bytes,16,opt,name=upgrade_status,json=upgradeStatus,proto3" json:"upgrade_status,omitempty"`
	UpgradeTime            *timestamp.Timestamp   `protobuf:"bytes,17,opt,name=upgrade_time,json=upgradeTime,proto3" json:"upgrade_time,omitempty"`
	RuntimeId              *wrappers.StringValue  `protobuf:"bytes,18,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	CreateTime             *timestamp.Timestamp   `protobuf:"bytes,19,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime             *timestamp.Timestamp   `protobuf:"bytes,20,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	ClusterNodeSet         []*ClusterNode         `protobuf:"bytes,21,rep,name=cluster_node_set,json=clusterNodeSet,proto3" json:"cluster_node_set,omitempty"`
	ClusterRoleSet         []*ClusterRole         `protobuf:"bytes,22,rep,name=cluster_role_set,json=clusterRoleSet,proto3" json:"cluster_role_set,omitempty"`
	ClusterLinkSet         []*ClusterLink         `protobuf:"bytes,23,rep,name=cluster_link_set,json=clusterLinkSet,proto3" json:"cluster_link_set,omitempty"`
	ClusterCommonSet       []*ClusterCommon       `protobuf:"bytes,24,rep,name=cluster_common_set,json=clusterCommonSet,proto3" json:"cluster_common_set,omitempty"`
	ClusterLoadbalancerSet []*ClusterLoadbalancer `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}               `json:"-"`
	XXX_unrecognized       []byte                 `json:"-"`
	XXX_sizecache          int32                  `json:"-"`
}

func (*Cluster) Descriptor

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

func (*Cluster) GetAppId

func (m *Cluster) GetAppId() *wrappers.StringValue

func (*Cluster) GetClusterCommonSet

func (m *Cluster) GetClusterCommonSet() []*ClusterCommon

func (*Cluster) GetClusterId

func (m *Cluster) GetClusterId() *wrappers.StringValue

func (*Cluster) GetClusterLinkSet

func (m *Cluster) GetClusterLinkSet() []*ClusterLink

func (*Cluster) GetClusterLoadbalancerSet

func (m *Cluster) GetClusterLoadbalancerSet() []*ClusterLoadbalancer

func (*Cluster) GetClusterNodeSet

func (m *Cluster) GetClusterNodeSet() []*ClusterNode

func (*Cluster) GetClusterRoleSet

func (m *Cluster) GetClusterRoleSet() []*ClusterRole

func (*Cluster) GetClusterType

func (m *Cluster) GetClusterType() *wrappers.UInt32Value

func (*Cluster) GetCreateTime

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

func (*Cluster) GetDescription

func (m *Cluster) GetDescription() *wrappers.StringValue

func (*Cluster) GetEndpoints

func (m *Cluster) GetEndpoints() *wrappers.StringValue

func (*Cluster) GetFrontgateId

func (m *Cluster) GetFrontgateId() *wrappers.StringValue

func (*Cluster) GetGlobalUuid

func (m *Cluster) GetGlobalUuid() *wrappers.StringValue

func (*Cluster) GetMetadataRootAccess

func (m *Cluster) GetMetadataRootAccess() *wrappers.BoolValue

func (*Cluster) GetName

func (m *Cluster) GetName() *wrappers.StringValue

func (*Cluster) GetOwner

func (m *Cluster) GetOwner() *wrappers.StringValue

func (*Cluster) GetRuntimeId

func (m *Cluster) GetRuntimeId() *wrappers.StringValue

func (*Cluster) GetStatus

func (m *Cluster) GetStatus() *wrappers.StringValue

func (*Cluster) GetStatusTime

func (m *Cluster) GetStatusTime() *timestamp.Timestamp

func (*Cluster) GetSubnetId

func (m *Cluster) GetSubnetId() *wrappers.StringValue

func (*Cluster) GetTransitionStatus

func (m *Cluster) GetTransitionStatus() *wrappers.StringValue

func (*Cluster) GetUpgradeStatus

func (m *Cluster) GetUpgradeStatus() *wrappers.StringValue

func (*Cluster) GetUpgradeTime

func (m *Cluster) GetUpgradeTime() *timestamp.Timestamp

func (*Cluster) GetVersionId

func (m *Cluster) GetVersionId() *wrappers.StringValue

func (*Cluster) GetVpcId

func (m *Cluster) GetVpcId() *wrappers.StringValue

func (*Cluster) ProtoMessage

func (*Cluster) ProtoMessage()

func (*Cluster) Reset

func (m *Cluster) Reset()

func (*Cluster) String

func (m *Cluster) String() string

func (*Cluster) XXX_DiscardUnknown

func (m *Cluster) XXX_DiscardUnknown()

func (*Cluster) XXX_Marshal

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

func (*Cluster) XXX_Merge

func (dst *Cluster) XXX_Merge(src proto.Message)

func (*Cluster) XXX_Size

func (m *Cluster) XXX_Size() int

func (*Cluster) XXX_Unmarshal

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

type ClusterCommon

type ClusterCommon struct {
	ClusterId                  *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Role                       *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	ServerIdUpperBound         *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=server_id_upper_bound,json=serverIdUpperBound,proto3" json:"server_id_upper_bound,omitempty"`
	AdvancedActions            *wrappers.StringValue `protobuf:"bytes,4,opt,name=advanced_actions,json=advancedActions,proto3" json:"advanced_actions,omitempty"`
	InitService                *wrappers.StringValue `protobuf:"bytes,5,opt,name=init_service,json=initService,proto3" json:"init_service,omitempty"`
	StartService               *wrappers.StringValue `protobuf:"bytes,6,opt,name=start_service,json=startService,proto3" json:"start_service,omitempty"`
	StopService                *wrappers.StringValue `protobuf:"bytes,7,opt,name=stop_service,json=stopService,proto3" json:"stop_service,omitempty"`
	ScaleOutService            *wrappers.StringValue `protobuf:"bytes,8,opt,name=scale_out_service,json=scaleOutService,proto3" json:"scale_out_service,omitempty"`
	ScaleInService             *wrappers.StringValue `protobuf:"bytes,9,opt,name=scale_in_service,json=scaleInService,proto3" json:"scale_in_service,omitempty"`
	RestartService             *wrappers.StringValue `protobuf:"bytes,10,opt,name=restart_service,json=restartService,proto3" json:"restart_service,omitempty"`
	DestroyService             *wrappers.StringValue `protobuf:"bytes,11,opt,name=destroy_service,json=destroyService,proto3" json:"destroy_service,omitempty"`
	UpgradeService             *wrappers.StringValue `protobuf:"bytes,12,opt,name=upgrade_service,json=upgradeService,proto3" json:"upgrade_service,omitempty"`
	CustomService              *wrappers.StringValue `protobuf:"bytes,13,opt,name=custom_service,json=customService,proto3" json:"custom_service,omitempty"`
	BackupService              *wrappers.StringValue `protobuf:"bytes,14,opt,name=backup_service,json=backupService,proto3" json:"backup_service,omitempty"`
	RestoreService             *wrappers.StringValue `protobuf:"bytes,15,opt,name=restore_service,json=restoreService,proto3" json:"restore_service,omitempty"`
	DeleteSnapshotService      *wrappers.StringValue `` /* 127-byte string literal not displayed */
	HealthCheck                *wrappers.StringValue `protobuf:"bytes,17,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	Monitor                    *wrappers.StringValue `protobuf:"bytes,18,opt,name=monitor,proto3" json:"monitor,omitempty"`
	Passphraseless             *wrappers.StringValue `protobuf:"bytes,19,opt,name=passphraseless,proto3" json:"passphraseless,omitempty"`
	VerticalScalingPolicy      *wrappers.StringValue `` /* 127-byte string literal not displayed */
	AgentInstalled             *wrappers.BoolValue   `protobuf:"bytes,21,opt,name=agent_installed,json=agentInstalled,proto3" json:"agent_installed,omitempty"`
	CustomMetadataScript       *wrappers.StringValue `protobuf:"bytes,22,opt,name=custom_metadata_script,json=customMetadataScript,proto3" json:"custom_metadata_script,omitempty"`
	ImageId                    *wrappers.StringValue `protobuf:"bytes,23,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
	BackupPolicy               *wrappers.StringValue `protobuf:"bytes,24,opt,name=backup_policy,json=backupPolicy,proto3" json:"backup_policy,omitempty"`
	IncrementalBackupSupported *wrappers.BoolValue   `` /* 142-byte string literal not displayed */
	Hypervisor                 *wrappers.StringValue `protobuf:"bytes,26,opt,name=hypervisor,proto3" json:"hypervisor,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}              `json:"-"`
	XXX_unrecognized           []byte                `json:"-"`
	XXX_sizecache              int32                 `json:"-"`
}

func (*ClusterCommon) Descriptor

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

func (*ClusterCommon) GetAdvancedActions

func (m *ClusterCommon) GetAdvancedActions() *wrappers.StringValue

func (*ClusterCommon) GetAgentInstalled

func (m *ClusterCommon) GetAgentInstalled() *wrappers.BoolValue

func (*ClusterCommon) GetBackupPolicy

func (m *ClusterCommon) GetBackupPolicy() *wrappers.StringValue

func (*ClusterCommon) GetBackupService

func (m *ClusterCommon) GetBackupService() *wrappers.StringValue

func (*ClusterCommon) GetClusterId

func (m *ClusterCommon) GetClusterId() *wrappers.StringValue

func (*ClusterCommon) GetCustomMetadataScript

func (m *ClusterCommon) GetCustomMetadataScript() *wrappers.StringValue

func (*ClusterCommon) GetCustomService

func (m *ClusterCommon) GetCustomService() *wrappers.StringValue

func (*ClusterCommon) GetDeleteSnapshotService

func (m *ClusterCommon) GetDeleteSnapshotService() *wrappers.StringValue

func (*ClusterCommon) GetDestroyService

func (m *ClusterCommon) GetDestroyService() *wrappers.StringValue

func (*ClusterCommon) GetHealthCheck

func (m *ClusterCommon) GetHealthCheck() *wrappers.StringValue

func (*ClusterCommon) GetHypervisor

func (m *ClusterCommon) GetHypervisor() *wrappers.StringValue

func (*ClusterCommon) GetImageId

func (m *ClusterCommon) GetImageId() *wrappers.StringValue

func (*ClusterCommon) GetIncrementalBackupSupported

func (m *ClusterCommon) GetIncrementalBackupSupported() *wrappers.BoolValue

func (*ClusterCommon) GetInitService

func (m *ClusterCommon) GetInitService() *wrappers.StringValue

func (*ClusterCommon) GetMonitor

func (m *ClusterCommon) GetMonitor() *wrappers.StringValue

func (*ClusterCommon) GetPassphraseless

func (m *ClusterCommon) GetPassphraseless() *wrappers.StringValue

func (*ClusterCommon) GetRestartService

func (m *ClusterCommon) GetRestartService() *wrappers.StringValue

func (*ClusterCommon) GetRestoreService

func (m *ClusterCommon) GetRestoreService() *wrappers.StringValue

func (*ClusterCommon) GetRole

func (m *ClusterCommon) GetRole() *wrappers.StringValue

func (*ClusterCommon) GetScaleInService

func (m *ClusterCommon) GetScaleInService() *wrappers.StringValue

func (*ClusterCommon) GetScaleOutService

func (m *ClusterCommon) GetScaleOutService() *wrappers.StringValue

func (*ClusterCommon) GetServerIdUpperBound

func (m *ClusterCommon) GetServerIdUpperBound() *wrappers.UInt32Value

func (*ClusterCommon) GetStartService

func (m *ClusterCommon) GetStartService() *wrappers.StringValue

func (*ClusterCommon) GetStopService

func (m *ClusterCommon) GetStopService() *wrappers.StringValue

func (*ClusterCommon) GetUpgradeService

func (m *ClusterCommon) GetUpgradeService() *wrappers.StringValue

func (*ClusterCommon) GetVerticalScalingPolicy

func (m *ClusterCommon) GetVerticalScalingPolicy() *wrappers.StringValue

func (*ClusterCommon) ProtoMessage

func (*ClusterCommon) ProtoMessage()

func (*ClusterCommon) Reset

func (m *ClusterCommon) Reset()

func (*ClusterCommon) String

func (m *ClusterCommon) String() string

func (*ClusterCommon) XXX_DiscardUnknown

func (m *ClusterCommon) XXX_DiscardUnknown()

func (*ClusterCommon) XXX_Marshal

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

func (*ClusterCommon) XXX_Merge

func (dst *ClusterCommon) XXX_Merge(src proto.Message)

func (*ClusterCommon) XXX_Size

func (m *ClusterCommon) XXX_Size() int

func (*ClusterCommon) XXX_Unmarshal

func (m *ClusterCommon) XXX_Unmarshal(b []byte) error
type ClusterLink struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ExternalClusterId    *wrappers.StringValue `protobuf:"bytes,3,opt,name=external_cluster_id,json=externalClusterId,proto3" json:"external_cluster_id,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ClusterLink) Descriptor

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

func (*ClusterLink) GetClusterId

func (m *ClusterLink) GetClusterId() *wrappers.StringValue

func (*ClusterLink) GetExternalClusterId

func (m *ClusterLink) GetExternalClusterId() *wrappers.StringValue

func (*ClusterLink) GetName

func (m *ClusterLink) GetName() *wrappers.StringValue

func (*ClusterLink) GetOwner

func (m *ClusterLink) GetOwner() *wrappers.StringValue

func (*ClusterLink) ProtoMessage

func (*ClusterLink) ProtoMessage()

func (*ClusterLink) Reset

func (m *ClusterLink) Reset()

func (*ClusterLink) String

func (m *ClusterLink) String() string

func (*ClusterLink) XXX_DiscardUnknown

func (m *ClusterLink) XXX_DiscardUnknown()

func (*ClusterLink) XXX_Marshal

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

func (*ClusterLink) XXX_Merge

func (dst *ClusterLink) XXX_Merge(src proto.Message)

func (*ClusterLink) XXX_Size

func (m *ClusterLink) XXX_Size() int

func (*ClusterLink) XXX_Unmarshal

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

type ClusterLoadbalancer

type ClusterLoadbalancer struct {
	ClusterId              *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Role                   *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	LoadbalancerListenerId *wrappers.StringValue `` /* 129-byte string literal not displayed */
	LoadbalancerPort       *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=loadbalancer_port,json=loadbalancerPort,proto3" json:"loadbalancer_port,omitempty"`
	LoadbalancerPolicyId   *wrappers.StringValue `protobuf:"bytes,5,opt,name=loadbalancer_policy_id,json=loadbalancerPolicyId,proto3" json:"loadbalancer_policy_id,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}              `json:"-"`
	XXX_unrecognized       []byte                `json:"-"`
	XXX_sizecache          int32                 `json:"-"`
}

func (*ClusterLoadbalancer) Descriptor

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

func (*ClusterLoadbalancer) GetClusterId

func (m *ClusterLoadbalancer) GetClusterId() *wrappers.StringValue

func (*ClusterLoadbalancer) GetLoadbalancerListenerId

func (m *ClusterLoadbalancer) GetLoadbalancerListenerId() *wrappers.StringValue

func (*ClusterLoadbalancer) GetLoadbalancerPolicyId

func (m *ClusterLoadbalancer) GetLoadbalancerPolicyId() *wrappers.StringValue

func (*ClusterLoadbalancer) GetLoadbalancerPort

func (m *ClusterLoadbalancer) GetLoadbalancerPort() *wrappers.UInt32Value

func (*ClusterLoadbalancer) GetRole

func (*ClusterLoadbalancer) ProtoMessage

func (*ClusterLoadbalancer) ProtoMessage()

func (*ClusterLoadbalancer) Reset

func (m *ClusterLoadbalancer) Reset()

func (*ClusterLoadbalancer) String

func (m *ClusterLoadbalancer) String() string

func (*ClusterLoadbalancer) XXX_DiscardUnknown

func (m *ClusterLoadbalancer) XXX_DiscardUnknown()

func (*ClusterLoadbalancer) XXX_Marshal

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

func (*ClusterLoadbalancer) XXX_Merge

func (dst *ClusterLoadbalancer) XXX_Merge(src proto.Message)

func (*ClusterLoadbalancer) XXX_Size

func (m *ClusterLoadbalancer) XXX_Size() int

func (*ClusterLoadbalancer) XXX_Unmarshal

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

type ClusterManagerClient

type ClusterManagerClient interface {
	AddNodeKeyPairs(ctx context.Context, in *AddNodeKeyPairsRequest, opts ...grpc.CallOption) (*AddNodeKeyPairsResponse, error)
	DeleteNodeKeyPairs(ctx context.Context, in *DeleteNodeKeyPairsRequest, opts ...grpc.CallOption) (*DeleteNodeKeyPairsResponse, error)
	CreateKeyPair(ctx context.Context, in *CreateKeyPairRequest, opts ...grpc.CallOption) (*CreateKeyPairResponse, error)
	DescribeKeyPairs(ctx context.Context, in *DescribeKeyPairsRequest, opts ...grpc.CallOption) (*DescribeKeyPairsResponse, error)
	DeleteKeyPairs(ctx context.Context, in *DeleteKeyPairsRequest, opts ...grpc.CallOption) (*DeleteKeyPairsResponse, error)
	AttachKeyPairs(ctx context.Context, in *AttachKeyPairsRequest, opts ...grpc.CallOption) (*AttachKeyPairsResponse, error)
	DetachKeyPairs(ctx context.Context, in *DetachKeyPairsRequest, opts ...grpc.CallOption) (*DetachKeyPairsResponse, error)
	DescribeSubnets(ctx context.Context, in *DescribeSubnetsRequest, opts ...grpc.CallOption) (*DescribeSubnetsResponse, error)
	CreateCluster(ctx context.Context, in *CreateClusterRequest, opts ...grpc.CallOption) (*CreateClusterResponse, error)
	ModifyCluster(ctx context.Context, in *ModifyClusterRequest, opts ...grpc.CallOption) (*ModifyClusterResponse, error)
	ModifyClusterNode(ctx context.Context, in *ModifyClusterNodeRequest, opts ...grpc.CallOption) (*ModifyClusterNodeResponse, error)
	ModifyClusterAttributes(ctx context.Context, in *ModifyClusterAttributesRequest, opts ...grpc.CallOption) (*ModifyClusterAttributesResponse, error)
	ModifyClusterNodeAttributes(ctx context.Context, in *ModifyClusterNodeAttributesRequest, opts ...grpc.CallOption) (*ModifyClusterNodeAttributesResponse, error)
	AddTableClusterNodes(ctx context.Context, in *AddTableClusterNodesRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	DeleteTableClusterNodes(ctx context.Context, in *DeleteTableClusterNodesRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	DeleteClusters(ctx context.Context, in *DeleteClustersRequest, opts ...grpc.CallOption) (*DeleteClustersResponse, error)
	UpgradeCluster(ctx context.Context, in *UpgradeClusterRequest, opts ...grpc.CallOption) (*UpgradeClusterResponse, error)
	RollbackCluster(ctx context.Context, in *RollbackClusterRequest, opts ...grpc.CallOption) (*RollbackClusterResponse, error)
	ResizeCluster(ctx context.Context, in *ResizeClusterRequest, opts ...grpc.CallOption) (*ResizeClusterResponse, error)
	AddClusterNodes(ctx context.Context, in *AddClusterNodesRequest, opts ...grpc.CallOption) (*AddClusterNodesResponse, error)
	DeleteClusterNodes(ctx context.Context, in *DeleteClusterNodesRequest, opts ...grpc.CallOption) (*DeleteClusterNodesResponse, error)
	UpdateClusterEnv(ctx context.Context, in *UpdateClusterEnvRequest, opts ...grpc.CallOption) (*UpdateClusterEnvResponse, error)
	DescribeClusters(ctx context.Context, in *DescribeClustersRequest, opts ...grpc.CallOption) (*DescribeClustersResponse, error)
	DescribeClusterNodes(ctx context.Context, in *DescribeClusterNodesRequest, opts ...grpc.CallOption) (*DescribeClusterNodesResponse, error)
	StopClusters(ctx context.Context, in *StopClustersRequest, opts ...grpc.CallOption) (*StopClustersResponse, error)
	StartClusters(ctx context.Context, in *StartClustersRequest, opts ...grpc.CallOption) (*StartClustersResponse, error)
	RecoverClusters(ctx context.Context, in *RecoverClustersRequest, opts ...grpc.CallOption) (*RecoverClustersResponse, error)
	CeaseClusters(ctx context.Context, in *CeaseClustersRequest, opts ...grpc.CallOption) (*CeaseClustersResponse, error)
	GetClusterStatistics(ctx context.Context, in *GetClusterStatisticsRequest, opts ...grpc.CallOption) (*GetClusterStatisticsResponse, error)
}

ClusterManagerClient is the client API for ClusterManager service.

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

func NewClusterManagerClient

func NewClusterManagerClient(cc *grpc.ClientConn) ClusterManagerClient

type ClusterManagerServer

type ClusterManagerServer interface {
	AddNodeKeyPairs(context.Context, *AddNodeKeyPairsRequest) (*AddNodeKeyPairsResponse, error)
	DeleteNodeKeyPairs(context.Context, *DeleteNodeKeyPairsRequest) (*DeleteNodeKeyPairsResponse, error)
	CreateKeyPair(context.Context, *CreateKeyPairRequest) (*CreateKeyPairResponse, error)
	DescribeKeyPairs(context.Context, *DescribeKeyPairsRequest) (*DescribeKeyPairsResponse, error)
	DeleteKeyPairs(context.Context, *DeleteKeyPairsRequest) (*DeleteKeyPairsResponse, error)
	AttachKeyPairs(context.Context, *AttachKeyPairsRequest) (*AttachKeyPairsResponse, error)
	DetachKeyPairs(context.Context, *DetachKeyPairsRequest) (*DetachKeyPairsResponse, error)
	DescribeSubnets(context.Context, *DescribeSubnetsRequest) (*DescribeSubnetsResponse, error)
	CreateCluster(context.Context, *CreateClusterRequest) (*CreateClusterResponse, error)
	ModifyCluster(context.Context, *ModifyClusterRequest) (*ModifyClusterResponse, error)
	ModifyClusterNode(context.Context, *ModifyClusterNodeRequest) (*ModifyClusterNodeResponse, error)
	ModifyClusterAttributes(context.Context, *ModifyClusterAttributesRequest) (*ModifyClusterAttributesResponse, error)
	ModifyClusterNodeAttributes(context.Context, *ModifyClusterNodeAttributesRequest) (*ModifyClusterNodeAttributesResponse, error)
	AddTableClusterNodes(context.Context, *AddTableClusterNodesRequest) (*empty.Empty, error)
	DeleteTableClusterNodes(context.Context, *DeleteTableClusterNodesRequest) (*empty.Empty, error)
	DeleteClusters(context.Context, *DeleteClustersRequest) (*DeleteClustersResponse, error)
	UpgradeCluster(context.Context, *UpgradeClusterRequest) (*UpgradeClusterResponse, error)
	RollbackCluster(context.Context, *RollbackClusterRequest) (*RollbackClusterResponse, error)
	ResizeCluster(context.Context, *ResizeClusterRequest) (*ResizeClusterResponse, error)
	AddClusterNodes(context.Context, *AddClusterNodesRequest) (*AddClusterNodesResponse, error)
	DeleteClusterNodes(context.Context, *DeleteClusterNodesRequest) (*DeleteClusterNodesResponse, error)
	UpdateClusterEnv(context.Context, *UpdateClusterEnvRequest) (*UpdateClusterEnvResponse, error)
	DescribeClusters(context.Context, *DescribeClustersRequest) (*DescribeClustersResponse, error)
	DescribeClusterNodes(context.Context, *DescribeClusterNodesRequest) (*DescribeClusterNodesResponse, error)
	StopClusters(context.Context, *StopClustersRequest) (*StopClustersResponse, error)
	StartClusters(context.Context, *StartClustersRequest) (*StartClustersResponse, error)
	RecoverClusters(context.Context, *RecoverClustersRequest) (*RecoverClustersResponse, error)
	CeaseClusters(context.Context, *CeaseClustersRequest) (*CeaseClustersResponse, error)
	GetClusterStatistics(context.Context, *GetClusterStatisticsRequest) (*GetClusterStatisticsResponse, error)
}

ClusterManagerServer is the server API for ClusterManager service.

type ClusterNode

type ClusterNode struct {
	NodeId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	ClusterId            *wrappers.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	InstanceId           *wrappers.StringValue `protobuf:"bytes,4,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	VolumeId             *wrappers.StringValue `protobuf:"bytes,5,opt,name=volume_id,json=volumeId,proto3" json:"volume_id,omitempty"`
	Device               *wrappers.StringValue `protobuf:"bytes,6,opt,name=device,proto3" json:"device,omitempty"`
	SubnetId             *wrappers.StringValue `protobuf:"bytes,7,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"`
	PrivateIp            *wrappers.StringValue `protobuf:"bytes,8,opt,name=private_ip,json=privateIp,proto3" json:"private_ip,omitempty"`
	Eip                  *wrappers.StringValue `protobuf:"bytes,9,opt,name=eip,proto3" json:"eip,omitempty"`
	ServerId             *wrappers.UInt32Value `protobuf:"bytes,10,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Role                 *wrappers.StringValue `protobuf:"bytes,11,opt,name=role,proto3" json:"role,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty"`
	TransitionStatus     *wrappers.StringValue `protobuf:"bytes,13,opt,name=transition_status,json=transitionStatus,proto3" json:"transition_status,omitempty"`
	GroupId              *wrappers.UInt32Value `protobuf:"bytes,14,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,15,opt,name=owner,proto3" json:"owner,omitempty"`
	GlobalServerId       *wrappers.UInt32Value `protobuf:"bytes,16,opt,name=global_server_id,json=globalServerId,proto3" json:"global_server_id,omitempty"`
	CustomMetadata       *wrappers.StringValue `protobuf:"bytes,17,opt,name=custom_metadata,json=customMetadata,proto3" json:"custom_metadata,omitempty"`
	PubKey               *wrappers.StringValue `protobuf:"bytes,18,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	HealthStatus         *wrappers.StringValue `protobuf:"bytes,19,opt,name=health_status,json=healthStatus,proto3" json:"health_status,omitempty"`
	IsBackup             *wrappers.BoolValue   `protobuf:"bytes,20,opt,name=is_backup,json=isBackup,proto3" json:"is_backup,omitempty"`
	AutoBackup           *wrappers.BoolValue   `protobuf:"bytes,21,opt,name=auto_backup,json=autoBackup,proto3" json:"auto_backup,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,22,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,23,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	ClusterRole          *ClusterRole          `protobuf:"bytes,24,opt,name=cluster_role,json=clusterRole,proto3" json:"cluster_role,omitempty"`
	ClusterCommon        *ClusterCommon        `protobuf:"bytes,25,opt,name=cluster_common,json=clusterCommon,proto3" json:"cluster_common,omitempty"`
	KeyPairId            []string              `protobuf:"bytes,26,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ClusterNode) Descriptor

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

func (*ClusterNode) GetAutoBackup

func (m *ClusterNode) GetAutoBackup() *wrappers.BoolValue

func (*ClusterNode) GetClusterCommon

func (m *ClusterNode) GetClusterCommon() *ClusterCommon

func (*ClusterNode) GetClusterId

func (m *ClusterNode) GetClusterId() *wrappers.StringValue

func (*ClusterNode) GetClusterRole

func (m *ClusterNode) GetClusterRole() *ClusterRole

func (*ClusterNode) GetCreateTime

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

func (*ClusterNode) GetCustomMetadata

func (m *ClusterNode) GetCustomMetadata() *wrappers.StringValue

func (*ClusterNode) GetDevice

func (m *ClusterNode) GetDevice() *wrappers.StringValue

func (*ClusterNode) GetEip added in v0.1.7

func (m *ClusterNode) GetEip() *wrappers.StringValue

func (*ClusterNode) GetGlobalServerId

func (m *ClusterNode) GetGlobalServerId() *wrappers.UInt32Value

func (*ClusterNode) GetGroupId

func (m *ClusterNode) GetGroupId() *wrappers.UInt32Value

func (*ClusterNode) GetHealthStatus

func (m *ClusterNode) GetHealthStatus() *wrappers.StringValue

func (*ClusterNode) GetInstanceId

func (m *ClusterNode) GetInstanceId() *wrappers.StringValue

func (*ClusterNode) GetIsBackup

func (m *ClusterNode) GetIsBackup() *wrappers.BoolValue

func (*ClusterNode) GetKeyPairId added in v0.1.8

func (m *ClusterNode) GetKeyPairId() []string

func (*ClusterNode) GetName

func (m *ClusterNode) GetName() *wrappers.StringValue

func (*ClusterNode) GetNodeId

func (m *ClusterNode) GetNodeId() *wrappers.StringValue

func (*ClusterNode) GetOwner

func (m *ClusterNode) GetOwner() *wrappers.StringValue

func (*ClusterNode) GetPrivateIp

func (m *ClusterNode) GetPrivateIp() *wrappers.StringValue

func (*ClusterNode) GetPubKey

func (m *ClusterNode) GetPubKey() *wrappers.StringValue

func (*ClusterNode) GetRole

func (m *ClusterNode) GetRole() *wrappers.StringValue

func (*ClusterNode) GetServerId

func (m *ClusterNode) GetServerId() *wrappers.UInt32Value

func (*ClusterNode) GetStatus

func (m *ClusterNode) GetStatus() *wrappers.StringValue

func (*ClusterNode) GetStatusTime

func (m *ClusterNode) GetStatusTime() *timestamp.Timestamp

func (*ClusterNode) GetSubnetId

func (m *ClusterNode) GetSubnetId() *wrappers.StringValue

func (*ClusterNode) GetTransitionStatus

func (m *ClusterNode) GetTransitionStatus() *wrappers.StringValue

func (*ClusterNode) GetVolumeId

func (m *ClusterNode) GetVolumeId() *wrappers.StringValue

func (*ClusterNode) ProtoMessage

func (*ClusterNode) ProtoMessage()

func (*ClusterNode) Reset

func (m *ClusterNode) Reset()

func (*ClusterNode) String

func (m *ClusterNode) String() string

func (*ClusterNode) XXX_DiscardUnknown

func (m *ClusterNode) XXX_DiscardUnknown()

func (*ClusterNode) XXX_Marshal

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

func (*ClusterNode) XXX_Merge

func (dst *ClusterNode) XXX_Merge(src proto.Message)

func (*ClusterNode) XXX_Size

func (m *ClusterNode) XXX_Size() int

func (*ClusterNode) XXX_Unmarshal

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

type ClusterRole

type ClusterRole struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Role                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	Cpu                  *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Gpu                  *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=gpu,proto3" json:"gpu,omitempty"`
	Memory               *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=memory,proto3" json:"memory,omitempty"`
	InstanceSize         *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=instance_size,json=instanceSize,proto3" json:"instance_size,omitempty"`
	StorageSize          *wrappers.UInt32Value `protobuf:"bytes,7,opt,name=storage_size,json=storageSize,proto3" json:"storage_size,omitempty"`
	MountPoint           *wrappers.StringValue `protobuf:"bytes,8,opt,name=mount_point,json=mountPoint,proto3" json:"mount_point,omitempty"`
	MountOptions         *wrappers.StringValue `protobuf:"bytes,9,opt,name=mount_options,json=mountOptions,proto3" json:"mount_options,omitempty"`
	FileSystem           *wrappers.StringValue `protobuf:"bytes,10,opt,name=file_system,json=fileSystem,proto3" json:"file_system,omitempty"`
	Env                  *wrappers.StringValue `protobuf:"bytes,11,opt,name=env,proto3" json:"env,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ClusterRole) Descriptor

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

func (*ClusterRole) GetClusterId

func (m *ClusterRole) GetClusterId() *wrappers.StringValue

func (*ClusterRole) GetCpu

func (m *ClusterRole) GetCpu() *wrappers.UInt32Value

func (*ClusterRole) GetEnv

func (m *ClusterRole) GetEnv() *wrappers.StringValue

func (*ClusterRole) GetFileSystem

func (m *ClusterRole) GetFileSystem() *wrappers.StringValue

func (*ClusterRole) GetGpu

func (m *ClusterRole) GetGpu() *wrappers.UInt32Value

func (*ClusterRole) GetInstanceSize

func (m *ClusterRole) GetInstanceSize() *wrappers.UInt32Value

func (*ClusterRole) GetMemory

func (m *ClusterRole) GetMemory() *wrappers.UInt32Value

func (*ClusterRole) GetMountOptions

func (m *ClusterRole) GetMountOptions() *wrappers.StringValue

func (*ClusterRole) GetMountPoint

func (m *ClusterRole) GetMountPoint() *wrappers.StringValue

func (*ClusterRole) GetRole

func (m *ClusterRole) GetRole() *wrappers.StringValue

func (*ClusterRole) GetStorageSize

func (m *ClusterRole) GetStorageSize() *wrappers.UInt32Value

func (*ClusterRole) ProtoMessage

func (*ClusterRole) ProtoMessage()

func (*ClusterRole) Reset

func (m *ClusterRole) Reset()

func (*ClusterRole) String

func (m *ClusterRole) String() string

func (*ClusterRole) XXX_DiscardUnknown

func (m *ClusterRole) XXX_DiscardUnknown()

func (*ClusterRole) XXX_Marshal

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

func (*ClusterRole) XXX_Merge

func (dst *ClusterRole) XXX_Merge(src proto.Message)

func (*ClusterRole) XXX_Size

func (m *ClusterRole) XXX_Size() int

func (*ClusterRole) XXX_Unmarshal

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

type CreateAppRequest

type CreateAppRequest struct {
	Name                 *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RepoId               *wrappers.StringValue `protobuf:"bytes,2,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	ChartName            *wrappers.StringValue `protobuf:"bytes,4,opt,name=chart_name,json=chartName,proto3" json:"chart_name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Home                 *wrappers.StringValue `protobuf:"bytes,7,opt,name=home,proto3" json:"home,omitempty"`
	Icon                 *wrappers.StringValue `protobuf:"bytes,8,opt,name=icon,proto3" json:"icon,omitempty"`
	Screenshots          *wrappers.StringValue `protobuf:"bytes,9,opt,name=screenshots,proto3" json:"screenshots,omitempty"`
	Maintainers          *wrappers.StringValue `protobuf:"bytes,10,opt,name=maintainers,proto3" json:"maintainers,omitempty"`
	Sources              *wrappers.StringValue `protobuf:"bytes,11,opt,name=sources,proto3" json:"sources,omitempty"`
	Readme               *wrappers.StringValue `protobuf:"bytes,12,opt,name=readme,proto3" json:"readme,omitempty"`
	CategoryId           *wrappers.StringValue `protobuf:"bytes,13,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Keywords             *wrappers.StringValue `protobuf:"bytes,14,opt,name=keywords,proto3" json:"keywords,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateAppRequest) Descriptor

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

func (*CreateAppRequest) GetCategoryId

func (m *CreateAppRequest) GetCategoryId() *wrappers.StringValue

func (*CreateAppRequest) GetChartName

func (m *CreateAppRequest) GetChartName() *wrappers.StringValue

func (*CreateAppRequest) GetDescription

func (m *CreateAppRequest) GetDescription() *wrappers.StringValue

func (*CreateAppRequest) GetHome

func (m *CreateAppRequest) GetHome() *wrappers.StringValue

func (*CreateAppRequest) GetIcon

func (m *CreateAppRequest) GetIcon() *wrappers.StringValue

func (*CreateAppRequest) GetKeywords

func (m *CreateAppRequest) GetKeywords() *wrappers.StringValue

func (*CreateAppRequest) GetMaintainers

func (m *CreateAppRequest) GetMaintainers() *wrappers.StringValue

func (*CreateAppRequest) GetName

func (m *CreateAppRequest) GetName() *wrappers.StringValue

func (*CreateAppRequest) GetOwner

func (m *CreateAppRequest) GetOwner() *wrappers.StringValue

func (*CreateAppRequest) GetReadme

func (m *CreateAppRequest) GetReadme() *wrappers.StringValue

func (*CreateAppRequest) GetRepoId

func (m *CreateAppRequest) GetRepoId() *wrappers.StringValue

func (*CreateAppRequest) GetScreenshots

func (m *CreateAppRequest) GetScreenshots() *wrappers.StringValue

func (*CreateAppRequest) GetSources

func (m *CreateAppRequest) GetSources() *wrappers.StringValue

func (*CreateAppRequest) ProtoMessage

func (*CreateAppRequest) ProtoMessage()

func (*CreateAppRequest) Reset

func (m *CreateAppRequest) Reset()

func (*CreateAppRequest) String

func (m *CreateAppRequest) String() string

func (*CreateAppRequest) XXX_DiscardUnknown

func (m *CreateAppRequest) XXX_DiscardUnknown()

func (*CreateAppRequest) XXX_Marshal

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

func (*CreateAppRequest) XXX_Merge

func (dst *CreateAppRequest) XXX_Merge(src proto.Message)

func (*CreateAppRequest) XXX_Size

func (m *CreateAppRequest) XXX_Size() int

func (*CreateAppRequest) XXX_Unmarshal

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

type CreateAppResponse

type CreateAppResponse struct {
	AppId                *wrappers.StringValue `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 (*CreateAppResponse) Descriptor

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

func (*CreateAppResponse) GetAppId

func (m *CreateAppResponse) GetAppId() *wrappers.StringValue

func (*CreateAppResponse) ProtoMessage

func (*CreateAppResponse) ProtoMessage()

func (*CreateAppResponse) Reset

func (m *CreateAppResponse) Reset()

func (*CreateAppResponse) String

func (m *CreateAppResponse) String() string

func (*CreateAppResponse) XXX_DiscardUnknown

func (m *CreateAppResponse) XXX_DiscardUnknown()

func (*CreateAppResponse) XXX_Marshal

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

func (*CreateAppResponse) XXX_Merge

func (dst *CreateAppResponse) XXX_Merge(src proto.Message)

func (*CreateAppResponse) XXX_Size

func (m *CreateAppResponse) XXX_Size() int

func (*CreateAppResponse) XXX_Unmarshal

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

type CreateAppVersionRequest

type CreateAppVersionRequest struct {
	AppId                *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	PackageName          *wrappers.StringValue `protobuf:"bytes,4,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Sequence             *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=sequence,proto3" json:"sequence,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateAppVersionRequest) Descriptor

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

func (*CreateAppVersionRequest) GetAppId

func (*CreateAppVersionRequest) GetDescription

func (m *CreateAppVersionRequest) GetDescription() *wrappers.StringValue

func (*CreateAppVersionRequest) GetName

func (*CreateAppVersionRequest) GetOwner

func (*CreateAppVersionRequest) GetPackageName

func (m *CreateAppVersionRequest) GetPackageName() *wrappers.StringValue

func (*CreateAppVersionRequest) GetSequence

func (m *CreateAppVersionRequest) GetSequence() *wrappers.UInt32Value

func (*CreateAppVersionRequest) ProtoMessage

func (*CreateAppVersionRequest) ProtoMessage()

func (*CreateAppVersionRequest) Reset

func (m *CreateAppVersionRequest) Reset()

func (*CreateAppVersionRequest) String

func (m *CreateAppVersionRequest) String() string

func (*CreateAppVersionRequest) XXX_DiscardUnknown

func (m *CreateAppVersionRequest) XXX_DiscardUnknown()

func (*CreateAppVersionRequest) XXX_Marshal

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

func (*CreateAppVersionRequest) XXX_Merge

func (dst *CreateAppVersionRequest) XXX_Merge(src proto.Message)

func (*CreateAppVersionRequest) XXX_Size

func (m *CreateAppVersionRequest) XXX_Size() int

func (*CreateAppVersionRequest) XXX_Unmarshal

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

type CreateAppVersionResponse

type CreateAppVersionResponse struct {
	VersionId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateAppVersionResponse) Descriptor

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

func (*CreateAppVersionResponse) GetVersionId

func (m *CreateAppVersionResponse) GetVersionId() *wrappers.StringValue

func (*CreateAppVersionResponse) ProtoMessage

func (*CreateAppVersionResponse) ProtoMessage()

func (*CreateAppVersionResponse) Reset

func (m *CreateAppVersionResponse) Reset()

func (*CreateAppVersionResponse) String

func (m *CreateAppVersionResponse) String() string

func (*CreateAppVersionResponse) XXX_DiscardUnknown

func (m *CreateAppVersionResponse) XXX_DiscardUnknown()

func (*CreateAppVersionResponse) XXX_Marshal

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

func (*CreateAppVersionResponse) XXX_Merge

func (dst *CreateAppVersionResponse) XXX_Merge(src proto.Message)

func (*CreateAppVersionResponse) XXX_Size

func (m *CreateAppVersionResponse) XXX_Size() int

func (*CreateAppVersionResponse) XXX_Unmarshal

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

type CreateCategoryRequest

type CreateCategoryRequest struct {
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Locale               *wrappers.StringValue `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateCategoryRequest) Descriptor

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

func (*CreateCategoryRequest) GetDescription added in v0.1.5

func (m *CreateCategoryRequest) GetDescription() *wrappers.StringValue

func (*CreateCategoryRequest) GetLocale

func (m *CreateCategoryRequest) GetLocale() *wrappers.StringValue

func (*CreateCategoryRequest) GetName

func (*CreateCategoryRequest) ProtoMessage

func (*CreateCategoryRequest) ProtoMessage()

func (*CreateCategoryRequest) Reset

func (m *CreateCategoryRequest) Reset()

func (*CreateCategoryRequest) String

func (m *CreateCategoryRequest) String() string

func (*CreateCategoryRequest) XXX_DiscardUnknown

func (m *CreateCategoryRequest) XXX_DiscardUnknown()

func (*CreateCategoryRequest) XXX_Marshal

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

func (*CreateCategoryRequest) XXX_Merge

func (dst *CreateCategoryRequest) XXX_Merge(src proto.Message)

func (*CreateCategoryRequest) XXX_Size

func (m *CreateCategoryRequest) XXX_Size() int

func (*CreateCategoryRequest) XXX_Unmarshal

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

type CreateCategoryResponse

type CreateCategoryResponse struct {
	CategoryId           *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateCategoryResponse) Descriptor

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

func (*CreateCategoryResponse) GetCategoryId

func (m *CreateCategoryResponse) GetCategoryId() *wrappers.StringValue

func (*CreateCategoryResponse) ProtoMessage

func (*CreateCategoryResponse) ProtoMessage()

func (*CreateCategoryResponse) Reset

func (m *CreateCategoryResponse) Reset()

func (*CreateCategoryResponse) String

func (m *CreateCategoryResponse) String() string

func (*CreateCategoryResponse) XXX_DiscardUnknown

func (m *CreateCategoryResponse) XXX_DiscardUnknown()

func (*CreateCategoryResponse) XXX_Marshal

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

func (*CreateCategoryResponse) XXX_Merge

func (dst *CreateCategoryResponse) XXX_Merge(src proto.Message)

func (*CreateCategoryResponse) XXX_Size

func (m *CreateCategoryResponse) XXX_Size() int

func (*CreateCategoryResponse) XXX_Unmarshal

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

type CreateClusterRequest

type CreateClusterRequest struct {
	AppId                *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	VersionId            *wrappers.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	RuntimeId            *wrappers.StringValue `protobuf:"bytes,3,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	Conf                 *wrappers.StringValue `protobuf:"bytes,4,opt,name=conf,proto3" json:"conf,omitempty"`
	AdvancedParam        []string              `protobuf:"bytes,5,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateClusterRequest) Descriptor

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

func (*CreateClusterRequest) GetAdvancedParam

func (m *CreateClusterRequest) GetAdvancedParam() []string

func (*CreateClusterRequest) GetAppId

func (m *CreateClusterRequest) GetAppId() *wrappers.StringValue

func (*CreateClusterRequest) GetConf

func (*CreateClusterRequest) GetRuntimeId

func (m *CreateClusterRequest) GetRuntimeId() *wrappers.StringValue

func (*CreateClusterRequest) GetVersionId

func (m *CreateClusterRequest) GetVersionId() *wrappers.StringValue

func (*CreateClusterRequest) ProtoMessage

func (*CreateClusterRequest) ProtoMessage()

func (*CreateClusterRequest) Reset

func (m *CreateClusterRequest) Reset()

func (*CreateClusterRequest) String

func (m *CreateClusterRequest) String() string

func (*CreateClusterRequest) XXX_DiscardUnknown

func (m *CreateClusterRequest) XXX_DiscardUnknown()

func (*CreateClusterRequest) XXX_Marshal

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

func (*CreateClusterRequest) XXX_Merge

func (dst *CreateClusterRequest) XXX_Merge(src proto.Message)

func (*CreateClusterRequest) XXX_Size

func (m *CreateClusterRequest) XXX_Size() int

func (*CreateClusterRequest) XXX_Unmarshal

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

type CreateClusterResponse

type CreateClusterResponse struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateClusterResponse) Descriptor

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

func (*CreateClusterResponse) GetClusterId

func (m *CreateClusterResponse) GetClusterId() *wrappers.StringValue

func (*CreateClusterResponse) GetJobId

func (*CreateClusterResponse) ProtoMessage

func (*CreateClusterResponse) ProtoMessage()

func (*CreateClusterResponse) Reset

func (m *CreateClusterResponse) Reset()

func (*CreateClusterResponse) String

func (m *CreateClusterResponse) String() string

func (*CreateClusterResponse) XXX_DiscardUnknown

func (m *CreateClusterResponse) XXX_DiscardUnknown()

func (*CreateClusterResponse) XXX_Marshal

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

func (*CreateClusterResponse) XXX_Merge

func (dst *CreateClusterResponse) XXX_Merge(src proto.Message)

func (*CreateClusterResponse) XXX_Size

func (m *CreateClusterResponse) XXX_Size() int

func (*CreateClusterResponse) XXX_Unmarshal

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

type CreateJobRequest

type CreateJobRequest struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AppId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	VersionId            *wrappers.StringValue `protobuf:"bytes,3,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	JobAction            *wrappers.StringValue `protobuf:"bytes,4,opt,name=job_action,json=jobAction,proto3" json:"job_action,omitempty"`
	Provider             *wrappers.StringValue `protobuf:"bytes,5,opt,name=provider,proto3" json:"provider,omitempty"`
	Directive            *wrappers.StringValue `protobuf:"bytes,6,opt,name=directive,proto3" json:"directive,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateJobRequest) Descriptor

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

func (*CreateJobRequest) GetAppId

func (m *CreateJobRequest) GetAppId() *wrappers.StringValue

func (*CreateJobRequest) GetClusterId

func (m *CreateJobRequest) GetClusterId() *wrappers.StringValue

func (*CreateJobRequest) GetDirective

func (m *CreateJobRequest) GetDirective() *wrappers.StringValue

func (*CreateJobRequest) GetJobAction

func (m *CreateJobRequest) GetJobAction() *wrappers.StringValue

func (*CreateJobRequest) GetProvider

func (m *CreateJobRequest) GetProvider() *wrappers.StringValue

func (*CreateJobRequest) GetVersionId

func (m *CreateJobRequest) GetVersionId() *wrappers.StringValue

func (*CreateJobRequest) ProtoMessage

func (*CreateJobRequest) ProtoMessage()

func (*CreateJobRequest) Reset

func (m *CreateJobRequest) Reset()

func (*CreateJobRequest) String

func (m *CreateJobRequest) String() string

func (*CreateJobRequest) XXX_DiscardUnknown

func (m *CreateJobRequest) XXX_DiscardUnknown()

func (*CreateJobRequest) XXX_Marshal

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

func (*CreateJobRequest) XXX_Merge

func (dst *CreateJobRequest) XXX_Merge(src proto.Message)

func (*CreateJobRequest) XXX_Size

func (m *CreateJobRequest) XXX_Size() int

func (*CreateJobRequest) XXX_Unmarshal

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

type CreateJobResponse

type CreateJobResponse struct {
	JobId                *wrappers.StringValue `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	ClusterId            *wrappers.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AppId                *wrappers.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	VersionId            *wrappers.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateJobResponse) Descriptor

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

func (*CreateJobResponse) GetAppId

func (m *CreateJobResponse) GetAppId() *wrappers.StringValue

func (*CreateJobResponse) GetClusterId

func (m *CreateJobResponse) GetClusterId() *wrappers.StringValue

func (*CreateJobResponse) GetJobId

func (m *CreateJobResponse) GetJobId() *wrappers.StringValue

func (*CreateJobResponse) GetVersionId

func (m *CreateJobResponse) GetVersionId() *wrappers.StringValue

func (*CreateJobResponse) ProtoMessage

func (*CreateJobResponse) ProtoMessage()

func (*CreateJobResponse) Reset

func (m *CreateJobResponse) Reset()

func (*CreateJobResponse) String

func (m *CreateJobResponse) String() string

func (*CreateJobResponse) XXX_DiscardUnknown

func (m *CreateJobResponse) XXX_DiscardUnknown()

func (*CreateJobResponse) XXX_Marshal

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

func (*CreateJobResponse) XXX_Merge

func (dst *CreateJobResponse) XXX_Merge(src proto.Message)

func (*CreateJobResponse) XXX_Size

func (m *CreateJobResponse) XXX_Size() int

func (*CreateJobResponse) XXX_Unmarshal

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

type CreateKeyPairRequest added in v0.1.7

type CreateKeyPairRequest struct {
	Name                 *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	PubKey               *wrappers.StringValue `protobuf:"bytes,3,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateKeyPairRequest) Descriptor added in v0.1.7

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

func (*CreateKeyPairRequest) GetDescription added in v0.1.7

func (m *CreateKeyPairRequest) GetDescription() *wrappers.StringValue

func (*CreateKeyPairRequest) GetName added in v0.1.7

func (*CreateKeyPairRequest) GetPubKey added in v0.1.7

func (m *CreateKeyPairRequest) GetPubKey() *wrappers.StringValue

func (*CreateKeyPairRequest) ProtoMessage added in v0.1.7

func (*CreateKeyPairRequest) ProtoMessage()

func (*CreateKeyPairRequest) Reset added in v0.1.7

func (m *CreateKeyPairRequest) Reset()

func (*CreateKeyPairRequest) String added in v0.1.7

func (m *CreateKeyPairRequest) String() string

func (*CreateKeyPairRequest) XXX_DiscardUnknown added in v0.1.7

func (m *CreateKeyPairRequest) XXX_DiscardUnknown()

func (*CreateKeyPairRequest) XXX_Marshal added in v0.1.7

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

func (*CreateKeyPairRequest) XXX_Merge added in v0.1.7

func (dst *CreateKeyPairRequest) XXX_Merge(src proto.Message)

func (*CreateKeyPairRequest) XXX_Size added in v0.1.7

func (m *CreateKeyPairRequest) XXX_Size() int

func (*CreateKeyPairRequest) XXX_Unmarshal added in v0.1.7

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

type CreateKeyPairResponse added in v0.1.7

type CreateKeyPairResponse struct {
	KeyPairId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateKeyPairResponse) Descriptor added in v0.1.7

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

func (*CreateKeyPairResponse) GetKeyPairId added in v0.1.7

func (m *CreateKeyPairResponse) GetKeyPairId() *wrappers.StringValue

func (*CreateKeyPairResponse) ProtoMessage added in v0.1.7

func (*CreateKeyPairResponse) ProtoMessage()

func (*CreateKeyPairResponse) Reset added in v0.1.7

func (m *CreateKeyPairResponse) Reset()

func (*CreateKeyPairResponse) String added in v0.1.7

func (m *CreateKeyPairResponse) String() string

func (*CreateKeyPairResponse) XXX_DiscardUnknown added in v0.1.7

func (m *CreateKeyPairResponse) XXX_DiscardUnknown()

func (*CreateKeyPairResponse) XXX_Marshal added in v0.1.7

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

func (*CreateKeyPairResponse) XXX_Merge added in v0.1.7

func (dst *CreateKeyPairResponse) XXX_Merge(src proto.Message)

func (*CreateKeyPairResponse) XXX_Size added in v0.1.7

func (m *CreateKeyPairResponse) XXX_Size() int

func (*CreateKeyPairResponse) XXX_Unmarshal added in v0.1.7

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

type CreateRepoRequest

type CreateRepoRequest struct {
	Name                 *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Type                 *wrappers.StringValue `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Url                  *wrappers.StringValue `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	Credential           *wrappers.StringValue `protobuf:"bytes,5,opt,name=credential,proto3" json:"credential,omitempty"`
	Visibility           *wrappers.StringValue `protobuf:"bytes,6,opt,name=visibility,proto3" json:"visibility,omitempty"`
	Providers            []string              `protobuf:"bytes,7,rep,name=providers,proto3" json:"providers,omitempty"`
	Labels               []*RepoLabel          `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels,omitempty"`
	Selectors            []*RepoSelector       `protobuf:"bytes,9,rep,name=selectors,proto3" json:"selectors,omitempty"`
	CategoryId           *wrappers.StringValue `protobuf:"bytes,10,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateRepoRequest) Descriptor

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

func (*CreateRepoRequest) GetCategoryId

func (m *CreateRepoRequest) GetCategoryId() *wrappers.StringValue

func (*CreateRepoRequest) GetCredential

func (m *CreateRepoRequest) GetCredential() *wrappers.StringValue

func (*CreateRepoRequest) GetDescription

func (m *CreateRepoRequest) GetDescription() *wrappers.StringValue

func (*CreateRepoRequest) GetLabels

func (m *CreateRepoRequest) GetLabels() []*RepoLabel

func (*CreateRepoRequest) GetName

func (m *CreateRepoRequest) GetName() *wrappers.StringValue

func (*CreateRepoRequest) GetProviders

func (m *CreateRepoRequest) GetProviders() []string

func (*CreateRepoRequest) GetSelectors

func (m *CreateRepoRequest) GetSelectors() []*RepoSelector

func (*CreateRepoRequest) GetType

func (m *CreateRepoRequest) GetType() *wrappers.StringValue

func (*CreateRepoRequest) GetUrl

func (m *CreateRepoRequest) GetUrl() *wrappers.StringValue

func (*CreateRepoRequest) GetVisibility

func (m *CreateRepoRequest) GetVisibility() *wrappers.StringValue

func (*CreateRepoRequest) ProtoMessage

func (*CreateRepoRequest) ProtoMessage()

func (*CreateRepoRequest) Reset

func (m *CreateRepoRequest) Reset()

func (*CreateRepoRequest) String

func (m *CreateRepoRequest) String() string

func (*CreateRepoRequest) XXX_DiscardUnknown

func (m *CreateRepoRequest) XXX_DiscardUnknown()

func (*CreateRepoRequest) XXX_Marshal

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

func (*CreateRepoRequest) XXX_Merge

func (dst *CreateRepoRequest) XXX_Merge(src proto.Message)

func (*CreateRepoRequest) XXX_Size

func (m *CreateRepoRequest) XXX_Size() int

func (*CreateRepoRequest) XXX_Unmarshal

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

type CreateRepoResponse

type CreateRepoResponse struct {
	RepoId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateRepoResponse) Descriptor

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

func (*CreateRepoResponse) GetRepoId

func (m *CreateRepoResponse) GetRepoId() *wrappers.StringValue

func (*CreateRepoResponse) ProtoMessage

func (*CreateRepoResponse) ProtoMessage()

func (*CreateRepoResponse) Reset

func (m *CreateRepoResponse) Reset()

func (*CreateRepoResponse) String

func (m *CreateRepoResponse) String() string

func (*CreateRepoResponse) XXX_DiscardUnknown

func (m *CreateRepoResponse) XXX_DiscardUnknown()

func (*CreateRepoResponse) XXX_Marshal

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

func (*CreateRepoResponse) XXX_Merge

func (dst *CreateRepoResponse) XXX_Merge(src proto.Message)

func (*CreateRepoResponse) XXX_Size

func (m *CreateRepoResponse) XXX_Size() int

func (*CreateRepoResponse) XXX_Unmarshal

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

type CreateRuntimeRequest

type CreateRuntimeRequest struct {
	Name                 *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Provider             *wrappers.StringValue `protobuf:"bytes,4,opt,name=provider,proto3" json:"provider,omitempty"`
	RuntimeUrl           *wrappers.StringValue `protobuf:"bytes,5,opt,name=runtime_url,json=runtimeUrl,proto3" json:"runtime_url,omitempty"`
	Zone                 *wrappers.StringValue `protobuf:"bytes,6,opt,name=zone,proto3" json:"zone,omitempty"`
	RuntimeCredential    *wrappers.StringValue `protobuf:"bytes,7,opt,name=runtime_credential,json=runtimeCredential,proto3" json:"runtime_credential,omitempty"`
	Labels               *wrappers.StringValue `protobuf:"bytes,8,opt,name=labels,proto3" json:"labels,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateRuntimeRequest) Descriptor

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

func (*CreateRuntimeRequest) GetDescription

func (m *CreateRuntimeRequest) GetDescription() *wrappers.StringValue

func (*CreateRuntimeRequest) GetLabels

func (m *CreateRuntimeRequest) GetLabels() *wrappers.StringValue

func (*CreateRuntimeRequest) GetName

func (*CreateRuntimeRequest) GetProvider

func (m *CreateRuntimeRequest) GetProvider() *wrappers.StringValue

func (*CreateRuntimeRequest) GetRuntimeCredential

func (m *CreateRuntimeRequest) GetRuntimeCredential() *wrappers.StringValue

func (*CreateRuntimeRequest) GetRuntimeUrl

func (m *CreateRuntimeRequest) GetRuntimeUrl() *wrappers.StringValue

func (*CreateRuntimeRequest) GetZone

func (*CreateRuntimeRequest) ProtoMessage

func (*CreateRuntimeRequest) ProtoMessage()

func (*CreateRuntimeRequest) Reset

func (m *CreateRuntimeRequest) Reset()

func (*CreateRuntimeRequest) String

func (m *CreateRuntimeRequest) String() string

func (*CreateRuntimeRequest) XXX_DiscardUnknown

func (m *CreateRuntimeRequest) XXX_DiscardUnknown()

func (*CreateRuntimeRequest) XXX_Marshal

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

func (*CreateRuntimeRequest) XXX_Merge

func (dst *CreateRuntimeRequest) XXX_Merge(src proto.Message)

func (*CreateRuntimeRequest) XXX_Size

func (m *CreateRuntimeRequest) XXX_Size() int

func (*CreateRuntimeRequest) XXX_Unmarshal

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

type CreateRuntimeResponse

type CreateRuntimeResponse struct {
	RuntimeId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateRuntimeResponse) Descriptor

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

func (*CreateRuntimeResponse) GetRuntimeId

func (m *CreateRuntimeResponse) GetRuntimeId() *wrappers.StringValue

func (*CreateRuntimeResponse) ProtoMessage

func (*CreateRuntimeResponse) ProtoMessage()

func (*CreateRuntimeResponse) Reset

func (m *CreateRuntimeResponse) Reset()

func (*CreateRuntimeResponse) String

func (m *CreateRuntimeResponse) String() string

func (*CreateRuntimeResponse) XXX_DiscardUnknown

func (m *CreateRuntimeResponse) XXX_DiscardUnknown()

func (*CreateRuntimeResponse) XXX_Marshal

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

func (*CreateRuntimeResponse) XXX_Merge

func (dst *CreateRuntimeResponse) XXX_Merge(src proto.Message)

func (*CreateRuntimeResponse) XXX_Size

func (m *CreateRuntimeResponse) XXX_Size() int

func (*CreateRuntimeResponse) XXX_Unmarshal

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

type CreateTaskRequest

type CreateTaskRequest struct {
	JobId                *wrappers.StringValue `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	NodeId               *wrappers.StringValue `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Target               *wrappers.StringValue `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	TaskAction           *wrappers.StringValue `protobuf:"bytes,4,opt,name=task_action,json=taskAction,proto3" json:"task_action,omitempty"`
	Directive            *wrappers.StringValue `protobuf:"bytes,5,opt,name=directive,proto3" json:"directive,omitempty"`
	FailureAllowed       *wrappers.BoolValue   `protobuf:"bytes,6,opt,name=failure_allowed,json=failureAllowed,proto3" json:"failure_allowed,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateTaskRequest) Descriptor

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

func (*CreateTaskRequest) GetDirective

func (m *CreateTaskRequest) GetDirective() *wrappers.StringValue

func (*CreateTaskRequest) GetFailureAllowed

func (m *CreateTaskRequest) GetFailureAllowed() *wrappers.BoolValue

func (*CreateTaskRequest) GetJobId

func (m *CreateTaskRequest) GetJobId() *wrappers.StringValue

func (*CreateTaskRequest) GetNodeId

func (m *CreateTaskRequest) GetNodeId() *wrappers.StringValue

func (*CreateTaskRequest) GetStatus

func (m *CreateTaskRequest) GetStatus() *wrappers.StringValue

func (*CreateTaskRequest) GetTarget

func (m *CreateTaskRequest) GetTarget() *wrappers.StringValue

func (*CreateTaskRequest) GetTaskAction

func (m *CreateTaskRequest) GetTaskAction() *wrappers.StringValue

func (*CreateTaskRequest) ProtoMessage

func (*CreateTaskRequest) ProtoMessage()

func (*CreateTaskRequest) Reset

func (m *CreateTaskRequest) Reset()

func (*CreateTaskRequest) String

func (m *CreateTaskRequest) String() string

func (*CreateTaskRequest) XXX_DiscardUnknown

func (m *CreateTaskRequest) XXX_DiscardUnknown()

func (*CreateTaskRequest) XXX_Marshal

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

func (*CreateTaskRequest) XXX_Merge

func (dst *CreateTaskRequest) XXX_Merge(src proto.Message)

func (*CreateTaskRequest) XXX_Size

func (m *CreateTaskRequest) XXX_Size() int

func (*CreateTaskRequest) XXX_Unmarshal

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

type CreateTaskResponse

type CreateTaskResponse struct {
	TaskId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	JobId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CreateTaskResponse) Descriptor

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

func (*CreateTaskResponse) GetJobId

func (m *CreateTaskResponse) GetJobId() *wrappers.StringValue

func (*CreateTaskResponse) GetTaskId

func (m *CreateTaskResponse) GetTaskId() *wrappers.StringValue

func (*CreateTaskResponse) ProtoMessage

func (*CreateTaskResponse) ProtoMessage()

func (*CreateTaskResponse) Reset

func (m *CreateTaskResponse) Reset()

func (*CreateTaskResponse) String

func (m *CreateTaskResponse) String() string

func (*CreateTaskResponse) XXX_DiscardUnknown

func (m *CreateTaskResponse) XXX_DiscardUnknown()

func (*CreateTaskResponse) XXX_Marshal

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

func (*CreateTaskResponse) XXX_Merge

func (dst *CreateTaskResponse) XXX_Merge(src proto.Message)

func (*CreateTaskResponse) XXX_Size

func (m *CreateTaskResponse) XXX_Size() int

func (*CreateTaskResponse) XXX_Unmarshal

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

type DeleteAppVersionsRequest

type DeleteAppVersionsRequest struct {
	VersionId            []string `protobuf:"bytes,1,rep,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAppVersionsRequest) Descriptor

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

func (*DeleteAppVersionsRequest) GetVersionId

func (m *DeleteAppVersionsRequest) GetVersionId() []string

func (*DeleteAppVersionsRequest) ProtoMessage

func (*DeleteAppVersionsRequest) ProtoMessage()

func (*DeleteAppVersionsRequest) Reset

func (m *DeleteAppVersionsRequest) Reset()

func (*DeleteAppVersionsRequest) String

func (m *DeleteAppVersionsRequest) String() string

func (*DeleteAppVersionsRequest) XXX_DiscardUnknown

func (m *DeleteAppVersionsRequest) XXX_DiscardUnknown()

func (*DeleteAppVersionsRequest) XXX_Marshal

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

func (*DeleteAppVersionsRequest) XXX_Merge

func (dst *DeleteAppVersionsRequest) XXX_Merge(src proto.Message)

func (*DeleteAppVersionsRequest) XXX_Size

func (m *DeleteAppVersionsRequest) XXX_Size() int

func (*DeleteAppVersionsRequest) XXX_Unmarshal

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

type DeleteAppVersionsResponse

type DeleteAppVersionsResponse struct {
	VersionId            []string `protobuf:"bytes,1,rep,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAppVersionsResponse) Descriptor

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

func (*DeleteAppVersionsResponse) GetVersionId

func (m *DeleteAppVersionsResponse) GetVersionId() []string

func (*DeleteAppVersionsResponse) ProtoMessage

func (*DeleteAppVersionsResponse) ProtoMessage()

func (*DeleteAppVersionsResponse) Reset

func (m *DeleteAppVersionsResponse) Reset()

func (*DeleteAppVersionsResponse) String

func (m *DeleteAppVersionsResponse) String() string

func (*DeleteAppVersionsResponse) XXX_DiscardUnknown

func (m *DeleteAppVersionsResponse) XXX_DiscardUnknown()

func (*DeleteAppVersionsResponse) XXX_Marshal

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

func (*DeleteAppVersionsResponse) XXX_Merge

func (dst *DeleteAppVersionsResponse) XXX_Merge(src proto.Message)

func (*DeleteAppVersionsResponse) XXX_Size

func (m *DeleteAppVersionsResponse) XXX_Size() int

func (*DeleteAppVersionsResponse) XXX_Unmarshal

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

type DeleteAppsRequest

type DeleteAppsRequest struct {
	AppId                []string `protobuf:"bytes,1,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAppsRequest) Descriptor

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

func (*DeleteAppsRequest) GetAppId

func (m *DeleteAppsRequest) GetAppId() []string

func (*DeleteAppsRequest) ProtoMessage

func (*DeleteAppsRequest) ProtoMessage()

func (*DeleteAppsRequest) Reset

func (m *DeleteAppsRequest) Reset()

func (*DeleteAppsRequest) String

func (m *DeleteAppsRequest) String() string

func (*DeleteAppsRequest) XXX_DiscardUnknown

func (m *DeleteAppsRequest) XXX_DiscardUnknown()

func (*DeleteAppsRequest) XXX_Marshal

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

func (*DeleteAppsRequest) XXX_Merge

func (dst *DeleteAppsRequest) XXX_Merge(src proto.Message)

func (*DeleteAppsRequest) XXX_Size

func (m *DeleteAppsRequest) XXX_Size() int

func (*DeleteAppsRequest) XXX_Unmarshal

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

type DeleteAppsResponse

type DeleteAppsResponse struct {
	AppId                []string `protobuf:"bytes,1,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAppsResponse) Descriptor

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

func (*DeleteAppsResponse) GetAppId

func (m *DeleteAppsResponse) GetAppId() []string

func (*DeleteAppsResponse) ProtoMessage

func (*DeleteAppsResponse) ProtoMessage()

func (*DeleteAppsResponse) Reset

func (m *DeleteAppsResponse) Reset()

func (*DeleteAppsResponse) String

func (m *DeleteAppsResponse) String() string

func (*DeleteAppsResponse) XXX_DiscardUnknown

func (m *DeleteAppsResponse) XXX_DiscardUnknown()

func (*DeleteAppsResponse) XXX_Marshal

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

func (*DeleteAppsResponse) XXX_Merge

func (dst *DeleteAppsResponse) XXX_Merge(src proto.Message)

func (*DeleteAppsResponse) XXX_Size

func (m *DeleteAppsResponse) XXX_Size() int

func (*DeleteAppsResponse) XXX_Unmarshal

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

type DeleteCategoriesRequest

type DeleteCategoriesRequest struct {
	CategoryId           []string `protobuf:"bytes,1,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteCategoriesRequest) Descriptor

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

func (*DeleteCategoriesRequest) GetCategoryId

func (m *DeleteCategoriesRequest) GetCategoryId() []string

func (*DeleteCategoriesRequest) ProtoMessage

func (*DeleteCategoriesRequest) ProtoMessage()

func (*DeleteCategoriesRequest) Reset

func (m *DeleteCategoriesRequest) Reset()

func (*DeleteCategoriesRequest) String

func (m *DeleteCategoriesRequest) String() string

func (*DeleteCategoriesRequest) XXX_DiscardUnknown

func (m *DeleteCategoriesRequest) XXX_DiscardUnknown()

func (*DeleteCategoriesRequest) XXX_Marshal

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

func (*DeleteCategoriesRequest) XXX_Merge

func (dst *DeleteCategoriesRequest) XXX_Merge(src proto.Message)

func (*DeleteCategoriesRequest) XXX_Size

func (m *DeleteCategoriesRequest) XXX_Size() int

func (*DeleteCategoriesRequest) XXX_Unmarshal

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

type DeleteCategoriesResponse

type DeleteCategoriesResponse struct {
	CategoryId           []string `protobuf:"bytes,1,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteCategoriesResponse) Descriptor

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

func (*DeleteCategoriesResponse) GetCategoryId

func (m *DeleteCategoriesResponse) GetCategoryId() []string

func (*DeleteCategoriesResponse) ProtoMessage

func (*DeleteCategoriesResponse) ProtoMessage()

func (*DeleteCategoriesResponse) Reset

func (m *DeleteCategoriesResponse) Reset()

func (*DeleteCategoriesResponse) String

func (m *DeleteCategoriesResponse) String() string

func (*DeleteCategoriesResponse) XXX_DiscardUnknown

func (m *DeleteCategoriesResponse) XXX_DiscardUnknown()

func (*DeleteCategoriesResponse) XXX_Marshal

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

func (*DeleteCategoriesResponse) XXX_Merge

func (dst *DeleteCategoriesResponse) XXX_Merge(src proto.Message)

func (*DeleteCategoriesResponse) XXX_Size

func (m *DeleteCategoriesResponse) XXX_Size() int

func (*DeleteCategoriesResponse) XXX_Unmarshal

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

type DeleteClusterNodesRequest

type DeleteClusterNodesRequest struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Role                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	NodeId               []string              `protobuf:"bytes,3,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	AdvancedParam        []string              `protobuf:"bytes,4,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DeleteClusterNodesRequest) Descriptor

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

func (*DeleteClusterNodesRequest) GetAdvancedParam

func (m *DeleteClusterNodesRequest) GetAdvancedParam() []string

func (*DeleteClusterNodesRequest) GetClusterId

func (m *DeleteClusterNodesRequest) GetClusterId() *wrappers.StringValue

func (*DeleteClusterNodesRequest) GetNodeId

func (m *DeleteClusterNodesRequest) GetNodeId() []string

func (*DeleteClusterNodesRequest) GetRole

func (*DeleteClusterNodesRequest) ProtoMessage

func (*DeleteClusterNodesRequest) ProtoMessage()

func (*DeleteClusterNodesRequest) Reset

func (m *DeleteClusterNodesRequest) Reset()

func (*DeleteClusterNodesRequest) String

func (m *DeleteClusterNodesRequest) String() string

func (*DeleteClusterNodesRequest) XXX_DiscardUnknown

func (m *DeleteClusterNodesRequest) XXX_DiscardUnknown()

func (*DeleteClusterNodesRequest) XXX_Marshal

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

func (*DeleteClusterNodesRequest) XXX_Merge

func (dst *DeleteClusterNodesRequest) XXX_Merge(src proto.Message)

func (*DeleteClusterNodesRequest) XXX_Size

func (m *DeleteClusterNodesRequest) XXX_Size() int

func (*DeleteClusterNodesRequest) XXX_Unmarshal

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

type DeleteClusterNodesResponse

type DeleteClusterNodesResponse struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DeleteClusterNodesResponse) Descriptor

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

func (*DeleteClusterNodesResponse) GetClusterId

func (m *DeleteClusterNodesResponse) GetClusterId() *wrappers.StringValue

func (*DeleteClusterNodesResponse) GetJobId

func (*DeleteClusterNodesResponse) ProtoMessage

func (*DeleteClusterNodesResponse) ProtoMessage()

func (*DeleteClusterNodesResponse) Reset

func (m *DeleteClusterNodesResponse) Reset()

func (*DeleteClusterNodesResponse) String

func (m *DeleteClusterNodesResponse) String() string

func (*DeleteClusterNodesResponse) XXX_DiscardUnknown

func (m *DeleteClusterNodesResponse) XXX_DiscardUnknown()

func (*DeleteClusterNodesResponse) XXX_Marshal

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

func (*DeleteClusterNodesResponse) XXX_Merge

func (dst *DeleteClusterNodesResponse) XXX_Merge(src proto.Message)

func (*DeleteClusterNodesResponse) XXX_Size

func (m *DeleteClusterNodesResponse) XXX_Size() int

func (*DeleteClusterNodesResponse) XXX_Unmarshal

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

type DeleteClustersRequest

type DeleteClustersRequest struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AdvancedParam        []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteClustersRequest) Descriptor

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

func (*DeleteClustersRequest) GetAdvancedParam

func (m *DeleteClustersRequest) GetAdvancedParam() []string

func (*DeleteClustersRequest) GetClusterId

func (m *DeleteClustersRequest) GetClusterId() []string

func (*DeleteClustersRequest) ProtoMessage

func (*DeleteClustersRequest) ProtoMessage()

func (*DeleteClustersRequest) Reset

func (m *DeleteClustersRequest) Reset()

func (*DeleteClustersRequest) String

func (m *DeleteClustersRequest) String() string

func (*DeleteClustersRequest) XXX_DiscardUnknown

func (m *DeleteClustersRequest) XXX_DiscardUnknown()

func (*DeleteClustersRequest) XXX_Marshal

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

func (*DeleteClustersRequest) XXX_Merge

func (dst *DeleteClustersRequest) XXX_Merge(src proto.Message)

func (*DeleteClustersRequest) XXX_Size

func (m *DeleteClustersRequest) XXX_Size() int

func (*DeleteClustersRequest) XXX_Unmarshal

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

type DeleteClustersResponse

type DeleteClustersResponse struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteClustersResponse) Descriptor

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

func (*DeleteClustersResponse) GetClusterId

func (m *DeleteClustersResponse) GetClusterId() []string

func (*DeleteClustersResponse) GetJobId

func (m *DeleteClustersResponse) GetJobId() []string

func (*DeleteClustersResponse) ProtoMessage

func (*DeleteClustersResponse) ProtoMessage()

func (*DeleteClustersResponse) Reset

func (m *DeleteClustersResponse) Reset()

func (*DeleteClustersResponse) String

func (m *DeleteClustersResponse) String() string

func (*DeleteClustersResponse) XXX_DiscardUnknown

func (m *DeleteClustersResponse) XXX_DiscardUnknown()

func (*DeleteClustersResponse) XXX_Marshal

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

func (*DeleteClustersResponse) XXX_Merge

func (dst *DeleteClustersResponse) XXX_Merge(src proto.Message)

func (*DeleteClustersResponse) XXX_Size

func (m *DeleteClustersResponse) XXX_Size() int

func (*DeleteClustersResponse) XXX_Unmarshal

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

type DeleteKeyPairsRequest added in v0.1.7

type DeleteKeyPairsRequest struct {
	KeyPairId            []string `protobuf:"bytes,1,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteKeyPairsRequest) Descriptor added in v0.1.7

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

func (*DeleteKeyPairsRequest) GetKeyPairId added in v0.1.7

func (m *DeleteKeyPairsRequest) GetKeyPairId() []string

func (*DeleteKeyPairsRequest) ProtoMessage added in v0.1.7

func (*DeleteKeyPairsRequest) ProtoMessage()

func (*DeleteKeyPairsRequest) Reset added in v0.1.7

func (m *DeleteKeyPairsRequest) Reset()

func (*DeleteKeyPairsRequest) String added in v0.1.7

func (m *DeleteKeyPairsRequest) String() string

func (*DeleteKeyPairsRequest) XXX_DiscardUnknown added in v0.1.7

func (m *DeleteKeyPairsRequest) XXX_DiscardUnknown()

func (*DeleteKeyPairsRequest) XXX_Marshal added in v0.1.7

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

func (*DeleteKeyPairsRequest) XXX_Merge added in v0.1.7

func (dst *DeleteKeyPairsRequest) XXX_Merge(src proto.Message)

func (*DeleteKeyPairsRequest) XXX_Size added in v0.1.7

func (m *DeleteKeyPairsRequest) XXX_Size() int

func (*DeleteKeyPairsRequest) XXX_Unmarshal added in v0.1.7

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

type DeleteKeyPairsResponse added in v0.1.7

type DeleteKeyPairsResponse struct {
	KeyPairId            []string `protobuf:"bytes,1,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteKeyPairsResponse) Descriptor added in v0.1.7

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

func (*DeleteKeyPairsResponse) GetKeyPairId added in v0.1.7

func (m *DeleteKeyPairsResponse) GetKeyPairId() []string

func (*DeleteKeyPairsResponse) ProtoMessage added in v0.1.7

func (*DeleteKeyPairsResponse) ProtoMessage()

func (*DeleteKeyPairsResponse) Reset added in v0.1.7

func (m *DeleteKeyPairsResponse) Reset()

func (*DeleteKeyPairsResponse) String added in v0.1.7

func (m *DeleteKeyPairsResponse) String() string

func (*DeleteKeyPairsResponse) XXX_DiscardUnknown added in v0.1.7

func (m *DeleteKeyPairsResponse) XXX_DiscardUnknown()

func (*DeleteKeyPairsResponse) XXX_Marshal added in v0.1.7

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

func (*DeleteKeyPairsResponse) XXX_Merge added in v0.1.7

func (dst *DeleteKeyPairsResponse) XXX_Merge(src proto.Message)

func (*DeleteKeyPairsResponse) XXX_Size added in v0.1.7

func (m *DeleteKeyPairsResponse) XXX_Size() int

func (*DeleteKeyPairsResponse) XXX_Unmarshal added in v0.1.7

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

type DeleteNodeKeyPairsRequest added in v0.1.7

type DeleteNodeKeyPairsRequest struct {
	NodeKeyPair          []*NodeKeyPair `protobuf:"bytes,1,rep,name=node_key_pair,json=nodeKeyPair,proto3" json:"node_key_pair,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*DeleteNodeKeyPairsRequest) Descriptor added in v0.1.7

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

func (*DeleteNodeKeyPairsRequest) GetNodeKeyPair added in v0.1.7

func (m *DeleteNodeKeyPairsRequest) GetNodeKeyPair() []*NodeKeyPair

func (*DeleteNodeKeyPairsRequest) ProtoMessage added in v0.1.7

func (*DeleteNodeKeyPairsRequest) ProtoMessage()

func (*DeleteNodeKeyPairsRequest) Reset added in v0.1.7

func (m *DeleteNodeKeyPairsRequest) Reset()

func (*DeleteNodeKeyPairsRequest) String added in v0.1.7

func (m *DeleteNodeKeyPairsRequest) String() string

func (*DeleteNodeKeyPairsRequest) XXX_DiscardUnknown added in v0.1.7

func (m *DeleteNodeKeyPairsRequest) XXX_DiscardUnknown()

func (*DeleteNodeKeyPairsRequest) XXX_Marshal added in v0.1.7

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

func (*DeleteNodeKeyPairsRequest) XXX_Merge added in v0.1.7

func (dst *DeleteNodeKeyPairsRequest) XXX_Merge(src proto.Message)

func (*DeleteNodeKeyPairsRequest) XXX_Size added in v0.1.7

func (m *DeleteNodeKeyPairsRequest) XXX_Size() int

func (*DeleteNodeKeyPairsRequest) XXX_Unmarshal added in v0.1.7

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

type DeleteNodeKeyPairsResponse added in v0.1.7

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

func (*DeleteNodeKeyPairsResponse) Descriptor added in v0.1.7

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

func (*DeleteNodeKeyPairsResponse) ProtoMessage added in v0.1.7

func (*DeleteNodeKeyPairsResponse) ProtoMessage()

func (*DeleteNodeKeyPairsResponse) Reset added in v0.1.7

func (m *DeleteNodeKeyPairsResponse) Reset()

func (*DeleteNodeKeyPairsResponse) String added in v0.1.7

func (m *DeleteNodeKeyPairsResponse) String() string

func (*DeleteNodeKeyPairsResponse) XXX_DiscardUnknown added in v0.1.7

func (m *DeleteNodeKeyPairsResponse) XXX_DiscardUnknown()

func (*DeleteNodeKeyPairsResponse) XXX_Marshal added in v0.1.7

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

func (*DeleteNodeKeyPairsResponse) XXX_Merge added in v0.1.7

func (dst *DeleteNodeKeyPairsResponse) XXX_Merge(src proto.Message)

func (*DeleteNodeKeyPairsResponse) XXX_Size added in v0.1.7

func (m *DeleteNodeKeyPairsResponse) XXX_Size() int

func (*DeleteNodeKeyPairsResponse) XXX_Unmarshal added in v0.1.7

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

type DeleteReposRequest

type DeleteReposRequest struct {
	RepoId               []string `protobuf:"bytes,1,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteReposRequest) Descriptor

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

func (*DeleteReposRequest) GetRepoId

func (m *DeleteReposRequest) GetRepoId() []string

func (*DeleteReposRequest) ProtoMessage

func (*DeleteReposRequest) ProtoMessage()

func (*DeleteReposRequest) Reset

func (m *DeleteReposRequest) Reset()

func (*DeleteReposRequest) String

func (m *DeleteReposRequest) String() string

func (*DeleteReposRequest) XXX_DiscardUnknown

func (m *DeleteReposRequest) XXX_DiscardUnknown()

func (*DeleteReposRequest) XXX_Marshal

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

func (*DeleteReposRequest) XXX_Merge

func (dst *DeleteReposRequest) XXX_Merge(src proto.Message)

func (*DeleteReposRequest) XXX_Size

func (m *DeleteReposRequest) XXX_Size() int

func (*DeleteReposRequest) XXX_Unmarshal

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

type DeleteReposResponse

type DeleteReposResponse struct {
	RepoId               []string `protobuf:"bytes,1,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteReposResponse) Descriptor

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

func (*DeleteReposResponse) GetRepoId

func (m *DeleteReposResponse) GetRepoId() []string

func (*DeleteReposResponse) ProtoMessage

func (*DeleteReposResponse) ProtoMessage()

func (*DeleteReposResponse) Reset

func (m *DeleteReposResponse) Reset()

func (*DeleteReposResponse) String

func (m *DeleteReposResponse) String() string

func (*DeleteReposResponse) XXX_DiscardUnknown

func (m *DeleteReposResponse) XXX_DiscardUnknown()

func (*DeleteReposResponse) XXX_Marshal

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

func (*DeleteReposResponse) XXX_Merge

func (dst *DeleteReposResponse) XXX_Merge(src proto.Message)

func (*DeleteReposResponse) XXX_Size

func (m *DeleteReposResponse) XXX_Size() int

func (*DeleteReposResponse) XXX_Unmarshal

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

type DeleteRuntimesRequest

type DeleteRuntimesRequest struct {
	RuntimeId            []string `protobuf:"bytes,1,rep,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteRuntimesRequest) Descriptor

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

func (*DeleteRuntimesRequest) GetRuntimeId

func (m *DeleteRuntimesRequest) GetRuntimeId() []string

func (*DeleteRuntimesRequest) ProtoMessage

func (*DeleteRuntimesRequest) ProtoMessage()

func (*DeleteRuntimesRequest) Reset

func (m *DeleteRuntimesRequest) Reset()

func (*DeleteRuntimesRequest) String

func (m *DeleteRuntimesRequest) String() string

func (*DeleteRuntimesRequest) XXX_DiscardUnknown

func (m *DeleteRuntimesRequest) XXX_DiscardUnknown()

func (*DeleteRuntimesRequest) XXX_Marshal

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

func (*DeleteRuntimesRequest) XXX_Merge

func (dst *DeleteRuntimesRequest) XXX_Merge(src proto.Message)

func (*DeleteRuntimesRequest) XXX_Size

func (m *DeleteRuntimesRequest) XXX_Size() int

func (*DeleteRuntimesRequest) XXX_Unmarshal

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

type DeleteRuntimesResponse

type DeleteRuntimesResponse struct {
	RuntimeId            []string `protobuf:"bytes,1,rep,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteRuntimesResponse) Descriptor

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

func (*DeleteRuntimesResponse) GetRuntimeId

func (m *DeleteRuntimesResponse) GetRuntimeId() []string

func (*DeleteRuntimesResponse) ProtoMessage

func (*DeleteRuntimesResponse) ProtoMessage()

func (*DeleteRuntimesResponse) Reset

func (m *DeleteRuntimesResponse) Reset()

func (*DeleteRuntimesResponse) String

func (m *DeleteRuntimesResponse) String() string

func (*DeleteRuntimesResponse) XXX_DiscardUnknown

func (m *DeleteRuntimesResponse) XXX_DiscardUnknown()

func (*DeleteRuntimesResponse) XXX_Marshal

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

func (*DeleteRuntimesResponse) XXX_Merge

func (dst *DeleteRuntimesResponse) XXX_Merge(src proto.Message)

func (*DeleteRuntimesResponse) XXX_Size

func (m *DeleteRuntimesResponse) XXX_Size() int

func (*DeleteRuntimesResponse) XXX_Unmarshal

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

type DeleteTableClusterNodesRequest

type DeleteTableClusterNodesRequest struct {
	NodeId               []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteTableClusterNodesRequest) Descriptor

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

func (*DeleteTableClusterNodesRequest) GetNodeId

func (m *DeleteTableClusterNodesRequest) GetNodeId() []string

func (*DeleteTableClusterNodesRequest) ProtoMessage

func (*DeleteTableClusterNodesRequest) ProtoMessage()

func (*DeleteTableClusterNodesRequest) Reset

func (m *DeleteTableClusterNodesRequest) Reset()

func (*DeleteTableClusterNodesRequest) String

func (*DeleteTableClusterNodesRequest) XXX_DiscardUnknown

func (m *DeleteTableClusterNodesRequest) XXX_DiscardUnknown()

func (*DeleteTableClusterNodesRequest) XXX_Marshal

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

func (*DeleteTableClusterNodesRequest) XXX_Merge

func (dst *DeleteTableClusterNodesRequest) XXX_Merge(src proto.Message)

func (*DeleteTableClusterNodesRequest) XXX_Size

func (m *DeleteTableClusterNodesRequest) XXX_Size() int

func (*DeleteTableClusterNodesRequest) XXX_Unmarshal

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

type DescribeAppVersionsRequest

type DescribeAppVersionsRequest struct {
	VersionId            []string              `protobuf:"bytes,1,rep,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	AppId                []string              `protobuf:"bytes,2,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Name                 []string              `protobuf:"bytes,3,rep,name=name,proto3" json:"name,omitempty"`
	Owner                []string              `protobuf:"bytes,4,rep,name=owner,proto3" json:"owner,omitempty"`
	Description          []string              `protobuf:"bytes,5,rep,name=description,proto3" json:"description,omitempty"`
	PackageName          []string              `protobuf:"bytes,6,rep,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	Status               []string              `protobuf:"bytes,7,rep,name=status,proto3" json:"status,omitempty"`
	SearchWord           *wrappers.StringValue `protobuf:"bytes,8,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	Limit                uint32                `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               uint32                `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"`
	SortKey              *wrappers.StringValue `protobuf:"bytes,11,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	Reverse              *wrappers.BoolValue   `protobuf:"bytes,12,opt,name=reverse,proto3" json:"reverse,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeAppVersionsRequest) Descriptor

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

func (*DescribeAppVersionsRequest) GetAppId

func (m *DescribeAppVersionsRequest) GetAppId() []string

func (*DescribeAppVersionsRequest) GetDescription

func (m *DescribeAppVersionsRequest) GetDescription() []string

func (*DescribeAppVersionsRequest) GetLimit

func (m *DescribeAppVersionsRequest) GetLimit() uint32

func (*DescribeAppVersionsRequest) GetName

func (m *DescribeAppVersionsRequest) GetName() []string

func (*DescribeAppVersionsRequest) GetOffset

func (m *DescribeAppVersionsRequest) GetOffset() uint32

func (*DescribeAppVersionsRequest) GetOwner

func (m *DescribeAppVersionsRequest) GetOwner() []string

func (*DescribeAppVersionsRequest) GetPackageName

func (m *DescribeAppVersionsRequest) GetPackageName() []string

func (*DescribeAppVersionsRequest) GetReverse

func (*DescribeAppVersionsRequest) GetSearchWord

func (m *DescribeAppVersionsRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeAppVersionsRequest) GetSortKey

func (*DescribeAppVersionsRequest) GetStatus

func (m *DescribeAppVersionsRequest) GetStatus() []string

func (*DescribeAppVersionsRequest) GetVersionId

func (m *DescribeAppVersionsRequest) GetVersionId() []string

func (*DescribeAppVersionsRequest) ProtoMessage

func (*DescribeAppVersionsRequest) ProtoMessage()

func (*DescribeAppVersionsRequest) Reset

func (m *DescribeAppVersionsRequest) Reset()

func (*DescribeAppVersionsRequest) String

func (m *DescribeAppVersionsRequest) String() string

func (*DescribeAppVersionsRequest) XXX_DiscardUnknown

func (m *DescribeAppVersionsRequest) XXX_DiscardUnknown()

func (*DescribeAppVersionsRequest) XXX_Marshal

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

func (*DescribeAppVersionsRequest) XXX_Merge

func (dst *DescribeAppVersionsRequest) XXX_Merge(src proto.Message)

func (*DescribeAppVersionsRequest) XXX_Size

func (m *DescribeAppVersionsRequest) XXX_Size() int

func (*DescribeAppVersionsRequest) XXX_Unmarshal

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

type DescribeAppVersionsResponse

type DescribeAppVersionsResponse struct {
	TotalCount           uint32        `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	AppVersionSet        []*AppVersion `protobuf:"bytes,2,rep,name=app_version_set,json=appVersionSet,proto3" json:"app_version_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*DescribeAppVersionsResponse) Descriptor

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

func (*DescribeAppVersionsResponse) GetAppVersionSet

func (m *DescribeAppVersionsResponse) GetAppVersionSet() []*AppVersion

func (*DescribeAppVersionsResponse) GetTotalCount

func (m *DescribeAppVersionsResponse) GetTotalCount() uint32

func (*DescribeAppVersionsResponse) ProtoMessage

func (*DescribeAppVersionsResponse) ProtoMessage()

func (*DescribeAppVersionsResponse) Reset

func (m *DescribeAppVersionsResponse) Reset()

func (*DescribeAppVersionsResponse) String

func (m *DescribeAppVersionsResponse) String() string

func (*DescribeAppVersionsResponse) XXX_DiscardUnknown

func (m *DescribeAppVersionsResponse) XXX_DiscardUnknown()

func (*DescribeAppVersionsResponse) XXX_Marshal

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

func (*DescribeAppVersionsResponse) XXX_Merge

func (dst *DescribeAppVersionsResponse) XXX_Merge(src proto.Message)

func (*DescribeAppVersionsResponse) XXX_Size

func (m *DescribeAppVersionsResponse) XXX_Size() int

func (*DescribeAppVersionsResponse) XXX_Unmarshal

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

type DescribeAppsRequest

type DescribeAppsRequest struct {
	SearchWord           *wrappers.StringValue `protobuf:"bytes,1,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	Limit                uint32                `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               uint32                `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	SortKey              *wrappers.StringValue `protobuf:"bytes,5,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	Reverse              *wrappers.BoolValue   `protobuf:"bytes,6,opt,name=reverse,proto3" json:"reverse,omitempty"`
	AppId                []string              `protobuf:"bytes,7,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Name                 []string              `protobuf:"bytes,8,rep,name=name,proto3" json:"name,omitempty"`
	RepoId               []string              `protobuf:"bytes,9,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	Status               []string              `protobuf:"bytes,10,rep,name=status,proto3" json:"status,omitempty"`
	Owner                []string              `protobuf:"bytes,11,rep,name=owner,proto3" json:"owner,omitempty"`
	ChartName            []string              `protobuf:"bytes,12,rep,name=chart_name,json=chartName,proto3" json:"chart_name,omitempty"`
	CategoryId           []string              `protobuf:"bytes,13,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeAppsRequest) Descriptor

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

func (*DescribeAppsRequest) GetAppId

func (m *DescribeAppsRequest) GetAppId() []string

func (*DescribeAppsRequest) GetCategoryId

func (m *DescribeAppsRequest) GetCategoryId() []string

func (*DescribeAppsRequest) GetChartName

func (m *DescribeAppsRequest) GetChartName() []string

func (*DescribeAppsRequest) GetLimit

func (m *DescribeAppsRequest) GetLimit() uint32

func (*DescribeAppsRequest) GetName

func (m *DescribeAppsRequest) GetName() []string

func (*DescribeAppsRequest) GetOffset

func (m *DescribeAppsRequest) GetOffset() uint32

func (*DescribeAppsRequest) GetOwner

func (m *DescribeAppsRequest) GetOwner() []string

func (*DescribeAppsRequest) GetRepoId

func (m *DescribeAppsRequest) GetRepoId() []string

func (*DescribeAppsRequest) GetReverse

func (m *DescribeAppsRequest) GetReverse() *wrappers.BoolValue

func (*DescribeAppsRequest) GetSearchWord

func (m *DescribeAppsRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeAppsRequest) GetSortKey

func (m *DescribeAppsRequest) GetSortKey() *wrappers.StringValue

func (*DescribeAppsRequest) GetStatus

func (m *DescribeAppsRequest) GetStatus() []string

func (*DescribeAppsRequest) ProtoMessage

func (*DescribeAppsRequest) ProtoMessage()

func (*DescribeAppsRequest) Reset

func (m *DescribeAppsRequest) Reset()

func (*DescribeAppsRequest) String

func (m *DescribeAppsRequest) String() string

func (*DescribeAppsRequest) XXX_DiscardUnknown

func (m *DescribeAppsRequest) XXX_DiscardUnknown()

func (*DescribeAppsRequest) XXX_Marshal

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

func (*DescribeAppsRequest) XXX_Merge

func (dst *DescribeAppsRequest) XXX_Merge(src proto.Message)

func (*DescribeAppsRequest) XXX_Size

func (m *DescribeAppsRequest) XXX_Size() int

func (*DescribeAppsRequest) XXX_Unmarshal

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

type DescribeAppsResponse

type DescribeAppsResponse struct {
	TotalCount           uint32   `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	AppSet               []*App   `protobuf:"bytes,2,rep,name=app_set,json=appSet,proto3" json:"app_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeAppsResponse) Descriptor

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

func (*DescribeAppsResponse) GetAppSet

func (m *DescribeAppsResponse) GetAppSet() []*App

func (*DescribeAppsResponse) GetTotalCount

func (m *DescribeAppsResponse) GetTotalCount() uint32

func (*DescribeAppsResponse) ProtoMessage

func (*DescribeAppsResponse) ProtoMessage()

func (*DescribeAppsResponse) Reset

func (m *DescribeAppsResponse) Reset()

func (*DescribeAppsResponse) String

func (m *DescribeAppsResponse) String() string

func (*DescribeAppsResponse) XXX_DiscardUnknown

func (m *DescribeAppsResponse) XXX_DiscardUnknown()

func (*DescribeAppsResponse) XXX_Marshal

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

func (*DescribeAppsResponse) XXX_Merge

func (dst *DescribeAppsResponse) XXX_Merge(src proto.Message)

func (*DescribeAppsResponse) XXX_Size

func (m *DescribeAppsResponse) XXX_Size() int

func (*DescribeAppsResponse) XXX_Unmarshal

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

type DescribeCategoriesRequest

type DescribeCategoriesRequest struct {
	SearchWord           *wrappers.StringValue `protobuf:"bytes,1,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	Limit                uint32                `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               uint32                `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	CategoryId           []string              `protobuf:"bytes,4,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Name                 []string              `protobuf:"bytes,5,rep,name=name,proto3" json:"name,omitempty"`
	Owner                []string              `protobuf:"bytes,6,rep,name=owner,proto3" json:"owner,omitempty"`
	SortKey              *wrappers.StringValue `protobuf:"bytes,7,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	Reverse              *wrappers.BoolValue   `protobuf:"bytes,8,opt,name=reverse,proto3" json:"reverse,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeCategoriesRequest) Descriptor

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

func (*DescribeCategoriesRequest) GetCategoryId

func (m *DescribeCategoriesRequest) GetCategoryId() []string

func (*DescribeCategoriesRequest) GetLimit

func (m *DescribeCategoriesRequest) GetLimit() uint32

func (*DescribeCategoriesRequest) GetName

func (m *DescribeCategoriesRequest) GetName() []string

func (*DescribeCategoriesRequest) GetOffset

func (m *DescribeCategoriesRequest) GetOffset() uint32

func (*DescribeCategoriesRequest) GetOwner

func (m *DescribeCategoriesRequest) GetOwner() []string

func (*DescribeCategoriesRequest) GetReverse added in v0.1.5

func (m *DescribeCategoriesRequest) GetReverse() *wrappers.BoolValue

func (*DescribeCategoriesRequest) GetSearchWord

func (m *DescribeCategoriesRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeCategoriesRequest) GetSortKey added in v0.1.5

func (*DescribeCategoriesRequest) ProtoMessage

func (*DescribeCategoriesRequest) ProtoMessage()

func (*DescribeCategoriesRequest) Reset

func (m *DescribeCategoriesRequest) Reset()

func (*DescribeCategoriesRequest) String

func (m *DescribeCategoriesRequest) String() string

func (*DescribeCategoriesRequest) XXX_DiscardUnknown

func (m *DescribeCategoriesRequest) XXX_DiscardUnknown()

func (*DescribeCategoriesRequest) XXX_Marshal

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

func (*DescribeCategoriesRequest) XXX_Merge

func (dst *DescribeCategoriesRequest) XXX_Merge(src proto.Message)

func (*DescribeCategoriesRequest) XXX_Size

func (m *DescribeCategoriesRequest) XXX_Size() int

func (*DescribeCategoriesRequest) XXX_Unmarshal

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

type DescribeCategoriesResponse

type DescribeCategoriesResponse struct {
	TotalCount           uint32      `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	CategorySet          []*Category `protobuf:"bytes,2,rep,name=category_set,json=categorySet,proto3" json:"category_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DescribeCategoriesResponse) Descriptor

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

func (*DescribeCategoriesResponse) GetCategorySet

func (m *DescribeCategoriesResponse) GetCategorySet() []*Category

func (*DescribeCategoriesResponse) GetTotalCount

func (m *DescribeCategoriesResponse) GetTotalCount() uint32

func (*DescribeCategoriesResponse) ProtoMessage

func (*DescribeCategoriesResponse) ProtoMessage()

func (*DescribeCategoriesResponse) Reset

func (m *DescribeCategoriesResponse) Reset()

func (*DescribeCategoriesResponse) String

func (m *DescribeCategoriesResponse) String() string

func (*DescribeCategoriesResponse) XXX_DiscardUnknown

func (m *DescribeCategoriesResponse) XXX_DiscardUnknown()

func (*DescribeCategoriesResponse) XXX_Marshal

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

func (*DescribeCategoriesResponse) XXX_Merge

func (dst *DescribeCategoriesResponse) XXX_Merge(src proto.Message)

func (*DescribeCategoriesResponse) XXX_Size

func (m *DescribeCategoriesResponse) XXX_Size() int

func (*DescribeCategoriesResponse) XXX_Unmarshal

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

type DescribeClusterNodesRequest

type DescribeClusterNodesRequest struct {
	ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	NodeId    []string              `protobuf:"bytes,2,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Status    []string              `protobuf:"bytes,3,rep,name=status,proto3" json:"status,omitempty"`
	// default is 20, max value is 200
	Limit uint32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// default is 0
	Offset               uint32                `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"`
	SearchWord           *wrappers.StringValue `protobuf:"bytes,6,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeClusterNodesRequest) Descriptor

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

func (*DescribeClusterNodesRequest) GetClusterId

func (*DescribeClusterNodesRequest) GetLimit

func (m *DescribeClusterNodesRequest) GetLimit() uint32

func (*DescribeClusterNodesRequest) GetNodeId

func (m *DescribeClusterNodesRequest) GetNodeId() []string

func (*DescribeClusterNodesRequest) GetOffset

func (m *DescribeClusterNodesRequest) GetOffset() uint32

func (*DescribeClusterNodesRequest) GetSearchWord added in v0.1.5

func (m *DescribeClusterNodesRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeClusterNodesRequest) GetStatus

func (m *DescribeClusterNodesRequest) GetStatus() []string

func (*DescribeClusterNodesRequest) ProtoMessage

func (*DescribeClusterNodesRequest) ProtoMessage()

func (*DescribeClusterNodesRequest) Reset

func (m *DescribeClusterNodesRequest) Reset()

func (*DescribeClusterNodesRequest) String

func (m *DescribeClusterNodesRequest) String() string

func (*DescribeClusterNodesRequest) XXX_DiscardUnknown

func (m *DescribeClusterNodesRequest) XXX_DiscardUnknown()

func (*DescribeClusterNodesRequest) XXX_Marshal

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

func (*DescribeClusterNodesRequest) XXX_Merge

func (dst *DescribeClusterNodesRequest) XXX_Merge(src proto.Message)

func (*DescribeClusterNodesRequest) XXX_Size

func (m *DescribeClusterNodesRequest) XXX_Size() int

func (*DescribeClusterNodesRequest) XXX_Unmarshal

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

type DescribeClusterNodesResponse

type DescribeClusterNodesResponse struct {
	TotalCount           uint32         `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	ClusterNodeSet       []*ClusterNode `protobuf:"bytes,2,rep,name=cluster_node_set,json=clusterNodeSet,proto3" json:"cluster_node_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*DescribeClusterNodesResponse) Descriptor

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

func (*DescribeClusterNodesResponse) GetClusterNodeSet

func (m *DescribeClusterNodesResponse) GetClusterNodeSet() []*ClusterNode

func (*DescribeClusterNodesResponse) GetTotalCount

func (m *DescribeClusterNodesResponse) GetTotalCount() uint32

func (*DescribeClusterNodesResponse) ProtoMessage

func (*DescribeClusterNodesResponse) ProtoMessage()

func (*DescribeClusterNodesResponse) Reset

func (m *DescribeClusterNodesResponse) Reset()

func (*DescribeClusterNodesResponse) String

func (*DescribeClusterNodesResponse) XXX_DiscardUnknown

func (m *DescribeClusterNodesResponse) XXX_DiscardUnknown()

func (*DescribeClusterNodesResponse) XXX_Marshal

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

func (*DescribeClusterNodesResponse) XXX_Merge

func (dst *DescribeClusterNodesResponse) XXX_Merge(src proto.Message)

func (*DescribeClusterNodesResponse) XXX_Size

func (m *DescribeClusterNodesResponse) XXX_Size() int

func (*DescribeClusterNodesResponse) XXX_Unmarshal

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

type DescribeClustersRequest

type DescribeClustersRequest struct {
	ClusterId         []string              `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AppId             []string              `protobuf:"bytes,2,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	VersionId         []string              `protobuf:"bytes,3,rep,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	Status            []string              `protobuf:"bytes,4,rep,name=status,proto3" json:"status,omitempty"`
	RuntimeId         []string              `protobuf:"bytes,5,rep,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	FrontgateId       []string              `protobuf:"bytes,6,rep,name=frontgate_id,json=frontgateId,proto3" json:"frontgate_id,omitempty"`
	ExternalClusterId *wrappers.StringValue `protobuf:"bytes,7,opt,name=external_cluster_id,json=externalClusterId,proto3" json:"external_cluster_id,omitempty"`
	// default is 20, max value is 200
	Limit uint32 `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"`
	// default is 0
	Offset               uint32                `protobuf:"varint,9,opt,name=offset,proto3" json:"offset,omitempty"`
	SearchWord           *wrappers.StringValue `protobuf:"bytes,10,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeClustersRequest) Descriptor

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

func (*DescribeClustersRequest) GetAppId

func (m *DescribeClustersRequest) GetAppId() []string

func (*DescribeClustersRequest) GetClusterId

func (m *DescribeClustersRequest) GetClusterId() []string

func (*DescribeClustersRequest) GetExternalClusterId

func (m *DescribeClustersRequest) GetExternalClusterId() *wrappers.StringValue

func (*DescribeClustersRequest) GetFrontgateId

func (m *DescribeClustersRequest) GetFrontgateId() []string

func (*DescribeClustersRequest) GetLimit

func (m *DescribeClustersRequest) GetLimit() uint32

func (*DescribeClustersRequest) GetOffset

func (m *DescribeClustersRequest) GetOffset() uint32

func (*DescribeClustersRequest) GetRuntimeId

func (m *DescribeClustersRequest) GetRuntimeId() []string

func (*DescribeClustersRequest) GetSearchWord added in v0.1.5

func (m *DescribeClustersRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeClustersRequest) GetStatus

func (m *DescribeClustersRequest) GetStatus() []string

func (*DescribeClustersRequest) GetVersionId

func (m *DescribeClustersRequest) GetVersionId() []string

func (*DescribeClustersRequest) ProtoMessage

func (*DescribeClustersRequest) ProtoMessage()

func (*DescribeClustersRequest) Reset

func (m *DescribeClustersRequest) Reset()

func (*DescribeClustersRequest) String

func (m *DescribeClustersRequest) String() string

func (*DescribeClustersRequest) XXX_DiscardUnknown

func (m *DescribeClustersRequest) XXX_DiscardUnknown()

func (*DescribeClustersRequest) XXX_Marshal

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

func (*DescribeClustersRequest) XXX_Merge

func (dst *DescribeClustersRequest) XXX_Merge(src proto.Message)

func (*DescribeClustersRequest) XXX_Size

func (m *DescribeClustersRequest) XXX_Size() int

func (*DescribeClustersRequest) XXX_Unmarshal

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

type DescribeClustersResponse

type DescribeClustersResponse struct {
	TotalCount           uint32     `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	ClusterSet           []*Cluster `protobuf:"bytes,2,rep,name=cluster_set,json=clusterSet,proto3" json:"cluster_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*DescribeClustersResponse) Descriptor

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

func (*DescribeClustersResponse) GetClusterSet

func (m *DescribeClustersResponse) GetClusterSet() []*Cluster

func (*DescribeClustersResponse) GetTotalCount

func (m *DescribeClustersResponse) GetTotalCount() uint32

func (*DescribeClustersResponse) ProtoMessage

func (*DescribeClustersResponse) ProtoMessage()

func (*DescribeClustersResponse) Reset

func (m *DescribeClustersResponse) Reset()

func (*DescribeClustersResponse) String

func (m *DescribeClustersResponse) String() string

func (*DescribeClustersResponse) XXX_DiscardUnknown

func (m *DescribeClustersResponse) XXX_DiscardUnknown()

func (*DescribeClustersResponse) XXX_Marshal

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

func (*DescribeClustersResponse) XXX_Merge

func (dst *DescribeClustersResponse) XXX_Merge(src proto.Message)

func (*DescribeClustersResponse) XXX_Size

func (m *DescribeClustersResponse) XXX_Size() int

func (*DescribeClustersResponse) XXX_Unmarshal

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

type DescribeJobsRequest

type DescribeJobsRequest struct {
	JobId     []string              `protobuf:"bytes,1,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	ClusterId *wrappers.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AppId     *wrappers.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	VersionId *wrappers.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	Executor  *wrappers.StringValue `protobuf:"bytes,5,opt,name=executor,proto3" json:"executor,omitempty"`
	Provider  *wrappers.StringValue `protobuf:"bytes,6,opt,name=provider,proto3" json:"provider,omitempty"`
	Status    []string              `protobuf:"bytes,7,rep,name=status,proto3" json:"status,omitempty"`
	// default is 20, max value is 200
	Limit uint32 `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"`
	// default is 0
	Offset               uint32                `protobuf:"varint,9,opt,name=offset,proto3" json:"offset,omitempty"`
	SearchWord           *wrappers.StringValue `protobuf:"bytes,10,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeJobsRequest) Descriptor

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

func (*DescribeJobsRequest) GetAppId

func (m *DescribeJobsRequest) GetAppId() *wrappers.StringValue

func (*DescribeJobsRequest) GetClusterId

func (m *DescribeJobsRequest) GetClusterId() *wrappers.StringValue

func (*DescribeJobsRequest) GetExecutor

func (m *DescribeJobsRequest) GetExecutor() *wrappers.StringValue

func (*DescribeJobsRequest) GetJobId

func (m *DescribeJobsRequest) GetJobId() []string

func (*DescribeJobsRequest) GetLimit

func (m *DescribeJobsRequest) GetLimit() uint32

func (*DescribeJobsRequest) GetOffset

func (m *DescribeJobsRequest) GetOffset() uint32

func (*DescribeJobsRequest) GetProvider

func (m *DescribeJobsRequest) GetProvider() *wrappers.StringValue

func (*DescribeJobsRequest) GetSearchWord added in v0.1.5

func (m *DescribeJobsRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeJobsRequest) GetStatus

func (m *DescribeJobsRequest) GetStatus() []string

func (*DescribeJobsRequest) GetVersionId

func (m *DescribeJobsRequest) GetVersionId() *wrappers.StringValue

func (*DescribeJobsRequest) ProtoMessage

func (*DescribeJobsRequest) ProtoMessage()

func (*DescribeJobsRequest) Reset

func (m *DescribeJobsRequest) Reset()

func (*DescribeJobsRequest) String

func (m *DescribeJobsRequest) String() string

func (*DescribeJobsRequest) XXX_DiscardUnknown

func (m *DescribeJobsRequest) XXX_DiscardUnknown()

func (*DescribeJobsRequest) XXX_Marshal

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

func (*DescribeJobsRequest) XXX_Merge

func (dst *DescribeJobsRequest) XXX_Merge(src proto.Message)

func (*DescribeJobsRequest) XXX_Size

func (m *DescribeJobsRequest) XXX_Size() int

func (*DescribeJobsRequest) XXX_Unmarshal

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

type DescribeJobsResponse

type DescribeJobsResponse struct {
	TotalCount           uint32   `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	JobSet               []*Job   `protobuf:"bytes,2,rep,name=job_set,json=jobSet,proto3" json:"job_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeJobsResponse) Descriptor

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

func (*DescribeJobsResponse) GetJobSet

func (m *DescribeJobsResponse) GetJobSet() []*Job

func (*DescribeJobsResponse) GetTotalCount

func (m *DescribeJobsResponse) GetTotalCount() uint32

func (*DescribeJobsResponse) ProtoMessage

func (*DescribeJobsResponse) ProtoMessage()

func (*DescribeJobsResponse) Reset

func (m *DescribeJobsResponse) Reset()

func (*DescribeJobsResponse) String

func (m *DescribeJobsResponse) String() string

func (*DescribeJobsResponse) XXX_DiscardUnknown

func (m *DescribeJobsResponse) XXX_DiscardUnknown()

func (*DescribeJobsResponse) XXX_Marshal

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

func (*DescribeJobsResponse) XXX_Merge

func (dst *DescribeJobsResponse) XXX_Merge(src proto.Message)

func (*DescribeJobsResponse) XXX_Size

func (m *DescribeJobsResponse) XXX_Size() int

func (*DescribeJobsResponse) XXX_Unmarshal

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

type DescribeKeyPairsRequest added in v0.1.7

type DescribeKeyPairsRequest struct {
	KeyPairId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	PubKey               *wrappers.StringValue `protobuf:"bytes,4,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"`
	SearchWord           *wrappers.StringValue `protobuf:"bytes,6,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	Limit                uint32                `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               uint32                `protobuf:"varint,8,opt,name=offset,proto3" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeKeyPairsRequest) Descriptor added in v0.1.7

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

func (*DescribeKeyPairsRequest) GetDescription added in v0.1.7

func (m *DescribeKeyPairsRequest) GetDescription() *wrappers.StringValue

func (*DescribeKeyPairsRequest) GetKeyPairId added in v0.1.7

func (m *DescribeKeyPairsRequest) GetKeyPairId() *wrappers.StringValue

func (*DescribeKeyPairsRequest) GetLimit added in v0.1.7

func (m *DescribeKeyPairsRequest) GetLimit() uint32

func (*DescribeKeyPairsRequest) GetName added in v0.1.7

func (*DescribeKeyPairsRequest) GetOffset added in v0.1.7

func (m *DescribeKeyPairsRequest) GetOffset() uint32

func (*DescribeKeyPairsRequest) GetOwner added in v0.1.7

func (*DescribeKeyPairsRequest) GetPubKey added in v0.1.7

func (*DescribeKeyPairsRequest) GetSearchWord added in v0.1.7

func (m *DescribeKeyPairsRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeKeyPairsRequest) ProtoMessage added in v0.1.7

func (*DescribeKeyPairsRequest) ProtoMessage()

func (*DescribeKeyPairsRequest) Reset added in v0.1.7

func (m *DescribeKeyPairsRequest) Reset()

func (*DescribeKeyPairsRequest) String added in v0.1.7

func (m *DescribeKeyPairsRequest) String() string

func (*DescribeKeyPairsRequest) XXX_DiscardUnknown added in v0.1.7

func (m *DescribeKeyPairsRequest) XXX_DiscardUnknown()

func (*DescribeKeyPairsRequest) XXX_Marshal added in v0.1.7

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

func (*DescribeKeyPairsRequest) XXX_Merge added in v0.1.7

func (dst *DescribeKeyPairsRequest) XXX_Merge(src proto.Message)

func (*DescribeKeyPairsRequest) XXX_Size added in v0.1.7

func (m *DescribeKeyPairsRequest) XXX_Size() int

func (*DescribeKeyPairsRequest) XXX_Unmarshal added in v0.1.7

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

type DescribeKeyPairsResponse added in v0.1.7

type DescribeKeyPairsResponse struct {
	TotalCount           uint32     `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	KeyPairSet           []*KeyPair `protobuf:"bytes,2,rep,name=key_pair_set,json=keyPairSet,proto3" json:"key_pair_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*DescribeKeyPairsResponse) Descriptor added in v0.1.7

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

func (*DescribeKeyPairsResponse) GetKeyPairSet added in v0.1.7

func (m *DescribeKeyPairsResponse) GetKeyPairSet() []*KeyPair

func (*DescribeKeyPairsResponse) GetTotalCount added in v0.1.7

func (m *DescribeKeyPairsResponse) GetTotalCount() uint32

func (*DescribeKeyPairsResponse) ProtoMessage added in v0.1.7

func (*DescribeKeyPairsResponse) ProtoMessage()

func (*DescribeKeyPairsResponse) Reset added in v0.1.7

func (m *DescribeKeyPairsResponse) Reset()

func (*DescribeKeyPairsResponse) String added in v0.1.7

func (m *DescribeKeyPairsResponse) String() string

func (*DescribeKeyPairsResponse) XXX_DiscardUnknown added in v0.1.7

func (m *DescribeKeyPairsResponse) XXX_DiscardUnknown()

func (*DescribeKeyPairsResponse) XXX_Marshal added in v0.1.7

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

func (*DescribeKeyPairsResponse) XXX_Merge added in v0.1.7

func (dst *DescribeKeyPairsResponse) XXX_Merge(src proto.Message)

func (*DescribeKeyPairsResponse) XXX_Size added in v0.1.7

func (m *DescribeKeyPairsResponse) XXX_Size() int

func (*DescribeKeyPairsResponse) XXX_Unmarshal added in v0.1.7

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

type DescribeRepoEventsRequest

type DescribeRepoEventsRequest struct {
	RepoEventId          []string `protobuf:"bytes,1,rep,name=repo_event_id,json=repoEventId,proto3" json:"repo_event_id,omitempty"`
	RepoId               []string `protobuf:"bytes,2,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	Owner                []string `protobuf:"bytes,3,rep,name=owner,proto3" json:"owner,omitempty"`
	Status               []string `protobuf:"bytes,4,rep,name=status,proto3" json:"status,omitempty"`
	Limit                uint32   `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               uint32   `protobuf:"varint,6,opt,name=offset,proto3" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeRepoEventsRequest) Descriptor

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

func (*DescribeRepoEventsRequest) GetLimit

func (m *DescribeRepoEventsRequest) GetLimit() uint32

func (*DescribeRepoEventsRequest) GetOffset

func (m *DescribeRepoEventsRequest) GetOffset() uint32

func (*DescribeRepoEventsRequest) GetOwner

func (m *DescribeRepoEventsRequest) GetOwner() []string

func (*DescribeRepoEventsRequest) GetRepoEventId

func (m *DescribeRepoEventsRequest) GetRepoEventId() []string

func (*DescribeRepoEventsRequest) GetRepoId

func (m *DescribeRepoEventsRequest) GetRepoId() []string

func (*DescribeRepoEventsRequest) GetStatus

func (m *DescribeRepoEventsRequest) GetStatus() []string

func (*DescribeRepoEventsRequest) ProtoMessage

func (*DescribeRepoEventsRequest) ProtoMessage()

func (*DescribeRepoEventsRequest) Reset

func (m *DescribeRepoEventsRequest) Reset()

func (*DescribeRepoEventsRequest) String

func (m *DescribeRepoEventsRequest) String() string

func (*DescribeRepoEventsRequest) XXX_DiscardUnknown

func (m *DescribeRepoEventsRequest) XXX_DiscardUnknown()

func (*DescribeRepoEventsRequest) XXX_Marshal

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

func (*DescribeRepoEventsRequest) XXX_Merge

func (dst *DescribeRepoEventsRequest) XXX_Merge(src proto.Message)

func (*DescribeRepoEventsRequest) XXX_Size

func (m *DescribeRepoEventsRequest) XXX_Size() int

func (*DescribeRepoEventsRequest) XXX_Unmarshal

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

type DescribeRepoEventsResponse

type DescribeRepoEventsResponse struct {
	TotalCount           uint32       `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	RepoEventSet         []*RepoEvent `protobuf:"bytes,2,rep,name=repo_event_set,json=repoEventSet,proto3" json:"repo_event_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DescribeRepoEventsResponse) Descriptor

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

func (*DescribeRepoEventsResponse) GetRepoEventSet

func (m *DescribeRepoEventsResponse) GetRepoEventSet() []*RepoEvent

func (*DescribeRepoEventsResponse) GetTotalCount

func (m *DescribeRepoEventsResponse) GetTotalCount() uint32

func (*DescribeRepoEventsResponse) ProtoMessage

func (*DescribeRepoEventsResponse) ProtoMessage()

func (*DescribeRepoEventsResponse) Reset

func (m *DescribeRepoEventsResponse) Reset()

func (*DescribeRepoEventsResponse) String

func (m *DescribeRepoEventsResponse) String() string

func (*DescribeRepoEventsResponse) XXX_DiscardUnknown

func (m *DescribeRepoEventsResponse) XXX_DiscardUnknown()

func (*DescribeRepoEventsResponse) XXX_Marshal

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

func (*DescribeRepoEventsResponse) XXX_Merge

func (dst *DescribeRepoEventsResponse) XXX_Merge(src proto.Message)

func (*DescribeRepoEventsResponse) XXX_Size

func (m *DescribeRepoEventsResponse) XXX_Size() int

func (*DescribeRepoEventsResponse) XXX_Unmarshal

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

type DescribeReposRequest

type DescribeReposRequest struct {
	RepoId               []string              `protobuf:"bytes,1,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	Name                 []string              `protobuf:"bytes,2,rep,name=name,proto3" json:"name,omitempty"`
	Type                 []string              `protobuf:"bytes,3,rep,name=type,proto3" json:"type,omitempty"`
	Visibility           []string              `protobuf:"bytes,4,rep,name=visibility,proto3" json:"visibility,omitempty"`
	Status               []string              `protobuf:"bytes,5,rep,name=status,proto3" json:"status,omitempty"`
	Provider             []string              `protobuf:"bytes,6,rep,name=provider,proto3" json:"provider,omitempty"`
	Label                *wrappers.StringValue `protobuf:"bytes,7,opt,name=label,proto3" json:"label,omitempty"`
	Selector             *wrappers.StringValue `protobuf:"bytes,8,opt,name=selector,proto3" json:"selector,omitempty"`
	Limit                uint32                `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               uint32                `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"`
	CategoryId           []string              `protobuf:"bytes,11,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	SearchWord           *wrappers.StringValue `protobuf:"bytes,12,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	SortKey              *wrappers.StringValue `protobuf:"bytes,13,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	Reverse              *wrappers.BoolValue   `protobuf:"bytes,14,opt,name=reverse,proto3" json:"reverse,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeReposRequest) Descriptor

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

func (*DescribeReposRequest) GetCategoryId

func (m *DescribeReposRequest) GetCategoryId() []string

func (*DescribeReposRequest) GetLabel

func (m *DescribeReposRequest) GetLabel() *wrappers.StringValue

func (*DescribeReposRequest) GetLimit

func (m *DescribeReposRequest) GetLimit() uint32

func (*DescribeReposRequest) GetName

func (m *DescribeReposRequest) GetName() []string

func (*DescribeReposRequest) GetOffset

func (m *DescribeReposRequest) GetOffset() uint32

func (*DescribeReposRequest) GetProvider

func (m *DescribeReposRequest) GetProvider() []string

func (*DescribeReposRequest) GetRepoId

func (m *DescribeReposRequest) GetRepoId() []string

func (*DescribeReposRequest) GetReverse added in v0.1.5

func (m *DescribeReposRequest) GetReverse() *wrappers.BoolValue

func (*DescribeReposRequest) GetSearchWord added in v0.1.5

func (m *DescribeReposRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeReposRequest) GetSelector

func (m *DescribeReposRequest) GetSelector() *wrappers.StringValue

func (*DescribeReposRequest) GetSortKey added in v0.1.5

func (m *DescribeReposRequest) GetSortKey() *wrappers.StringValue

func (*DescribeReposRequest) GetStatus

func (m *DescribeReposRequest) GetStatus() []string

func (*DescribeReposRequest) GetType

func (m *DescribeReposRequest) GetType() []string

func (*DescribeReposRequest) GetVisibility

func (m *DescribeReposRequest) GetVisibility() []string

func (*DescribeReposRequest) ProtoMessage

func (*DescribeReposRequest) ProtoMessage()

func (*DescribeReposRequest) Reset

func (m *DescribeReposRequest) Reset()

func (*DescribeReposRequest) String

func (m *DescribeReposRequest) String() string

func (*DescribeReposRequest) XXX_DiscardUnknown

func (m *DescribeReposRequest) XXX_DiscardUnknown()

func (*DescribeReposRequest) XXX_Marshal

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

func (*DescribeReposRequest) XXX_Merge

func (dst *DescribeReposRequest) XXX_Merge(src proto.Message)

func (*DescribeReposRequest) XXX_Size

func (m *DescribeReposRequest) XXX_Size() int

func (*DescribeReposRequest) XXX_Unmarshal

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

type DescribeReposResponse

type DescribeReposResponse struct {
	TotalCount           uint32   `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	RepoSet              []*Repo  `protobuf:"bytes,2,rep,name=repo_set,json=repoSet,proto3" json:"repo_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeReposResponse) Descriptor

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

func (*DescribeReposResponse) GetRepoSet

func (m *DescribeReposResponse) GetRepoSet() []*Repo

func (*DescribeReposResponse) GetTotalCount

func (m *DescribeReposResponse) GetTotalCount() uint32

func (*DescribeReposResponse) ProtoMessage

func (*DescribeReposResponse) ProtoMessage()

func (*DescribeReposResponse) Reset

func (m *DescribeReposResponse) Reset()

func (*DescribeReposResponse) String

func (m *DescribeReposResponse) String() string

func (*DescribeReposResponse) XXX_DiscardUnknown

func (m *DescribeReposResponse) XXX_DiscardUnknown()

func (*DescribeReposResponse) XXX_Marshal

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

func (*DescribeReposResponse) XXX_Merge

func (dst *DescribeReposResponse) XXX_Merge(src proto.Message)

func (*DescribeReposResponse) XXX_Size

func (m *DescribeReposResponse) XXX_Size() int

func (*DescribeReposResponse) XXX_Unmarshal

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

type DescribeRuntimeDetailsResponse added in v0.1.5

type DescribeRuntimeDetailsResponse struct {
	TotalCount           uint32           `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	RuntimeDetailSet     []*RuntimeDetail `protobuf:"bytes,2,rep,name=runtime_detail_set,json=runtimeDetailSet,proto3" json:"runtime_detail_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*DescribeRuntimeDetailsResponse) Descriptor added in v0.1.5

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

func (*DescribeRuntimeDetailsResponse) GetRuntimeDetailSet added in v0.1.5

func (m *DescribeRuntimeDetailsResponse) GetRuntimeDetailSet() []*RuntimeDetail

func (*DescribeRuntimeDetailsResponse) GetTotalCount added in v0.1.5

func (m *DescribeRuntimeDetailsResponse) GetTotalCount() uint32

func (*DescribeRuntimeDetailsResponse) ProtoMessage added in v0.1.5

func (*DescribeRuntimeDetailsResponse) ProtoMessage()

func (*DescribeRuntimeDetailsResponse) Reset added in v0.1.5

func (m *DescribeRuntimeDetailsResponse) Reset()

func (*DescribeRuntimeDetailsResponse) String added in v0.1.5

func (*DescribeRuntimeDetailsResponse) XXX_DiscardUnknown added in v0.1.5

func (m *DescribeRuntimeDetailsResponse) XXX_DiscardUnknown()

func (*DescribeRuntimeDetailsResponse) XXX_Marshal added in v0.1.5

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

func (*DescribeRuntimeDetailsResponse) XXX_Merge added in v0.1.5

func (dst *DescribeRuntimeDetailsResponse) XXX_Merge(src proto.Message)

func (*DescribeRuntimeDetailsResponse) XXX_Size added in v0.1.5

func (m *DescribeRuntimeDetailsResponse) XXX_Size() int

func (*DescribeRuntimeDetailsResponse) XXX_Unmarshal added in v0.1.5

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

type DescribeRuntimeProviderZonesRequest

type DescribeRuntimeProviderZonesRequest struct {
	Provider             *wrappers.StringValue `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	RuntimeUrl           *wrappers.StringValue `protobuf:"bytes,2,opt,name=runtime_url,json=runtimeUrl,proto3" json:"runtime_url,omitempty"`
	RuntimeCredential    *wrappers.StringValue `protobuf:"bytes,3,opt,name=runtime_credential,json=runtimeCredential,proto3" json:"runtime_credential,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeRuntimeProviderZonesRequest) Descriptor

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

func (*DescribeRuntimeProviderZonesRequest) GetProvider

func (*DescribeRuntimeProviderZonesRequest) GetRuntimeCredential

func (m *DescribeRuntimeProviderZonesRequest) GetRuntimeCredential() *wrappers.StringValue

func (*DescribeRuntimeProviderZonesRequest) GetRuntimeUrl

func (*DescribeRuntimeProviderZonesRequest) ProtoMessage

func (*DescribeRuntimeProviderZonesRequest) ProtoMessage()

func (*DescribeRuntimeProviderZonesRequest) Reset

func (*DescribeRuntimeProviderZonesRequest) String

func (*DescribeRuntimeProviderZonesRequest) XXX_DiscardUnknown

func (m *DescribeRuntimeProviderZonesRequest) XXX_DiscardUnknown()

func (*DescribeRuntimeProviderZonesRequest) XXX_Marshal

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

func (*DescribeRuntimeProviderZonesRequest) XXX_Merge

func (*DescribeRuntimeProviderZonesRequest) XXX_Size

func (*DescribeRuntimeProviderZonesRequest) XXX_Unmarshal

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

type DescribeRuntimeProviderZonesResponse

type DescribeRuntimeProviderZonesResponse struct {
	Provider             *wrappers.StringValue `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	Zone                 []string              `protobuf:"bytes,2,rep,name=zone,proto3" json:"zone,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeRuntimeProviderZonesResponse) Descriptor

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

func (*DescribeRuntimeProviderZonesResponse) GetProvider

func (*DescribeRuntimeProviderZonesResponse) GetZone

func (*DescribeRuntimeProviderZonesResponse) ProtoMessage

func (*DescribeRuntimeProviderZonesResponse) ProtoMessage()

func (*DescribeRuntimeProviderZonesResponse) Reset

func (*DescribeRuntimeProviderZonesResponse) String

func (*DescribeRuntimeProviderZonesResponse) XXX_DiscardUnknown

func (m *DescribeRuntimeProviderZonesResponse) XXX_DiscardUnknown()

func (*DescribeRuntimeProviderZonesResponse) XXX_Marshal

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

func (*DescribeRuntimeProviderZonesResponse) XXX_Merge

func (*DescribeRuntimeProviderZonesResponse) XXX_Size

func (*DescribeRuntimeProviderZonesResponse) XXX_Unmarshal

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

type DescribeRuntimesRequest

type DescribeRuntimesRequest struct {
	RuntimeId            []string              `protobuf:"bytes,1,rep,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	Status               []string              `protobuf:"bytes,2,rep,name=status,proto3" json:"status,omitempty"`
	Provider             []string              `protobuf:"bytes,3,rep,name=provider,proto3" json:"provider,omitempty"`
	SearchWord           *wrappers.StringValue `protobuf:"bytes,4,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	Label                *wrappers.StringValue `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"`
	Owner                []string              `protobuf:"bytes,6,rep,name=owner,proto3" json:"owner,omitempty"`
	Limit                uint32                `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               uint32                `protobuf:"varint,8,opt,name=offset,proto3" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeRuntimesRequest) Descriptor

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

func (*DescribeRuntimesRequest) GetLabel

func (*DescribeRuntimesRequest) GetLimit

func (m *DescribeRuntimesRequest) GetLimit() uint32

func (*DescribeRuntimesRequest) GetOffset

func (m *DescribeRuntimesRequest) GetOffset() uint32

func (*DescribeRuntimesRequest) GetOwner

func (m *DescribeRuntimesRequest) GetOwner() []string

func (*DescribeRuntimesRequest) GetProvider added in v0.1.8

func (m *DescribeRuntimesRequest) GetProvider() []string

func (*DescribeRuntimesRequest) GetRuntimeId

func (m *DescribeRuntimesRequest) GetRuntimeId() []string

func (*DescribeRuntimesRequest) GetSearchWord

func (m *DescribeRuntimesRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeRuntimesRequest) GetStatus

func (m *DescribeRuntimesRequest) GetStatus() []string

func (*DescribeRuntimesRequest) ProtoMessage

func (*DescribeRuntimesRequest) ProtoMessage()

func (*DescribeRuntimesRequest) Reset

func (m *DescribeRuntimesRequest) Reset()

func (*DescribeRuntimesRequest) String

func (m *DescribeRuntimesRequest) String() string

func (*DescribeRuntimesRequest) XXX_DiscardUnknown

func (m *DescribeRuntimesRequest) XXX_DiscardUnknown()

func (*DescribeRuntimesRequest) XXX_Marshal

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

func (*DescribeRuntimesRequest) XXX_Merge

func (dst *DescribeRuntimesRequest) XXX_Merge(src proto.Message)

func (*DescribeRuntimesRequest) XXX_Size

func (m *DescribeRuntimesRequest) XXX_Size() int

func (*DescribeRuntimesRequest) XXX_Unmarshal

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

type DescribeRuntimesResponse

type DescribeRuntimesResponse struct {
	TotalCount           uint32     `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	RuntimeSet           []*Runtime `protobuf:"bytes,2,rep,name=runtime_set,json=runtimeSet,proto3" json:"runtime_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*DescribeRuntimesResponse) Descriptor

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

func (*DescribeRuntimesResponse) GetRuntimeSet

func (m *DescribeRuntimesResponse) GetRuntimeSet() []*Runtime

func (*DescribeRuntimesResponse) GetTotalCount

func (m *DescribeRuntimesResponse) GetTotalCount() uint32

func (*DescribeRuntimesResponse) ProtoMessage

func (*DescribeRuntimesResponse) ProtoMessage()

func (*DescribeRuntimesResponse) Reset

func (m *DescribeRuntimesResponse) Reset()

func (*DescribeRuntimesResponse) String

func (m *DescribeRuntimesResponse) String() string

func (*DescribeRuntimesResponse) XXX_DiscardUnknown

func (m *DescribeRuntimesResponse) XXX_DiscardUnknown()

func (*DescribeRuntimesResponse) XXX_Marshal

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

func (*DescribeRuntimesResponse) XXX_Merge

func (dst *DescribeRuntimesResponse) XXX_Merge(src proto.Message)

func (*DescribeRuntimesResponse) XXX_Size

func (m *DescribeRuntimesResponse) XXX_Size() int

func (*DescribeRuntimesResponse) XXX_Unmarshal

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

type DescribeSubnetsRequest

type DescribeSubnetsRequest struct {
	RuntimeId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	Limit                uint32                `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               uint32                `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	SubnetType           *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=subnet_type,json=subnetType,proto3" json:"subnet_type,omitempty"`
	SubnetId             []string              `protobuf:"bytes,5,rep,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"`
	Zone                 []string              `protobuf:"bytes,6,rep,name=zone,proto3" json:"zone,omitempty"`
	AdvancedParam        []string              `protobuf:"bytes,7,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeSubnetsRequest) Descriptor

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

func (*DescribeSubnetsRequest) GetAdvancedParam

func (m *DescribeSubnetsRequest) GetAdvancedParam() []string

func (*DescribeSubnetsRequest) GetLimit

func (m *DescribeSubnetsRequest) GetLimit() uint32

func (*DescribeSubnetsRequest) GetOffset

func (m *DescribeSubnetsRequest) GetOffset() uint32

func (*DescribeSubnetsRequest) GetRuntimeId

func (m *DescribeSubnetsRequest) GetRuntimeId() *wrappers.StringValue

func (*DescribeSubnetsRequest) GetSubnetId

func (m *DescribeSubnetsRequest) GetSubnetId() []string

func (*DescribeSubnetsRequest) GetSubnetType

func (m *DescribeSubnetsRequest) GetSubnetType() *wrappers.UInt32Value

func (*DescribeSubnetsRequest) GetZone added in v0.1.6

func (m *DescribeSubnetsRequest) GetZone() []string

func (*DescribeSubnetsRequest) ProtoMessage

func (*DescribeSubnetsRequest) ProtoMessage()

func (*DescribeSubnetsRequest) Reset

func (m *DescribeSubnetsRequest) Reset()

func (*DescribeSubnetsRequest) String

func (m *DescribeSubnetsRequest) String() string

func (*DescribeSubnetsRequest) XXX_DiscardUnknown

func (m *DescribeSubnetsRequest) XXX_DiscardUnknown()

func (*DescribeSubnetsRequest) XXX_Marshal

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

func (*DescribeSubnetsRequest) XXX_Merge

func (dst *DescribeSubnetsRequest) XXX_Merge(src proto.Message)

func (*DescribeSubnetsRequest) XXX_Size

func (m *DescribeSubnetsRequest) XXX_Size() int

func (*DescribeSubnetsRequest) XXX_Unmarshal

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

type DescribeSubnetsResponse

type DescribeSubnetsResponse struct {
	TotalCount           uint32    `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	SubnetSet            []*Subnet `protobuf:"bytes,2,rep,name=subnet_set,json=subnetSet,proto3" json:"subnet_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*DescribeSubnetsResponse) Descriptor

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

func (*DescribeSubnetsResponse) GetSubnetSet

func (m *DescribeSubnetsResponse) GetSubnetSet() []*Subnet

func (*DescribeSubnetsResponse) GetTotalCount

func (m *DescribeSubnetsResponse) GetTotalCount() uint32

func (*DescribeSubnetsResponse) ProtoMessage

func (*DescribeSubnetsResponse) ProtoMessage()

func (*DescribeSubnetsResponse) Reset

func (m *DescribeSubnetsResponse) Reset()

func (*DescribeSubnetsResponse) String

func (m *DescribeSubnetsResponse) String() string

func (*DescribeSubnetsResponse) XXX_DiscardUnknown

func (m *DescribeSubnetsResponse) XXX_DiscardUnknown()

func (*DescribeSubnetsResponse) XXX_Marshal

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

func (*DescribeSubnetsResponse) XXX_Merge

func (dst *DescribeSubnetsResponse) XXX_Merge(src proto.Message)

func (*DescribeSubnetsResponse) XXX_Size

func (m *DescribeSubnetsResponse) XXX_Size() int

func (*DescribeSubnetsResponse) XXX_Unmarshal

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

type DescribeTasksRequest

type DescribeTasksRequest struct {
	TaskId   []string              `protobuf:"bytes,1,rep,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	JobId    []string              `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Executor *wrappers.StringValue `protobuf:"bytes,3,opt,name=executor,proto3" json:"executor,omitempty"`
	Target   *wrappers.StringValue `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"`
	Status   []string              `protobuf:"bytes,5,rep,name=status,proto3" json:"status,omitempty"`
	// default is 20, max value is 200
	Limit uint32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"`
	// default is 0
	Offset               uint32                `protobuf:"varint,7,opt,name=offset,proto3" json:"offset,omitempty"`
	SearchWord           *wrappers.StringValue `protobuf:"bytes,8,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DescribeTasksRequest) Descriptor

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

func (*DescribeTasksRequest) GetExecutor

func (m *DescribeTasksRequest) GetExecutor() *wrappers.StringValue

func (*DescribeTasksRequest) GetJobId

func (m *DescribeTasksRequest) GetJobId() []string

func (*DescribeTasksRequest) GetLimit

func (m *DescribeTasksRequest) GetLimit() uint32

func (*DescribeTasksRequest) GetOffset

func (m *DescribeTasksRequest) GetOffset() uint32

func (*DescribeTasksRequest) GetSearchWord added in v0.1.5

func (m *DescribeTasksRequest) GetSearchWord() *wrappers.StringValue

func (*DescribeTasksRequest) GetStatus

func (m *DescribeTasksRequest) GetStatus() []string

func (*DescribeTasksRequest) GetTarget

func (m *DescribeTasksRequest) GetTarget() *wrappers.StringValue

func (*DescribeTasksRequest) GetTaskId

func (m *DescribeTasksRequest) GetTaskId() []string

func (*DescribeTasksRequest) ProtoMessage

func (*DescribeTasksRequest) ProtoMessage()

func (*DescribeTasksRequest) Reset

func (m *DescribeTasksRequest) Reset()

func (*DescribeTasksRequest) String

func (m *DescribeTasksRequest) String() string

func (*DescribeTasksRequest) XXX_DiscardUnknown

func (m *DescribeTasksRequest) XXX_DiscardUnknown()

func (*DescribeTasksRequest) XXX_Marshal

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

func (*DescribeTasksRequest) XXX_Merge

func (dst *DescribeTasksRequest) XXX_Merge(src proto.Message)

func (*DescribeTasksRequest) XXX_Size

func (m *DescribeTasksRequest) XXX_Size() int

func (*DescribeTasksRequest) XXX_Unmarshal

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

type DescribeTasksResponse

type DescribeTasksResponse struct {
	TotalCount           uint32   `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	TaskSet              []*Task  `protobuf:"bytes,2,rep,name=task_set,json=taskSet,proto3" json:"task_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeTasksResponse) Descriptor

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

func (*DescribeTasksResponse) GetTaskSet

func (m *DescribeTasksResponse) GetTaskSet() []*Task

func (*DescribeTasksResponse) GetTotalCount

func (m *DescribeTasksResponse) GetTotalCount() uint32

func (*DescribeTasksResponse) ProtoMessage

func (*DescribeTasksResponse) ProtoMessage()

func (*DescribeTasksResponse) Reset

func (m *DescribeTasksResponse) Reset()

func (*DescribeTasksResponse) String

func (m *DescribeTasksResponse) String() string

func (*DescribeTasksResponse) XXX_DiscardUnknown

func (m *DescribeTasksResponse) XXX_DiscardUnknown()

func (*DescribeTasksResponse) XXX_Marshal

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

func (*DescribeTasksResponse) XXX_Merge

func (dst *DescribeTasksResponse) XXX_Merge(src proto.Message)

func (*DescribeTasksResponse) XXX_Size

func (m *DescribeTasksResponse) XXX_Size() int

func (*DescribeTasksResponse) XXX_Unmarshal

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

type DetachKeyPairsRequest added in v0.1.7

type DetachKeyPairsRequest struct {
	KeyPairId            []string `protobuf:"bytes,1,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"`
	NodeId               []string `protobuf:"bytes,2,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DetachKeyPairsRequest) Descriptor added in v0.1.7

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

func (*DetachKeyPairsRequest) GetKeyPairId added in v0.1.7

func (m *DetachKeyPairsRequest) GetKeyPairId() []string

func (*DetachKeyPairsRequest) GetNodeId added in v0.1.7

func (m *DetachKeyPairsRequest) GetNodeId() []string

func (*DetachKeyPairsRequest) ProtoMessage added in v0.1.7

func (*DetachKeyPairsRequest) ProtoMessage()

func (*DetachKeyPairsRequest) Reset added in v0.1.7

func (m *DetachKeyPairsRequest) Reset()

func (*DetachKeyPairsRequest) String added in v0.1.7

func (m *DetachKeyPairsRequest) String() string

func (*DetachKeyPairsRequest) XXX_DiscardUnknown added in v0.1.7

func (m *DetachKeyPairsRequest) XXX_DiscardUnknown()

func (*DetachKeyPairsRequest) XXX_Marshal added in v0.1.7

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

func (*DetachKeyPairsRequest) XXX_Merge added in v0.1.7

func (dst *DetachKeyPairsRequest) XXX_Merge(src proto.Message)

func (*DetachKeyPairsRequest) XXX_Size added in v0.1.7

func (m *DetachKeyPairsRequest) XXX_Size() int

func (*DetachKeyPairsRequest) XXX_Unmarshal added in v0.1.7

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

type DetachKeyPairsResponse added in v0.1.7

type DetachKeyPairsResponse struct {
	JobId                []string `protobuf:"bytes,1,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DetachKeyPairsResponse) Descriptor added in v0.1.7

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

func (*DetachKeyPairsResponse) GetJobId added in v0.1.7

func (m *DetachKeyPairsResponse) GetJobId() []string

func (*DetachKeyPairsResponse) ProtoMessage added in v0.1.7

func (*DetachKeyPairsResponse) ProtoMessage()

func (*DetachKeyPairsResponse) Reset added in v0.1.7

func (m *DetachKeyPairsResponse) Reset()

func (*DetachKeyPairsResponse) String added in v0.1.7

func (m *DetachKeyPairsResponse) String() string

func (*DetachKeyPairsResponse) XXX_DiscardUnknown added in v0.1.7

func (m *DetachKeyPairsResponse) XXX_DiscardUnknown()

func (*DetachKeyPairsResponse) XXX_Marshal added in v0.1.7

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

func (*DetachKeyPairsResponse) XXX_Merge added in v0.1.7

func (dst *DetachKeyPairsResponse) XXX_Merge(src proto.Message)

func (*DetachKeyPairsResponse) XXX_Size added in v0.1.7

func (m *DetachKeyPairsResponse) XXX_Size() int

func (*DetachKeyPairsResponse) XXX_Unmarshal added in v0.1.7

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

type ErrorDetail

type ErrorDetail struct {
	ErrorName            string   `protobuf:"bytes,1,opt,name=error_name,json=errorName,proto3" json:"error_name,omitempty"`
	Cause                string   `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ErrorDetail) Descriptor

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

func (*ErrorDetail) GetCause

func (m *ErrorDetail) GetCause() string

func (*ErrorDetail) GetErrorName

func (m *ErrorDetail) GetErrorName() string

func (*ErrorDetail) ProtoMessage

func (*ErrorDetail) ProtoMessage()

func (*ErrorDetail) Reset

func (m *ErrorDetail) Reset()

func (*ErrorDetail) String

func (m *ErrorDetail) String() string

func (*ErrorDetail) XXX_DiscardUnknown

func (m *ErrorDetail) XXX_DiscardUnknown()

func (*ErrorDetail) XXX_Marshal

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

func (*ErrorDetail) XXX_Merge

func (dst *ErrorDetail) XXX_Merge(src proto.Message)

func (*ErrorDetail) XXX_Size

func (m *ErrorDetail) XXX_Size() int

func (*ErrorDetail) XXX_Unmarshal

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

type GetAppStatisticsRequest added in v0.1.5

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

func (*GetAppStatisticsRequest) Descriptor added in v0.1.5

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

func (*GetAppStatisticsRequest) ProtoMessage added in v0.1.5

func (*GetAppStatisticsRequest) ProtoMessage()

func (*GetAppStatisticsRequest) Reset added in v0.1.5

func (m *GetAppStatisticsRequest) Reset()

func (*GetAppStatisticsRequest) String added in v0.1.5

func (m *GetAppStatisticsRequest) String() string

func (*GetAppStatisticsRequest) XXX_DiscardUnknown added in v0.1.5

func (m *GetAppStatisticsRequest) XXX_DiscardUnknown()

func (*GetAppStatisticsRequest) XXX_Marshal added in v0.1.5

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

func (*GetAppStatisticsRequest) XXX_Merge added in v0.1.5

func (dst *GetAppStatisticsRequest) XXX_Merge(src proto.Message)

func (*GetAppStatisticsRequest) XXX_Size added in v0.1.5

func (m *GetAppStatisticsRequest) XXX_Size() int

func (*GetAppStatisticsRequest) XXX_Unmarshal added in v0.1.5

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

type GetAppStatisticsResponse added in v0.1.5

type GetAppStatisticsResponse struct {
	LastTwoWeekCreated   map[string]uint32 `` /* 208-byte string literal not displayed */
	TopTenRepos          map[string]uint32 `` /* 185-byte string literal not displayed */
	AppCount             uint32            `protobuf:"varint,3,opt,name=app_count,json=appCount,proto3" json:"app_count,omitempty"`
	RepoCount            uint32            `protobuf:"varint,4,opt,name=repo_count,json=repoCount,proto3" json:"repo_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetAppStatisticsResponse) Descriptor added in v0.1.5

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

func (*GetAppStatisticsResponse) GetAppCount added in v0.1.5

func (m *GetAppStatisticsResponse) GetAppCount() uint32

func (*GetAppStatisticsResponse) GetLastTwoWeekCreated added in v0.1.5

func (m *GetAppStatisticsResponse) GetLastTwoWeekCreated() map[string]uint32

func (*GetAppStatisticsResponse) GetRepoCount added in v0.1.5

func (m *GetAppStatisticsResponse) GetRepoCount() uint32

func (*GetAppStatisticsResponse) GetTopTenRepos added in v0.1.5

func (m *GetAppStatisticsResponse) GetTopTenRepos() map[string]uint32

func (*GetAppStatisticsResponse) ProtoMessage added in v0.1.5

func (*GetAppStatisticsResponse) ProtoMessage()

func (*GetAppStatisticsResponse) Reset added in v0.1.5

func (m *GetAppStatisticsResponse) Reset()

func (*GetAppStatisticsResponse) String added in v0.1.5

func (m *GetAppStatisticsResponse) String() string

func (*GetAppStatisticsResponse) XXX_DiscardUnknown added in v0.1.5

func (m *GetAppStatisticsResponse) XXX_DiscardUnknown()

func (*GetAppStatisticsResponse) XXX_Marshal added in v0.1.5

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

func (*GetAppStatisticsResponse) XXX_Merge added in v0.1.5

func (dst *GetAppStatisticsResponse) XXX_Merge(src proto.Message)

func (*GetAppStatisticsResponse) XXX_Size added in v0.1.5

func (m *GetAppStatisticsResponse) XXX_Size() int

func (*GetAppStatisticsResponse) XXX_Unmarshal added in v0.1.5

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

type GetAppVersionPackageFilesRequest

type GetAppVersionPackageFilesRequest struct {
	VersionId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	Files                []string              `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetAppVersionPackageFilesRequest) Descriptor

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

func (*GetAppVersionPackageFilesRequest) GetFiles

func (m *GetAppVersionPackageFilesRequest) GetFiles() []string

func (*GetAppVersionPackageFilesRequest) GetVersionId

func (*GetAppVersionPackageFilesRequest) ProtoMessage

func (*GetAppVersionPackageFilesRequest) ProtoMessage()

func (*GetAppVersionPackageFilesRequest) Reset

func (*GetAppVersionPackageFilesRequest) String

func (*GetAppVersionPackageFilesRequest) XXX_DiscardUnknown

func (m *GetAppVersionPackageFilesRequest) XXX_DiscardUnknown()

func (*GetAppVersionPackageFilesRequest) XXX_Marshal

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

func (*GetAppVersionPackageFilesRequest) XXX_Merge

func (dst *GetAppVersionPackageFilesRequest) XXX_Merge(src proto.Message)

func (*GetAppVersionPackageFilesRequest) XXX_Size

func (m *GetAppVersionPackageFilesRequest) XXX_Size() int

func (*GetAppVersionPackageFilesRequest) XXX_Unmarshal

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

type GetAppVersionPackageFilesResponse

type GetAppVersionPackageFilesResponse struct {
	Files                map[string][]byte     `` /* 151-byte string literal not displayed */
	VersionId            *wrappers.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetAppVersionPackageFilesResponse) Descriptor

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

func (*GetAppVersionPackageFilesResponse) GetFiles

func (m *GetAppVersionPackageFilesResponse) GetFiles() map[string][]byte

func (*GetAppVersionPackageFilesResponse) GetVersionId

func (*GetAppVersionPackageFilesResponse) ProtoMessage

func (*GetAppVersionPackageFilesResponse) ProtoMessage()

func (*GetAppVersionPackageFilesResponse) Reset

func (*GetAppVersionPackageFilesResponse) String

func (*GetAppVersionPackageFilesResponse) XXX_DiscardUnknown

func (m *GetAppVersionPackageFilesResponse) XXX_DiscardUnknown()

func (*GetAppVersionPackageFilesResponse) XXX_Marshal

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

func (*GetAppVersionPackageFilesResponse) XXX_Merge

func (dst *GetAppVersionPackageFilesResponse) XXX_Merge(src proto.Message)

func (*GetAppVersionPackageFilesResponse) XXX_Size

func (m *GetAppVersionPackageFilesResponse) XXX_Size() int

func (*GetAppVersionPackageFilesResponse) XXX_Unmarshal

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

type GetAppVersionPackageRequest

type GetAppVersionPackageRequest struct {
	VersionId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetAppVersionPackageRequest) Descriptor

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

func (*GetAppVersionPackageRequest) GetVersionId

func (*GetAppVersionPackageRequest) ProtoMessage

func (*GetAppVersionPackageRequest) ProtoMessage()

func (*GetAppVersionPackageRequest) Reset

func (m *GetAppVersionPackageRequest) Reset()

func (*GetAppVersionPackageRequest) String

func (m *GetAppVersionPackageRequest) String() string

func (*GetAppVersionPackageRequest) XXX_DiscardUnknown

func (m *GetAppVersionPackageRequest) XXX_DiscardUnknown()

func (*GetAppVersionPackageRequest) XXX_Marshal

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

func (*GetAppVersionPackageRequest) XXX_Merge

func (dst *GetAppVersionPackageRequest) XXX_Merge(src proto.Message)

func (*GetAppVersionPackageRequest) XXX_Size

func (m *GetAppVersionPackageRequest) XXX_Size() int

func (*GetAppVersionPackageRequest) XXX_Unmarshal

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

type GetAppVersionPackageResponse

type GetAppVersionPackageResponse struct {
	Package              []byte                `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
	VersionId            *wrappers.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetAppVersionPackageResponse) Descriptor

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

func (*GetAppVersionPackageResponse) GetPackage

func (m *GetAppVersionPackageResponse) GetPackage() []byte

func (*GetAppVersionPackageResponse) GetVersionId

func (*GetAppVersionPackageResponse) ProtoMessage

func (*GetAppVersionPackageResponse) ProtoMessage()

func (*GetAppVersionPackageResponse) Reset

func (m *GetAppVersionPackageResponse) Reset()

func (*GetAppVersionPackageResponse) String

func (*GetAppVersionPackageResponse) XXX_DiscardUnknown

func (m *GetAppVersionPackageResponse) XXX_DiscardUnknown()

func (*GetAppVersionPackageResponse) XXX_Marshal

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

func (*GetAppVersionPackageResponse) XXX_Merge

func (dst *GetAppVersionPackageResponse) XXX_Merge(src proto.Message)

func (*GetAppVersionPackageResponse) XXX_Size

func (m *GetAppVersionPackageResponse) XXX_Size() int

func (*GetAppVersionPackageResponse) XXX_Unmarshal

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

type GetClusterStatisticsRequest added in v0.1.5

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

func (*GetClusterStatisticsRequest) Descriptor added in v0.1.5

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

func (*GetClusterStatisticsRequest) ProtoMessage added in v0.1.5

func (*GetClusterStatisticsRequest) ProtoMessage()

func (*GetClusterStatisticsRequest) Reset added in v0.1.5

func (m *GetClusterStatisticsRequest) Reset()

func (*GetClusterStatisticsRequest) String added in v0.1.5

func (m *GetClusterStatisticsRequest) String() string

func (*GetClusterStatisticsRequest) XXX_DiscardUnknown added in v0.1.5

func (m *GetClusterStatisticsRequest) XXX_DiscardUnknown()

func (*GetClusterStatisticsRequest) XXX_Marshal added in v0.1.5

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

func (*GetClusterStatisticsRequest) XXX_Merge added in v0.1.5

func (dst *GetClusterStatisticsRequest) XXX_Merge(src proto.Message)

func (*GetClusterStatisticsRequest) XXX_Size added in v0.1.5

func (m *GetClusterStatisticsRequest) XXX_Size() int

func (*GetClusterStatisticsRequest) XXX_Unmarshal added in v0.1.5

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

type GetClusterStatisticsResponse added in v0.1.5

type GetClusterStatisticsResponse struct {
	LastTwoWeekCreated   map[string]uint32 `` /* 208-byte string literal not displayed */
	TopTenRuntimes       map[string]uint32 `` /* 194-byte string literal not displayed */
	ClusterCount         uint32            `protobuf:"varint,3,opt,name=cluster_count,json=clusterCount,proto3" json:"cluster_count,omitempty"`
	RuntimeCount         uint32            `protobuf:"varint,4,opt,name=runtime_count,json=runtimeCount,proto3" json:"runtime_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetClusterStatisticsResponse) Descriptor added in v0.1.5

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

func (*GetClusterStatisticsResponse) GetClusterCount added in v0.1.5

func (m *GetClusterStatisticsResponse) GetClusterCount() uint32

func (*GetClusterStatisticsResponse) GetLastTwoWeekCreated added in v0.1.5

func (m *GetClusterStatisticsResponse) GetLastTwoWeekCreated() map[string]uint32

func (*GetClusterStatisticsResponse) GetRuntimeCount added in v0.1.5

func (m *GetClusterStatisticsResponse) GetRuntimeCount() uint32

func (*GetClusterStatisticsResponse) GetTopTenRuntimes added in v0.1.5

func (m *GetClusterStatisticsResponse) GetTopTenRuntimes() map[string]uint32

func (*GetClusterStatisticsResponse) ProtoMessage added in v0.1.5

func (*GetClusterStatisticsResponse) ProtoMessage()

func (*GetClusterStatisticsResponse) Reset added in v0.1.5

func (m *GetClusterStatisticsResponse) Reset()

func (*GetClusterStatisticsResponse) String added in v0.1.5

func (*GetClusterStatisticsResponse) XXX_DiscardUnknown added in v0.1.5

func (m *GetClusterStatisticsResponse) XXX_DiscardUnknown()

func (*GetClusterStatisticsResponse) XXX_Marshal added in v0.1.5

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

func (*GetClusterStatisticsResponse) XXX_Merge added in v0.1.5

func (dst *GetClusterStatisticsResponse) XXX_Merge(src proto.Message)

func (*GetClusterStatisticsResponse) XXX_Size added in v0.1.5

func (m *GetClusterStatisticsResponse) XXX_Size() int

func (*GetClusterStatisticsResponse) XXX_Unmarshal added in v0.1.5

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

type GetRuntimeStatisticsRequest added in v0.1.5

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

func (*GetRuntimeStatisticsRequest) Descriptor added in v0.1.5

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

func (*GetRuntimeStatisticsRequest) ProtoMessage added in v0.1.5

func (*GetRuntimeStatisticsRequest) ProtoMessage()

func (*GetRuntimeStatisticsRequest) Reset added in v0.1.5

func (m *GetRuntimeStatisticsRequest) Reset()

func (*GetRuntimeStatisticsRequest) String added in v0.1.5

func (m *GetRuntimeStatisticsRequest) String() string

func (*GetRuntimeStatisticsRequest) XXX_DiscardUnknown added in v0.1.5

func (m *GetRuntimeStatisticsRequest) XXX_DiscardUnknown()

func (*GetRuntimeStatisticsRequest) XXX_Marshal added in v0.1.5

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

func (*GetRuntimeStatisticsRequest) XXX_Merge added in v0.1.5

func (dst *GetRuntimeStatisticsRequest) XXX_Merge(src proto.Message)

func (*GetRuntimeStatisticsRequest) XXX_Size added in v0.1.5

func (m *GetRuntimeStatisticsRequest) XXX_Size() int

func (*GetRuntimeStatisticsRequest) XXX_Unmarshal added in v0.1.5

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

type GetRuntimeStatisticsResponse added in v0.1.5

type GetRuntimeStatisticsResponse struct {
	LastTwoWeekCreated   map[string]uint32 `` /* 208-byte string literal not displayed */
	TopTenProviders      map[string]uint32 `` /* 197-byte string literal not displayed */
	RuntimeCount         uint32            `protobuf:"varint,3,opt,name=runtime_count,json=runtimeCount,proto3" json:"runtime_count,omitempty"`
	ProviderCount        uint32            `protobuf:"varint,4,opt,name=provider_count,json=providerCount,proto3" json:"provider_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetRuntimeStatisticsResponse) Descriptor added in v0.1.5

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

func (*GetRuntimeStatisticsResponse) GetLastTwoWeekCreated added in v0.1.5

func (m *GetRuntimeStatisticsResponse) GetLastTwoWeekCreated() map[string]uint32

func (*GetRuntimeStatisticsResponse) GetProviderCount added in v0.1.5

func (m *GetRuntimeStatisticsResponse) GetProviderCount() uint32

func (*GetRuntimeStatisticsResponse) GetRuntimeCount added in v0.1.5

func (m *GetRuntimeStatisticsResponse) GetRuntimeCount() uint32

func (*GetRuntimeStatisticsResponse) GetTopTenProviders added in v0.1.5

func (m *GetRuntimeStatisticsResponse) GetTopTenProviders() map[string]uint32

func (*GetRuntimeStatisticsResponse) ProtoMessage added in v0.1.5

func (*GetRuntimeStatisticsResponse) ProtoMessage()

func (*GetRuntimeStatisticsResponse) Reset added in v0.1.5

func (m *GetRuntimeStatisticsResponse) Reset()

func (*GetRuntimeStatisticsResponse) String added in v0.1.5

func (*GetRuntimeStatisticsResponse) XXX_DiscardUnknown added in v0.1.5

func (m *GetRuntimeStatisticsResponse) XXX_DiscardUnknown()

func (*GetRuntimeStatisticsResponse) XXX_Marshal added in v0.1.5

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

func (*GetRuntimeStatisticsResponse) XXX_Merge added in v0.1.5

func (dst *GetRuntimeStatisticsResponse) XXX_Merge(src proto.Message)

func (*GetRuntimeStatisticsResponse) XXX_Size added in v0.1.5

func (m *GetRuntimeStatisticsResponse) XXX_Size() int

func (*GetRuntimeStatisticsResponse) XXX_Unmarshal added in v0.1.5

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

type IndexRepoRequest

type IndexRepoRequest struct {
	RepoId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*IndexRepoRequest) Descriptor

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

func (*IndexRepoRequest) GetRepoId

func (m *IndexRepoRequest) GetRepoId() *wrappers.StringValue

func (*IndexRepoRequest) ProtoMessage

func (*IndexRepoRequest) ProtoMessage()

func (*IndexRepoRequest) Reset

func (m *IndexRepoRequest) Reset()

func (*IndexRepoRequest) String

func (m *IndexRepoRequest) String() string

func (*IndexRepoRequest) XXX_DiscardUnknown

func (m *IndexRepoRequest) XXX_DiscardUnknown()

func (*IndexRepoRequest) XXX_Marshal

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

func (*IndexRepoRequest) XXX_Merge

func (dst *IndexRepoRequest) XXX_Merge(src proto.Message)

func (*IndexRepoRequest) XXX_Size

func (m *IndexRepoRequest) XXX_Size() int

func (*IndexRepoRequest) XXX_Unmarshal

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

type IndexRepoResponse

type IndexRepoResponse struct {
	RepoEvent            *RepoEvent            `protobuf:"bytes,1,opt,name=repo_event,json=repoEvent,proto3" json:"repo_event,omitempty"`
	RepoId               *wrappers.StringValue `protobuf:"bytes,2,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*IndexRepoResponse) Descriptor

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

func (*IndexRepoResponse) GetRepoEvent

func (m *IndexRepoResponse) GetRepoEvent() *RepoEvent

func (*IndexRepoResponse) GetRepoId

func (m *IndexRepoResponse) GetRepoId() *wrappers.StringValue

func (*IndexRepoResponse) ProtoMessage

func (*IndexRepoResponse) ProtoMessage()

func (*IndexRepoResponse) Reset

func (m *IndexRepoResponse) Reset()

func (*IndexRepoResponse) String

func (m *IndexRepoResponse) String() string

func (*IndexRepoResponse) XXX_DiscardUnknown

func (m *IndexRepoResponse) XXX_DiscardUnknown()

func (*IndexRepoResponse) XXX_Marshal

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

func (*IndexRepoResponse) XXX_Merge

func (dst *IndexRepoResponse) XXX_Merge(src proto.Message)

func (*IndexRepoResponse) XXX_Size

func (m *IndexRepoResponse) XXX_Size() int

func (*IndexRepoResponse) XXX_Unmarshal

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

type Job

type Job struct {
	JobId                *wrappers.StringValue `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	ClusterId            *wrappers.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AppId                *wrappers.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	VersionId            *wrappers.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	JobAction            *wrappers.StringValue `protobuf:"bytes,5,opt,name=job_action,json=jobAction,proto3" json:"job_action,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	ErrorCode            *wrappers.UInt32Value `protobuf:"bytes,7,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	Directive            *wrappers.StringValue `protobuf:"bytes,8,opt,name=directive,proto3" json:"directive,omitempty"`
	Executor             *wrappers.StringValue `protobuf:"bytes,9,opt,name=executor,proto3" json:"executor,omitempty"`
	TaskCount            *wrappers.UInt32Value `protobuf:"bytes,10,opt,name=task_count,json=taskCount,proto3" json:"task_count,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,11,opt,name=owner,proto3" json:"owner,omitempty"`
	Provider             *wrappers.StringValue `protobuf:"bytes,12,opt,name=provider,proto3" json:"provider,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,13,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,14,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Job) Descriptor

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

func (*Job) GetAppId

func (m *Job) GetAppId() *wrappers.StringValue

func (*Job) GetClusterId

func (m *Job) GetClusterId() *wrappers.StringValue

func (*Job) GetCreateTime

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

func (*Job) GetDirective

func (m *Job) GetDirective() *wrappers.StringValue

func (*Job) GetErrorCode

func (m *Job) GetErrorCode() *wrappers.UInt32Value

func (*Job) GetExecutor

func (m *Job) GetExecutor() *wrappers.StringValue

func (*Job) GetJobAction

func (m *Job) GetJobAction() *wrappers.StringValue

func (*Job) GetJobId

func (m *Job) GetJobId() *wrappers.StringValue

func (*Job) GetOwner

func (m *Job) GetOwner() *wrappers.StringValue

func (*Job) GetProvider

func (m *Job) GetProvider() *wrappers.StringValue

func (*Job) GetStatus

func (m *Job) GetStatus() *wrappers.StringValue

func (*Job) GetStatusTime

func (m *Job) GetStatusTime() *timestamp.Timestamp

func (*Job) GetTaskCount

func (m *Job) GetTaskCount() *wrappers.UInt32Value

func (*Job) GetVersionId

func (m *Job) GetVersionId() *wrappers.StringValue

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) Reset

func (m *Job) Reset()

func (*Job) String

func (m *Job) String() string

func (*Job) XXX_DiscardUnknown

func (m *Job) XXX_DiscardUnknown()

func (*Job) XXX_Marshal

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

func (*Job) XXX_Merge

func (dst *Job) XXX_Merge(src proto.Message)

func (*Job) XXX_Size

func (m *Job) XXX_Size() int

func (*Job) XXX_Unmarshal

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

type JobManagerClient

type JobManagerClient interface {
	CreateJob(ctx context.Context, in *CreateJobRequest, opts ...grpc.CallOption) (*CreateJobResponse, error)
	DescribeJobs(ctx context.Context, in *DescribeJobsRequest, opts ...grpc.CallOption) (*DescribeJobsResponse, error)
}

JobManagerClient is the client API for JobManager service.

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

func NewJobManagerClient

func NewJobManagerClient(cc *grpc.ClientConn) JobManagerClient

type JobManagerServer

type JobManagerServer interface {
	CreateJob(context.Context, *CreateJobRequest) (*CreateJobResponse, error)
	DescribeJobs(context.Context, *DescribeJobsRequest) (*DescribeJobsResponse, error)
}

JobManagerServer is the server API for JobManager service.

type KeyPair added in v0.1.7

type KeyPair struct {
	KeyPairId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	PubKey               *wrappers.StringValue `protobuf:"bytes,4,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,7,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	NodeId               []string              `protobuf:"bytes,8,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*KeyPair) Descriptor added in v0.1.7

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

func (*KeyPair) GetCreateTime added in v0.1.7

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

func (*KeyPair) GetDescription added in v0.1.7

func (m *KeyPair) GetDescription() *wrappers.StringValue

func (*KeyPair) GetKeyPairId added in v0.1.7

func (m *KeyPair) GetKeyPairId() *wrappers.StringValue

func (*KeyPair) GetName added in v0.1.7

func (m *KeyPair) GetName() *wrappers.StringValue

func (*KeyPair) GetNodeId added in v0.1.8

func (m *KeyPair) GetNodeId() []string

func (*KeyPair) GetOwner added in v0.1.7

func (m *KeyPair) GetOwner() *wrappers.StringValue

func (*KeyPair) GetPubKey added in v0.1.7

func (m *KeyPair) GetPubKey() *wrappers.StringValue

func (*KeyPair) GetStatusTime added in v0.1.7

func (m *KeyPair) GetStatusTime() *timestamp.Timestamp

func (*KeyPair) ProtoMessage added in v0.1.7

func (*KeyPair) ProtoMessage()

func (*KeyPair) Reset added in v0.1.7

func (m *KeyPair) Reset()

func (*KeyPair) String added in v0.1.7

func (m *KeyPair) String() string

func (*KeyPair) XXX_DiscardUnknown added in v0.1.7

func (m *KeyPair) XXX_DiscardUnknown()

func (*KeyPair) XXX_Marshal added in v0.1.7

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

func (*KeyPair) XXX_Merge added in v0.1.7

func (dst *KeyPair) XXX_Merge(src proto.Message)

func (*KeyPair) XXX_Size added in v0.1.7

func (m *KeyPair) XXX_Size() int

func (*KeyPair) XXX_Unmarshal added in v0.1.7

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

type ModifyAppRequest

type ModifyAppRequest struct {
	AppId                *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	RepoId               *wrappers.StringValue `protobuf:"bytes,3,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	ChartName            *wrappers.StringValue `protobuf:"bytes,5,opt,name=chart_name,json=chartName,proto3" json:"chart_name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Home                 *wrappers.StringValue `protobuf:"bytes,8,opt,name=home,proto3" json:"home,omitempty"`
	Icon                 *wrappers.StringValue `protobuf:"bytes,9,opt,name=icon,proto3" json:"icon,omitempty"`
	Screenshots          *wrappers.StringValue `protobuf:"bytes,10,opt,name=screenshots,proto3" json:"screenshots,omitempty"`
	Maintainers          *wrappers.StringValue `protobuf:"bytes,11,opt,name=maintainers,proto3" json:"maintainers,omitempty"`
	Sources              *wrappers.StringValue `protobuf:"bytes,12,opt,name=sources,proto3" json:"sources,omitempty"`
	Readme               *wrappers.StringValue `protobuf:"bytes,13,opt,name=readme,proto3" json:"readme,omitempty"`
	CategoryId           *wrappers.StringValue `protobuf:"bytes,14,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Keywords             *wrappers.StringValue `protobuf:"bytes,15,opt,name=keywords,proto3" json:"keywords,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyAppRequest) Descriptor

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

func (*ModifyAppRequest) GetAppId

func (m *ModifyAppRequest) GetAppId() *wrappers.StringValue

func (*ModifyAppRequest) GetCategoryId

func (m *ModifyAppRequest) GetCategoryId() *wrappers.StringValue

func (*ModifyAppRequest) GetChartName

func (m *ModifyAppRequest) GetChartName() *wrappers.StringValue

func (*ModifyAppRequest) GetDescription

func (m *ModifyAppRequest) GetDescription() *wrappers.StringValue

func (*ModifyAppRequest) GetHome

func (m *ModifyAppRequest) GetHome() *wrappers.StringValue

func (*ModifyAppRequest) GetIcon

func (m *ModifyAppRequest) GetIcon() *wrappers.StringValue

func (*ModifyAppRequest) GetKeywords

func (m *ModifyAppRequest) GetKeywords() *wrappers.StringValue

func (*ModifyAppRequest) GetMaintainers

func (m *ModifyAppRequest) GetMaintainers() *wrappers.StringValue

func (*ModifyAppRequest) GetName

func (m *ModifyAppRequest) GetName() *wrappers.StringValue

func (*ModifyAppRequest) GetOwner

func (m *ModifyAppRequest) GetOwner() *wrappers.StringValue

func (*ModifyAppRequest) GetReadme

func (m *ModifyAppRequest) GetReadme() *wrappers.StringValue

func (*ModifyAppRequest) GetRepoId

func (m *ModifyAppRequest) GetRepoId() *wrappers.StringValue

func (*ModifyAppRequest) GetScreenshots

func (m *ModifyAppRequest) GetScreenshots() *wrappers.StringValue

func (*ModifyAppRequest) GetSources

func (m *ModifyAppRequest) GetSources() *wrappers.StringValue

func (*ModifyAppRequest) ProtoMessage

func (*ModifyAppRequest) ProtoMessage()

func (*ModifyAppRequest) Reset

func (m *ModifyAppRequest) Reset()

func (*ModifyAppRequest) String

func (m *ModifyAppRequest) String() string

func (*ModifyAppRequest) XXX_DiscardUnknown

func (m *ModifyAppRequest) XXX_DiscardUnknown()

func (*ModifyAppRequest) XXX_Marshal

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

func (*ModifyAppRequest) XXX_Merge

func (dst *ModifyAppRequest) XXX_Merge(src proto.Message)

func (*ModifyAppRequest) XXX_Size

func (m *ModifyAppRequest) XXX_Size() int

func (*ModifyAppRequest) XXX_Unmarshal

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

type ModifyAppResponse

type ModifyAppResponse struct {
	AppId                *wrappers.StringValue `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 (*ModifyAppResponse) Descriptor

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

func (*ModifyAppResponse) GetAppId

func (m *ModifyAppResponse) GetAppId() *wrappers.StringValue

func (*ModifyAppResponse) ProtoMessage

func (*ModifyAppResponse) ProtoMessage()

func (*ModifyAppResponse) Reset

func (m *ModifyAppResponse) Reset()

func (*ModifyAppResponse) String

func (m *ModifyAppResponse) String() string

func (*ModifyAppResponse) XXX_DiscardUnknown

func (m *ModifyAppResponse) XXX_DiscardUnknown()

func (*ModifyAppResponse) XXX_Marshal

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

func (*ModifyAppResponse) XXX_Merge

func (dst *ModifyAppResponse) XXX_Merge(src proto.Message)

func (*ModifyAppResponse) XXX_Size

func (m *ModifyAppResponse) XXX_Size() int

func (*ModifyAppResponse) XXX_Unmarshal

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

type ModifyAppVersionRequest

type ModifyAppVersionRequest struct {
	VersionId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	PackageName          *wrappers.StringValue `protobuf:"bytes,3,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Sequence             *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=sequence,proto3" json:"sequence,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyAppVersionRequest) Descriptor

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

func (*ModifyAppVersionRequest) GetDescription

func (m *ModifyAppVersionRequest) GetDescription() *wrappers.StringValue

func (*ModifyAppVersionRequest) GetName

func (*ModifyAppVersionRequest) GetOwner

func (*ModifyAppVersionRequest) GetPackageName

func (m *ModifyAppVersionRequest) GetPackageName() *wrappers.StringValue

func (*ModifyAppVersionRequest) GetSequence

func (m *ModifyAppVersionRequest) GetSequence() *wrappers.UInt32Value

func (*ModifyAppVersionRequest) GetVersionId

func (m *ModifyAppVersionRequest) GetVersionId() *wrappers.StringValue

func (*ModifyAppVersionRequest) ProtoMessage

func (*ModifyAppVersionRequest) ProtoMessage()

func (*ModifyAppVersionRequest) Reset

func (m *ModifyAppVersionRequest) Reset()

func (*ModifyAppVersionRequest) String

func (m *ModifyAppVersionRequest) String() string

func (*ModifyAppVersionRequest) XXX_DiscardUnknown

func (m *ModifyAppVersionRequest) XXX_DiscardUnknown()

func (*ModifyAppVersionRequest) XXX_Marshal

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

func (*ModifyAppVersionRequest) XXX_Merge

func (dst *ModifyAppVersionRequest) XXX_Merge(src proto.Message)

func (*ModifyAppVersionRequest) XXX_Size

func (m *ModifyAppVersionRequest) XXX_Size() int

func (*ModifyAppVersionRequest) XXX_Unmarshal

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

type ModifyAppVersionResponse

type ModifyAppVersionResponse struct {
	VersionId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyAppVersionResponse) Descriptor

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

func (*ModifyAppVersionResponse) GetVersionId

func (m *ModifyAppVersionResponse) GetVersionId() *wrappers.StringValue

func (*ModifyAppVersionResponse) ProtoMessage

func (*ModifyAppVersionResponse) ProtoMessage()

func (*ModifyAppVersionResponse) Reset

func (m *ModifyAppVersionResponse) Reset()

func (*ModifyAppVersionResponse) String

func (m *ModifyAppVersionResponse) String() string

func (*ModifyAppVersionResponse) XXX_DiscardUnknown

func (m *ModifyAppVersionResponse) XXX_DiscardUnknown()

func (*ModifyAppVersionResponse) XXX_Marshal

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

func (*ModifyAppVersionResponse) XXX_Merge

func (dst *ModifyAppVersionResponse) XXX_Merge(src proto.Message)

func (*ModifyAppVersionResponse) XXX_Size

func (m *ModifyAppVersionResponse) XXX_Size() int

func (*ModifyAppVersionResponse) XXX_Unmarshal

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

type ModifyCategoryRequest

type ModifyCategoryRequest struct {
	CategoryId           *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Locale               *wrappers.StringValue `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyCategoryRequest) Descriptor

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

func (*ModifyCategoryRequest) GetCategoryId

func (m *ModifyCategoryRequest) GetCategoryId() *wrappers.StringValue

func (*ModifyCategoryRequest) GetDescription added in v0.1.5

func (m *ModifyCategoryRequest) GetDescription() *wrappers.StringValue

func (*ModifyCategoryRequest) GetLocale

func (m *ModifyCategoryRequest) GetLocale() *wrappers.StringValue

func (*ModifyCategoryRequest) GetName

func (*ModifyCategoryRequest) ProtoMessage

func (*ModifyCategoryRequest) ProtoMessage()

func (*ModifyCategoryRequest) Reset

func (m *ModifyCategoryRequest) Reset()

func (*ModifyCategoryRequest) String

func (m *ModifyCategoryRequest) String() string

func (*ModifyCategoryRequest) XXX_DiscardUnknown

func (m *ModifyCategoryRequest) XXX_DiscardUnknown()

func (*ModifyCategoryRequest) XXX_Marshal

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

func (*ModifyCategoryRequest) XXX_Merge

func (dst *ModifyCategoryRequest) XXX_Merge(src proto.Message)

func (*ModifyCategoryRequest) XXX_Size

func (m *ModifyCategoryRequest) XXX_Size() int

func (*ModifyCategoryRequest) XXX_Unmarshal

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

type ModifyCategoryResponse

type ModifyCategoryResponse struct {
	CategoryId           *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyCategoryResponse) Descriptor

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

func (*ModifyCategoryResponse) GetCategoryId

func (m *ModifyCategoryResponse) GetCategoryId() *wrappers.StringValue

func (*ModifyCategoryResponse) ProtoMessage

func (*ModifyCategoryResponse) ProtoMessage()

func (*ModifyCategoryResponse) Reset

func (m *ModifyCategoryResponse) Reset()

func (*ModifyCategoryResponse) String

func (m *ModifyCategoryResponse) String() string

func (*ModifyCategoryResponse) XXX_DiscardUnknown

func (m *ModifyCategoryResponse) XXX_DiscardUnknown()

func (*ModifyCategoryResponse) XXX_Marshal

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

func (*ModifyCategoryResponse) XXX_Merge

func (dst *ModifyCategoryResponse) XXX_Merge(src proto.Message)

func (*ModifyCategoryResponse) XXX_Size

func (m *ModifyCategoryResponse) XXX_Size() int

func (*ModifyCategoryResponse) XXX_Unmarshal

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

type ModifyClusterAttributesRequest added in v0.1.8

type ModifyClusterAttributesRequest struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyClusterAttributesRequest) Descriptor added in v0.1.8

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

func (*ModifyClusterAttributesRequest) GetClusterId added in v0.1.8

func (*ModifyClusterAttributesRequest) GetDescription added in v0.1.8

func (*ModifyClusterAttributesRequest) GetName added in v0.1.8

func (*ModifyClusterAttributesRequest) ProtoMessage added in v0.1.8

func (*ModifyClusterAttributesRequest) ProtoMessage()

func (*ModifyClusterAttributesRequest) Reset added in v0.1.8

func (m *ModifyClusterAttributesRequest) Reset()

func (*ModifyClusterAttributesRequest) String added in v0.1.8

func (*ModifyClusterAttributesRequest) XXX_DiscardUnknown added in v0.1.8

func (m *ModifyClusterAttributesRequest) XXX_DiscardUnknown()

func (*ModifyClusterAttributesRequest) XXX_Marshal added in v0.1.8

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

func (*ModifyClusterAttributesRequest) XXX_Merge added in v0.1.8

func (dst *ModifyClusterAttributesRequest) XXX_Merge(src proto.Message)

func (*ModifyClusterAttributesRequest) XXX_Size added in v0.1.8

func (m *ModifyClusterAttributesRequest) XXX_Size() int

func (*ModifyClusterAttributesRequest) XXX_Unmarshal added in v0.1.8

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

type ModifyClusterAttributesResponse added in v0.1.8

type ModifyClusterAttributesResponse struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyClusterAttributesResponse) Descriptor added in v0.1.8

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

func (*ModifyClusterAttributesResponse) GetClusterId added in v0.1.8

func (*ModifyClusterAttributesResponse) ProtoMessage added in v0.1.8

func (*ModifyClusterAttributesResponse) ProtoMessage()

func (*ModifyClusterAttributesResponse) Reset added in v0.1.8

func (*ModifyClusterAttributesResponse) String added in v0.1.8

func (*ModifyClusterAttributesResponse) XXX_DiscardUnknown added in v0.1.8

func (m *ModifyClusterAttributesResponse) XXX_DiscardUnknown()

func (*ModifyClusterAttributesResponse) XXX_Marshal added in v0.1.8

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

func (*ModifyClusterAttributesResponse) XXX_Merge added in v0.1.8

func (dst *ModifyClusterAttributesResponse) XXX_Merge(src proto.Message)

func (*ModifyClusterAttributesResponse) XXX_Size added in v0.1.8

func (m *ModifyClusterAttributesResponse) XXX_Size() int

func (*ModifyClusterAttributesResponse) XXX_Unmarshal added in v0.1.8

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

type ModifyClusterNodeAttributesRequest added in v0.1.8

type ModifyClusterNodeAttributesRequest struct {
	NodeId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyClusterNodeAttributesRequest) Descriptor added in v0.1.8

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

func (*ModifyClusterNodeAttributesRequest) GetName added in v0.1.8

func (*ModifyClusterNodeAttributesRequest) GetNodeId added in v0.1.8

func (*ModifyClusterNodeAttributesRequest) ProtoMessage added in v0.1.8

func (*ModifyClusterNodeAttributesRequest) ProtoMessage()

func (*ModifyClusterNodeAttributesRequest) Reset added in v0.1.8

func (*ModifyClusterNodeAttributesRequest) String added in v0.1.8

func (*ModifyClusterNodeAttributesRequest) XXX_DiscardUnknown added in v0.1.8

func (m *ModifyClusterNodeAttributesRequest) XXX_DiscardUnknown()

func (*ModifyClusterNodeAttributesRequest) XXX_Marshal added in v0.1.8

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

func (*ModifyClusterNodeAttributesRequest) XXX_Merge added in v0.1.8

func (dst *ModifyClusterNodeAttributesRequest) XXX_Merge(src proto.Message)

func (*ModifyClusterNodeAttributesRequest) XXX_Size added in v0.1.8

func (*ModifyClusterNodeAttributesRequest) XXX_Unmarshal added in v0.1.8

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

type ModifyClusterNodeAttributesResponse added in v0.1.8

type ModifyClusterNodeAttributesResponse struct {
	NodeId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyClusterNodeAttributesResponse) Descriptor added in v0.1.8

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

func (*ModifyClusterNodeAttributesResponse) GetNodeId added in v0.1.8

func (*ModifyClusterNodeAttributesResponse) ProtoMessage added in v0.1.8

func (*ModifyClusterNodeAttributesResponse) ProtoMessage()

func (*ModifyClusterNodeAttributesResponse) Reset added in v0.1.8

func (*ModifyClusterNodeAttributesResponse) String added in v0.1.8

func (*ModifyClusterNodeAttributesResponse) XXX_DiscardUnknown added in v0.1.8

func (m *ModifyClusterNodeAttributesResponse) XXX_DiscardUnknown()

func (*ModifyClusterNodeAttributesResponse) XXX_Marshal added in v0.1.8

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

func (*ModifyClusterNodeAttributesResponse) XXX_Merge added in v0.1.8

func (*ModifyClusterNodeAttributesResponse) XXX_Size added in v0.1.8

func (*ModifyClusterNodeAttributesResponse) XXX_Unmarshal added in v0.1.8

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

type ModifyClusterNodeRequest

type ModifyClusterNodeRequest struct {
	ClusterNode          *ClusterNode `protobuf:"bytes,1,opt,name=cluster_node,json=clusterNode,proto3" json:"cluster_node,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ModifyClusterNodeRequest) Descriptor

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

func (*ModifyClusterNodeRequest) GetClusterNode

func (m *ModifyClusterNodeRequest) GetClusterNode() *ClusterNode

func (*ModifyClusterNodeRequest) ProtoMessage

func (*ModifyClusterNodeRequest) ProtoMessage()

func (*ModifyClusterNodeRequest) Reset

func (m *ModifyClusterNodeRequest) Reset()

func (*ModifyClusterNodeRequest) String

func (m *ModifyClusterNodeRequest) String() string

func (*ModifyClusterNodeRequest) XXX_DiscardUnknown

func (m *ModifyClusterNodeRequest) XXX_DiscardUnknown()

func (*ModifyClusterNodeRequest) XXX_Marshal

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

func (*ModifyClusterNodeRequest) XXX_Merge

func (dst *ModifyClusterNodeRequest) XXX_Merge(src proto.Message)

func (*ModifyClusterNodeRequest) XXX_Size

func (m *ModifyClusterNodeRequest) XXX_Size() int

func (*ModifyClusterNodeRequest) XXX_Unmarshal

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

type ModifyClusterNodeResponse

type ModifyClusterNodeResponse struct {
	NodeId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyClusterNodeResponse) Descriptor

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

func (*ModifyClusterNodeResponse) GetNodeId

func (*ModifyClusterNodeResponse) ProtoMessage

func (*ModifyClusterNodeResponse) ProtoMessage()

func (*ModifyClusterNodeResponse) Reset

func (m *ModifyClusterNodeResponse) Reset()

func (*ModifyClusterNodeResponse) String

func (m *ModifyClusterNodeResponse) String() string

func (*ModifyClusterNodeResponse) XXX_DiscardUnknown

func (m *ModifyClusterNodeResponse) XXX_DiscardUnknown()

func (*ModifyClusterNodeResponse) XXX_Marshal

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

func (*ModifyClusterNodeResponse) XXX_Merge

func (dst *ModifyClusterNodeResponse) XXX_Merge(src proto.Message)

func (*ModifyClusterNodeResponse) XXX_Size

func (m *ModifyClusterNodeResponse) XXX_Size() int

func (*ModifyClusterNodeResponse) XXX_Unmarshal

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

type ModifyClusterRequest

type ModifyClusterRequest struct {
	Cluster                *Cluster               `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	ClusterNodeSet         []*ClusterNode         `protobuf:"bytes,2,rep,name=cluster_node_set,json=clusterNodeSet,proto3" json:"cluster_node_set,omitempty"`
	ClusterRoleSet         []*ClusterRole         `protobuf:"bytes,3,rep,name=cluster_role_set,json=clusterRoleSet,proto3" json:"cluster_role_set,omitempty"`
	ClusterLinkSet         []*ClusterLink         `protobuf:"bytes,4,rep,name=cluster_link_set,json=clusterLinkSet,proto3" json:"cluster_link_set,omitempty"`
	ClusterCommonSet       []*ClusterCommon       `protobuf:"bytes,5,rep,name=cluster_common_set,json=clusterCommonSet,proto3" json:"cluster_common_set,omitempty"`
	ClusterLoadbalancerSet []*ClusterLoadbalancer `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}               `json:"-"`
	XXX_unrecognized       []byte                 `json:"-"`
	XXX_sizecache          int32                  `json:"-"`
}

func (*ModifyClusterRequest) Descriptor

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

func (*ModifyClusterRequest) GetCluster

func (m *ModifyClusterRequest) GetCluster() *Cluster

func (*ModifyClusterRequest) GetClusterCommonSet

func (m *ModifyClusterRequest) GetClusterCommonSet() []*ClusterCommon

func (*ModifyClusterRequest) GetClusterLinkSet

func (m *ModifyClusterRequest) GetClusterLinkSet() []*ClusterLink

func (*ModifyClusterRequest) GetClusterLoadbalancerSet

func (m *ModifyClusterRequest) GetClusterLoadbalancerSet() []*ClusterLoadbalancer

func (*ModifyClusterRequest) GetClusterNodeSet

func (m *ModifyClusterRequest) GetClusterNodeSet() []*ClusterNode

func (*ModifyClusterRequest) GetClusterRoleSet

func (m *ModifyClusterRequest) GetClusterRoleSet() []*ClusterRole

func (*ModifyClusterRequest) ProtoMessage

func (*ModifyClusterRequest) ProtoMessage()

func (*ModifyClusterRequest) Reset

func (m *ModifyClusterRequest) Reset()

func (*ModifyClusterRequest) String

func (m *ModifyClusterRequest) String() string

func (*ModifyClusterRequest) XXX_DiscardUnknown

func (m *ModifyClusterRequest) XXX_DiscardUnknown()

func (*ModifyClusterRequest) XXX_Marshal

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

func (*ModifyClusterRequest) XXX_Merge

func (dst *ModifyClusterRequest) XXX_Merge(src proto.Message)

func (*ModifyClusterRequest) XXX_Size

func (m *ModifyClusterRequest) XXX_Size() int

func (*ModifyClusterRequest) XXX_Unmarshal

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

type ModifyClusterResponse

type ModifyClusterResponse struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyClusterResponse) Descriptor

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

func (*ModifyClusterResponse) GetClusterId

func (m *ModifyClusterResponse) GetClusterId() *wrappers.StringValue

func (*ModifyClusterResponse) ProtoMessage

func (*ModifyClusterResponse) ProtoMessage()

func (*ModifyClusterResponse) Reset

func (m *ModifyClusterResponse) Reset()

func (*ModifyClusterResponse) String

func (m *ModifyClusterResponse) String() string

func (*ModifyClusterResponse) XXX_DiscardUnknown

func (m *ModifyClusterResponse) XXX_DiscardUnknown()

func (*ModifyClusterResponse) XXX_Marshal

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

func (*ModifyClusterResponse) XXX_Merge

func (dst *ModifyClusterResponse) XXX_Merge(src proto.Message)

func (*ModifyClusterResponse) XXX_Size

func (m *ModifyClusterResponse) XXX_Size() int

func (*ModifyClusterResponse) XXX_Unmarshal

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

type ModifyRepoRequest

type ModifyRepoRequest struct {
	RepoId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Type                 *wrappers.StringValue `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Url                  *wrappers.StringValue `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	Credential           *wrappers.StringValue `protobuf:"bytes,6,opt,name=credential,proto3" json:"credential,omitempty"`
	Visibility           *wrappers.StringValue `protobuf:"bytes,7,opt,name=visibility,proto3" json:"visibility,omitempty"`
	Providers            []string              `protobuf:"bytes,8,rep,name=providers,proto3" json:"providers,omitempty"`
	Labels               []*RepoLabel          `protobuf:"bytes,9,rep,name=labels,proto3" json:"labels,omitempty"`
	Selectors            []*RepoSelector       `protobuf:"bytes,10,rep,name=selectors,proto3" json:"selectors,omitempty"`
	CategoryId           *wrappers.StringValue `protobuf:"bytes,11,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyRepoRequest) Descriptor

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

func (*ModifyRepoRequest) GetCategoryId

func (m *ModifyRepoRequest) GetCategoryId() *wrappers.StringValue

func (*ModifyRepoRequest) GetCredential

func (m *ModifyRepoRequest) GetCredential() *wrappers.StringValue

func (*ModifyRepoRequest) GetDescription

func (m *ModifyRepoRequest) GetDescription() *wrappers.StringValue

func (*ModifyRepoRequest) GetLabels

func (m *ModifyRepoRequest) GetLabels() []*RepoLabel

func (*ModifyRepoRequest) GetName

func (m *ModifyRepoRequest) GetName() *wrappers.StringValue

func (*ModifyRepoRequest) GetProviders

func (m *ModifyRepoRequest) GetProviders() []string

func (*ModifyRepoRequest) GetRepoId

func (m *ModifyRepoRequest) GetRepoId() *wrappers.StringValue

func (*ModifyRepoRequest) GetSelectors

func (m *ModifyRepoRequest) GetSelectors() []*RepoSelector

func (*ModifyRepoRequest) GetType

func (m *ModifyRepoRequest) GetType() *wrappers.StringValue

func (*ModifyRepoRequest) GetUrl

func (m *ModifyRepoRequest) GetUrl() *wrappers.StringValue

func (*ModifyRepoRequest) GetVisibility

func (m *ModifyRepoRequest) GetVisibility() *wrappers.StringValue

func (*ModifyRepoRequest) ProtoMessage

func (*ModifyRepoRequest) ProtoMessage()

func (*ModifyRepoRequest) Reset

func (m *ModifyRepoRequest) Reset()

func (*ModifyRepoRequest) String

func (m *ModifyRepoRequest) String() string

func (*ModifyRepoRequest) XXX_DiscardUnknown

func (m *ModifyRepoRequest) XXX_DiscardUnknown()

func (*ModifyRepoRequest) XXX_Marshal

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

func (*ModifyRepoRequest) XXX_Merge

func (dst *ModifyRepoRequest) XXX_Merge(src proto.Message)

func (*ModifyRepoRequest) XXX_Size

func (m *ModifyRepoRequest) XXX_Size() int

func (*ModifyRepoRequest) XXX_Unmarshal

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

type ModifyRepoResponse

type ModifyRepoResponse struct {
	RepoId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyRepoResponse) Descriptor

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

func (*ModifyRepoResponse) GetRepoId

func (m *ModifyRepoResponse) GetRepoId() *wrappers.StringValue

func (*ModifyRepoResponse) ProtoMessage

func (*ModifyRepoResponse) ProtoMessage()

func (*ModifyRepoResponse) Reset

func (m *ModifyRepoResponse) Reset()

func (*ModifyRepoResponse) String

func (m *ModifyRepoResponse) String() string

func (*ModifyRepoResponse) XXX_DiscardUnknown

func (m *ModifyRepoResponse) XXX_DiscardUnknown()

func (*ModifyRepoResponse) XXX_Marshal

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

func (*ModifyRepoResponse) XXX_Merge

func (dst *ModifyRepoResponse) XXX_Merge(src proto.Message)

func (*ModifyRepoResponse) XXX_Size

func (m *ModifyRepoResponse) XXX_Size() int

func (*ModifyRepoResponse) XXX_Unmarshal

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

type ModifyRuntimeRequest

type ModifyRuntimeRequest struct {
	RuntimeId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Labels               *wrappers.StringValue `protobuf:"bytes,4,opt,name=labels,proto3" json:"labels,omitempty"`
	RuntimeCredential    *wrappers.StringValue `protobuf:"bytes,5,opt,name=runtime_credential,json=runtimeCredential,proto3" json:"runtime_credential,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyRuntimeRequest) Descriptor

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

func (*ModifyRuntimeRequest) GetDescription

func (m *ModifyRuntimeRequest) GetDescription() *wrappers.StringValue

func (*ModifyRuntimeRequest) GetLabels

func (m *ModifyRuntimeRequest) GetLabels() *wrappers.StringValue

func (*ModifyRuntimeRequest) GetName

func (*ModifyRuntimeRequest) GetRuntimeCredential added in v0.1.8

func (m *ModifyRuntimeRequest) GetRuntimeCredential() *wrappers.StringValue

func (*ModifyRuntimeRequest) GetRuntimeId

func (m *ModifyRuntimeRequest) GetRuntimeId() *wrappers.StringValue

func (*ModifyRuntimeRequest) ProtoMessage

func (*ModifyRuntimeRequest) ProtoMessage()

func (*ModifyRuntimeRequest) Reset

func (m *ModifyRuntimeRequest) Reset()

func (*ModifyRuntimeRequest) String

func (m *ModifyRuntimeRequest) String() string

func (*ModifyRuntimeRequest) XXX_DiscardUnknown

func (m *ModifyRuntimeRequest) XXX_DiscardUnknown()

func (*ModifyRuntimeRequest) XXX_Marshal

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

func (*ModifyRuntimeRequest) XXX_Merge

func (dst *ModifyRuntimeRequest) XXX_Merge(src proto.Message)

func (*ModifyRuntimeRequest) XXX_Size

func (m *ModifyRuntimeRequest) XXX_Size() int

func (*ModifyRuntimeRequest) XXX_Unmarshal

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

type ModifyRuntimeResponse

type ModifyRuntimeResponse struct {
	RuntimeId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ModifyRuntimeResponse) Descriptor

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

func (*ModifyRuntimeResponse) GetRuntimeId

func (m *ModifyRuntimeResponse) GetRuntimeId() *wrappers.StringValue

func (*ModifyRuntimeResponse) ProtoMessage

func (*ModifyRuntimeResponse) ProtoMessage()

func (*ModifyRuntimeResponse) Reset

func (m *ModifyRuntimeResponse) Reset()

func (*ModifyRuntimeResponse) String

func (m *ModifyRuntimeResponse) String() string

func (*ModifyRuntimeResponse) XXX_DiscardUnknown

func (m *ModifyRuntimeResponse) XXX_DiscardUnknown()

func (*ModifyRuntimeResponse) XXX_Marshal

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

func (*ModifyRuntimeResponse) XXX_Merge

func (dst *ModifyRuntimeResponse) XXX_Merge(src proto.Message)

func (*ModifyRuntimeResponse) XXX_Size

func (m *ModifyRuntimeResponse) XXX_Size() int

func (*ModifyRuntimeResponse) XXX_Unmarshal

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

type NodeKeyPair added in v0.1.7

type NodeKeyPair struct {
	NodeId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	KeyPairId            *wrappers.StringValue `protobuf:"bytes,2,opt,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*NodeKeyPair) Descriptor added in v0.1.7

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

func (*NodeKeyPair) GetKeyPairId added in v0.1.7

func (m *NodeKeyPair) GetKeyPairId() *wrappers.StringValue

func (*NodeKeyPair) GetNodeId added in v0.1.7

func (m *NodeKeyPair) GetNodeId() *wrappers.StringValue

func (*NodeKeyPair) ProtoMessage added in v0.1.7

func (*NodeKeyPair) ProtoMessage()

func (*NodeKeyPair) Reset added in v0.1.7

func (m *NodeKeyPair) Reset()

func (*NodeKeyPair) String added in v0.1.7

func (m *NodeKeyPair) String() string

func (*NodeKeyPair) XXX_DiscardUnknown added in v0.1.7

func (m *NodeKeyPair) XXX_DiscardUnknown()

func (*NodeKeyPair) XXX_Marshal added in v0.1.7

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

func (*NodeKeyPair) XXX_Merge added in v0.1.7

func (dst *NodeKeyPair) XXX_Merge(src proto.Message)

func (*NodeKeyPair) XXX_Size added in v0.1.7

func (m *NodeKeyPair) XXX_Size() int

func (*NodeKeyPair) XXX_Unmarshal added in v0.1.7

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

type RecoverClustersRequest

type RecoverClustersRequest struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AdvancedParam        []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RecoverClustersRequest) Descriptor

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

func (*RecoverClustersRequest) GetAdvancedParam

func (m *RecoverClustersRequest) GetAdvancedParam() []string

func (*RecoverClustersRequest) GetClusterId

func (m *RecoverClustersRequest) GetClusterId() []string

func (*RecoverClustersRequest) ProtoMessage

func (*RecoverClustersRequest) ProtoMessage()

func (*RecoverClustersRequest) Reset

func (m *RecoverClustersRequest) Reset()

func (*RecoverClustersRequest) String

func (m *RecoverClustersRequest) String() string

func (*RecoverClustersRequest) XXX_DiscardUnknown

func (m *RecoverClustersRequest) XXX_DiscardUnknown()

func (*RecoverClustersRequest) XXX_Marshal

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

func (*RecoverClustersRequest) XXX_Merge

func (dst *RecoverClustersRequest) XXX_Merge(src proto.Message)

func (*RecoverClustersRequest) XXX_Size

func (m *RecoverClustersRequest) XXX_Size() int

func (*RecoverClustersRequest) XXX_Unmarshal

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

type RecoverClustersResponse

type RecoverClustersResponse struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RecoverClustersResponse) Descriptor

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

func (*RecoverClustersResponse) GetClusterId

func (m *RecoverClustersResponse) GetClusterId() []string

func (*RecoverClustersResponse) GetJobId

func (m *RecoverClustersResponse) GetJobId() []string

func (*RecoverClustersResponse) ProtoMessage

func (*RecoverClustersResponse) ProtoMessage()

func (*RecoverClustersResponse) Reset

func (m *RecoverClustersResponse) Reset()

func (*RecoverClustersResponse) String

func (m *RecoverClustersResponse) String() string

func (*RecoverClustersResponse) XXX_DiscardUnknown

func (m *RecoverClustersResponse) XXX_DiscardUnknown()

func (*RecoverClustersResponse) XXX_Marshal

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

func (*RecoverClustersResponse) XXX_Merge

func (dst *RecoverClustersResponse) XXX_Merge(src proto.Message)

func (*RecoverClustersResponse) XXX_Size

func (m *RecoverClustersResponse) XXX_Size() int

func (*RecoverClustersResponse) XXX_Unmarshal

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

type Repo

type Repo struct {
	RepoId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Type                 *wrappers.StringValue `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Url                  *wrappers.StringValue `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	Credential           *wrappers.StringValue `protobuf:"bytes,6,opt,name=credential,proto3" json:"credential,omitempty"`
	Visibility           *wrappers.StringValue `protobuf:"bytes,7,opt,name=visibility,proto3" json:"visibility,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,8,opt,name=owner,proto3" json:"owner,omitempty"`
	Providers            []string              `protobuf:"bytes,9,rep,name=providers,proto3" json:"providers,omitempty"`
	Labels               []*RepoLabel          `protobuf:"bytes,10,rep,name=labels,proto3" json:"labels,omitempty"`
	Selectors            []*RepoSelector       `protobuf:"bytes,11,rep,name=selectors,proto3" json:"selectors,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,13,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,14,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	CategorySet          []*ResourceCategory   `protobuf:"bytes,15,rep,name=category_set,json=categorySet,proto3" json:"category_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Repo) Descriptor

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

func (*Repo) GetCategorySet

func (m *Repo) GetCategorySet() []*ResourceCategory

func (*Repo) GetCreateTime

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

func (*Repo) GetCredential

func (m *Repo) GetCredential() *wrappers.StringValue

func (*Repo) GetDescription

func (m *Repo) GetDescription() *wrappers.StringValue

func (*Repo) GetLabels

func (m *Repo) GetLabels() []*RepoLabel

func (*Repo) GetName

func (m *Repo) GetName() *wrappers.StringValue

func (*Repo) GetOwner

func (m *Repo) GetOwner() *wrappers.StringValue

func (*Repo) GetProviders

func (m *Repo) GetProviders() []string

func (*Repo) GetRepoId

func (m *Repo) GetRepoId() *wrappers.StringValue

func (*Repo) GetSelectors

func (m *Repo) GetSelectors() []*RepoSelector

func (*Repo) GetStatus

func (m *Repo) GetStatus() *wrappers.StringValue

func (*Repo) GetStatusTime

func (m *Repo) GetStatusTime() *timestamp.Timestamp

func (*Repo) GetType

func (m *Repo) GetType() *wrappers.StringValue

func (*Repo) GetUrl

func (m *Repo) GetUrl() *wrappers.StringValue

func (*Repo) GetVisibility

func (m *Repo) GetVisibility() *wrappers.StringValue

func (*Repo) ProtoMessage

func (*Repo) ProtoMessage()

func (*Repo) Reset

func (m *Repo) Reset()

func (*Repo) String

func (m *Repo) String() string

func (*Repo) XXX_DiscardUnknown

func (m *Repo) XXX_DiscardUnknown()

func (*Repo) XXX_Marshal

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

func (*Repo) XXX_Merge

func (dst *Repo) XXX_Merge(src proto.Message)

func (*Repo) XXX_Size

func (m *Repo) XXX_Size() int

func (*Repo) XXX_Unmarshal

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

type RepoEvent

type RepoEvent struct {
	RepoEventId          *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_event_id,json=repoEventId,proto3" json:"repo_event_id,omitempty"`
	RepoId               *wrappers.StringValue `protobuf:"bytes,2,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Result               *wrappers.StringValue `protobuf:"bytes,5,opt,name=result,proto3" json:"result,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,7,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RepoEvent) Descriptor

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

func (*RepoEvent) GetCreateTime

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

func (*RepoEvent) GetOwner

func (m *RepoEvent) GetOwner() *wrappers.StringValue

func (*RepoEvent) GetRepoEventId

func (m *RepoEvent) GetRepoEventId() *wrappers.StringValue

func (*RepoEvent) GetRepoId

func (m *RepoEvent) GetRepoId() *wrappers.StringValue

func (*RepoEvent) GetResult

func (m *RepoEvent) GetResult() *wrappers.StringValue

func (*RepoEvent) GetStatus

func (m *RepoEvent) GetStatus() *wrappers.StringValue

func (*RepoEvent) GetStatusTime

func (m *RepoEvent) GetStatusTime() *timestamp.Timestamp

func (*RepoEvent) ProtoMessage

func (*RepoEvent) ProtoMessage()

func (*RepoEvent) Reset

func (m *RepoEvent) Reset()

func (*RepoEvent) String

func (m *RepoEvent) String() string

func (*RepoEvent) XXX_DiscardUnknown

func (m *RepoEvent) XXX_DiscardUnknown()

func (*RepoEvent) XXX_Marshal

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

func (*RepoEvent) XXX_Merge

func (dst *RepoEvent) XXX_Merge(src proto.Message)

func (*RepoEvent) XXX_Size

func (m *RepoEvent) XXX_Size() int

func (*RepoEvent) XXX_Unmarshal

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

type RepoIndexerClient

type RepoIndexerClient interface {
	IndexRepo(ctx context.Context, in *IndexRepoRequest, opts ...grpc.CallOption) (*IndexRepoResponse, error)
	DescribeRepoEvents(ctx context.Context, in *DescribeRepoEventsRequest, opts ...grpc.CallOption) (*DescribeRepoEventsResponse, error)
}

RepoIndexerClient is the client API for RepoIndexer service.

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

func NewRepoIndexerClient

func NewRepoIndexerClient(cc *grpc.ClientConn) RepoIndexerClient

type RepoIndexerServer

type RepoIndexerServer interface {
	IndexRepo(context.Context, *IndexRepoRequest) (*IndexRepoResponse, error)
	DescribeRepoEvents(context.Context, *DescribeRepoEventsRequest) (*DescribeRepoEventsResponse, error)
}

RepoIndexerServer is the server API for RepoIndexer service.

type RepoLabel

type RepoLabel struct {
	LabelKey             *wrappers.StringValue `protobuf:"bytes,3,opt,name=label_key,json=labelKey,proto3" json:"label_key,omitempty"`
	LabelValue           *wrappers.StringValue `protobuf:"bytes,4,opt,name=label_value,json=labelValue,proto3" json:"label_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RepoLabel) Descriptor

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

func (*RepoLabel) GetLabelKey

func (m *RepoLabel) GetLabelKey() *wrappers.StringValue

func (*RepoLabel) GetLabelValue

func (m *RepoLabel) GetLabelValue() *wrappers.StringValue

func (*RepoLabel) ProtoMessage

func (*RepoLabel) ProtoMessage()

func (*RepoLabel) Reset

func (m *RepoLabel) Reset()

func (*RepoLabel) String

func (m *RepoLabel) String() string

func (*RepoLabel) XXX_DiscardUnknown

func (m *RepoLabel) XXX_DiscardUnknown()

func (*RepoLabel) XXX_Marshal

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

func (*RepoLabel) XXX_Merge

func (dst *RepoLabel) XXX_Merge(src proto.Message)

func (*RepoLabel) XXX_Size

func (m *RepoLabel) XXX_Size() int

func (*RepoLabel) XXX_Unmarshal

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

type RepoManagerClient

type RepoManagerClient interface {
	CreateRepo(ctx context.Context, in *CreateRepoRequest, opts ...grpc.CallOption) (*CreateRepoResponse, error)
	DescribeRepos(ctx context.Context, in *DescribeReposRequest, opts ...grpc.CallOption) (*DescribeReposResponse, error)
	ModifyRepo(ctx context.Context, in *ModifyRepoRequest, opts ...grpc.CallOption) (*ModifyRepoResponse, error)
	DeleteRepos(ctx context.Context, in *DeleteReposRequest, opts ...grpc.CallOption) (*DeleteReposResponse, error)
	ValidateRepo(ctx context.Context, in *ValidateRepoRequest, opts ...grpc.CallOption) (*ValidateRepoResponse, error)
}

RepoManagerClient is the client API for RepoManager service.

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

func NewRepoManagerClient

func NewRepoManagerClient(cc *grpc.ClientConn) RepoManagerClient

type RepoManagerServer

RepoManagerServer is the server API for RepoManager service.

type RepoSelector

type RepoSelector struct {
	SelectorKey          *wrappers.StringValue `protobuf:"bytes,3,opt,name=selector_key,json=selectorKey,proto3" json:"selector_key,omitempty"`
	SelectorValue        *wrappers.StringValue `protobuf:"bytes,4,opt,name=selector_value,json=selectorValue,proto3" json:"selector_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RepoSelector) Descriptor

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

func (*RepoSelector) GetSelectorKey

func (m *RepoSelector) GetSelectorKey() *wrappers.StringValue

func (*RepoSelector) GetSelectorValue

func (m *RepoSelector) GetSelectorValue() *wrappers.StringValue

func (*RepoSelector) ProtoMessage

func (*RepoSelector) ProtoMessage()

func (*RepoSelector) Reset

func (m *RepoSelector) Reset()

func (*RepoSelector) String

func (m *RepoSelector) String() string

func (*RepoSelector) XXX_DiscardUnknown

func (m *RepoSelector) XXX_DiscardUnknown()

func (*RepoSelector) XXX_Marshal

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

func (*RepoSelector) XXX_Merge

func (dst *RepoSelector) XXX_Merge(src proto.Message)

func (*RepoSelector) XXX_Size

func (m *RepoSelector) XXX_Size() int

func (*RepoSelector) XXX_Unmarshal

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

type ResizeClusterRequest

type ResizeClusterRequest struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Role                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	Cpu                  *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Memory               *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=memory,proto3" json:"memory,omitempty"`
	AdvancedParam        []string              `protobuf:"bytes,5,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ResizeClusterRequest) Descriptor

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

func (*ResizeClusterRequest) GetAdvancedParam

func (m *ResizeClusterRequest) GetAdvancedParam() []string

func (*ResizeClusterRequest) GetClusterId

func (m *ResizeClusterRequest) GetClusterId() *wrappers.StringValue

func (*ResizeClusterRequest) GetCpu

func (*ResizeClusterRequest) GetMemory

func (m *ResizeClusterRequest) GetMemory() *wrappers.UInt32Value

func (*ResizeClusterRequest) GetRole

func (*ResizeClusterRequest) ProtoMessage

func (*ResizeClusterRequest) ProtoMessage()

func (*ResizeClusterRequest) Reset

func (m *ResizeClusterRequest) Reset()

func (*ResizeClusterRequest) String

func (m *ResizeClusterRequest) String() string

func (*ResizeClusterRequest) XXX_DiscardUnknown

func (m *ResizeClusterRequest) XXX_DiscardUnknown()

func (*ResizeClusterRequest) XXX_Marshal

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

func (*ResizeClusterRequest) XXX_Merge

func (dst *ResizeClusterRequest) XXX_Merge(src proto.Message)

func (*ResizeClusterRequest) XXX_Size

func (m *ResizeClusterRequest) XXX_Size() int

func (*ResizeClusterRequest) XXX_Unmarshal

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

type ResizeClusterResponse

type ResizeClusterResponse struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ResizeClusterResponse) Descriptor

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

func (*ResizeClusterResponse) GetClusterId

func (m *ResizeClusterResponse) GetClusterId() *wrappers.StringValue

func (*ResizeClusterResponse) GetJobId

func (*ResizeClusterResponse) ProtoMessage

func (*ResizeClusterResponse) ProtoMessage()

func (*ResizeClusterResponse) Reset

func (m *ResizeClusterResponse) Reset()

func (*ResizeClusterResponse) String

func (m *ResizeClusterResponse) String() string

func (*ResizeClusterResponse) XXX_DiscardUnknown

func (m *ResizeClusterResponse) XXX_DiscardUnknown()

func (*ResizeClusterResponse) XXX_Marshal

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

func (*ResizeClusterResponse) XXX_Merge

func (dst *ResizeClusterResponse) XXX_Merge(src proto.Message)

func (*ResizeClusterResponse) XXX_Size

func (m *ResizeClusterResponse) XXX_Size() int

func (*ResizeClusterResponse) XXX_Unmarshal

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

type ResourceCategory

type ResourceCategory struct {
	CategoryId           *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Locale               *wrappers.StringValue `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,6,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ResourceCategory) Descriptor

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

func (*ResourceCategory) GetCategoryId

func (m *ResourceCategory) GetCategoryId() *wrappers.StringValue

func (*ResourceCategory) GetCreateTime

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

func (*ResourceCategory) GetLocale

func (m *ResourceCategory) GetLocale() *wrappers.StringValue

func (*ResourceCategory) GetName

func (m *ResourceCategory) GetName() *wrappers.StringValue

func (*ResourceCategory) GetStatus

func (m *ResourceCategory) GetStatus() *wrappers.StringValue

func (*ResourceCategory) GetStatusTime

func (m *ResourceCategory) GetStatusTime() *timestamp.Timestamp

func (*ResourceCategory) ProtoMessage

func (*ResourceCategory) ProtoMessage()

func (*ResourceCategory) Reset

func (m *ResourceCategory) Reset()

func (*ResourceCategory) String

func (m *ResourceCategory) String() string

func (*ResourceCategory) XXX_DiscardUnknown

func (m *ResourceCategory) XXX_DiscardUnknown()

func (*ResourceCategory) XXX_Marshal

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

func (*ResourceCategory) XXX_Merge

func (dst *ResourceCategory) XXX_Merge(src proto.Message)

func (*ResourceCategory) XXX_Size

func (m *ResourceCategory) XXX_Size() int

func (*ResourceCategory) XXX_Unmarshal

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

type RetryTasksRequest

type RetryTasksRequest struct {
	TaskId               []string `protobuf:"bytes,1,rep,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RetryTasksRequest) Descriptor

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

func (*RetryTasksRequest) GetTaskId

func (m *RetryTasksRequest) GetTaskId() []string

func (*RetryTasksRequest) ProtoMessage

func (*RetryTasksRequest) ProtoMessage()

func (*RetryTasksRequest) Reset

func (m *RetryTasksRequest) Reset()

func (*RetryTasksRequest) String

func (m *RetryTasksRequest) String() string

func (*RetryTasksRequest) XXX_DiscardUnknown

func (m *RetryTasksRequest) XXX_DiscardUnknown()

func (*RetryTasksRequest) XXX_Marshal

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

func (*RetryTasksRequest) XXX_Merge

func (dst *RetryTasksRequest) XXX_Merge(src proto.Message)

func (*RetryTasksRequest) XXX_Size

func (m *RetryTasksRequest) XXX_Size() int

func (*RetryTasksRequest) XXX_Unmarshal

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

type RetryTasksResponse

type RetryTasksResponse struct {
	TaskSet              []*Task  `protobuf:"bytes,1,rep,name=task_set,json=taskSet,proto3" json:"task_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RetryTasksResponse) Descriptor

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

func (*RetryTasksResponse) GetTaskSet

func (m *RetryTasksResponse) GetTaskSet() []*Task

func (*RetryTasksResponse) ProtoMessage

func (*RetryTasksResponse) ProtoMessage()

func (*RetryTasksResponse) Reset

func (m *RetryTasksResponse) Reset()

func (*RetryTasksResponse) String

func (m *RetryTasksResponse) String() string

func (*RetryTasksResponse) XXX_DiscardUnknown

func (m *RetryTasksResponse) XXX_DiscardUnknown()

func (*RetryTasksResponse) XXX_Marshal

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

func (*RetryTasksResponse) XXX_Merge

func (dst *RetryTasksResponse) XXX_Merge(src proto.Message)

func (*RetryTasksResponse) XXX_Size

func (m *RetryTasksResponse) XXX_Size() int

func (*RetryTasksResponse) XXX_Unmarshal

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

type RollbackClusterRequest

type RollbackClusterRequest struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AdvancedParam        []string              `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RollbackClusterRequest) Descriptor

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

func (*RollbackClusterRequest) GetAdvancedParam

func (m *RollbackClusterRequest) GetAdvancedParam() []string

func (*RollbackClusterRequest) GetClusterId

func (m *RollbackClusterRequest) GetClusterId() *wrappers.StringValue

func (*RollbackClusterRequest) ProtoMessage

func (*RollbackClusterRequest) ProtoMessage()

func (*RollbackClusterRequest) Reset

func (m *RollbackClusterRequest) Reset()

func (*RollbackClusterRequest) String

func (m *RollbackClusterRequest) String() string

func (*RollbackClusterRequest) XXX_DiscardUnknown

func (m *RollbackClusterRequest) XXX_DiscardUnknown()

func (*RollbackClusterRequest) XXX_Marshal

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

func (*RollbackClusterRequest) XXX_Merge

func (dst *RollbackClusterRequest) XXX_Merge(src proto.Message)

func (*RollbackClusterRequest) XXX_Size

func (m *RollbackClusterRequest) XXX_Size() int

func (*RollbackClusterRequest) XXX_Unmarshal

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

type RollbackClusterResponse

type RollbackClusterResponse struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RollbackClusterResponse) Descriptor

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

func (*RollbackClusterResponse) GetClusterId

func (m *RollbackClusterResponse) GetClusterId() *wrappers.StringValue

func (*RollbackClusterResponse) GetJobId

func (*RollbackClusterResponse) ProtoMessage

func (*RollbackClusterResponse) ProtoMessage()

func (*RollbackClusterResponse) Reset

func (m *RollbackClusterResponse) Reset()

func (*RollbackClusterResponse) String

func (m *RollbackClusterResponse) String() string

func (*RollbackClusterResponse) XXX_DiscardUnknown

func (m *RollbackClusterResponse) XXX_DiscardUnknown()

func (*RollbackClusterResponse) XXX_Marshal

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

func (*RollbackClusterResponse) XXX_Merge

func (dst *RollbackClusterResponse) XXX_Merge(src proto.Message)

func (*RollbackClusterResponse) XXX_Size

func (m *RollbackClusterResponse) XXX_Size() int

func (*RollbackClusterResponse) XXX_Unmarshal

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

type Runtime

type Runtime struct {
	RuntimeId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Provider             *wrappers.StringValue `protobuf:"bytes,4,opt,name=provider,proto3" json:"provider,omitempty"`
	RuntimeUrl           *wrappers.StringValue `protobuf:"bytes,5,opt,name=runtime_url,json=runtimeUrl,proto3" json:"runtime_url,omitempty"`
	Zone                 *wrappers.StringValue `protobuf:"bytes,6,opt,name=zone,proto3" json:"zone,omitempty"`
	Labels               []*RuntimeLabel       `protobuf:"bytes,7,rep,name=labels,proto3" json:"labels,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,8,opt,name=owner,proto3" json:"owner,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,10,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,11,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Runtime) Descriptor

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

func (*Runtime) GetCreateTime

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

func (*Runtime) GetDescription

func (m *Runtime) GetDescription() *wrappers.StringValue

func (*Runtime) GetLabels

func (m *Runtime) GetLabels() []*RuntimeLabel

func (*Runtime) GetName

func (m *Runtime) GetName() *wrappers.StringValue

func (*Runtime) GetOwner

func (m *Runtime) GetOwner() *wrappers.StringValue

func (*Runtime) GetProvider

func (m *Runtime) GetProvider() *wrappers.StringValue

func (*Runtime) GetRuntimeId

func (m *Runtime) GetRuntimeId() *wrappers.StringValue

func (*Runtime) GetRuntimeUrl

func (m *Runtime) GetRuntimeUrl() *wrappers.StringValue

func (*Runtime) GetStatus

func (m *Runtime) GetStatus() *wrappers.StringValue

func (*Runtime) GetStatusTime

func (m *Runtime) GetStatusTime() *timestamp.Timestamp

func (*Runtime) GetZone

func (m *Runtime) GetZone() *wrappers.StringValue

func (*Runtime) ProtoMessage

func (*Runtime) ProtoMessage()

func (*Runtime) Reset

func (m *Runtime) Reset()

func (*Runtime) String

func (m *Runtime) String() string

func (*Runtime) XXX_DiscardUnknown

func (m *Runtime) XXX_DiscardUnknown()

func (*Runtime) XXX_Marshal

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

func (*Runtime) XXX_Merge

func (dst *Runtime) XXX_Merge(src proto.Message)

func (*Runtime) XXX_Size

func (m *Runtime) XXX_Size() int

func (*Runtime) XXX_Unmarshal

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

type RuntimeDetail added in v0.1.5

type RuntimeDetail struct {
	Runtime              *Runtime              `protobuf:"bytes,1,opt,name=runtime,proto3" json:"runtime,omitempty"`
	RuntimeCredential    *wrappers.StringValue `protobuf:"bytes,2,opt,name=runtime_credential,json=runtimeCredential,proto3" json:"runtime_credential,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RuntimeDetail) Descriptor added in v0.1.5

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

func (*RuntimeDetail) GetRuntime added in v0.1.5

func (m *RuntimeDetail) GetRuntime() *Runtime

func (*RuntimeDetail) GetRuntimeCredential added in v0.1.5

func (m *RuntimeDetail) GetRuntimeCredential() *wrappers.StringValue

func (*RuntimeDetail) ProtoMessage added in v0.1.5

func (*RuntimeDetail) ProtoMessage()

func (*RuntimeDetail) Reset added in v0.1.5

func (m *RuntimeDetail) Reset()

func (*RuntimeDetail) String added in v0.1.5

func (m *RuntimeDetail) String() string

func (*RuntimeDetail) XXX_DiscardUnknown added in v0.1.5

func (m *RuntimeDetail) XXX_DiscardUnknown()

func (*RuntimeDetail) XXX_Marshal added in v0.1.5

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

func (*RuntimeDetail) XXX_Merge added in v0.1.5

func (dst *RuntimeDetail) XXX_Merge(src proto.Message)

func (*RuntimeDetail) XXX_Size added in v0.1.5

func (m *RuntimeDetail) XXX_Size() int

func (*RuntimeDetail) XXX_Unmarshal added in v0.1.5

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

type RuntimeLabel

type RuntimeLabel struct {
	RuntimeLabelId       *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_label_id,json=runtimeLabelId,proto3" json:"runtime_label_id,omitempty"`
	RuntimeId            *wrappers.StringValue `protobuf:"bytes,2,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"`
	LabelKey             *wrappers.StringValue `protobuf:"bytes,3,opt,name=label_key,json=labelKey,proto3" json:"label_key,omitempty"`
	LabelValue           *wrappers.StringValue `protobuf:"bytes,4,opt,name=label_value,json=labelValue,proto3" json:"label_value,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RuntimeLabel) Descriptor

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

func (*RuntimeLabel) GetCreateTime

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

func (*RuntimeLabel) GetLabelKey

func (m *RuntimeLabel) GetLabelKey() *wrappers.StringValue

func (*RuntimeLabel) GetLabelValue

func (m *RuntimeLabel) GetLabelValue() *wrappers.StringValue

func (*RuntimeLabel) GetRuntimeId

func (m *RuntimeLabel) GetRuntimeId() *wrappers.StringValue

func (*RuntimeLabel) GetRuntimeLabelId

func (m *RuntimeLabel) GetRuntimeLabelId() *wrappers.StringValue

func (*RuntimeLabel) ProtoMessage

func (*RuntimeLabel) ProtoMessage()

func (*RuntimeLabel) Reset

func (m *RuntimeLabel) Reset()

func (*RuntimeLabel) String

func (m *RuntimeLabel) String() string

func (*RuntimeLabel) XXX_DiscardUnknown

func (m *RuntimeLabel) XXX_DiscardUnknown()

func (*RuntimeLabel) XXX_Marshal

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

func (*RuntimeLabel) XXX_Merge

func (dst *RuntimeLabel) XXX_Merge(src proto.Message)

func (*RuntimeLabel) XXX_Size

func (m *RuntimeLabel) XXX_Size() int

func (*RuntimeLabel) XXX_Unmarshal

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

type RuntimeManagerClient

RuntimeManagerClient is the client API for RuntimeManager service.

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

func NewRuntimeManagerClient

func NewRuntimeManagerClient(cc *grpc.ClientConn) RuntimeManagerClient

type StartClustersRequest

type StartClustersRequest struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AdvancedParam        []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartClustersRequest) Descriptor

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

func (*StartClustersRequest) GetAdvancedParam

func (m *StartClustersRequest) GetAdvancedParam() []string

func (*StartClustersRequest) GetClusterId

func (m *StartClustersRequest) GetClusterId() []string

func (*StartClustersRequest) ProtoMessage

func (*StartClustersRequest) ProtoMessage()

func (*StartClustersRequest) Reset

func (m *StartClustersRequest) Reset()

func (*StartClustersRequest) String

func (m *StartClustersRequest) String() string

func (*StartClustersRequest) XXX_DiscardUnknown

func (m *StartClustersRequest) XXX_DiscardUnknown()

func (*StartClustersRequest) XXX_Marshal

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

func (*StartClustersRequest) XXX_Merge

func (dst *StartClustersRequest) XXX_Merge(src proto.Message)

func (*StartClustersRequest) XXX_Size

func (m *StartClustersRequest) XXX_Size() int

func (*StartClustersRequest) XXX_Unmarshal

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

type StartClustersResponse

type StartClustersResponse struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartClustersResponse) Descriptor

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

func (*StartClustersResponse) GetClusterId

func (m *StartClustersResponse) GetClusterId() []string

func (*StartClustersResponse) GetJobId

func (m *StartClustersResponse) GetJobId() []string

func (*StartClustersResponse) ProtoMessage

func (*StartClustersResponse) ProtoMessage()

func (*StartClustersResponse) Reset

func (m *StartClustersResponse) Reset()

func (*StartClustersResponse) String

func (m *StartClustersResponse) String() string

func (*StartClustersResponse) XXX_DiscardUnknown

func (m *StartClustersResponse) XXX_DiscardUnknown()

func (*StartClustersResponse) XXX_Marshal

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

func (*StartClustersResponse) XXX_Merge

func (dst *StartClustersResponse) XXX_Merge(src proto.Message)

func (*StartClustersResponse) XXX_Size

func (m *StartClustersResponse) XXX_Size() int

func (*StartClustersResponse) XXX_Unmarshal

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

type StopClustersRequest

type StopClustersRequest struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	AdvancedParam        []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopClustersRequest) Descriptor

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

func (*StopClustersRequest) GetAdvancedParam

func (m *StopClustersRequest) GetAdvancedParam() []string

func (*StopClustersRequest) GetClusterId

func (m *StopClustersRequest) GetClusterId() []string

func (*StopClustersRequest) ProtoMessage

func (*StopClustersRequest) ProtoMessage()

func (*StopClustersRequest) Reset

func (m *StopClustersRequest) Reset()

func (*StopClustersRequest) String

func (m *StopClustersRequest) String() string

func (*StopClustersRequest) XXX_DiscardUnknown

func (m *StopClustersRequest) XXX_DiscardUnknown()

func (*StopClustersRequest) XXX_Marshal

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

func (*StopClustersRequest) XXX_Merge

func (dst *StopClustersRequest) XXX_Merge(src proto.Message)

func (*StopClustersRequest) XXX_Size

func (m *StopClustersRequest) XXX_Size() int

func (*StopClustersRequest) XXX_Unmarshal

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

type StopClustersResponse

type StopClustersResponse struct {
	ClusterId            []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopClustersResponse) Descriptor

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

func (*StopClustersResponse) GetClusterId

func (m *StopClustersResponse) GetClusterId() []string

func (*StopClustersResponse) GetJobId

func (m *StopClustersResponse) GetJobId() []string

func (*StopClustersResponse) ProtoMessage

func (*StopClustersResponse) ProtoMessage()

func (*StopClustersResponse) Reset

func (m *StopClustersResponse) Reset()

func (*StopClustersResponse) String

func (m *StopClustersResponse) String() string

func (*StopClustersResponse) XXX_DiscardUnknown

func (m *StopClustersResponse) XXX_DiscardUnknown()

func (*StopClustersResponse) XXX_Marshal

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

func (*StopClustersResponse) XXX_Merge

func (dst *StopClustersResponse) XXX_Merge(src proto.Message)

func (*StopClustersResponse) XXX_Size

func (m *StopClustersResponse) XXX_Size() int

func (*StopClustersResponse) XXX_Unmarshal

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

type Subnet

type Subnet struct {
	SubnetId             *wrappers.StringValue `protobuf:"bytes,1,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"`
	Name                 *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Zone                 *wrappers.StringValue `protobuf:"bytes,3,opt,name=zone,proto3" json:"zone,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	Description          *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	InstanceId           []string              `protobuf:"bytes,6,rep,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	VpcId                *wrappers.StringValue `protobuf:"bytes,7,opt,name=vpc_id,json=vpcId,proto3" json:"vpc_id,omitempty"`
	SubnetType           *wrappers.UInt32Value `protobuf:"bytes,8,opt,name=subnet_type,json=subnetType,proto3" json:"subnet_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Subnet) Descriptor

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

func (*Subnet) GetCreateTime

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

func (*Subnet) GetDescription

func (m *Subnet) GetDescription() *wrappers.StringValue

func (*Subnet) GetInstanceId

func (m *Subnet) GetInstanceId() []string

func (*Subnet) GetName

func (m *Subnet) GetName() *wrappers.StringValue

func (*Subnet) GetSubnetId

func (m *Subnet) GetSubnetId() *wrappers.StringValue

func (*Subnet) GetSubnetType

func (m *Subnet) GetSubnetType() *wrappers.UInt32Value

func (*Subnet) GetVpcId

func (m *Subnet) GetVpcId() *wrappers.StringValue

func (*Subnet) GetZone added in v0.1.6

func (m *Subnet) GetZone() *wrappers.StringValue

func (*Subnet) ProtoMessage

func (*Subnet) ProtoMessage()

func (*Subnet) Reset

func (m *Subnet) Reset()

func (*Subnet) String

func (m *Subnet) String() string

func (*Subnet) XXX_DiscardUnknown

func (m *Subnet) XXX_DiscardUnknown()

func (*Subnet) XXX_Marshal

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

func (*Subnet) XXX_Merge

func (dst *Subnet) XXX_Merge(src proto.Message)

func (*Subnet) XXX_Size

func (m *Subnet) XXX_Size() int

func (*Subnet) XXX_Unmarshal

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

type Task

type Task struct {
	TaskId               *wrappers.StringValue `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	JobId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	TaskAction           *wrappers.StringValue `protobuf:"bytes,3,opt,name=task_action,json=taskAction,proto3" json:"task_action,omitempty"`
	Status               *wrappers.StringValue `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	ErrorCode            *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	Directive            *wrappers.StringValue `protobuf:"bytes,6,opt,name=directive,proto3" json:"directive,omitempty"`
	Executor             *wrappers.StringValue `protobuf:"bytes,7,opt,name=executor,proto3" json:"executor,omitempty"`
	Owner                *wrappers.StringValue `protobuf:"bytes,8,opt,name=owner,proto3" json:"owner,omitempty"`
	Target               *wrappers.StringValue `protobuf:"bytes,9,opt,name=target,proto3" json:"target,omitempty"`
	NodeId               *wrappers.StringValue `protobuf:"bytes,10,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	CreateTime           *timestamp.Timestamp  `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StatusTime           *timestamp.Timestamp  `protobuf:"bytes,12,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"`
	FailureAllowed       *wrappers.BoolValue   `protobuf:"bytes,13,opt,name=failure_allowed,json=failureAllowed,proto3" json:"failure_allowed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Task) Descriptor

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

func (*Task) GetCreateTime

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

func (*Task) GetDirective

func (m *Task) GetDirective() *wrappers.StringValue

func (*Task) GetErrorCode

func (m *Task) GetErrorCode() *wrappers.UInt32Value

func (*Task) GetExecutor

func (m *Task) GetExecutor() *wrappers.StringValue

func (*Task) GetFailureAllowed

func (m *Task) GetFailureAllowed() *wrappers.BoolValue

func (*Task) GetJobId

func (m *Task) GetJobId() *wrappers.StringValue

func (*Task) GetNodeId

func (m *Task) GetNodeId() *wrappers.StringValue

func (*Task) GetOwner

func (m *Task) GetOwner() *wrappers.StringValue

func (*Task) GetStatus

func (m *Task) GetStatus() *wrappers.StringValue

func (*Task) GetStatusTime

func (m *Task) GetStatusTime() *timestamp.Timestamp

func (*Task) GetTarget

func (m *Task) GetTarget() *wrappers.StringValue

func (*Task) GetTaskAction

func (m *Task) GetTaskAction() *wrappers.StringValue

func (*Task) GetTaskId

func (m *Task) GetTaskId() *wrappers.StringValue

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) Reset

func (m *Task) Reset()

func (*Task) String

func (m *Task) String() string

func (*Task) XXX_DiscardUnknown

func (m *Task) XXX_DiscardUnknown()

func (*Task) XXX_Marshal

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

func (*Task) XXX_Merge

func (dst *Task) XXX_Merge(src proto.Message)

func (*Task) XXX_Size

func (m *Task) XXX_Size() int

func (*Task) XXX_Unmarshal

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

type TaskManagerClient

type TaskManagerClient interface {
	CreateTask(ctx context.Context, in *CreateTaskRequest, opts ...grpc.CallOption) (*CreateTaskResponse, error)
	DescribeTasks(ctx context.Context, in *DescribeTasksRequest, opts ...grpc.CallOption) (*DescribeTasksResponse, error)
	RetryTasks(ctx context.Context, in *RetryTasksRequest, opts ...grpc.CallOption) (*RetryTasksResponse, error)
}

TaskManagerClient is the client API for TaskManager service.

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

func NewTaskManagerClient

func NewTaskManagerClient(cc *grpc.ClientConn) TaskManagerClient

type TaskManagerServer

TaskManagerServer is the server API for TaskManager service.

type UpdateClusterEnvRequest

type UpdateClusterEnvRequest struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Env                  *wrappers.StringValue `protobuf:"bytes,2,opt,name=env,proto3" json:"env,omitempty"`
	AdvancedParam        []string              `protobuf:"bytes,3,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateClusterEnvRequest) Descriptor

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

func (*UpdateClusterEnvRequest) GetAdvancedParam

func (m *UpdateClusterEnvRequest) GetAdvancedParam() []string

func (*UpdateClusterEnvRequest) GetClusterId

func (m *UpdateClusterEnvRequest) GetClusterId() *wrappers.StringValue

func (*UpdateClusterEnvRequest) GetEnv

func (*UpdateClusterEnvRequest) ProtoMessage

func (*UpdateClusterEnvRequest) ProtoMessage()

func (*UpdateClusterEnvRequest) Reset

func (m *UpdateClusterEnvRequest) Reset()

func (*UpdateClusterEnvRequest) String

func (m *UpdateClusterEnvRequest) String() string

func (*UpdateClusterEnvRequest) XXX_DiscardUnknown

func (m *UpdateClusterEnvRequest) XXX_DiscardUnknown()

func (*UpdateClusterEnvRequest) XXX_Marshal

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

func (*UpdateClusterEnvRequest) XXX_Merge

func (dst *UpdateClusterEnvRequest) XXX_Merge(src proto.Message)

func (*UpdateClusterEnvRequest) XXX_Size

func (m *UpdateClusterEnvRequest) XXX_Size() int

func (*UpdateClusterEnvRequest) XXX_Unmarshal

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

type UpdateClusterEnvResponse

type UpdateClusterEnvResponse struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateClusterEnvResponse) Descriptor

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

func (*UpdateClusterEnvResponse) GetClusterId

func (m *UpdateClusterEnvResponse) GetClusterId() *wrappers.StringValue

func (*UpdateClusterEnvResponse) GetJobId

func (*UpdateClusterEnvResponse) ProtoMessage

func (*UpdateClusterEnvResponse) ProtoMessage()

func (*UpdateClusterEnvResponse) Reset

func (m *UpdateClusterEnvResponse) Reset()

func (*UpdateClusterEnvResponse) String

func (m *UpdateClusterEnvResponse) String() string

func (*UpdateClusterEnvResponse) XXX_DiscardUnknown

func (m *UpdateClusterEnvResponse) XXX_DiscardUnknown()

func (*UpdateClusterEnvResponse) XXX_Marshal

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

func (*UpdateClusterEnvResponse) XXX_Merge

func (dst *UpdateClusterEnvResponse) XXX_Merge(src proto.Message)

func (*UpdateClusterEnvResponse) XXX_Size

func (m *UpdateClusterEnvResponse) XXX_Size() int

func (*UpdateClusterEnvResponse) XXX_Unmarshal

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

type UpgradeClusterRequest

type UpgradeClusterRequest struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	VersionId            *wrappers.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	AdvancedParam        []string              `protobuf:"bytes,3,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpgradeClusterRequest) Descriptor

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

func (*UpgradeClusterRequest) GetAdvancedParam

func (m *UpgradeClusterRequest) GetAdvancedParam() []string

func (*UpgradeClusterRequest) GetClusterId

func (m *UpgradeClusterRequest) GetClusterId() *wrappers.StringValue

func (*UpgradeClusterRequest) GetVersionId

func (m *UpgradeClusterRequest) GetVersionId() *wrappers.StringValue

func (*UpgradeClusterRequest) ProtoMessage

func (*UpgradeClusterRequest) ProtoMessage()

func (*UpgradeClusterRequest) Reset

func (m *UpgradeClusterRequest) Reset()

func (*UpgradeClusterRequest) String

func (m *UpgradeClusterRequest) String() string

func (*UpgradeClusterRequest) XXX_DiscardUnknown

func (m *UpgradeClusterRequest) XXX_DiscardUnknown()

func (*UpgradeClusterRequest) XXX_Marshal

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

func (*UpgradeClusterRequest) XXX_Merge

func (dst *UpgradeClusterRequest) XXX_Merge(src proto.Message)

func (*UpgradeClusterRequest) XXX_Size

func (m *UpgradeClusterRequest) XXX_Size() int

func (*UpgradeClusterRequest) XXX_Unmarshal

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

type UpgradeClusterResponse

type UpgradeClusterResponse struct {
	ClusterId            *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	JobId                *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpgradeClusterResponse) Descriptor

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

func (*UpgradeClusterResponse) GetClusterId

func (m *UpgradeClusterResponse) GetClusterId() *wrappers.StringValue

func (*UpgradeClusterResponse) GetJobId

func (*UpgradeClusterResponse) ProtoMessage

func (*UpgradeClusterResponse) ProtoMessage()

func (*UpgradeClusterResponse) Reset

func (m *UpgradeClusterResponse) Reset()

func (*UpgradeClusterResponse) String

func (m *UpgradeClusterResponse) String() string

func (*UpgradeClusterResponse) XXX_DiscardUnknown

func (m *UpgradeClusterResponse) XXX_DiscardUnknown()

func (*UpgradeClusterResponse) XXX_Marshal

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

func (*UpgradeClusterResponse) XXX_Merge

func (dst *UpgradeClusterResponse) XXX_Merge(src proto.Message)

func (*UpgradeClusterResponse) XXX_Size

func (m *UpgradeClusterResponse) XXX_Size() int

func (*UpgradeClusterResponse) XXX_Unmarshal

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

type ValidateRepoRequest

type ValidateRepoRequest struct {
	Type                 *wrappers.StringValue `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Url                  *wrappers.StringValue `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Credential           *wrappers.StringValue `protobuf:"bytes,3,opt,name=credential,proto3" json:"credential,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ValidateRepoRequest) Descriptor

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

func (*ValidateRepoRequest) GetCredential

func (m *ValidateRepoRequest) GetCredential() *wrappers.StringValue

func (*ValidateRepoRequest) GetType

func (*ValidateRepoRequest) GetUrl

func (*ValidateRepoRequest) ProtoMessage

func (*ValidateRepoRequest) ProtoMessage()

func (*ValidateRepoRequest) Reset

func (m *ValidateRepoRequest) Reset()

func (*ValidateRepoRequest) String

func (m *ValidateRepoRequest) String() string

func (*ValidateRepoRequest) XXX_DiscardUnknown

func (m *ValidateRepoRequest) XXX_DiscardUnknown()

func (*ValidateRepoRequest) XXX_Marshal

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

func (*ValidateRepoRequest) XXX_Merge

func (dst *ValidateRepoRequest) XXX_Merge(src proto.Message)

func (*ValidateRepoRequest) XXX_Size

func (m *ValidateRepoRequest) XXX_Size() int

func (*ValidateRepoRequest) XXX_Unmarshal

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

type ValidateRepoResponse

type ValidateRepoResponse struct {
	Ok                   *wrappers.BoolValue `protobuf:"bytes,1,opt,name=ok,proto3" json:"ok,omitempty"`
	ErrorCode            uint32              `protobuf:"varint,2,opt,name=errorCode,proto3" json:"errorCode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ValidateRepoResponse) Descriptor

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

func (*ValidateRepoResponse) GetErrorCode

func (m *ValidateRepoResponse) GetErrorCode() uint32

func (*ValidateRepoResponse) GetOk

func (*ValidateRepoResponse) ProtoMessage

func (*ValidateRepoResponse) ProtoMessage()

func (*ValidateRepoResponse) Reset

func (m *ValidateRepoResponse) Reset()

func (*ValidateRepoResponse) String

func (m *ValidateRepoResponse) String() string

func (*ValidateRepoResponse) XXX_DiscardUnknown

func (m *ValidateRepoResponse) XXX_DiscardUnknown()

func (*ValidateRepoResponse) XXX_Marshal

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

func (*ValidateRepoResponse) XXX_Merge

func (dst *ValidateRepoResponse) XXX_Merge(src proto.Message)

func (*ValidateRepoResponse) XXX_Size

func (m *ValidateRepoResponse) XXX_Size() int

func (*ValidateRepoResponse) XXX_Unmarshal

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

Directories

Path Synopsis
metadata

Jump to

Keyboard shortcuts

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