pb

package
v0.0.0-...-162f8c7 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2018 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package pb is a generated protocol buffer package.

It is generated from these files:

app.proto
cluster.proto
job.proto
pilot.proto
repo.proto
repo_indexer.proto
runtime_env.proto
task.proto

It has these top-level messages:

CreateAppRequest
CreateAppResponse
ModifyAppRequest
ModifyAppResponse
DeleteAppRequest
DeleteAppResponse
App
DescribeAppsRequest
DescribeAppsResponse
CreateAppVersionRequest
CreateAppVersionResponse
ModifyAppVersionRequest
ModifyAppVersionResponse
DeleteAppVersionRequest
DeleteAppVersionResponse
AppVersion
DescribeAppVersionsRequest
DescribeAppVersionsResponse
GetAppVersionPackageRequest
GetAppVersionPackageResponse
CreateClusterRequest
CreateClusterResponse
ModifyClusterRequest
ModifyClusterResponse
ModifyClusterNodeRequest
ModifyClusterNodeResponse
DeleteClustersRequest
DeleteClustersResponse
UpgradeClusterRequest
UpgradeClusterResponse
RollbackClusterRequest
RollbackClusterResponse
ResizeClusterRequest
ResizeClusterResponse
AddClusterNodesRequest
AddClusterNodesResponse
DeleteClusterNodesRequest
DeleteClusterNodesResponse
UpdateClusterEnvRequest
UpdateClusterEnvResponse
ClusterNode
Cluster
DescribeClustersRequest
DescribeClustersResponse
DescribeClusterNodesRequest
DescribeClusterNodesResponse
StopClustersRequest
StopClustersResponse
StartClustersRequest
StartClustersResponse
RecoverClustersRequest
RecoverClustersResponse
CeaseClustersRequest
CeaseClustersResponse
CreateJobRequest
CreateJobResponse
Job
DescribeJobsRequest
DescribeJobsResponse
HandleSubtaskRequest
HandleSubtaskResponse
GetSubtaskStatusRequest
SubtaskStatus
GetSubtaskStatusResponse
CreateRepoRequest
CreateRepoResponse
ModifyRepoRequest
ModifyRepoResponse
DeleteRepoRequest
DeleteRepoResponse
Repo
DescribeReposRequest
DescribeReposResponse
RepoLabel
CreateRepoLabelRequest
CreateRepoLabelResponse
ModifyRepoLabelRequest
ModifyRepoLabelResponse
DeleteRepoLabelRequest
DeleteRepoLabelResponse
DescribeRepoLabelsRequest
DescribeRepoLabelsResponse
RepoSelector
CreateRepoSelectorRequest
CreateRepoSelectorResponse
ModifyRepoSelectorRequest
ModifyRepoSelectorResponse
DeleteRepoSelectorRequest
DeleteRepoSelectorResponse
DescribeRepoSelectorsRequest
DescribeRepoSelectorsResponse
IndexRepoRequest
IndexRepoResponse
RepoTask
DescribeRepoTasksRequest
DescribeRepoTasksResponse
RuntimeEnvLabel
RuntimeEnv
CreateRuntimeEnvRequest
CreateRuntimeEnvResponse
DescribeRuntimeEnvsRequest
DescribeRuntimeEnvsResponse
ModifyRuntimeEnvRequest
ModifyRuntimeEnvResponse
DeleteRuntimeEnvRequest
DeleteRuntimeEnvResponse
RuntimeEnvCredential
CreateRuntimeEnvCredentialRequset
CreateRuntimeEnvCredentialResponse
DescribeRuntimeEnvCredentialsRequset
DescribeRuntimeEnvCredentialsResponse
ModifyRuntimeEnvCredentialRequest
ModifyRuntimeEnvCredentialResponse
DeleteRuntimeEnvCredentialRequset
DeleteRuntimeEnvCredentialResponse
AttachCredentialToRuntimeEnvRequset
AttachCredentialToRuntimeEnvResponse
DetachCredentialFromRuntimeEnvRequset
DetachCredentialFromRuntimeEnvResponse
CreateTaskRequest
CreateTaskResponse
Task
DescribeTasksRequest
DescribeTasksResponse

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

RegisterAppManagerHandler 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 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

RegisterClusterManagerHandler 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

RegisterJobManagerHandler 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 RegisterPilotManagerHandler

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

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

func RegisterPilotManagerHandlerClient

func RegisterPilotManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client PilotManagerClient) error

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

func RegisterPilotManagerHandlerFromEndpoint

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

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

func RegisterPilotManagerServer

func RegisterPilotManagerServer(s *grpc.Server, srv PilotManagerServer)

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

RegisterRepoIndexerHandler 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

RegisterRepoManagerHandler 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 RegisterRuntimeEnvManagerHandler

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

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

func RegisterRuntimeEnvManagerHandlerClient

func RegisterRuntimeEnvManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RuntimeEnvManagerClient) error

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

func RegisterRuntimeEnvManagerHandlerFromEndpoint

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

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

func RegisterRuntimeEnvManagerServer

func RegisterRuntimeEnvManagerServer(s *grpc.Server, srv RuntimeEnvManagerServer)

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

RegisterTaskManagerHandler 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     *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	Role          *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=role" json:"role,omitempty"`
	NodeCount     *google_protobuf.UInt32Value `protobuf:"bytes,3,opt,name=node_count,json=nodeCount" json:"node_count,omitempty"`
	AdvancedParam []string                     `protobuf:"bytes,4,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

func (*AddClusterNodesRequest) Descriptor

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

func (*AddClusterNodesRequest) GetAdvancedParam

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

func (*AddClusterNodesRequest) GetClusterId

func (*AddClusterNodesRequest) GetNodeCount

func (*AddClusterNodesRequest) GetRole

func (*AddClusterNodesRequest) ProtoMessage

func (*AddClusterNodesRequest) ProtoMessage()

func (*AddClusterNodesRequest) Reset

func (m *AddClusterNodesRequest) Reset()

func (*AddClusterNodesRequest) String

func (m *AddClusterNodesRequest) String() string

type AddClusterNodesResponse

type AddClusterNodesResponse struct {
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}

func (*AddClusterNodesResponse) Descriptor

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

func (*AddClusterNodesResponse) GetClusterId

func (*AddClusterNodesResponse) GetJobId

func (*AddClusterNodesResponse) ProtoMessage

func (*AddClusterNodesResponse) ProtoMessage()

func (*AddClusterNodesResponse) Reset

func (m *AddClusterNodesResponse) Reset()

func (*AddClusterNodesResponse) String

func (m *AddClusterNodesResponse) String() string

type App

type App struct {
	AppId       *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	Name        *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	RepoId      *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	Status      *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=status" json:"status,omitempty"`
	Home        *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=home" json:"home,omitempty"`
	Icon        *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=icon" json:"icon,omitempty"`
	Screenshots *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=screenshots" json:"screenshots,omitempty"`
	Maintainers *google_protobuf.StringValue `protobuf:"bytes,9,opt,name=maintainers" json:"maintainers,omitempty"`
	Sources     *google_protobuf.StringValue `protobuf:"bytes,10,opt,name=sources" json:"sources,omitempty"`
	Readme      *google_protobuf.StringValue `protobuf:"bytes,11,opt,name=readme" json:"readme,omitempty"`
	ChartName   *google_protobuf.StringValue `protobuf:"bytes,12,opt,name=chart_name,json=chartName" json:"chart_name,omitempty"`
	Owner       *google_protobuf.StringValue `protobuf:"bytes,13,opt,name=owner" json:"owner,omitempty"`
	CreateTime  *google_protobuf1.Timestamp  `protobuf:"bytes,14,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime  *google_protobuf1.Timestamp  `protobuf:"bytes,15,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*App) Descriptor

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

func (*App) GetAppId

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

func (*App) GetChartName

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

func (*App) GetCreateTime

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

func (*App) GetDescription

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

func (*App) GetHome

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

func (*App) GetIcon

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

func (*App) GetMaintainers

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

func (*App) GetName

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

func (*App) GetOwner

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

func (*App) GetReadme

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

func (*App) GetRepoId

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

func (*App) GetScreenshots

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

func (*App) GetSources

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

func (*App) GetStatus

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

func (*App) GetStatusTime

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

func (*App) ProtoMessage

func (*App) ProtoMessage()

func (*App) Reset

func (m *App) Reset()

func (*App) String

func (m *App) String() string

type AppVersion

type AppVersion struct {
	VersionId   *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	AppId       *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	Owner       *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=owner" json:"owner,omitempty"`
	Name        *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
	PackageName *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=package_name,json=packageName" json:"package_name,omitempty"`
	Status      *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=status" json:"status,omitempty"`
	CreateTime  *google_protobuf1.Timestamp  `protobuf:"bytes,8,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime  *google_protobuf1.Timestamp  `protobuf:"bytes,9,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*AppVersion) Descriptor

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

func (*AppVersion) GetAppId

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

func (*AppVersion) GetCreateTime

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

func (*AppVersion) GetDescription

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

func (*AppVersion) GetName

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

func (*AppVersion) GetOwner

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

func (*AppVersion) GetPackageName

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

func (*AppVersion) GetStatus

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

func (*AppVersion) GetStatusTime

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

func (*AppVersion) GetVersionId

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

func (*AppVersion) ProtoMessage

func (*AppVersion) ProtoMessage()

func (*AppVersion) Reset

func (m *AppVersion) Reset()

func (*AppVersion) String

func (m *AppVersion) String() string

type AttachCredentialToRuntimeEnvRequset

type AttachCredentialToRuntimeEnvRequset struct {
	RuntimeEnvCredentialId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_credential_id,json=runtimeEnvCredentialId" json:"runtime_env_credential_id,omitempty"`
	RuntimeEnvId           *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
}

func (*AttachCredentialToRuntimeEnvRequset) Descriptor

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

func (*AttachCredentialToRuntimeEnvRequset) GetRuntimeEnvCredentialId

func (m *AttachCredentialToRuntimeEnvRequset) GetRuntimeEnvCredentialId() *google_protobuf.StringValue

func (*AttachCredentialToRuntimeEnvRequset) GetRuntimeEnvId

func (*AttachCredentialToRuntimeEnvRequset) ProtoMessage

func (*AttachCredentialToRuntimeEnvRequset) ProtoMessage()

func (*AttachCredentialToRuntimeEnvRequset) Reset

func (*AttachCredentialToRuntimeEnvRequset) String

type AttachCredentialToRuntimeEnvResponse

type AttachCredentialToRuntimeEnvResponse struct {
	RuntimeEnvCredentialId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_credential_id,json=runtimeEnvCredentialId" json:"runtime_env_credential_id,omitempty"`
	RuntimeEnvId           *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
}

func (*AttachCredentialToRuntimeEnvResponse) Descriptor

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

func (*AttachCredentialToRuntimeEnvResponse) GetRuntimeEnvCredentialId

func (m *AttachCredentialToRuntimeEnvResponse) GetRuntimeEnvCredentialId() *google_protobuf.StringValue

func (*AttachCredentialToRuntimeEnvResponse) GetRuntimeEnvId

func (*AttachCredentialToRuntimeEnvResponse) ProtoMessage

func (*AttachCredentialToRuntimeEnvResponse) ProtoMessage()

func (*AttachCredentialToRuntimeEnvResponse) Reset

func (*AttachCredentialToRuntimeEnvResponse) String

type CeaseClustersRequest

type CeaseClustersRequest struct {
	ClusterId     []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

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

type CeaseClustersResponse

type CeaseClustersResponse struct {
	ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     []string `protobuf:"bytes,2,rep,name=job_id,json=jobId" json:"job_id,omitempty"`
}

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

type Cluster

type Cluster struct {
	ClusterId          *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	GlobalUuid         *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=global_uuid,json=globalUuid" json:"global_uuid,omitempty"`
	FrontgateId        *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=frontgate_id,json=frontgateId" json:"frontgate_id,omitempty"`
	AppId              *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	VersionId          *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	Status             *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=status" json:"status,omitempty"`
	TransitionStatus   *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=transition_status,json=transitionStatus" json:"transition_status,omitempty"`
	RuntimeEnvId       *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
	Owner              *google_protobuf.StringValue `protobuf:"bytes,9,opt,name=owner" json:"owner,omitempty"`
	Name               *google_protobuf.StringValue `protobuf:"bytes,10,opt,name=name" json:"name,omitempty"`
	Description        *google_protobuf.StringValue `protobuf:"bytes,11,opt,name=description" json:"description,omitempty"`
	NodeCount          *google_protobuf.UInt32Value `protobuf:"bytes,12,opt,name=node_count,json=nodeCount" json:"node_count,omitempty"`
	Endpoints          *google_protobuf.StringValue `protobuf:"bytes,13,opt,name=endpoints" json:"endpoints,omitempty"`
	MetadataRootAccess *google_protobuf.BoolValue   `protobuf:"bytes,14,opt,name=metadata_root_access,json=metadataRootAccess" json:"metadata_root_access,omitempty"`
	Links              map[string]string            `` /* 131-byte string literal not displayed */
	Roles              map[string]string            `` /* 131-byte string literal not displayed */
	AdvancedActions    map[string]string            `` /* 174-byte string literal not displayed */
	UpgradeStatus      *google_protobuf.StringValue `protobuf:"bytes,18,opt,name=upgrade_status,json=upgradeStatus" json:"upgrade_status,omitempty"`
	CreateTime         *google_protobuf1.Timestamp  `protobuf:"bytes,19,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime         *google_protobuf1.Timestamp  `protobuf:"bytes,20,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
	ClusterNodeSet     []*ClusterNode               `protobuf:"bytes,21,rep,name=cluster_node_set,json=clusterNodeSet" json:"cluster_node_set,omitempty"`
}

func (*Cluster) Descriptor

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

func (*Cluster) GetAdvancedActions

func (m *Cluster) GetAdvancedActions() map[string]string

func (*Cluster) GetAppId

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

func (*Cluster) GetClusterId

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

func (*Cluster) GetClusterNodeSet

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

func (*Cluster) GetCreateTime

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

func (*Cluster) GetDescription

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

func (*Cluster) GetEndpoints

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

func (*Cluster) GetFrontgateId

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

func (*Cluster) GetGlobalUuid

func (m *Cluster) GetGlobalUuid() *google_protobuf.StringValue
func (m *Cluster) GetLinks() map[string]string

func (*Cluster) GetMetadataRootAccess

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

func (*Cluster) GetName

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

func (*Cluster) GetNodeCount

func (m *Cluster) GetNodeCount() *google_protobuf.UInt32Value

func (*Cluster) GetOwner

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

func (*Cluster) GetRoles

func (m *Cluster) GetRoles() map[string]string

func (*Cluster) GetRuntimeEnvId

func (m *Cluster) GetRuntimeEnvId() *google_protobuf.StringValue

func (*Cluster) GetStatus

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

func (*Cluster) GetStatusTime

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

func (*Cluster) GetTransitionStatus

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

func (*Cluster) GetUpgradeStatus

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

func (*Cluster) GetVersionId

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

func (*Cluster) ProtoMessage

func (*Cluster) ProtoMessage()

func (*Cluster) Reset

func (m *Cluster) Reset()

func (*Cluster) String

func (m *Cluster) String() string

type ClusterManagerClient

type ClusterManagerClient interface {
	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)
	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)
}

func NewClusterManagerClient

func NewClusterManagerClient(cc *grpc.ClientConn) ClusterManagerClient

type ClusterManagerServer

type ClusterManagerServer interface {
	CreateCluster(context.Context, *CreateClusterRequest) (*CreateClusterResponse, error)
	ModifyCluster(context.Context, *ModifyClusterRequest) (*ModifyClusterResponse, error)
	ModifyClusterNode(context.Context, *ModifyClusterNodeRequest) (*ModifyClusterNodeResponse, 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)
}

type ClusterNode

type ClusterNode struct {
	ClusterId          *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	NodeId             *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=node_id,json=nodeId" json:"node_id,omitempty"`
	Name               *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	InstanceId         *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=instance_id,json=instanceId" json:"instance_id,omitempty"`
	VxnetId            *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=vxnet_id,json=vxnetId" json:"vxnet_id,omitempty"`
	PrivateIp          *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=private_ip,json=privateIp" json:"private_ip,omitempty"`
	Status             *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=status" json:"status,omitempty"`
	TransitionStatus   *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=transition_status,json=transitionStatus" json:"transition_status,omitempty"`
	ServerId           *google_protobuf.UInt32Value `protobuf:"bytes,9,opt,name=server_id,json=serverId" json:"server_id,omitempty"`
	ServerIdUpperBound *google_protobuf.UInt32Value `protobuf:"bytes,10,opt,name=server_id_upper_bound,json=serverIdUpperBound" json:"server_id_upper_bound,omitempty"`
	GlobalServerId     *google_protobuf.UInt64Value `protobuf:"bytes,11,opt,name=global_server_id,json=globalServerId" json:"global_server_id,omitempty"`
	HealthStatus       *google_protobuf.StringValue `protobuf:"bytes,12,opt,name=health_status,json=healthStatus" json:"health_status,omitempty"`
	Role               *google_protobuf.StringValue `protobuf:"bytes,13,opt,name=role" json:"role,omitempty"`
	Owner              *google_protobuf.StringValue `protobuf:"bytes,14,opt,name=owner" json:"owner,omitempty"`
	Cpu                *google_protobuf.UInt32Value `protobuf:"bytes,15,opt,name=cpu" json:"cpu,omitempty"`
	Gpu                *google_protobuf.UInt32Value `protobuf:"bytes,16,opt,name=gpu" json:"gpu,omitempty"`
	Memory             *google_protobuf.UInt32Value `protobuf:"bytes,17,opt,name=memory" json:"memory,omitempty"`
	StorageSize        *google_protobuf.UInt32Value `protobuf:"bytes,18,opt,name=storage_size,json=storageSize" json:"storage_size,omitempty"`
	Env                *google_protobuf.StringValue `protobuf:"bytes,19,opt,name=env" json:"env,omitempty"`
	Passphraseless     *google_protobuf.StringValue `protobuf:"bytes,20,opt,name=passphraseless" json:"passphraseless,omitempty"`
	AdvancedActions    *google_protobuf.StringValue `protobuf:"bytes,21,opt,name=advanced_actions,json=advancedActions" json:"advanced_actions,omitempty"`
	ImageId            *google_protobuf.StringValue `protobuf:"bytes,22,opt,name=image_id,json=imageId" json:"image_id,omitempty"`
	CreateTime         *google_protobuf1.Timestamp  `protobuf:"bytes,23,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime         *google_protobuf1.Timestamp  `protobuf:"bytes,24,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*ClusterNode) Descriptor

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

func (*ClusterNode) GetAdvancedActions

func (m *ClusterNode) GetAdvancedActions() *google_protobuf.StringValue

func (*ClusterNode) GetClusterId

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

func (*ClusterNode) GetCpu

func (*ClusterNode) GetCreateTime

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

func (*ClusterNode) GetEnv

func (*ClusterNode) GetGlobalServerId

func (m *ClusterNode) GetGlobalServerId() *google_protobuf.UInt64Value

func (*ClusterNode) GetGpu

func (*ClusterNode) GetHealthStatus

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

func (*ClusterNode) GetImageId

func (m *ClusterNode) GetImageId() *google_protobuf.StringValue

func (*ClusterNode) GetInstanceId

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

func (*ClusterNode) GetMemory

func (m *ClusterNode) GetMemory() *google_protobuf.UInt32Value

func (*ClusterNode) GetName

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

func (*ClusterNode) GetNodeId

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

func (*ClusterNode) GetOwner

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

func (*ClusterNode) GetPassphraseless

func (m *ClusterNode) GetPassphraseless() *google_protobuf.StringValue

func (*ClusterNode) GetPrivateIp

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

func (*ClusterNode) GetRole

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

func (*ClusterNode) GetServerId

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

func (*ClusterNode) GetServerIdUpperBound

func (m *ClusterNode) GetServerIdUpperBound() *google_protobuf.UInt32Value

func (*ClusterNode) GetStatus

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

func (*ClusterNode) GetStatusTime

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

func (*ClusterNode) GetStorageSize

func (m *ClusterNode) GetStorageSize() *google_protobuf.UInt32Value

func (*ClusterNode) GetTransitionStatus

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

func (*ClusterNode) GetVxnetId

func (m *ClusterNode) GetVxnetId() *google_protobuf.StringValue

func (*ClusterNode) ProtoMessage

func (*ClusterNode) ProtoMessage()

func (*ClusterNode) Reset

func (m *ClusterNode) Reset()

func (*ClusterNode) String

func (m *ClusterNode) String() string

type CreateAppRequest

type CreateAppRequest struct {
	X           *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=_" json:"_,omitempty"`
	Name        *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	RepoId      *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	Owner       *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=owner" json:"owner,omitempty"`
	ChartName   *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=chart_name,json=chartName" json:"chart_name,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=description" json:"description,omitempty"`
	Home        *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=home" json:"home,omitempty"`
	Icon        *google_protobuf.StringValue `protobuf:"bytes,9,opt,name=icon" json:"icon,omitempty"`
	Screenshots *google_protobuf.StringValue `protobuf:"bytes,10,opt,name=screenshots" json:"screenshots,omitempty"`
	Maintainers *google_protobuf.StringValue `protobuf:"bytes,11,opt,name=maintainers" json:"maintainers,omitempty"`
	Sources     *google_protobuf.StringValue `protobuf:"bytes,12,opt,name=sources" json:"sources,omitempty"`
	Readme      *google_protobuf.StringValue `protobuf:"bytes,13,opt,name=readme" json:"readme,omitempty"`
}

func (*CreateAppRequest) Descriptor

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

func (*CreateAppRequest) GetChartName

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

func (*CreateAppRequest) GetDescription

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

func (*CreateAppRequest) GetHome

func (*CreateAppRequest) GetIcon

func (*CreateAppRequest) GetMaintainers

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

func (*CreateAppRequest) GetName

func (*CreateAppRequest) GetOwner

func (*CreateAppRequest) GetReadme

func (*CreateAppRequest) GetRepoId

func (*CreateAppRequest) GetScreenshots

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

func (*CreateAppRequest) GetSources

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

func (*CreateAppRequest) GetX

func (*CreateAppRequest) ProtoMessage

func (*CreateAppRequest) ProtoMessage()

func (*CreateAppRequest) Reset

func (m *CreateAppRequest) Reset()

func (*CreateAppRequest) String

func (m *CreateAppRequest) String() string

type CreateAppResponse

type CreateAppResponse struct {
	App *App `protobuf:"bytes,1,opt,name=app" json:"app,omitempty"`
}

func (*CreateAppResponse) Descriptor

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

func (*CreateAppResponse) GetApp

func (m *CreateAppResponse) GetApp() *App

func (*CreateAppResponse) ProtoMessage

func (*CreateAppResponse) ProtoMessage()

func (*CreateAppResponse) Reset

func (m *CreateAppResponse) Reset()

func (*CreateAppResponse) String

func (m *CreateAppResponse) String() string

type CreateAppVersionRequest

type CreateAppVersionRequest struct {
	X           *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=_" json:"_,omitempty"`
	AppId       *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	Owner       *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=owner" json:"owner,omitempty"`
	Name        *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"`
	PackageName *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=package_name,json=packageName" json:"package_name,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=description" json:"description,omitempty"`
}

func (*CreateAppVersionRequest) Descriptor

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

func (*CreateAppVersionRequest) GetAppId

func (*CreateAppVersionRequest) GetDescription

func (*CreateAppVersionRequest) GetName

func (*CreateAppVersionRequest) GetOwner

func (*CreateAppVersionRequest) GetPackageName

func (*CreateAppVersionRequest) GetX

func (*CreateAppVersionRequest) ProtoMessage

func (*CreateAppVersionRequest) ProtoMessage()

func (*CreateAppVersionRequest) Reset

func (m *CreateAppVersionRequest) Reset()

func (*CreateAppVersionRequest) String

func (m *CreateAppVersionRequest) String() string

type CreateAppVersionResponse

type CreateAppVersionResponse struct {
	AppVersion *AppVersion `protobuf:"bytes,1,opt,name=app_version,json=appVersion" json:"app_version,omitempty"`
}

func (*CreateAppVersionResponse) Descriptor

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

func (*CreateAppVersionResponse) GetAppVersion

func (m *CreateAppVersionResponse) GetAppVersion() *AppVersion

func (*CreateAppVersionResponse) ProtoMessage

func (*CreateAppVersionResponse) ProtoMessage()

func (*CreateAppVersionResponse) Reset

func (m *CreateAppVersionResponse) Reset()

func (*CreateAppVersionResponse) String

func (m *CreateAppVersionResponse) String() string

type CreateClusterRequest

type CreateClusterRequest struct {
	AppId         *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	VersionId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	RuntimeEnvId  *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
	Conf          *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=conf" json:"conf,omitempty"`
	AdvancedParam []string                     `protobuf:"bytes,5,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

func (*CreateClusterRequest) Descriptor

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

func (*CreateClusterRequest) GetAdvancedParam

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

func (*CreateClusterRequest) GetAppId

func (*CreateClusterRequest) GetConf

func (*CreateClusterRequest) GetRuntimeEnvId

func (m *CreateClusterRequest) GetRuntimeEnvId() *google_protobuf.StringValue

func (*CreateClusterRequest) GetVersionId

func (*CreateClusterRequest) ProtoMessage

func (*CreateClusterRequest) ProtoMessage()

func (*CreateClusterRequest) Reset

func (m *CreateClusterRequest) Reset()

func (*CreateClusterRequest) String

func (m *CreateClusterRequest) String() string

type CreateClusterResponse

type CreateClusterResponse struct {
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}

func (*CreateClusterResponse) Descriptor

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

func (*CreateClusterResponse) GetClusterId

func (*CreateClusterResponse) GetJobId

func (*CreateClusterResponse) ProtoMessage

func (*CreateClusterResponse) ProtoMessage()

func (*CreateClusterResponse) Reset

func (m *CreateClusterResponse) Reset()

func (*CreateClusterResponse) String

func (m *CreateClusterResponse) String() string

type CreateJobRequest

type CreateJobRequest struct {
	X         *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=_" json:"_,omitempty"`
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AppId     *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	VersionId *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	JobAction *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=job_action,json=jobAction" json:"job_action,omitempty"`
	Runtime   *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=runtime" json:"runtime,omitempty"`
	Directive *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=directive" json:"directive,omitempty"`
}

func (*CreateJobRequest) Descriptor

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

func (*CreateJobRequest) GetAppId

func (*CreateJobRequest) GetClusterId

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

func (*CreateJobRequest) GetDirective

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

func (*CreateJobRequest) GetJobAction

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

func (*CreateJobRequest) GetRuntime

func (m *CreateJobRequest) GetRuntime() *google_protobuf.StringValue

func (*CreateJobRequest) GetVersionId

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

func (*CreateJobRequest) GetX

func (*CreateJobRequest) ProtoMessage

func (*CreateJobRequest) ProtoMessage()

func (*CreateJobRequest) Reset

func (m *CreateJobRequest) Reset()

func (*CreateJobRequest) String

func (m *CreateJobRequest) String() string

type CreateJobResponse

type CreateJobResponse struct {
	JobId     *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AppId     *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	VersionId *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
}

func (*CreateJobResponse) Descriptor

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

func (*CreateJobResponse) GetAppId

func (*CreateJobResponse) GetClusterId

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

func (*CreateJobResponse) GetJobId

func (*CreateJobResponse) GetVersionId

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

func (*CreateJobResponse) ProtoMessage

func (*CreateJobResponse) ProtoMessage()

func (*CreateJobResponse) Reset

func (m *CreateJobResponse) Reset()

func (*CreateJobResponse) String

func (m *CreateJobResponse) String() string

type CreateRepoLabelRequest

type CreateRepoLabelRequest struct {
	RepoId     *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	X          *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=_" json:"_,omitempty"`
	LabelKey   *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=label_key,json=labelKey" json:"label_key,omitempty"`
	LabelValue *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=label_value,json=labelValue" json:"label_value,omitempty"`
}

func (*CreateRepoLabelRequest) Descriptor

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

func (*CreateRepoLabelRequest) GetLabelKey

func (*CreateRepoLabelRequest) GetLabelValue

func (*CreateRepoLabelRequest) GetRepoId

func (*CreateRepoLabelRequest) GetX

func (*CreateRepoLabelRequest) ProtoMessage

func (*CreateRepoLabelRequest) ProtoMessage()

func (*CreateRepoLabelRequest) Reset

func (m *CreateRepoLabelRequest) Reset()

func (*CreateRepoLabelRequest) String

func (m *CreateRepoLabelRequest) String() string

type CreateRepoLabelResponse

type CreateRepoLabelResponse struct {
	RepoLabel *RepoLabel `protobuf:"bytes,1,opt,name=repo_label,json=repoLabel" json:"repo_label,omitempty"`
}

func (*CreateRepoLabelResponse) Descriptor

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

func (*CreateRepoLabelResponse) GetRepoLabel

func (m *CreateRepoLabelResponse) GetRepoLabel() *RepoLabel

func (*CreateRepoLabelResponse) ProtoMessage

func (*CreateRepoLabelResponse) ProtoMessage()

func (*CreateRepoLabelResponse) Reset

func (m *CreateRepoLabelResponse) Reset()

func (*CreateRepoLabelResponse) String

func (m *CreateRepoLabelResponse) String() string

type CreateRepoRequest

type CreateRepoRequest struct {
	X           *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=_" json:"_,omitempty"`
	Name        *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	Type        *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=type" json:"type,omitempty"`
	Url         *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=url" json:"url,omitempty"`
	Credential  *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=credential" json:"credential,omitempty"`
	Visibility  *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=visibility" json:"visibility,omitempty"`
}

func (*CreateRepoRequest) Descriptor

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

func (*CreateRepoRequest) GetCredential

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

func (*CreateRepoRequest) GetDescription

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

func (*CreateRepoRequest) GetName

func (*CreateRepoRequest) GetType

func (*CreateRepoRequest) GetUrl

func (*CreateRepoRequest) GetVisibility

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

func (*CreateRepoRequest) GetX

func (*CreateRepoRequest) ProtoMessage

func (*CreateRepoRequest) ProtoMessage()

func (*CreateRepoRequest) Reset

func (m *CreateRepoRequest) Reset()

func (*CreateRepoRequest) String

func (m *CreateRepoRequest) String() string

type CreateRepoResponse

type CreateRepoResponse struct {
	Repo *Repo `protobuf:"bytes,1,opt,name=repo" json:"repo,omitempty"`
}

func (*CreateRepoResponse) Descriptor

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

func (*CreateRepoResponse) GetRepo

func (m *CreateRepoResponse) GetRepo() *Repo

func (*CreateRepoResponse) ProtoMessage

func (*CreateRepoResponse) ProtoMessage()

func (*CreateRepoResponse) Reset

func (m *CreateRepoResponse) Reset()

func (*CreateRepoResponse) String

func (m *CreateRepoResponse) String() string

type CreateRepoSelectorRequest

type CreateRepoSelectorRequest struct {
	RepoId        *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	X             *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=_" json:"_,omitempty"`
	SelectorKey   *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=selector_key,json=selectorKey" json:"selector_key,omitempty"`
	SelectorValue *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=selector_value,json=selectorValue" json:"selector_value,omitempty"`
}

func (*CreateRepoSelectorRequest) Descriptor

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

func (*CreateRepoSelectorRequest) GetRepoId

func (*CreateRepoSelectorRequest) GetSelectorKey

func (*CreateRepoSelectorRequest) GetSelectorValue

func (m *CreateRepoSelectorRequest) GetSelectorValue() *google_protobuf.StringValue

func (*CreateRepoSelectorRequest) GetX

func (*CreateRepoSelectorRequest) ProtoMessage

func (*CreateRepoSelectorRequest) ProtoMessage()

func (*CreateRepoSelectorRequest) Reset

func (m *CreateRepoSelectorRequest) Reset()

func (*CreateRepoSelectorRequest) String

func (m *CreateRepoSelectorRequest) String() string

type CreateRepoSelectorResponse

type CreateRepoSelectorResponse struct {
	RepoSelector *RepoSelector `protobuf:"bytes,1,opt,name=repo_selector,json=repoSelector" json:"repo_selector,omitempty"`
}

func (*CreateRepoSelectorResponse) Descriptor

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

func (*CreateRepoSelectorResponse) GetRepoSelector

func (m *CreateRepoSelectorResponse) GetRepoSelector() *RepoSelector

func (*CreateRepoSelectorResponse) ProtoMessage

func (*CreateRepoSelectorResponse) ProtoMessage()

func (*CreateRepoSelectorResponse) Reset

func (m *CreateRepoSelectorResponse) Reset()

func (*CreateRepoSelectorResponse) String

func (m *CreateRepoSelectorResponse) String() string

type CreateRuntimeEnvCredentialRequset

type CreateRuntimeEnvCredentialRequset struct {
	Name        *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	Content     map[string]string            `` /* 134-byte string literal not displayed */
}

func (*CreateRuntimeEnvCredentialRequset) Descriptor

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

func (*CreateRuntimeEnvCredentialRequset) GetContent

func (m *CreateRuntimeEnvCredentialRequset) GetContent() map[string]string

func (*CreateRuntimeEnvCredentialRequset) GetDescription

func (*CreateRuntimeEnvCredentialRequset) GetName

func (*CreateRuntimeEnvCredentialRequset) ProtoMessage

func (*CreateRuntimeEnvCredentialRequset) ProtoMessage()

func (*CreateRuntimeEnvCredentialRequset) Reset

func (*CreateRuntimeEnvCredentialRequset) String

type CreateRuntimeEnvCredentialResponse

type CreateRuntimeEnvCredentialResponse struct {
	RuntimeEnvCredential *RuntimeEnvCredential `protobuf:"bytes,1,opt,name=runtime_env_credential,json=runtimeEnvCredential" json:"runtime_env_credential,omitempty"`
}

func (*CreateRuntimeEnvCredentialResponse) Descriptor

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

func (*CreateRuntimeEnvCredentialResponse) GetRuntimeEnvCredential

func (m *CreateRuntimeEnvCredentialResponse) GetRuntimeEnvCredential() *RuntimeEnvCredential

func (*CreateRuntimeEnvCredentialResponse) ProtoMessage

func (*CreateRuntimeEnvCredentialResponse) ProtoMessage()

func (*CreateRuntimeEnvCredentialResponse) Reset

func (*CreateRuntimeEnvCredentialResponse) String

type CreateRuntimeEnvRequest

type CreateRuntimeEnvRequest struct {
	Name          *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Description   *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	Labels        *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=labels" json:"labels,omitempty"`
	RuntimeEnvUrl *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=runtime_env_url,json=runtimeEnvUrl" json:"runtime_env_url,omitempty"`
}

func (*CreateRuntimeEnvRequest) Descriptor

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

func (*CreateRuntimeEnvRequest) GetDescription

func (*CreateRuntimeEnvRequest) GetLabels

func (*CreateRuntimeEnvRequest) GetName

func (*CreateRuntimeEnvRequest) GetRuntimeEnvUrl

func (m *CreateRuntimeEnvRequest) GetRuntimeEnvUrl() *google_protobuf.StringValue

func (*CreateRuntimeEnvRequest) ProtoMessage

func (*CreateRuntimeEnvRequest) ProtoMessage()

func (*CreateRuntimeEnvRequest) Reset

func (m *CreateRuntimeEnvRequest) Reset()

func (*CreateRuntimeEnvRequest) String

func (m *CreateRuntimeEnvRequest) String() string

type CreateRuntimeEnvResponse

type CreateRuntimeEnvResponse struct {
	RuntimeEnv *RuntimeEnv `protobuf:"bytes,1,opt,name=runtime_env,json=runtimeEnv" json:"runtime_env,omitempty"`
}

func (*CreateRuntimeEnvResponse) Descriptor

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

func (*CreateRuntimeEnvResponse) GetRuntimeEnv

func (m *CreateRuntimeEnvResponse) GetRuntimeEnv() *RuntimeEnv

func (*CreateRuntimeEnvResponse) ProtoMessage

func (*CreateRuntimeEnvResponse) ProtoMessage()

func (*CreateRuntimeEnvResponse) Reset

func (m *CreateRuntimeEnvResponse) Reset()

func (*CreateRuntimeEnvResponse) String

func (m *CreateRuntimeEnvResponse) String() string

type CreateTaskRequest

type CreateTaskRequest struct {
	X          *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=_" json:"_,omitempty"`
	JobId      *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
	NodeId     *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=node_id,json=nodeId" json:"node_id,omitempty"`
	Target     *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=target" json:"target,omitempty"`
	TaskAction *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=task_action,json=taskAction" json:"task_action,omitempty"`
	Directive  *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=directive" json:"directive,omitempty"`
}

func (*CreateTaskRequest) Descriptor

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

func (*CreateTaskRequest) GetDirective

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

func (*CreateTaskRequest) GetJobId

func (*CreateTaskRequest) GetNodeId

func (*CreateTaskRequest) GetTarget

func (*CreateTaskRequest) GetTaskAction

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

func (*CreateTaskRequest) GetX

func (*CreateTaskRequest) ProtoMessage

func (*CreateTaskRequest) ProtoMessage()

func (*CreateTaskRequest) Reset

func (m *CreateTaskRequest) Reset()

func (*CreateTaskRequest) String

func (m *CreateTaskRequest) String() string

type CreateTaskResponse

type CreateTaskResponse struct {
	TaskId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=task_id,json=taskId" json:"task_id,omitempty"`
	JobId  *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}

func (*CreateTaskResponse) Descriptor

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

func (*CreateTaskResponse) GetJobId

func (*CreateTaskResponse) GetTaskId

func (*CreateTaskResponse) ProtoMessage

func (*CreateTaskResponse) ProtoMessage()

func (*CreateTaskResponse) Reset

func (m *CreateTaskResponse) Reset()

func (*CreateTaskResponse) String

func (m *CreateTaskResponse) String() string

type DeleteAppRequest

type DeleteAppRequest struct {
	AppId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
}

func (*DeleteAppRequest) Descriptor

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

func (*DeleteAppRequest) GetAppId

func (*DeleteAppRequest) ProtoMessage

func (*DeleteAppRequest) ProtoMessage()

func (*DeleteAppRequest) Reset

func (m *DeleteAppRequest) Reset()

func (*DeleteAppRequest) String

func (m *DeleteAppRequest) String() string

type DeleteAppResponse

type DeleteAppResponse struct {
	App *App `protobuf:"bytes,1,opt,name=app" json:"app,omitempty"`
}

func (*DeleteAppResponse) Descriptor

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

func (*DeleteAppResponse) GetApp

func (m *DeleteAppResponse) GetApp() *App

func (*DeleteAppResponse) ProtoMessage

func (*DeleteAppResponse) ProtoMessage()

func (*DeleteAppResponse) Reset

func (m *DeleteAppResponse) Reset()

func (*DeleteAppResponse) String

func (m *DeleteAppResponse) String() string

type DeleteAppVersionRequest

type DeleteAppVersionRequest struct {
	VersionId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
}

func (*DeleteAppVersionRequest) Descriptor

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

func (*DeleteAppVersionRequest) GetVersionId

func (*DeleteAppVersionRequest) ProtoMessage

func (*DeleteAppVersionRequest) ProtoMessage()

func (*DeleteAppVersionRequest) Reset

func (m *DeleteAppVersionRequest) Reset()

func (*DeleteAppVersionRequest) String

func (m *DeleteAppVersionRequest) String() string

type DeleteAppVersionResponse

type DeleteAppVersionResponse struct {
	AppVersion *AppVersion `protobuf:"bytes,1,opt,name=app_version,json=appVersion" json:"app_version,omitempty"`
}

func (*DeleteAppVersionResponse) Descriptor

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

func (*DeleteAppVersionResponse) GetAppVersion

func (m *DeleteAppVersionResponse) GetAppVersion() *AppVersion

func (*DeleteAppVersionResponse) ProtoMessage

func (*DeleteAppVersionResponse) ProtoMessage()

func (*DeleteAppVersionResponse) Reset

func (m *DeleteAppVersionResponse) Reset()

func (*DeleteAppVersionResponse) String

func (m *DeleteAppVersionResponse) String() string

type DeleteClusterNodesRequest

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

func (*DeleteClusterNodesRequest) Descriptor

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

func (*DeleteClusterNodesRequest) GetAdvancedParam

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

func (*DeleteClusterNodesRequest) GetClusterId

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

type DeleteClusterNodesResponse

type DeleteClusterNodesResponse struct {
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}

func (*DeleteClusterNodesResponse) Descriptor

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

func (*DeleteClusterNodesResponse) GetClusterId

func (*DeleteClusterNodesResponse) GetJobId

func (*DeleteClusterNodesResponse) ProtoMessage

func (*DeleteClusterNodesResponse) ProtoMessage()

func (*DeleteClusterNodesResponse) Reset

func (m *DeleteClusterNodesResponse) Reset()

func (*DeleteClusterNodesResponse) String

func (m *DeleteClusterNodesResponse) String() string

type DeleteClustersRequest

type DeleteClustersRequest struct {
	ClusterId     []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

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

type DeleteClustersResponse

type DeleteClustersResponse struct {
	ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     []string `protobuf:"bytes,2,rep,name=job_id,json=jobId" json:"job_id,omitempty"`
}

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

type DeleteRepoLabelRequest

type DeleteRepoLabelRequest struct {
	RepoLabelId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_label_id,json=repoLabelId" json:"repo_label_id,omitempty"`
}

func (*DeleteRepoLabelRequest) Descriptor

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

func (*DeleteRepoLabelRequest) GetRepoLabelId

func (m *DeleteRepoLabelRequest) GetRepoLabelId() *google_protobuf.StringValue

func (*DeleteRepoLabelRequest) ProtoMessage

func (*DeleteRepoLabelRequest) ProtoMessage()

func (*DeleteRepoLabelRequest) Reset

func (m *DeleteRepoLabelRequest) Reset()

func (*DeleteRepoLabelRequest) String

func (m *DeleteRepoLabelRequest) String() string

type DeleteRepoLabelResponse

type DeleteRepoLabelResponse struct {
	RepoLabel *RepoLabel `protobuf:"bytes,1,opt,name=repo_label,json=repoLabel" json:"repo_label,omitempty"`
}

func (*DeleteRepoLabelResponse) Descriptor

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

func (*DeleteRepoLabelResponse) GetRepoLabel

func (m *DeleteRepoLabelResponse) GetRepoLabel() *RepoLabel

func (*DeleteRepoLabelResponse) ProtoMessage

func (*DeleteRepoLabelResponse) ProtoMessage()

func (*DeleteRepoLabelResponse) Reset

func (m *DeleteRepoLabelResponse) Reset()

func (*DeleteRepoLabelResponse) String

func (m *DeleteRepoLabelResponse) String() string

type DeleteRepoRequest

type DeleteRepoRequest struct {
	RepoId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
}

func (*DeleteRepoRequest) Descriptor

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

func (*DeleteRepoRequest) GetRepoId

func (*DeleteRepoRequest) ProtoMessage

func (*DeleteRepoRequest) ProtoMessage()

func (*DeleteRepoRequest) Reset

func (m *DeleteRepoRequest) Reset()

func (*DeleteRepoRequest) String

func (m *DeleteRepoRequest) String() string

type DeleteRepoResponse

type DeleteRepoResponse struct {
	Repo *Repo `protobuf:"bytes,1,opt,name=repo" json:"repo,omitempty"`
}

func (*DeleteRepoResponse) Descriptor

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

func (*DeleteRepoResponse) GetRepo

func (m *DeleteRepoResponse) GetRepo() *Repo

func (*DeleteRepoResponse) ProtoMessage

func (*DeleteRepoResponse) ProtoMessage()

func (*DeleteRepoResponse) Reset

func (m *DeleteRepoResponse) Reset()

func (*DeleteRepoResponse) String

func (m *DeleteRepoResponse) String() string

type DeleteRepoSelectorRequest

type DeleteRepoSelectorRequest struct {
	RepoSelectorId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_selector_id,json=repoSelectorId" json:"repo_selector_id,omitempty"`
}

func (*DeleteRepoSelectorRequest) Descriptor

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

func (*DeleteRepoSelectorRequest) GetRepoSelectorId

func (m *DeleteRepoSelectorRequest) GetRepoSelectorId() *google_protobuf.StringValue

func (*DeleteRepoSelectorRequest) ProtoMessage

func (*DeleteRepoSelectorRequest) ProtoMessage()

func (*DeleteRepoSelectorRequest) Reset

func (m *DeleteRepoSelectorRequest) Reset()

func (*DeleteRepoSelectorRequest) String

func (m *DeleteRepoSelectorRequest) String() string

type DeleteRepoSelectorResponse

type DeleteRepoSelectorResponse struct {
	RepoSelector *RepoSelector `protobuf:"bytes,1,opt,name=repo_selector,json=repoSelector" json:"repo_selector,omitempty"`
}

func (*DeleteRepoSelectorResponse) Descriptor

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

func (*DeleteRepoSelectorResponse) GetRepoSelector

func (m *DeleteRepoSelectorResponse) GetRepoSelector() *RepoSelector

func (*DeleteRepoSelectorResponse) ProtoMessage

func (*DeleteRepoSelectorResponse) ProtoMessage()

func (*DeleteRepoSelectorResponse) Reset

func (m *DeleteRepoSelectorResponse) Reset()

func (*DeleteRepoSelectorResponse) String

func (m *DeleteRepoSelectorResponse) String() string

type DeleteRuntimeEnvCredentialRequset

type DeleteRuntimeEnvCredentialRequset struct {
	RuntimeEnvCredentialId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_credential_id,json=runtimeEnvCredentialId" json:"runtime_env_credential_id,omitempty"`
}

func (*DeleteRuntimeEnvCredentialRequset) Descriptor

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

func (*DeleteRuntimeEnvCredentialRequset) GetRuntimeEnvCredentialId

func (m *DeleteRuntimeEnvCredentialRequset) GetRuntimeEnvCredentialId() *google_protobuf.StringValue

func (*DeleteRuntimeEnvCredentialRequset) ProtoMessage

func (*DeleteRuntimeEnvCredentialRequset) ProtoMessage()

func (*DeleteRuntimeEnvCredentialRequset) Reset

func (*DeleteRuntimeEnvCredentialRequset) String

type DeleteRuntimeEnvCredentialResponse

type DeleteRuntimeEnvCredentialResponse struct {
	RuntimeEnvCredential *RuntimeEnvCredential `protobuf:"bytes,1,opt,name=runtime_env_credential,json=runtimeEnvCredential" json:"runtime_env_credential,omitempty"`
}

func (*DeleteRuntimeEnvCredentialResponse) Descriptor

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

func (*DeleteRuntimeEnvCredentialResponse) GetRuntimeEnvCredential

func (m *DeleteRuntimeEnvCredentialResponse) GetRuntimeEnvCredential() *RuntimeEnvCredential

func (*DeleteRuntimeEnvCredentialResponse) ProtoMessage

func (*DeleteRuntimeEnvCredentialResponse) ProtoMessage()

func (*DeleteRuntimeEnvCredentialResponse) Reset

func (*DeleteRuntimeEnvCredentialResponse) String

type DeleteRuntimeEnvRequest

type DeleteRuntimeEnvRequest struct {
	RuntimeEnvId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
}

func (*DeleteRuntimeEnvRequest) Descriptor

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

func (*DeleteRuntimeEnvRequest) GetRuntimeEnvId

func (m *DeleteRuntimeEnvRequest) GetRuntimeEnvId() *google_protobuf.StringValue

func (*DeleteRuntimeEnvRequest) ProtoMessage

func (*DeleteRuntimeEnvRequest) ProtoMessage()

func (*DeleteRuntimeEnvRequest) Reset

func (m *DeleteRuntimeEnvRequest) Reset()

func (*DeleteRuntimeEnvRequest) String

func (m *DeleteRuntimeEnvRequest) String() string

type DeleteRuntimeEnvResponse

type DeleteRuntimeEnvResponse struct {
	RuntimeEnv *RuntimeEnv `protobuf:"bytes,1,opt,name=runtime_env,json=runtimeEnv" json:"runtime_env,omitempty"`
}

func (*DeleteRuntimeEnvResponse) Descriptor

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

func (*DeleteRuntimeEnvResponse) GetRuntimeEnv

func (m *DeleteRuntimeEnvResponse) GetRuntimeEnv() *RuntimeEnv

func (*DeleteRuntimeEnvResponse) ProtoMessage

func (*DeleteRuntimeEnvResponse) ProtoMessage()

func (*DeleteRuntimeEnvResponse) Reset

func (m *DeleteRuntimeEnvResponse) Reset()

func (*DeleteRuntimeEnvResponse) String

func (m *DeleteRuntimeEnvResponse) String() string

type DescribeAppVersionsRequest

type DescribeAppVersionsRequest struct {
	VersionId   []string                     `protobuf:"bytes,1,rep,name=version_id,json=versionId" json:"version_id,omitempty"`
	AppId       []string                     `protobuf:"bytes,2,rep,name=app_id,json=appId" json:"app_id,omitempty"`
	Name        []string                     `protobuf:"bytes,3,rep,name=name" json:"name,omitempty"`
	Owner       []string                     `protobuf:"bytes,4,rep,name=owner" json:"owner,omitempty"`
	Description []string                     `protobuf:"bytes,5,rep,name=description" json:"description,omitempty"`
	PackageName []string                     `protobuf:"bytes,6,rep,name=package_name,json=packageName" json:"package_name,omitempty"`
	Status      []string                     `protobuf:"bytes,7,rep,name=status" json:"status,omitempty"`
	SearchWord  *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=search_word,json=searchWord" json:"search_word,omitempty"`
	Limit       uint32                       `protobuf:"varint,9,opt,name=limit" json:"limit,omitempty"`
	Offset      uint32                       `protobuf:"varint,10,opt,name=offset" json:"offset,omitempty"`
}

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) GetSearchWord

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

type DescribeAppVersionsResponse

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

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

type DescribeAppsRequest

type DescribeAppsRequest struct {
	AppId      []string                     `protobuf:"bytes,1,rep,name=app_id,json=appId" json:"app_id,omitempty"`
	Name       []string                     `protobuf:"bytes,2,rep,name=name" json:"name,omitempty"`
	RepoId     []string                     `protobuf:"bytes,3,rep,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	Status     []string                     `protobuf:"bytes,4,rep,name=status" json:"status,omitempty"`
	Owner      []string                     `protobuf:"bytes,5,rep,name=owner" json:"owner,omitempty"`
	ChartName  []string                     `protobuf:"bytes,6,rep,name=chart_name,json=chartName" json:"chart_name,omitempty"`
	SearchWord *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=search_word,json=searchWord" json:"search_word,omitempty"`
	Limit      uint32                       `protobuf:"varint,8,opt,name=limit" json:"limit,omitempty"`
	Offset     uint32                       `protobuf:"varint,9,opt,name=offset" json:"offset,omitempty"`
}

func (*DescribeAppsRequest) Descriptor

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

func (*DescribeAppsRequest) GetAppId

func (m *DescribeAppsRequest) GetAppId() []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) GetSearchWord

func (m *DescribeAppsRequest) GetSearchWord() *google_protobuf.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

type DescribeAppsResponse

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

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

type DescribeClusterNodesRequest

type DescribeClusterNodesRequest struct {
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	NodeId    []string                     `protobuf:"bytes,2,rep,name=node_id,json=nodeId" json:"node_id,omitempty"`
	Status    []string                     `protobuf:"bytes,3,rep,name=status" json:"status,omitempty"`
	// default is 20, max value is 200
	Limit uint32 `protobuf:"varint,4,opt,name=limit" json:"limit,omitempty"`
	// default is 0
	Offset uint32 `protobuf:"varint,5,opt,name=offset" json:"offset,omitempty"`
}

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) 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

type DescribeClusterNodesResponse

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

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

type DescribeClustersRequest

type DescribeClustersRequest struct {
	ClusterId         []string                     `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AppId             []string                     `protobuf:"bytes,2,rep,name=app_id,json=appId" json:"app_id,omitempty"`
	VersionId         []string                     `protobuf:"bytes,3,rep,name=version_id,json=versionId" json:"version_id,omitempty"`
	Status            []string                     `protobuf:"bytes,4,rep,name=status" json:"status,omitempty"`
	RuntimeEnvId      []string                     `protobuf:"bytes,5,rep,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
	FrontgateId       []string                     `protobuf:"bytes,6,rep,name=frontgate_id,json=frontgateId" json:"frontgate_id,omitempty"`
	ExternalClusterId *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=external_cluster_id,json=externalClusterId" json:"external_cluster_id,omitempty"`
	// default is 20, max value is 200
	Limit uint32 `protobuf:"varint,8,opt,name=limit" json:"limit,omitempty"`
	// default is 0
	Offset uint32 `protobuf:"varint,9,opt,name=offset" json:"offset,omitempty"`
}

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() *google_protobuf.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) GetRuntimeEnvId

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

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

type DescribeClustersResponse

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

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

type DescribeJobsRequest

type DescribeJobsRequest struct {
	JobId     []string                     `protobuf:"bytes,1,rep,name=job_id,json=jobId" json:"job_id,omitempty"`
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AppId     *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	VersionId *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	Executor  *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=executor" json:"executor,omitempty"`
	Runtime   *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=runtime" json:"runtime,omitempty"`
	Status    []string                     `protobuf:"bytes,7,rep,name=status" json:"status,omitempty"`
	// default is 20, max value is 200
	Limit uint32 `protobuf:"varint,8,opt,name=limit" json:"limit,omitempty"`
	// default is 0
	Offset uint32 `protobuf:"varint,9,opt,name=offset" json:"offset,omitempty"`
}

func (*DescribeJobsRequest) Descriptor

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

func (*DescribeJobsRequest) GetAppId

func (*DescribeJobsRequest) GetClusterId

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

func (*DescribeJobsRequest) GetExecutor

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) GetRuntime

func (*DescribeJobsRequest) GetStatus

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

func (*DescribeJobsRequest) GetVersionId

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

func (*DescribeJobsRequest) ProtoMessage

func (*DescribeJobsRequest) ProtoMessage()

func (*DescribeJobsRequest) Reset

func (m *DescribeJobsRequest) Reset()

func (*DescribeJobsRequest) String

func (m *DescribeJobsRequest) String() string

type DescribeJobsResponse

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

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

type DescribeRepoLabelsRequest

type DescribeRepoLabelsRequest struct {
	RepoId      []string `protobuf:"bytes,1,rep,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	RepoLabelId []string `protobuf:"bytes,2,rep,name=repo_label_id,json=repoLabelId" json:"repo_label_id,omitempty"`
	Status      []string `protobuf:"bytes,3,rep,name=status" json:"status,omitempty"`
	Limit       uint32   `protobuf:"varint,4,opt,name=limit" json:"limit,omitempty"`
	Offset      uint32   `protobuf:"varint,5,opt,name=offset" json:"offset,omitempty"`
}

func (*DescribeRepoLabelsRequest) Descriptor

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

func (*DescribeRepoLabelsRequest) GetLimit

func (m *DescribeRepoLabelsRequest) GetLimit() uint32

func (*DescribeRepoLabelsRequest) GetOffset

func (m *DescribeRepoLabelsRequest) GetOffset() uint32

func (*DescribeRepoLabelsRequest) GetRepoId

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

func (*DescribeRepoLabelsRequest) GetRepoLabelId

func (m *DescribeRepoLabelsRequest) GetRepoLabelId() []string

func (*DescribeRepoLabelsRequest) GetStatus

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

func (*DescribeRepoLabelsRequest) ProtoMessage

func (*DescribeRepoLabelsRequest) ProtoMessage()

func (*DescribeRepoLabelsRequest) Reset

func (m *DescribeRepoLabelsRequest) Reset()

func (*DescribeRepoLabelsRequest) String

func (m *DescribeRepoLabelsRequest) String() string

type DescribeRepoLabelsResponse

type DescribeRepoLabelsResponse struct {
	TotalCount   uint32       `protobuf:"varint,1,opt,name=total_count,json=totalCount" json:"total_count,omitempty"`
	RepoLabelSet []*RepoLabel `protobuf:"bytes,2,rep,name=repo_label_set,json=repoLabelSet" json:"repo_label_set,omitempty"`
}

func (*DescribeRepoLabelsResponse) Descriptor

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

func (*DescribeRepoLabelsResponse) GetRepoLabelSet

func (m *DescribeRepoLabelsResponse) GetRepoLabelSet() []*RepoLabel

func (*DescribeRepoLabelsResponse) GetTotalCount

func (m *DescribeRepoLabelsResponse) GetTotalCount() uint32

func (*DescribeRepoLabelsResponse) ProtoMessage

func (*DescribeRepoLabelsResponse) ProtoMessage()

func (*DescribeRepoLabelsResponse) Reset

func (m *DescribeRepoLabelsResponse) Reset()

func (*DescribeRepoLabelsResponse) String

func (m *DescribeRepoLabelsResponse) String() string

type DescribeRepoSelectorsRequest

type DescribeRepoSelectorsRequest struct {
	RepoId         []string `protobuf:"bytes,1,rep,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	RepoSelectorId []string `protobuf:"bytes,2,rep,name=repo_selector_id,json=repoSelectorId" json:"repo_selector_id,omitempty"`
	Status         []string `protobuf:"bytes,3,rep,name=status" json:"status,omitempty"`
	Limit          uint32   `protobuf:"varint,4,opt,name=limit" json:"limit,omitempty"`
	Offset         uint32   `protobuf:"varint,5,opt,name=offset" json:"offset,omitempty"`
}

func (*DescribeRepoSelectorsRequest) Descriptor

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

func (*DescribeRepoSelectorsRequest) GetLimit

func (m *DescribeRepoSelectorsRequest) GetLimit() uint32

func (*DescribeRepoSelectorsRequest) GetOffset

func (m *DescribeRepoSelectorsRequest) GetOffset() uint32

func (*DescribeRepoSelectorsRequest) GetRepoId

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

func (*DescribeRepoSelectorsRequest) GetRepoSelectorId

func (m *DescribeRepoSelectorsRequest) GetRepoSelectorId() []string

func (*DescribeRepoSelectorsRequest) GetStatus

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

func (*DescribeRepoSelectorsRequest) ProtoMessage

func (*DescribeRepoSelectorsRequest) ProtoMessage()

func (*DescribeRepoSelectorsRequest) Reset

func (m *DescribeRepoSelectorsRequest) Reset()

func (*DescribeRepoSelectorsRequest) String

type DescribeRepoSelectorsResponse

type DescribeRepoSelectorsResponse struct {
	TotalCount      uint32          `protobuf:"varint,1,opt,name=total_count,json=totalCount" json:"total_count,omitempty"`
	RepoSelectorSet []*RepoSelector `protobuf:"bytes,2,rep,name=repo_selector_set,json=repoSelectorSet" json:"repo_selector_set,omitempty"`
}

func (*DescribeRepoSelectorsResponse) Descriptor

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

func (*DescribeRepoSelectorsResponse) GetRepoSelectorSet

func (m *DescribeRepoSelectorsResponse) GetRepoSelectorSet() []*RepoSelector

func (*DescribeRepoSelectorsResponse) GetTotalCount

func (m *DescribeRepoSelectorsResponse) GetTotalCount() uint32

func (*DescribeRepoSelectorsResponse) ProtoMessage

func (*DescribeRepoSelectorsResponse) ProtoMessage()

func (*DescribeRepoSelectorsResponse) Reset

func (m *DescribeRepoSelectorsResponse) Reset()

func (*DescribeRepoSelectorsResponse) String

type DescribeRepoTasksRequest

type DescribeRepoTasksRequest struct {
	RepoTaskId []string `protobuf:"bytes,1,rep,name=repo_task_id,json=repoTaskId" json:"repo_task_id,omitempty"`
	RepoId     []string `protobuf:"bytes,2,rep,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	Owner      []string `protobuf:"bytes,3,rep,name=owner" json:"owner,omitempty"`
	Status     []string `protobuf:"bytes,4,rep,name=status" json:"status,omitempty"`
	Limit      uint32   `protobuf:"varint,5,opt,name=limit" json:"limit,omitempty"`
	Offset     uint32   `protobuf:"varint,6,opt,name=offset" json:"offset,omitempty"`
}

func (*DescribeRepoTasksRequest) Descriptor

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

func (*DescribeRepoTasksRequest) GetLimit

func (m *DescribeRepoTasksRequest) GetLimit() uint32

func (*DescribeRepoTasksRequest) GetOffset

func (m *DescribeRepoTasksRequest) GetOffset() uint32

func (*DescribeRepoTasksRequest) GetOwner

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

func (*DescribeRepoTasksRequest) GetRepoId

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

func (*DescribeRepoTasksRequest) GetRepoTaskId

func (m *DescribeRepoTasksRequest) GetRepoTaskId() []string

func (*DescribeRepoTasksRequest) GetStatus

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

func (*DescribeRepoTasksRequest) ProtoMessage

func (*DescribeRepoTasksRequest) ProtoMessage()

func (*DescribeRepoTasksRequest) Reset

func (m *DescribeRepoTasksRequest) Reset()

func (*DescribeRepoTasksRequest) String

func (m *DescribeRepoTasksRequest) String() string

type DescribeRepoTasksResponse

type DescribeRepoTasksResponse struct {
	TotalCount  uint32      `protobuf:"varint,1,opt,name=total_count,json=totalCount" json:"total_count,omitempty"`
	RepoTaskSet []*RepoTask `protobuf:"bytes,2,rep,name=repo_task_set,json=repoTaskSet" json:"repo_task_set,omitempty"`
}

func (*DescribeRepoTasksResponse) Descriptor

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

func (*DescribeRepoTasksResponse) GetRepoTaskSet

func (m *DescribeRepoTasksResponse) GetRepoTaskSet() []*RepoTask

func (*DescribeRepoTasksResponse) GetTotalCount

func (m *DescribeRepoTasksResponse) GetTotalCount() uint32

func (*DescribeRepoTasksResponse) ProtoMessage

func (*DescribeRepoTasksResponse) ProtoMessage()

func (*DescribeRepoTasksResponse) Reset

func (m *DescribeRepoTasksResponse) Reset()

func (*DescribeRepoTasksResponse) String

func (m *DescribeRepoTasksResponse) String() string

type DescribeReposRequest

type DescribeReposRequest struct {
	RepoId     []string                     `protobuf:"bytes,1,rep,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	Name       []string                     `protobuf:"bytes,2,rep,name=name" json:"name,omitempty"`
	Type       []string                     `protobuf:"bytes,3,rep,name=type" json:"type,omitempty"`
	Visibility []string                     `protobuf:"bytes,4,rep,name=visibility" json:"visibility,omitempty"`
	Status     []string                     `protobuf:"bytes,5,rep,name=status" json:"status,omitempty"`
	Label      *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=label" json:"label,omitempty"`
	Selector   *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=selector" json:"selector,omitempty"`
	Limit      uint32                       `protobuf:"varint,8,opt,name=limit" json:"limit,omitempty"`
	Offset     uint32                       `protobuf:"varint,9,opt,name=offset" json:"offset,omitempty"`
}

func (*DescribeReposRequest) Descriptor

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

func (*DescribeReposRequest) GetLabel

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) GetRepoId

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

func (*DescribeReposRequest) GetSelector

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

type DescribeReposResponse

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

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

type DescribeRuntimeEnvCredentialsRequset

type DescribeRuntimeEnvCredentialsRequset struct {
	RuntimeEnvCredentialId []string                     `protobuf:"bytes,1,rep,name=runtime_env_credential_id,json=runtimeEnvCredentialId" json:"runtime_env_credential_id,omitempty"`
	Status                 []string                     `protobuf:"bytes,2,rep,name=status" json:"status,omitempty"`
	SearchWord             *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=search_word,json=searchWord" json:"search_word,omitempty"`
	Owner                  []string                     `protobuf:"bytes,4,rep,name=owner" json:"owner,omitempty"`
	Limit                  uint32                       `protobuf:"varint,5,opt,name=limit" json:"limit,omitempty"`
	Offset                 uint32                       `protobuf:"varint,6,opt,name=offset" json:"offset,omitempty"`
}

func (*DescribeRuntimeEnvCredentialsRequset) Descriptor

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

func (*DescribeRuntimeEnvCredentialsRequset) GetLimit

func (*DescribeRuntimeEnvCredentialsRequset) GetOffset

func (*DescribeRuntimeEnvCredentialsRequset) GetOwner

func (*DescribeRuntimeEnvCredentialsRequset) GetRuntimeEnvCredentialId

func (m *DescribeRuntimeEnvCredentialsRequset) GetRuntimeEnvCredentialId() []string

func (*DescribeRuntimeEnvCredentialsRequset) GetSearchWord

func (*DescribeRuntimeEnvCredentialsRequset) GetStatus

func (*DescribeRuntimeEnvCredentialsRequset) ProtoMessage

func (*DescribeRuntimeEnvCredentialsRequset) ProtoMessage()

func (*DescribeRuntimeEnvCredentialsRequset) Reset

func (*DescribeRuntimeEnvCredentialsRequset) String

type DescribeRuntimeEnvCredentialsResponse

type DescribeRuntimeEnvCredentialsResponse struct {
	TotalCount              uint32                  `protobuf:"varint,1,opt,name=total_count,json=totalCount" json:"total_count,omitempty"`
	RuntimeEnvCredentialSet []*RuntimeEnvCredential `` /* 127-byte string literal not displayed */
}

func (*DescribeRuntimeEnvCredentialsResponse) Descriptor

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

func (*DescribeRuntimeEnvCredentialsResponse) GetRuntimeEnvCredentialSet

func (m *DescribeRuntimeEnvCredentialsResponse) GetRuntimeEnvCredentialSet() []*RuntimeEnvCredential

func (*DescribeRuntimeEnvCredentialsResponse) GetTotalCount

func (m *DescribeRuntimeEnvCredentialsResponse) GetTotalCount() uint32

func (*DescribeRuntimeEnvCredentialsResponse) ProtoMessage

func (*DescribeRuntimeEnvCredentialsResponse) ProtoMessage()

func (*DescribeRuntimeEnvCredentialsResponse) Reset

func (*DescribeRuntimeEnvCredentialsResponse) String

type DescribeRuntimeEnvsRequest

type DescribeRuntimeEnvsRequest struct {
	RuntimeEnvId []string                     `protobuf:"bytes,1,rep,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
	Status       []string                     `protobuf:"bytes,2,rep,name=status" json:"status,omitempty"`
	SearchWord   *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=search_word,json=searchWord" json:"search_word,omitempty"`
	Selector     *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=selector" json:"selector,omitempty"`
	Owner        []string                     `protobuf:"bytes,5,rep,name=owner" json:"owner,omitempty"`
	Limit        uint32                       `protobuf:"varint,6,opt,name=limit" json:"limit,omitempty"`
	Offset       uint32                       `protobuf:"varint,7,opt,name=offset" json:"offset,omitempty"`
}

func (*DescribeRuntimeEnvsRequest) Descriptor

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

func (*DescribeRuntimeEnvsRequest) GetLimit

func (m *DescribeRuntimeEnvsRequest) GetLimit() uint32

func (*DescribeRuntimeEnvsRequest) GetOffset

func (m *DescribeRuntimeEnvsRequest) GetOffset() uint32

func (*DescribeRuntimeEnvsRequest) GetOwner

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

func (*DescribeRuntimeEnvsRequest) GetRuntimeEnvId

func (m *DescribeRuntimeEnvsRequest) GetRuntimeEnvId() []string

func (*DescribeRuntimeEnvsRequest) GetSearchWord

func (*DescribeRuntimeEnvsRequest) GetSelector

func (*DescribeRuntimeEnvsRequest) GetStatus

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

func (*DescribeRuntimeEnvsRequest) ProtoMessage

func (*DescribeRuntimeEnvsRequest) ProtoMessage()

func (*DescribeRuntimeEnvsRequest) Reset

func (m *DescribeRuntimeEnvsRequest) Reset()

func (*DescribeRuntimeEnvsRequest) String

func (m *DescribeRuntimeEnvsRequest) String() string

type DescribeRuntimeEnvsResponse

type DescribeRuntimeEnvsResponse struct {
	TotalCount    uint32        `protobuf:"varint,1,opt,name=total_count,json=totalCount" json:"total_count,omitempty"`
	RuntimeEnvSet []*RuntimeEnv `protobuf:"bytes,2,rep,name=runtime_env_set,json=runtimeEnvSet" json:"runtime_env_set,omitempty"`
}

func (*DescribeRuntimeEnvsResponse) Descriptor

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

func (*DescribeRuntimeEnvsResponse) GetRuntimeEnvSet

func (m *DescribeRuntimeEnvsResponse) GetRuntimeEnvSet() []*RuntimeEnv

func (*DescribeRuntimeEnvsResponse) GetTotalCount

func (m *DescribeRuntimeEnvsResponse) GetTotalCount() uint32

func (*DescribeRuntimeEnvsResponse) ProtoMessage

func (*DescribeRuntimeEnvsResponse) ProtoMessage()

func (*DescribeRuntimeEnvsResponse) Reset

func (m *DescribeRuntimeEnvsResponse) Reset()

func (*DescribeRuntimeEnvsResponse) String

func (m *DescribeRuntimeEnvsResponse) String() string

type DescribeTasksRequest

type DescribeTasksRequest struct {
	TaskId   []string                     `protobuf:"bytes,1,rep,name=task_id,json=taskId" json:"task_id,omitempty"`
	JobId    []string                     `protobuf:"bytes,2,rep,name=job_id,json=jobId" json:"job_id,omitempty"`
	Executor *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=executor" json:"executor,omitempty"`
	Status   []string                     `protobuf:"bytes,4,rep,name=status" json:"status,omitempty"`
	// default is 20, max value is 200
	Limit uint32 `protobuf:"varint,5,opt,name=limit" json:"limit,omitempty"`
	// default is 0
	Offset uint32 `protobuf:"varint,6,opt,name=offset" json:"offset,omitempty"`
}

func (*DescribeTasksRequest) Descriptor

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

func (*DescribeTasksRequest) GetExecutor

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) GetStatus

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

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

type DescribeTasksResponse

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

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

type DetachCredentialFromRuntimeEnvRequset

type DetachCredentialFromRuntimeEnvRequset struct {
	RuntimeEnvCredentialId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_credential_id,json=runtimeEnvCredentialId" json:"runtime_env_credential_id,omitempty"`
	RuntimeEnvId           *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
}

func (*DetachCredentialFromRuntimeEnvRequset) Descriptor

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

func (*DetachCredentialFromRuntimeEnvRequset) GetRuntimeEnvCredentialId

func (m *DetachCredentialFromRuntimeEnvRequset) GetRuntimeEnvCredentialId() *google_protobuf.StringValue

func (*DetachCredentialFromRuntimeEnvRequset) GetRuntimeEnvId

func (*DetachCredentialFromRuntimeEnvRequset) ProtoMessage

func (*DetachCredentialFromRuntimeEnvRequset) ProtoMessage()

func (*DetachCredentialFromRuntimeEnvRequset) Reset

func (*DetachCredentialFromRuntimeEnvRequset) String

type DetachCredentialFromRuntimeEnvResponse

type DetachCredentialFromRuntimeEnvResponse struct {
	RuntimeEnvCredentialId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_credential_id,json=runtimeEnvCredentialId" json:"runtime_env_credential_id,omitempty"`
	RuntimeEnvId           *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
}

func (*DetachCredentialFromRuntimeEnvResponse) Descriptor

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

func (*DetachCredentialFromRuntimeEnvResponse) GetRuntimeEnvCredentialId

func (m *DetachCredentialFromRuntimeEnvResponse) GetRuntimeEnvCredentialId() *google_protobuf.StringValue

func (*DetachCredentialFromRuntimeEnvResponse) GetRuntimeEnvId

func (*DetachCredentialFromRuntimeEnvResponse) ProtoMessage

func (*DetachCredentialFromRuntimeEnvResponse) Reset

func (*DetachCredentialFromRuntimeEnvResponse) String

type GetAppVersionPackageRequest

type GetAppVersionPackageRequest struct {
	VersionId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
}

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

type GetAppVersionPackageResponse

type GetAppVersionPackageResponse struct {
	Package []byte `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
}

func (*GetAppVersionPackageResponse) Descriptor

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

func (*GetAppVersionPackageResponse) GetPackage

func (m *GetAppVersionPackageResponse) GetPackage() []byte

func (*GetAppVersionPackageResponse) ProtoMessage

func (*GetAppVersionPackageResponse) ProtoMessage()

func (*GetAppVersionPackageResponse) Reset

func (m *GetAppVersionPackageResponse) Reset()

func (*GetAppVersionPackageResponse) String

type GetSubtaskStatusRequest

type GetSubtaskStatusRequest struct {
	SubtaskId []string `protobuf:"bytes,1,rep,name=subtask_id,json=subtaskId" json:"subtask_id,omitempty"`
}

func (*GetSubtaskStatusRequest) Descriptor

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

func (*GetSubtaskStatusRequest) GetSubtaskId

func (m *GetSubtaskStatusRequest) GetSubtaskId() []string

func (*GetSubtaskStatusRequest) ProtoMessage

func (*GetSubtaskStatusRequest) ProtoMessage()

func (*GetSubtaskStatusRequest) Reset

func (m *GetSubtaskStatusRequest) Reset()

func (*GetSubtaskStatusRequest) String

func (m *GetSubtaskStatusRequest) String() string

type GetSubtaskStatusResponse

type GetSubtaskStatusResponse struct {
	TotalCount       uint32           `protobuf:"varint,1,opt,name=total_count,json=totalCount" json:"total_count,omitempty"`
	SubtaskStatusSet []*SubtaskStatus `protobuf:"bytes,2,rep,name=subtask_status_set,json=subtaskStatusSet" json:"subtask_status_set,omitempty"`
}

func (*GetSubtaskStatusResponse) Descriptor

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

func (*GetSubtaskStatusResponse) GetSubtaskStatusSet

func (m *GetSubtaskStatusResponse) GetSubtaskStatusSet() []*SubtaskStatus

func (*GetSubtaskStatusResponse) GetTotalCount

func (m *GetSubtaskStatusResponse) GetTotalCount() uint32

func (*GetSubtaskStatusResponse) ProtoMessage

func (*GetSubtaskStatusResponse) ProtoMessage()

func (*GetSubtaskStatusResponse) Reset

func (m *GetSubtaskStatusResponse) Reset()

func (*GetSubtaskStatusResponse) String

func (m *GetSubtaskStatusResponse) String() string

type HandleSubtaskRequest

type HandleSubtaskRequest struct {
	SubtaskId     *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=subtask_id,json=subtaskId" json:"subtask_id,omitempty"`
	SubtaskAction *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=subtask_action,json=subtaskAction" json:"subtask_action,omitempty"`
	Directive     *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=directive" json:"directive,omitempty"`
}

func (*HandleSubtaskRequest) Descriptor

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

func (*HandleSubtaskRequest) GetDirective

func (*HandleSubtaskRequest) GetSubtaskAction

func (m *HandleSubtaskRequest) GetSubtaskAction() *google_protobuf.StringValue

func (*HandleSubtaskRequest) GetSubtaskId

func (*HandleSubtaskRequest) ProtoMessage

func (*HandleSubtaskRequest) ProtoMessage()

func (*HandleSubtaskRequest) Reset

func (m *HandleSubtaskRequest) Reset()

func (*HandleSubtaskRequest) String

func (m *HandleSubtaskRequest) String() string

type HandleSubtaskResponse

type HandleSubtaskResponse struct {
	SubtaskId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=subtask_id,json=subtaskId" json:"subtask_id,omitempty"`
}

func (*HandleSubtaskResponse) Descriptor

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

func (*HandleSubtaskResponse) GetSubtaskId

func (*HandleSubtaskResponse) ProtoMessage

func (*HandleSubtaskResponse) ProtoMessage()

func (*HandleSubtaskResponse) Reset

func (m *HandleSubtaskResponse) Reset()

func (*HandleSubtaskResponse) String

func (m *HandleSubtaskResponse) String() string

type IndexRepoRequest

type IndexRepoRequest struct {
	RepoId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
}

func (*IndexRepoRequest) Descriptor

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

func (*IndexRepoRequest) GetRepoId

func (*IndexRepoRequest) ProtoMessage

func (*IndexRepoRequest) ProtoMessage()

func (*IndexRepoRequest) Reset

func (m *IndexRepoRequest) Reset()

func (*IndexRepoRequest) String

func (m *IndexRepoRequest) String() string

type IndexRepoResponse

type IndexRepoResponse struct {
	RepoTask *RepoTask `protobuf:"bytes,1,opt,name=repo_task,json=repoTask" json:"repo_task,omitempty"`
}

func (*IndexRepoResponse) Descriptor

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

func (*IndexRepoResponse) GetRepoTask

func (m *IndexRepoResponse) GetRepoTask() *RepoTask

func (*IndexRepoResponse) ProtoMessage

func (*IndexRepoResponse) ProtoMessage()

func (*IndexRepoResponse) Reset

func (m *IndexRepoResponse) Reset()

func (*IndexRepoResponse) String

func (m *IndexRepoResponse) String() string

type Job

type Job struct {
	JobId      *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
	ClusterId  *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AppId      *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	VersionId  *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	JobAction  *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=job_action,json=jobAction" json:"job_action,omitempty"`
	Status     *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=status" json:"status,omitempty"`
	ErrorCode  *google_protobuf.UInt32Value `protobuf:"bytes,7,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	Directive  *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=directive" json:"directive,omitempty"`
	Executor   *google_protobuf.StringValue `protobuf:"bytes,9,opt,name=executor" json:"executor,omitempty"`
	TaskCount  *google_protobuf.UInt32Value `protobuf:"bytes,10,opt,name=task_count,json=taskCount" json:"task_count,omitempty"`
	Owner      *google_protobuf.StringValue `protobuf:"bytes,11,opt,name=owner" json:"owner,omitempty"`
	Runtime    *google_protobuf.StringValue `protobuf:"bytes,12,opt,name=runtime" json:"runtime,omitempty"`
	CreateTime *google_protobuf1.Timestamp  `protobuf:"bytes,13,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime *google_protobuf1.Timestamp  `protobuf:"bytes,14,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*Job) Descriptor

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

func (*Job) GetAppId

func (m *Job) GetAppId() *google_protobuf.StringValue

func (*Job) GetClusterId

func (m *Job) GetClusterId() *google_protobuf.StringValue

func (*Job) GetCreateTime

func (m *Job) GetCreateTime() *google_protobuf1.Timestamp

func (*Job) GetDirective

func (m *Job) GetDirective() *google_protobuf.StringValue

func (*Job) GetErrorCode

func (m *Job) GetErrorCode() *google_protobuf.UInt32Value

func (*Job) GetExecutor

func (m *Job) GetExecutor() *google_protobuf.StringValue

func (*Job) GetJobAction

func (m *Job) GetJobAction() *google_protobuf.StringValue

func (*Job) GetJobId

func (m *Job) GetJobId() *google_protobuf.StringValue

func (*Job) GetOwner

func (m *Job) GetOwner() *google_protobuf.StringValue

func (*Job) GetRuntime

func (m *Job) GetRuntime() *google_protobuf.StringValue

func (*Job) GetStatus

func (m *Job) GetStatus() *google_protobuf.StringValue

func (*Job) GetStatusTime

func (m *Job) GetStatusTime() *google_protobuf1.Timestamp

func (*Job) GetTaskCount

func (m *Job) GetTaskCount() *google_protobuf.UInt32Value

func (*Job) GetVersionId

func (m *Job) GetVersionId() *google_protobuf.StringValue

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) Reset

func (m *Job) Reset()

func (*Job) String

func (m *Job) String() string

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)
}

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)
}

type ModifyAppRequest

type ModifyAppRequest struct {
	AppId       *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	Name        *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	RepoId      *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	Owner       *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=owner" json:"owner,omitempty"`
	ChartName   *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=chart_name,json=chartName" json:"chart_name,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=description" json:"description,omitempty"`
	Home        *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=home" json:"home,omitempty"`
	Icon        *google_protobuf.StringValue `protobuf:"bytes,9,opt,name=icon" json:"icon,omitempty"`
	Screenshots *google_protobuf.StringValue `protobuf:"bytes,10,opt,name=screenshots" json:"screenshots,omitempty"`
	Maintainers *google_protobuf.StringValue `protobuf:"bytes,11,opt,name=maintainers" json:"maintainers,omitempty"`
	Sources     *google_protobuf.StringValue `protobuf:"bytes,12,opt,name=sources" json:"sources,omitempty"`
	Readme      *google_protobuf.StringValue `protobuf:"bytes,13,opt,name=readme" json:"readme,omitempty"`
}

func (*ModifyAppRequest) Descriptor

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

func (*ModifyAppRequest) GetAppId

func (*ModifyAppRequest) GetChartName

func (m *ModifyAppRequest) GetChartName() *google_protobuf.StringValue

func (*ModifyAppRequest) GetDescription

func (m *ModifyAppRequest) GetDescription() *google_protobuf.StringValue

func (*ModifyAppRequest) GetHome

func (*ModifyAppRequest) GetIcon

func (*ModifyAppRequest) GetMaintainers

func (m *ModifyAppRequest) GetMaintainers() *google_protobuf.StringValue

func (*ModifyAppRequest) GetName

func (*ModifyAppRequest) GetOwner

func (*ModifyAppRequest) GetReadme

func (*ModifyAppRequest) GetRepoId

func (*ModifyAppRequest) GetScreenshots

func (m *ModifyAppRequest) GetScreenshots() *google_protobuf.StringValue

func (*ModifyAppRequest) GetSources

func (m *ModifyAppRequest) GetSources() *google_protobuf.StringValue

func (*ModifyAppRequest) ProtoMessage

func (*ModifyAppRequest) ProtoMessage()

func (*ModifyAppRequest) Reset

func (m *ModifyAppRequest) Reset()

func (*ModifyAppRequest) String

func (m *ModifyAppRequest) String() string

type ModifyAppResponse

type ModifyAppResponse struct {
	App *App `protobuf:"bytes,1,opt,name=app" json:"app,omitempty"`
}

func (*ModifyAppResponse) Descriptor

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

func (*ModifyAppResponse) GetApp

func (m *ModifyAppResponse) GetApp() *App

func (*ModifyAppResponse) ProtoMessage

func (*ModifyAppResponse) ProtoMessage()

func (*ModifyAppResponse) Reset

func (m *ModifyAppResponse) Reset()

func (*ModifyAppResponse) String

func (m *ModifyAppResponse) String() string

type ModifyAppVersionRequest

type ModifyAppVersionRequest struct {
	VersionId   *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	Name        *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	PackageName *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=package_name,json=packageName" json:"package_name,omitempty"`
	Owner       *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=owner" json:"owner,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
}

func (*ModifyAppVersionRequest) Descriptor

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

func (*ModifyAppVersionRequest) GetDescription

func (*ModifyAppVersionRequest) GetName

func (*ModifyAppVersionRequest) GetOwner

func (*ModifyAppVersionRequest) GetPackageName

func (*ModifyAppVersionRequest) GetVersionId

func (*ModifyAppVersionRequest) ProtoMessage

func (*ModifyAppVersionRequest) ProtoMessage()

func (*ModifyAppVersionRequest) Reset

func (m *ModifyAppVersionRequest) Reset()

func (*ModifyAppVersionRequest) String

func (m *ModifyAppVersionRequest) String() string

type ModifyAppVersionResponse

type ModifyAppVersionResponse struct {
	AppVersion *AppVersion `protobuf:"bytes,1,opt,name=app_version,json=appVersion" json:"app_version,omitempty"`
}

func (*ModifyAppVersionResponse) Descriptor

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

func (*ModifyAppVersionResponse) GetAppVersion

func (m *ModifyAppVersionResponse) GetAppVersion() *AppVersion

func (*ModifyAppVersionResponse) ProtoMessage

func (*ModifyAppVersionResponse) ProtoMessage()

func (*ModifyAppVersionResponse) Reset

func (m *ModifyAppVersionResponse) Reset()

func (*ModifyAppVersionResponse) String

func (m *ModifyAppVersionResponse) String() string

type ModifyClusterNodeRequest

type ModifyClusterNodeRequest struct {
	NodeId           *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId" json:"node_id,omitempty"`
	Name             *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	InstanceId       *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=instance_id,json=instanceId" json:"instance_id,omitempty"`
	VolumeId         *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
	VxnetId          *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=vxnet_id,json=vxnetId" json:"vxnet_id,omitempty"`
	PrivateIp        *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=private_ip,json=privateIp" json:"private_ip,omitempty"`
	Status           *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=status" json:"status,omitempty"`
	TransitionStatus *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=transition_status,json=transitionStatus" json:"transition_status,omitempty"`
	HealthStatus     *google_protobuf.StringValue `protobuf:"bytes,9,opt,name=health_status,json=healthStatus" json:"health_status,omitempty"`
	PubKey           *google_protobuf.StringValue `protobuf:"bytes,10,opt,name=pub_key,json=pubKey" json:"pub_key,omitempty"`
	StatusTime       *google_protobuf1.Timestamp  `protobuf:"bytes,11,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*ModifyClusterNodeRequest) Descriptor

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

func (*ModifyClusterNodeRequest) GetHealthStatus

func (*ModifyClusterNodeRequest) GetInstanceId

func (*ModifyClusterNodeRequest) GetName

func (*ModifyClusterNodeRequest) GetNodeId

func (*ModifyClusterNodeRequest) GetPrivateIp

func (*ModifyClusterNodeRequest) GetPubKey

func (*ModifyClusterNodeRequest) GetStatus

func (*ModifyClusterNodeRequest) GetStatusTime

func (*ModifyClusterNodeRequest) GetTransitionStatus

func (m *ModifyClusterNodeRequest) GetTransitionStatus() *google_protobuf.StringValue

func (*ModifyClusterNodeRequest) GetVolumeId

func (*ModifyClusterNodeRequest) GetVxnetId

func (*ModifyClusterNodeRequest) ProtoMessage

func (*ModifyClusterNodeRequest) ProtoMessage()

func (*ModifyClusterNodeRequest) Reset

func (m *ModifyClusterNodeRequest) Reset()

func (*ModifyClusterNodeRequest) String

func (m *ModifyClusterNodeRequest) String() string

type ModifyClusterNodeResponse

type ModifyClusterNodeResponse struct {
	NodeId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId" json:"node_id,omitempty"`
}

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

type ModifyClusterRequest

type ModifyClusterRequest struct {
	ClusterId        *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	Name             *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description      *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	Status           *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=status" json:"status,omitempty"`
	TransitionStatus *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=transition_status,json=transitionStatus" json:"transition_status,omitempty"`
	UpgradeStatus    *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=upgrade_status,json=upgradeStatus" json:"upgrade_status,omitempty"`
	UpgradeTime      *google_protobuf1.Timestamp  `protobuf:"bytes,7,opt,name=upgrade_time,json=upgradeTime" json:"upgrade_time,omitempty"`
	StatusTime       *google_protobuf1.Timestamp  `protobuf:"bytes,8,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*ModifyClusterRequest) Descriptor

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

func (*ModifyClusterRequest) GetClusterId

func (*ModifyClusterRequest) GetDescription

func (m *ModifyClusterRequest) GetDescription() *google_protobuf.StringValue

func (*ModifyClusterRequest) GetName

func (*ModifyClusterRequest) GetStatus

func (*ModifyClusterRequest) GetStatusTime

func (m *ModifyClusterRequest) GetStatusTime() *google_protobuf1.Timestamp

func (*ModifyClusterRequest) GetTransitionStatus

func (m *ModifyClusterRequest) GetTransitionStatus() *google_protobuf.StringValue

func (*ModifyClusterRequest) GetUpgradeStatus

func (m *ModifyClusterRequest) GetUpgradeStatus() *google_protobuf.StringValue

func (*ModifyClusterRequest) GetUpgradeTime

func (m *ModifyClusterRequest) GetUpgradeTime() *google_protobuf1.Timestamp

func (*ModifyClusterRequest) ProtoMessage

func (*ModifyClusterRequest) ProtoMessage()

func (*ModifyClusterRequest) Reset

func (m *ModifyClusterRequest) Reset()

func (*ModifyClusterRequest) String

func (m *ModifyClusterRequest) String() string

type ModifyClusterResponse

type ModifyClusterResponse struct {
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
}

func (*ModifyClusterResponse) Descriptor

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

func (*ModifyClusterResponse) GetClusterId

func (*ModifyClusterResponse) ProtoMessage

func (*ModifyClusterResponse) ProtoMessage()

func (*ModifyClusterResponse) Reset

func (m *ModifyClusterResponse) Reset()

func (*ModifyClusterResponse) String

func (m *ModifyClusterResponse) String() string

type ModifyRepoLabelRequest

type ModifyRepoLabelRequest struct {
	X           *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=_" json:"_,omitempty"`
	RepoLabelId *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=repo_label_id,json=repoLabelId" json:"repo_label_id,omitempty"`
	LabelKey    *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=label_key,json=labelKey" json:"label_key,omitempty"`
	LabelValue  *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=label_value,json=labelValue" json:"label_value,omitempty"`
}

func (*ModifyRepoLabelRequest) Descriptor

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

func (*ModifyRepoLabelRequest) GetLabelKey

func (*ModifyRepoLabelRequest) GetLabelValue

func (*ModifyRepoLabelRequest) GetRepoLabelId

func (m *ModifyRepoLabelRequest) GetRepoLabelId() *google_protobuf.StringValue

func (*ModifyRepoLabelRequest) GetX

func (*ModifyRepoLabelRequest) ProtoMessage

func (*ModifyRepoLabelRequest) ProtoMessage()

func (*ModifyRepoLabelRequest) Reset

func (m *ModifyRepoLabelRequest) Reset()

func (*ModifyRepoLabelRequest) String

func (m *ModifyRepoLabelRequest) String() string

type ModifyRepoLabelResponse

type ModifyRepoLabelResponse struct {
	RepoLabel *RepoLabel `protobuf:"bytes,1,opt,name=repo_label,json=repoLabel" json:"repo_label,omitempty"`
}

func (*ModifyRepoLabelResponse) Descriptor

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

func (*ModifyRepoLabelResponse) GetRepoLabel

func (m *ModifyRepoLabelResponse) GetRepoLabel() *RepoLabel

func (*ModifyRepoLabelResponse) ProtoMessage

func (*ModifyRepoLabelResponse) ProtoMessage()

func (*ModifyRepoLabelResponse) Reset

func (m *ModifyRepoLabelResponse) Reset()

func (*ModifyRepoLabelResponse) String

func (m *ModifyRepoLabelResponse) String() string

type ModifyRepoRequest

type ModifyRepoRequest struct {
	RepoId      *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	Name        *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	Type        *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=type" json:"type,omitempty"`
	Url         *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=url" json:"url,omitempty"`
	Credential  *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=credential" json:"credential,omitempty"`
	Visibility  *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=visibility" json:"visibility,omitempty"`
}

func (*ModifyRepoRequest) Descriptor

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

func (*ModifyRepoRequest) GetCredential

func (m *ModifyRepoRequest) GetCredential() *google_protobuf.StringValue

func (*ModifyRepoRequest) GetDescription

func (m *ModifyRepoRequest) GetDescription() *google_protobuf.StringValue

func (*ModifyRepoRequest) GetName

func (*ModifyRepoRequest) GetRepoId

func (*ModifyRepoRequest) GetType

func (*ModifyRepoRequest) GetUrl

func (*ModifyRepoRequest) GetVisibility

func (m *ModifyRepoRequest) GetVisibility() *google_protobuf.StringValue

func (*ModifyRepoRequest) ProtoMessage

func (*ModifyRepoRequest) ProtoMessage()

func (*ModifyRepoRequest) Reset

func (m *ModifyRepoRequest) Reset()

func (*ModifyRepoRequest) String

func (m *ModifyRepoRequest) String() string

type ModifyRepoResponse

type ModifyRepoResponse struct {
	Repo *Repo `protobuf:"bytes,1,opt,name=repo" json:"repo,omitempty"`
}

func (*ModifyRepoResponse) Descriptor

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

func (*ModifyRepoResponse) GetRepo

func (m *ModifyRepoResponse) GetRepo() *Repo

func (*ModifyRepoResponse) ProtoMessage

func (*ModifyRepoResponse) ProtoMessage()

func (*ModifyRepoResponse) Reset

func (m *ModifyRepoResponse) Reset()

func (*ModifyRepoResponse) String

func (m *ModifyRepoResponse) String() string

type ModifyRepoSelectorRequest

type ModifyRepoSelectorRequest struct {
	X              *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=_" json:"_,omitempty"`
	RepoSelectorId *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=repo_selector_id,json=repoSelectorId" json:"repo_selector_id,omitempty"`
	SelectorKey    *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=selector_key,json=selectorKey" json:"selector_key,omitempty"`
	SelectorValue  *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=selector_value,json=selectorValue" json:"selector_value,omitempty"`
}

func (*ModifyRepoSelectorRequest) Descriptor

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

func (*ModifyRepoSelectorRequest) GetRepoSelectorId

func (m *ModifyRepoSelectorRequest) GetRepoSelectorId() *google_protobuf.StringValue

func (*ModifyRepoSelectorRequest) GetSelectorKey

func (*ModifyRepoSelectorRequest) GetSelectorValue

func (m *ModifyRepoSelectorRequest) GetSelectorValue() *google_protobuf.StringValue

func (*ModifyRepoSelectorRequest) GetX

func (*ModifyRepoSelectorRequest) ProtoMessage

func (*ModifyRepoSelectorRequest) ProtoMessage()

func (*ModifyRepoSelectorRequest) Reset

func (m *ModifyRepoSelectorRequest) Reset()

func (*ModifyRepoSelectorRequest) String

func (m *ModifyRepoSelectorRequest) String() string

type ModifyRepoSelectorResponse

type ModifyRepoSelectorResponse struct {
	RepoSelector *RepoSelector `protobuf:"bytes,1,opt,name=repo_selector,json=repoSelector" json:"repo_selector,omitempty"`
}

func (*ModifyRepoSelectorResponse) Descriptor

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

func (*ModifyRepoSelectorResponse) GetRepoSelector

func (m *ModifyRepoSelectorResponse) GetRepoSelector() *RepoSelector

func (*ModifyRepoSelectorResponse) ProtoMessage

func (*ModifyRepoSelectorResponse) ProtoMessage()

func (*ModifyRepoSelectorResponse) Reset

func (m *ModifyRepoSelectorResponse) Reset()

func (*ModifyRepoSelectorResponse) String

func (m *ModifyRepoSelectorResponse) String() string

type ModifyRuntimeEnvCredentialRequest

type ModifyRuntimeEnvCredentialRequest struct {
	RuntimeEnvCredentialId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_credential_id,json=runtimeEnvCredentialId" json:"runtime_env_credential_id,omitempty"`
	Name                   *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description            *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	Content                map[string]string            `` /* 134-byte string literal not displayed */
}

func (*ModifyRuntimeEnvCredentialRequest) Descriptor

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

func (*ModifyRuntimeEnvCredentialRequest) GetContent

func (m *ModifyRuntimeEnvCredentialRequest) GetContent() map[string]string

func (*ModifyRuntimeEnvCredentialRequest) GetDescription

func (*ModifyRuntimeEnvCredentialRequest) GetName

func (*ModifyRuntimeEnvCredentialRequest) GetRuntimeEnvCredentialId

func (m *ModifyRuntimeEnvCredentialRequest) GetRuntimeEnvCredentialId() *google_protobuf.StringValue

func (*ModifyRuntimeEnvCredentialRequest) ProtoMessage

func (*ModifyRuntimeEnvCredentialRequest) ProtoMessage()

func (*ModifyRuntimeEnvCredentialRequest) Reset

func (*ModifyRuntimeEnvCredentialRequest) String

type ModifyRuntimeEnvCredentialResponse

type ModifyRuntimeEnvCredentialResponse struct {
	RuntimeEnvCredential *RuntimeEnvCredential `protobuf:"bytes,1,opt,name=runtime_env_credential,json=runtimeEnvCredential" json:"runtime_env_credential,omitempty"`
}

func (*ModifyRuntimeEnvCredentialResponse) Descriptor

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

func (*ModifyRuntimeEnvCredentialResponse) GetRuntimeEnvCredential

func (m *ModifyRuntimeEnvCredentialResponse) GetRuntimeEnvCredential() *RuntimeEnvCredential

func (*ModifyRuntimeEnvCredentialResponse) ProtoMessage

func (*ModifyRuntimeEnvCredentialResponse) ProtoMessage()

func (*ModifyRuntimeEnvCredentialResponse) Reset

func (*ModifyRuntimeEnvCredentialResponse) String

type ModifyRuntimeEnvRequest

type ModifyRuntimeEnvRequest struct {
	RuntimeEnvId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
	Name         *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description  *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	Labels       *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=labels" json:"labels,omitempty"`
}

func (*ModifyRuntimeEnvRequest) Descriptor

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

func (*ModifyRuntimeEnvRequest) GetDescription

func (*ModifyRuntimeEnvRequest) GetLabels

func (*ModifyRuntimeEnvRequest) GetName

func (*ModifyRuntimeEnvRequest) GetRuntimeEnvId

func (m *ModifyRuntimeEnvRequest) GetRuntimeEnvId() *google_protobuf.StringValue

func (*ModifyRuntimeEnvRequest) ProtoMessage

func (*ModifyRuntimeEnvRequest) ProtoMessage()

func (*ModifyRuntimeEnvRequest) Reset

func (m *ModifyRuntimeEnvRequest) Reset()

func (*ModifyRuntimeEnvRequest) String

func (m *ModifyRuntimeEnvRequest) String() string

type ModifyRuntimeEnvResponse

type ModifyRuntimeEnvResponse struct {
	RuntimeEnv *RuntimeEnv `protobuf:"bytes,1,opt,name=runtime_env,json=runtimeEnv" json:"runtime_env,omitempty"`
}

func (*ModifyRuntimeEnvResponse) Descriptor

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

func (*ModifyRuntimeEnvResponse) GetRuntimeEnv

func (m *ModifyRuntimeEnvResponse) GetRuntimeEnv() *RuntimeEnv

func (*ModifyRuntimeEnvResponse) ProtoMessage

func (*ModifyRuntimeEnvResponse) ProtoMessage()

func (*ModifyRuntimeEnvResponse) Reset

func (m *ModifyRuntimeEnvResponse) Reset()

func (*ModifyRuntimeEnvResponse) String

func (m *ModifyRuntimeEnvResponse) String() string

type PilotManagerClient

type PilotManagerClient interface {
	HandleSubtask(ctx context.Context, in *HandleSubtaskRequest, opts ...grpc.CallOption) (*HandleSubtaskResponse, error)
	GetSubtaskStatus(ctx context.Context, in *GetSubtaskStatusRequest, opts ...grpc.CallOption) (*GetSubtaskStatusResponse, error)
}

func NewPilotManagerClient

func NewPilotManagerClient(cc *grpc.ClientConn) PilotManagerClient

type PilotManagerServer

type PilotManagerServer interface {
	HandleSubtask(context.Context, *HandleSubtaskRequest) (*HandleSubtaskResponse, error)
	GetSubtaskStatus(context.Context, *GetSubtaskStatusRequest) (*GetSubtaskStatusResponse, error)
}

type RecoverClustersRequest

type RecoverClustersRequest struct {
	ClusterId     []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

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

type RecoverClustersResponse

type RecoverClustersResponse struct {
	ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     []string `protobuf:"bytes,2,rep,name=job_id,json=jobId" json:"job_id,omitempty"`
}

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

type Repo

type Repo struct {
	RepoId      *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	Name        *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	Type        *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=type" json:"type,omitempty"`
	Url         *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=url" json:"url,omitempty"`
	Credential  *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=credential" json:"credential,omitempty"`
	Visibility  *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=visibility" json:"visibility,omitempty"`
	Owner       *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=owner" json:"owner,omitempty"`
	Status      *google_protobuf.StringValue `protobuf:"bytes,9,opt,name=status" json:"status,omitempty"`
	CreateTime  *google_protobuf1.Timestamp  `protobuf:"bytes,10,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime  *google_protobuf1.Timestamp  `protobuf:"bytes,11,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*Repo) Descriptor

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

func (*Repo) GetCreateTime

func (m *Repo) GetCreateTime() *google_protobuf1.Timestamp

func (*Repo) GetCredential

func (m *Repo) GetCredential() *google_protobuf.StringValue

func (*Repo) GetDescription

func (m *Repo) GetDescription() *google_protobuf.StringValue

func (*Repo) GetName

func (m *Repo) GetName() *google_protobuf.StringValue

func (*Repo) GetOwner

func (m *Repo) GetOwner() *google_protobuf.StringValue

func (*Repo) GetRepoId

func (m *Repo) GetRepoId() *google_protobuf.StringValue

func (*Repo) GetStatus

func (m *Repo) GetStatus() *google_protobuf.StringValue

func (*Repo) GetStatusTime

func (m *Repo) GetStatusTime() *google_protobuf1.Timestamp

func (*Repo) GetType

func (m *Repo) GetType() *google_protobuf.StringValue

func (*Repo) GetUrl

func (m *Repo) GetUrl() *google_protobuf.StringValue

func (*Repo) GetVisibility

func (m *Repo) GetVisibility() *google_protobuf.StringValue

func (*Repo) ProtoMessage

func (*Repo) ProtoMessage()

func (*Repo) Reset

func (m *Repo) Reset()

func (*Repo) String

func (m *Repo) String() string

type RepoIndexerClient

type RepoIndexerClient interface {
	IndexRepo(ctx context.Context, in *IndexRepoRequest, opts ...grpc.CallOption) (*IndexRepoResponse, error)
	DescribeRepoTasks(ctx context.Context, in *DescribeRepoTasksRequest, opts ...grpc.CallOption) (*DescribeRepoTasksResponse, error)
}

func NewRepoIndexerClient

func NewRepoIndexerClient(cc *grpc.ClientConn) RepoIndexerClient

type RepoIndexerServer

type RepoIndexerServer interface {
	IndexRepo(context.Context, *IndexRepoRequest) (*IndexRepoResponse, error)
	DescribeRepoTasks(context.Context, *DescribeRepoTasksRequest) (*DescribeRepoTasksResponse, error)
}

type RepoLabel

type RepoLabel struct {
	RepoId      *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	RepoLabelId *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=repo_label_id,json=repoLabelId" json:"repo_label_id,omitempty"`
	LabelKey    *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=label_key,json=labelKey" json:"label_key,omitempty"`
	LabelValue  *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=label_value,json=labelValue" json:"label_value,omitempty"`
	Status      *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=status" json:"status,omitempty"`
	CreateTime  *google_protobuf1.Timestamp  `protobuf:"bytes,6,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime  *google_protobuf1.Timestamp  `protobuf:"bytes,7,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*RepoLabel) Descriptor

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

func (*RepoLabel) GetCreateTime

func (m *RepoLabel) GetCreateTime() *google_protobuf1.Timestamp

func (*RepoLabel) GetLabelKey

func (m *RepoLabel) GetLabelKey() *google_protobuf.StringValue

func (*RepoLabel) GetLabelValue

func (m *RepoLabel) GetLabelValue() *google_protobuf.StringValue

func (*RepoLabel) GetRepoId

func (m *RepoLabel) GetRepoId() *google_protobuf.StringValue

func (*RepoLabel) GetRepoLabelId

func (m *RepoLabel) GetRepoLabelId() *google_protobuf.StringValue

func (*RepoLabel) GetStatus

func (m *RepoLabel) GetStatus() *google_protobuf.StringValue

func (*RepoLabel) GetStatusTime

func (m *RepoLabel) GetStatusTime() *google_protobuf1.Timestamp

func (*RepoLabel) ProtoMessage

func (*RepoLabel) ProtoMessage()

func (*RepoLabel) Reset

func (m *RepoLabel) Reset()

func (*RepoLabel) String

func (m *RepoLabel) String() string

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)
	DeleteRepo(ctx context.Context, in *DeleteRepoRequest, opts ...grpc.CallOption) (*DeleteRepoResponse, error)
	CreateRepoLabel(ctx context.Context, in *CreateRepoLabelRequest, opts ...grpc.CallOption) (*CreateRepoLabelResponse, error)
	DescribeRepoLabels(ctx context.Context, in *DescribeRepoLabelsRequest, opts ...grpc.CallOption) (*DescribeRepoLabelsResponse, error)
	ModifyRepoLabel(ctx context.Context, in *ModifyRepoLabelRequest, opts ...grpc.CallOption) (*ModifyRepoLabelResponse, error)
	DeleteRepoLabel(ctx context.Context, in *DeleteRepoLabelRequest, opts ...grpc.CallOption) (*DeleteRepoLabelResponse, error)
	CreateRepoSelector(ctx context.Context, in *CreateRepoSelectorRequest, opts ...grpc.CallOption) (*CreateRepoSelectorResponse, error)
	DescribeRepoSelectors(ctx context.Context, in *DescribeRepoSelectorsRequest, opts ...grpc.CallOption) (*DescribeRepoSelectorsResponse, error)
	ModifyRepoSelector(ctx context.Context, in *ModifyRepoSelectorRequest, opts ...grpc.CallOption) (*ModifyRepoSelectorResponse, error)
	DeleteRepoSelector(ctx context.Context, in *DeleteRepoSelectorRequest, opts ...grpc.CallOption) (*DeleteRepoSelectorResponse, error)
}

func NewRepoManagerClient

func NewRepoManagerClient(cc *grpc.ClientConn) RepoManagerClient

type RepoSelector

type RepoSelector struct {
	RepoId         *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	RepoSelectorId *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=repo_selector_id,json=repoSelectorId" json:"repo_selector_id,omitempty"`
	SelectorKey    *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=selector_key,json=selectorKey" json:"selector_key,omitempty"`
	SelectorValue  *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=selector_value,json=selectorValue" json:"selector_value,omitempty"`
	Status         *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=status" json:"status,omitempty"`
	CreateTime     *google_protobuf1.Timestamp  `protobuf:"bytes,6,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime     *google_protobuf1.Timestamp  `protobuf:"bytes,7,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*RepoSelector) Descriptor

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

func (*RepoSelector) GetCreateTime

func (m *RepoSelector) GetCreateTime() *google_protobuf1.Timestamp

func (*RepoSelector) GetRepoId

func (m *RepoSelector) GetRepoId() *google_protobuf.StringValue

func (*RepoSelector) GetRepoSelectorId

func (m *RepoSelector) GetRepoSelectorId() *google_protobuf.StringValue

func (*RepoSelector) GetSelectorKey

func (m *RepoSelector) GetSelectorKey() *google_protobuf.StringValue

func (*RepoSelector) GetSelectorValue

func (m *RepoSelector) GetSelectorValue() *google_protobuf.StringValue

func (*RepoSelector) GetStatus

func (m *RepoSelector) GetStatus() *google_protobuf.StringValue

func (*RepoSelector) GetStatusTime

func (m *RepoSelector) GetStatusTime() *google_protobuf1.Timestamp

func (*RepoSelector) ProtoMessage

func (*RepoSelector) ProtoMessage()

func (*RepoSelector) Reset

func (m *RepoSelector) Reset()

func (*RepoSelector) String

func (m *RepoSelector) String() string

type RepoTask

type RepoTask struct {
	RepoTaskId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=repo_task_id,json=repoTaskId" json:"repo_task_id,omitempty"`
	RepoId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=repo_id,json=repoId" json:"repo_id,omitempty"`
	Owner      *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=owner" json:"owner,omitempty"`
	Status     *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=status" json:"status,omitempty"`
	Result     *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=result" json:"result,omitempty"`
	CreateTime *google_protobuf1.Timestamp  `protobuf:"bytes,6,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime *google_protobuf1.Timestamp  `protobuf:"bytes,7,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*RepoTask) Descriptor

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

func (*RepoTask) GetCreateTime

func (m *RepoTask) GetCreateTime() *google_protobuf1.Timestamp

func (*RepoTask) GetOwner

func (m *RepoTask) GetOwner() *google_protobuf.StringValue

func (*RepoTask) GetRepoId

func (m *RepoTask) GetRepoId() *google_protobuf.StringValue

func (*RepoTask) GetRepoTaskId

func (m *RepoTask) GetRepoTaskId() *google_protobuf.StringValue

func (*RepoTask) GetResult

func (m *RepoTask) GetResult() *google_protobuf.StringValue

func (*RepoTask) GetStatus

func (m *RepoTask) GetStatus() *google_protobuf.StringValue

func (*RepoTask) GetStatusTime

func (m *RepoTask) GetStatusTime() *google_protobuf1.Timestamp

func (*RepoTask) ProtoMessage

func (*RepoTask) ProtoMessage()

func (*RepoTask) Reset

func (m *RepoTask) Reset()

func (*RepoTask) String

func (m *RepoTask) String() string

type ResizeClusterRequest

type ResizeClusterRequest struct {
	ClusterId     *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	Role          *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=role" json:"role,omitempty"`
	Cpu           *google_protobuf.UInt32Value `protobuf:"bytes,3,opt,name=cpu" json:"cpu,omitempty"`
	Memory        *google_protobuf.UInt32Value `protobuf:"bytes,4,opt,name=memory" json:"memory,omitempty"`
	AdvancedParam []string                     `protobuf:"bytes,5,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

func (*ResizeClusterRequest) Descriptor

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

func (*ResizeClusterRequest) GetAdvancedParam

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

func (*ResizeClusterRequest) GetClusterId

func (*ResizeClusterRequest) GetCpu

func (*ResizeClusterRequest) GetMemory

func (*ResizeClusterRequest) GetRole

func (*ResizeClusterRequest) ProtoMessage

func (*ResizeClusterRequest) ProtoMessage()

func (*ResizeClusterRequest) Reset

func (m *ResizeClusterRequest) Reset()

func (*ResizeClusterRequest) String

func (m *ResizeClusterRequest) String() string

type ResizeClusterResponse

type ResizeClusterResponse struct {
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}

func (*ResizeClusterResponse) Descriptor

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

func (*ResizeClusterResponse) GetClusterId

func (*ResizeClusterResponse) GetJobId

func (*ResizeClusterResponse) ProtoMessage

func (*ResizeClusterResponse) ProtoMessage()

func (*ResizeClusterResponse) Reset

func (m *ResizeClusterResponse) Reset()

func (*ResizeClusterResponse) String

func (m *ResizeClusterResponse) String() string

type RollbackClusterRequest

type RollbackClusterRequest struct {
	ClusterId     *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AdvancedParam []string                     `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

func (*RollbackClusterRequest) Descriptor

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

func (*RollbackClusterRequest) GetAdvancedParam

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

func (*RollbackClusterRequest) GetClusterId

func (*RollbackClusterRequest) ProtoMessage

func (*RollbackClusterRequest) ProtoMessage()

func (*RollbackClusterRequest) Reset

func (m *RollbackClusterRequest) Reset()

func (*RollbackClusterRequest) String

func (m *RollbackClusterRequest) String() string

type RollbackClusterResponse

type RollbackClusterResponse struct {
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}

func (*RollbackClusterResponse) Descriptor

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

func (*RollbackClusterResponse) GetClusterId

func (*RollbackClusterResponse) GetJobId

func (*RollbackClusterResponse) ProtoMessage

func (*RollbackClusterResponse) ProtoMessage()

func (*RollbackClusterResponse) Reset

func (m *RollbackClusterResponse) Reset()

func (*RollbackClusterResponse) String

func (m *RollbackClusterResponse) String() string

type RuntimeEnv

type RuntimeEnv struct {
	RuntimeEnvId           *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
	Name                   *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description            *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	RuntimeEnvUrl          *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=runtime_env_url,json=runtimeEnvUrl" json:"runtime_env_url,omitempty"`
	RuntimeEnvCredentialId *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=runtime_env_credential_id,json=runtimeEnvCredentialId" json:"runtime_env_credential_id,omitempty"`
	Labels                 []*RuntimeEnvLabel           `protobuf:"bytes,6,rep,name=labels" json:"labels,omitempty"`
	Owner                  *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=owner" json:"owner,omitempty"`
	Status                 *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=status" json:"status,omitempty"`
	CreateTime             *google_protobuf1.Timestamp  `protobuf:"bytes,9,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime             *google_protobuf1.Timestamp  `protobuf:"bytes,10,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*RuntimeEnv) Descriptor

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

func (*RuntimeEnv) GetCreateTime

func (m *RuntimeEnv) GetCreateTime() *google_protobuf1.Timestamp

func (*RuntimeEnv) GetDescription

func (m *RuntimeEnv) GetDescription() *google_protobuf.StringValue

func (*RuntimeEnv) GetLabels

func (m *RuntimeEnv) GetLabels() []*RuntimeEnvLabel

func (*RuntimeEnv) GetName

func (m *RuntimeEnv) GetName() *google_protobuf.StringValue

func (*RuntimeEnv) GetOwner

func (m *RuntimeEnv) GetOwner() *google_protobuf.StringValue

func (*RuntimeEnv) GetRuntimeEnvCredentialId

func (m *RuntimeEnv) GetRuntimeEnvCredentialId() *google_protobuf.StringValue

func (*RuntimeEnv) GetRuntimeEnvId

func (m *RuntimeEnv) GetRuntimeEnvId() *google_protobuf.StringValue

func (*RuntimeEnv) GetRuntimeEnvUrl

func (m *RuntimeEnv) GetRuntimeEnvUrl() *google_protobuf.StringValue

func (*RuntimeEnv) GetStatus

func (m *RuntimeEnv) GetStatus() *google_protobuf.StringValue

func (*RuntimeEnv) GetStatusTime

func (m *RuntimeEnv) GetStatusTime() *google_protobuf1.Timestamp

func (*RuntimeEnv) ProtoMessage

func (*RuntimeEnv) ProtoMessage()

func (*RuntimeEnv) Reset

func (m *RuntimeEnv) Reset()

func (*RuntimeEnv) String

func (m *RuntimeEnv) String() string

type RuntimeEnvCredential

type RuntimeEnvCredential struct {
	RuntimeEnvCredentialId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_credential_id,json=runtimeEnvCredentialId" json:"runtime_env_credential_id,omitempty"`
	Name                   *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description            *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	Content                map[string]string            `` /* 134-byte string literal not displayed */
	Owner                  *google_protobuf.StringValue `protobuf:"bytes,5,opt,name=owner" json:"owner,omitempty"`
	RuntimeEnvId           []string                     `protobuf:"bytes,6,rep,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
	Status                 *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=status" json:"status,omitempty"`
	CreateTime             *google_protobuf1.Timestamp  `protobuf:"bytes,9,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime             *google_protobuf1.Timestamp  `protobuf:"bytes,10,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*RuntimeEnvCredential) Descriptor

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

func (*RuntimeEnvCredential) GetContent

func (m *RuntimeEnvCredential) GetContent() map[string]string

func (*RuntimeEnvCredential) GetCreateTime

func (m *RuntimeEnvCredential) GetCreateTime() *google_protobuf1.Timestamp

func (*RuntimeEnvCredential) GetDescription

func (m *RuntimeEnvCredential) GetDescription() *google_protobuf.StringValue

func (*RuntimeEnvCredential) GetName

func (*RuntimeEnvCredential) GetOwner

func (*RuntimeEnvCredential) GetRuntimeEnvCredentialId

func (m *RuntimeEnvCredential) GetRuntimeEnvCredentialId() *google_protobuf.StringValue

func (*RuntimeEnvCredential) GetRuntimeEnvId

func (m *RuntimeEnvCredential) GetRuntimeEnvId() []string

func (*RuntimeEnvCredential) GetStatus

func (*RuntimeEnvCredential) GetStatusTime

func (m *RuntimeEnvCredential) GetStatusTime() *google_protobuf1.Timestamp

func (*RuntimeEnvCredential) ProtoMessage

func (*RuntimeEnvCredential) ProtoMessage()

func (*RuntimeEnvCredential) Reset

func (m *RuntimeEnvCredential) Reset()

func (*RuntimeEnvCredential) String

func (m *RuntimeEnvCredential) String() string

type RuntimeEnvLabel

type RuntimeEnvLabel struct {
	RuntimeEnvLabelId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=runtime_env_label_id,json=runtimeEnvLabelId" json:"runtime_env_label_id,omitempty"`
	RuntimeEnvId      *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=runtime_env_id,json=runtimeEnvId" json:"runtime_env_id,omitempty"`
	LabelKey          *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=label_key,json=labelKey" json:"label_key,omitempty"`
	LabelValue        *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=label_value,json=labelValue" json:"label_value,omitempty"`
}

func (*RuntimeEnvLabel) Descriptor

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

func (*RuntimeEnvLabel) GetLabelKey

func (m *RuntimeEnvLabel) GetLabelKey() *google_protobuf.StringValue

func (*RuntimeEnvLabel) GetLabelValue

func (m *RuntimeEnvLabel) GetLabelValue() *google_protobuf.StringValue

func (*RuntimeEnvLabel) GetRuntimeEnvId

func (m *RuntimeEnvLabel) GetRuntimeEnvId() *google_protobuf.StringValue

func (*RuntimeEnvLabel) GetRuntimeEnvLabelId

func (m *RuntimeEnvLabel) GetRuntimeEnvLabelId() *google_protobuf.StringValue

func (*RuntimeEnvLabel) ProtoMessage

func (*RuntimeEnvLabel) ProtoMessage()

func (*RuntimeEnvLabel) Reset

func (m *RuntimeEnvLabel) Reset()

func (*RuntimeEnvLabel) String

func (m *RuntimeEnvLabel) String() string

type RuntimeEnvManagerClient

type RuntimeEnvManagerClient interface {
	CreateRuntimeEnv(ctx context.Context, in *CreateRuntimeEnvRequest, opts ...grpc.CallOption) (*CreateRuntimeEnvResponse, error)
	DescribeRuntimeEnvs(ctx context.Context, in *DescribeRuntimeEnvsRequest, opts ...grpc.CallOption) (*DescribeRuntimeEnvsResponse, error)
	ModifyRuntimeEnv(ctx context.Context, in *ModifyRuntimeEnvRequest, opts ...grpc.CallOption) (*ModifyRuntimeEnvResponse, error)
	DeleteRuntimeEnv(ctx context.Context, in *DeleteRuntimeEnvRequest, opts ...grpc.CallOption) (*DeleteRuntimeEnvResponse, error)
	CreateRuntimeEnvCredential(ctx context.Context, in *CreateRuntimeEnvCredentialRequset, opts ...grpc.CallOption) (*CreateRuntimeEnvCredentialResponse, error)
	DescribeRuntimeEnvCredentials(ctx context.Context, in *DescribeRuntimeEnvCredentialsRequset, opts ...grpc.CallOption) (*DescribeRuntimeEnvCredentialsResponse, error)
	ModifyRuntimeEnvCredential(ctx context.Context, in *ModifyRuntimeEnvCredentialRequest, opts ...grpc.CallOption) (*ModifyRuntimeEnvCredentialResponse, error)
	DeleteRuntimeEnvCredential(ctx context.Context, in *DeleteRuntimeEnvCredentialRequset, opts ...grpc.CallOption) (*DeleteRuntimeEnvCredentialResponse, error)
	AttachCredentialToRuntimeEnv(ctx context.Context, in *AttachCredentialToRuntimeEnvRequset, opts ...grpc.CallOption) (*AttachCredentialToRuntimeEnvResponse, error)
	DetachCredentialFromRuntimeEnv(ctx context.Context, in *DetachCredentialFromRuntimeEnvRequset, opts ...grpc.CallOption) (*DetachCredentialFromRuntimeEnvResponse, error)
}

func NewRuntimeEnvManagerClient

func NewRuntimeEnvManagerClient(cc *grpc.ClientConn) RuntimeEnvManagerClient

type StartClustersRequest

type StartClustersRequest struct {
	ClusterId     []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

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

type StartClustersResponse

type StartClustersResponse struct {
	ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     []string `protobuf:"bytes,2,rep,name=job_id,json=jobId" json:"job_id,omitempty"`
}

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

type StopClustersRequest

type StopClustersRequest struct {
	ClusterId     []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

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

type StopClustersResponse

type StopClustersResponse struct {
	ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     []string `protobuf:"bytes,2,rep,name=job_id,json=jobId" json:"job_id,omitempty"`
}

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

type SubtaskStatus

type SubtaskStatus struct {
	SubtaskId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=subtask_id,json=subtaskId" json:"subtask_id,omitempty"`
	Status    *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"`
}

func (*SubtaskStatus) Descriptor

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

func (*SubtaskStatus) GetStatus

func (m *SubtaskStatus) GetStatus() *google_protobuf.StringValue

func (*SubtaskStatus) GetSubtaskId

func (m *SubtaskStatus) GetSubtaskId() *google_protobuf.StringValue

func (*SubtaskStatus) ProtoMessage

func (*SubtaskStatus) ProtoMessage()

func (*SubtaskStatus) Reset

func (m *SubtaskStatus) Reset()

func (*SubtaskStatus) String

func (m *SubtaskStatus) String() string

type Task

type Task struct {
	TaskId     *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=task_id,json=taskId" json:"task_id,omitempty"`
	JobId      *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
	TaskAction *google_protobuf.StringValue `protobuf:"bytes,3,opt,name=task_action,json=taskAction" json:"task_action,omitempty"`
	Status     *google_protobuf.StringValue `protobuf:"bytes,4,opt,name=status" json:"status,omitempty"`
	ErrorCode  *google_protobuf.UInt32Value `protobuf:"bytes,5,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	Directive  *google_protobuf.StringValue `protobuf:"bytes,6,opt,name=directive" json:"directive,omitempty"`
	Executor   *google_protobuf.StringValue `protobuf:"bytes,7,opt,name=executor" json:"executor,omitempty"`
	Owner      *google_protobuf.StringValue `protobuf:"bytes,8,opt,name=owner" json:"owner,omitempty"`
	Target     *google_protobuf.StringValue `protobuf:"bytes,9,opt,name=target" json:"target,omitempty"`
	NodeId     *google_protobuf.StringValue `protobuf:"bytes,10,opt,name=node_id,json=nodeId" json:"node_id,omitempty"`
	CreateTime *google_protobuf1.Timestamp  `protobuf:"bytes,11,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	StatusTime *google_protobuf1.Timestamp  `protobuf:"bytes,12,opt,name=status_time,json=statusTime" json:"status_time,omitempty"`
}

func (*Task) Descriptor

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

func (*Task) GetCreateTime

func (m *Task) GetCreateTime() *google_protobuf1.Timestamp

func (*Task) GetDirective

func (m *Task) GetDirective() *google_protobuf.StringValue

func (*Task) GetErrorCode

func (m *Task) GetErrorCode() *google_protobuf.UInt32Value

func (*Task) GetExecutor

func (m *Task) GetExecutor() *google_protobuf.StringValue

func (*Task) GetJobId

func (m *Task) GetJobId() *google_protobuf.StringValue

func (*Task) GetNodeId

func (m *Task) GetNodeId() *google_protobuf.StringValue

func (*Task) GetOwner

func (m *Task) GetOwner() *google_protobuf.StringValue

func (*Task) GetStatus

func (m *Task) GetStatus() *google_protobuf.StringValue

func (*Task) GetStatusTime

func (m *Task) GetStatusTime() *google_protobuf1.Timestamp

func (*Task) GetTarget

func (m *Task) GetTarget() *google_protobuf.StringValue

func (*Task) GetTaskAction

func (m *Task) GetTaskAction() *google_protobuf.StringValue

func (*Task) GetTaskId

func (m *Task) GetTaskId() *google_protobuf.StringValue

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) Reset

func (m *Task) Reset()

func (*Task) String

func (m *Task) String() string

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)
}

func NewTaskManagerClient

func NewTaskManagerClient(cc *grpc.ClientConn) TaskManagerClient

type TaskManagerServer

type TaskManagerServer interface {
	CreateTask(context.Context, *CreateTaskRequest) (*CreateTaskResponse, error)
	DescribeTasks(context.Context, *DescribeTasksRequest) (*DescribeTasksResponse, error)
}

type UpdateClusterEnvRequest

type UpdateClusterEnvRequest struct {
	ClusterId     *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	Env           *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=env" json:"env,omitempty"`
	AdvancedParam []string                     `protobuf:"bytes,3,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

func (*UpdateClusterEnvRequest) Descriptor

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

func (*UpdateClusterEnvRequest) GetAdvancedParam

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

func (*UpdateClusterEnvRequest) GetClusterId

func (*UpdateClusterEnvRequest) GetEnv

func (*UpdateClusterEnvRequest) ProtoMessage

func (*UpdateClusterEnvRequest) ProtoMessage()

func (*UpdateClusterEnvRequest) Reset

func (m *UpdateClusterEnvRequest) Reset()

func (*UpdateClusterEnvRequest) String

func (m *UpdateClusterEnvRequest) String() string

type UpdateClusterEnvResponse

type UpdateClusterEnvResponse struct {
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}

func (*UpdateClusterEnvResponse) Descriptor

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

func (*UpdateClusterEnvResponse) GetClusterId

func (*UpdateClusterEnvResponse) GetJobId

func (*UpdateClusterEnvResponse) ProtoMessage

func (*UpdateClusterEnvResponse) ProtoMessage()

func (*UpdateClusterEnvResponse) Reset

func (m *UpdateClusterEnvResponse) Reset()

func (*UpdateClusterEnvResponse) String

func (m *UpdateClusterEnvResponse) String() string

type UpgradeClusterRequest

type UpgradeClusterRequest struct {
	ClusterId     *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	VersionId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId" json:"version_id,omitempty"`
	AdvancedParam []string                     `protobuf:"bytes,3,rep,name=advanced_param,json=advancedParam" json:"advanced_param,omitempty"`
}

func (*UpgradeClusterRequest) Descriptor

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

func (*UpgradeClusterRequest) GetAdvancedParam

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

func (*UpgradeClusterRequest) GetClusterId

func (*UpgradeClusterRequest) GetVersionId

func (*UpgradeClusterRequest) ProtoMessage

func (*UpgradeClusterRequest) ProtoMessage()

func (*UpgradeClusterRequest) Reset

func (m *UpgradeClusterRequest) Reset()

func (*UpgradeClusterRequest) String

func (m *UpgradeClusterRequest) String() string

type UpgradeClusterResponse

type UpgradeClusterResponse struct {
	ClusterId *google_protobuf.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	JobId     *google_protobuf.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}

func (*UpgradeClusterResponse) Descriptor

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

func (*UpgradeClusterResponse) GetClusterId

func (*UpgradeClusterResponse) GetJobId

func (*UpgradeClusterResponse) ProtoMessage

func (*UpgradeClusterResponse) ProtoMessage()

func (*UpgradeClusterResponse) Reset

func (m *UpgradeClusterResponse) Reset()

func (*UpgradeClusterResponse) String

func (m *UpgradeClusterResponse) String() string

Jump to

Keyboard shortcuts

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