Versions in this module Expand all Collapse all v1 v1.1.0 Apr 18, 2026 v1.0.0 Apr 18, 2026 Changes in this version + var File_runner_proto protoreflect.FileDescriptor + var Runner_ServiceDesc = grpc.ServiceDesc + func RegisterRunnerServer(s grpc.ServiceRegistrar, srv RunnerServer) + type CloneOptions struct + Branch string + Commit string + CredentialsHelper string + ExtraEnv []string + PRReference string + Repository string + SubPath string + type CloneRequest struct + Options string + TargetPath string + func (*CloneRequest) Descriptor() ([]byte, []int) + func (*CloneRequest) ProtoMessage() + func (x *CloneRequest) GetOptions() string + func (x *CloneRequest) GetTargetPath() string + func (x *CloneRequest) ProtoReflect() protoreflect.Message + func (x *CloneRequest) Reset() + func (x *CloneRequest) String() string + type CloneResponse struct + func (*CloneResponse) Descriptor() ([]byte, []int) + func (*CloneResponse) ProtoMessage() + func (x *CloneResponse) ProtoReflect() protoreflect.Message + func (x *CloneResponse) Reset() + func (x *CloneResponse) String() string + type Kubernetes struct + Namespace string + SpaceName string + VirtualClusterName string + type PlatformBuildOptions struct + Cert string + CertCA string + CertKey string + RemoteAddress string + Repository string + type PlatformDockerCredentials struct + Host string + Password string + User string + type PlatformGitHttpCredentials struct + Host string + Password string + Path string + User string + type PlatformGitSshCredentials struct + Key string + type PlatformOptions struct + AccessKey string + Build *PlatformBuildOptions + Enabled bool + EnvironmentTemplate string + EnvironmentTemplateVersion string + GitCloneStrategy storagev1.GitCloneStrategy + GitSkipLFS bool + InstanceName string + InstanceNamespace string + InstanceProject string + Kubernetes *Kubernetes + PlatformHost string + ProjectCredentials PlatformWorkspaceCredentials + RunnerSocket string + UserAccessKey string + UserCredentials PlatformWorkspaceCredentials + WorkspaceHost string + type PlatformWorkspaceCredentials struct + GitEmail string + GitHttp []PlatformGitHttpCredentials + GitSsh []PlatformGitSshCredentials + GitUser string + type RunnerClient interface + Clone func(ctx context.Context, in *CloneRequest, opts ...grpc.CallOption) (*CloneResponse, error) + func NewRunnerClient(cc grpc.ClientConnInterface) RunnerClient + type RunnerServer interface + Clone func(context.Context, *CloneRequest) (*CloneResponse, error) + type UnimplementedRunnerServer struct + func (UnimplementedRunnerServer) Clone(context.Context, *CloneRequest) (*CloneResponse, error) + type UnsafeRunnerServer interface