Documentation
¶
Index ¶
- Variables
- func RegisterManagerServer(s *grpc.Server, srv ManagerServer)
- type AttachToSandboxRequest
- func (*AttachToSandboxRequest) Descriptor() ([]byte, []int)
- func (m *AttachToSandboxRequest) GetAuth() *auth.BlimpAuth
- func (m *AttachToSandboxRequest) GetOldToken() string
- func (*AttachToSandboxRequest) ProtoMessage()
- func (m *AttachToSandboxRequest) Reset()
- func (m *AttachToSandboxRequest) String() string
- func (m *AttachToSandboxRequest) XXX_DiscardUnknown()
- func (m *AttachToSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AttachToSandboxRequest) XXX_Merge(src proto.Message)
- func (m *AttachToSandboxRequest) XXX_Size() int
- func (m *AttachToSandboxRequest) XXX_Unmarshal(b []byte) error
- type AttachToSandboxResponse
- func (*AttachToSandboxResponse) Descriptor() ([]byte, []int)
- func (m *AttachToSandboxResponse) GetError() *errors.Error
- func (m *AttachToSandboxResponse) GetKubeCredentials() *KubeCredentials
- func (m *AttachToSandboxResponse) GetNodeAddress() string
- func (m *AttachToSandboxResponse) GetNodeCert() string
- func (*AttachToSandboxResponse) ProtoMessage()
- func (m *AttachToSandboxResponse) Reset()
- func (m *AttachToSandboxResponse) String() string
- func (m *AttachToSandboxResponse) XXX_DiscardUnknown()
- func (m *AttachToSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AttachToSandboxResponse) XXX_Merge(src proto.Message)
- func (m *AttachToSandboxResponse) XXX_Size() int
- func (m *AttachToSandboxResponse) XXX_Unmarshal(b []byte) error
- type BlimpUpPreviewRequest
- func (*BlimpUpPreviewRequest) Descriptor() ([]byte, []int)
- func (m *BlimpUpPreviewRequest) GetAuth() *auth.BlimpAuth
- func (m *BlimpUpPreviewRequest) GetComposeFiles() []string
- func (m *BlimpUpPreviewRequest) GetEnv() map[string]string
- func (m *BlimpUpPreviewRequest) GetRepo() string
- func (*BlimpUpPreviewRequest) ProtoMessage()
- func (m *BlimpUpPreviewRequest) Reset()
- func (m *BlimpUpPreviewRequest) String() string
- func (m *BlimpUpPreviewRequest) XXX_DiscardUnknown()
- func (m *BlimpUpPreviewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BlimpUpPreviewRequest) XXX_Merge(src proto.Message)
- func (m *BlimpUpPreviewRequest) XXX_Size() int
- func (m *BlimpUpPreviewRequest) XXX_Unmarshal(b []byte) error
- type BlimpUpPreviewResponse
- func (*BlimpUpPreviewResponse) Descriptor() ([]byte, []int)
- func (m *BlimpUpPreviewResponse) GetError() *errors.Error
- func (m *BlimpUpPreviewResponse) GetOutput() []byte
- func (m *BlimpUpPreviewResponse) GetStartedCli() bool
- func (*BlimpUpPreviewResponse) ProtoMessage()
- func (m *BlimpUpPreviewResponse) Reset()
- func (m *BlimpUpPreviewResponse) String() string
- func (m *BlimpUpPreviewResponse) XXX_DiscardUnknown()
- func (m *BlimpUpPreviewResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BlimpUpPreviewResponse) XXX_Merge(src proto.Message)
- func (m *BlimpUpPreviewResponse) XXX_Size() int
- func (m *BlimpUpPreviewResponse) XXX_Unmarshal(b []byte) error
- type CLIAction
- type CheckVersionRequest
- func (*CheckVersionRequest) Descriptor() ([]byte, []int)
- func (m *CheckVersionRequest) GetVersion() string
- func (*CheckVersionRequest) ProtoMessage()
- func (m *CheckVersionRequest) Reset()
- func (m *CheckVersionRequest) String() string
- func (m *CheckVersionRequest) XXX_DiscardUnknown()
- func (m *CheckVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CheckVersionRequest) XXX_Merge(src proto.Message)
- func (m *CheckVersionRequest) XXX_Size() int
- func (m *CheckVersionRequest) XXX_Unmarshal(b []byte) error
- type CheckVersionResponse
- func (*CheckVersionResponse) Descriptor() ([]byte, []int)
- func (m *CheckVersionResponse) GetAction() CLIAction
- func (m *CheckVersionResponse) GetDisplayMessage() string
- func (m *CheckVersionResponse) GetError() *errors.Error
- func (m *CheckVersionResponse) GetVersion() string
- func (*CheckVersionResponse) ProtoMessage()
- func (m *CheckVersionResponse) Reset()
- func (m *CheckVersionResponse) String() string
- func (m *CheckVersionResponse) XXX_DiscardUnknown()
- func (m *CheckVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CheckVersionResponse) XXX_Merge(src proto.Message)
- func (m *CheckVersionResponse) XXX_Size() int
- func (m *CheckVersionResponse) XXX_Unmarshal(b []byte) error
- type CreateSandboxRequest
- func (*CreateSandboxRequest) Descriptor() ([]byte, []int)
- func (m *CreateSandboxRequest) GetAuth() *auth.BlimpAuth
- func (m *CreateSandboxRequest) GetComposeFile() string
- func (m *CreateSandboxRequest) GetOldToken() string
- func (m *CreateSandboxRequest) GetRegistryCredentials() map[string]*RegistryCredential
- func (m *CreateSandboxRequest) GetSyncedFolders() map[string]string
- func (*CreateSandboxRequest) ProtoMessage()
- func (m *CreateSandboxRequest) Reset()
- func (m *CreateSandboxRequest) String() string
- func (m *CreateSandboxRequest) XXX_DiscardUnknown()
- func (m *CreateSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateSandboxRequest) XXX_Merge(src proto.Message)
- func (m *CreateSandboxRequest) XXX_Size() int
- func (m *CreateSandboxRequest) XXX_Unmarshal(b []byte) error
- type CreateSandboxResponse
- func (*CreateSandboxResponse) Descriptor() ([]byte, []int)
- func (m *CreateSandboxResponse) GetAction() CLIAction
- func (m *CreateSandboxResponse) GetError() *errors.Error
- func (m *CreateSandboxResponse) GetImageNamespace() string
- func (m *CreateSandboxResponse) GetKubeCredentials() *KubeCredentials
- func (m *CreateSandboxResponse) GetMessage() string
- func (m *CreateSandboxResponse) GetNodeAddress() string
- func (m *CreateSandboxResponse) GetNodeCert() string
- func (*CreateSandboxResponse) ProtoMessage()
- func (m *CreateSandboxResponse) Reset()
- func (m *CreateSandboxResponse) String() string
- func (m *CreateSandboxResponse) XXX_DiscardUnknown()
- func (m *CreateSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateSandboxResponse) XXX_Merge(src proto.Message)
- func (m *CreateSandboxResponse) XXX_Size() int
- func (m *CreateSandboxResponse) XXX_Unmarshal(b []byte) error
- type DeleteSandboxRequest
- func (*DeleteSandboxRequest) Descriptor() ([]byte, []int)
- func (m *DeleteSandboxRequest) GetAuth() *auth.BlimpAuth
- func (m *DeleteSandboxRequest) GetDeleteVolumes() bool
- func (m *DeleteSandboxRequest) GetOldToken() string
- func (*DeleteSandboxRequest) ProtoMessage()
- func (m *DeleteSandboxRequest) Reset()
- func (m *DeleteSandboxRequest) String() string
- func (m *DeleteSandboxRequest) XXX_DiscardUnknown()
- func (m *DeleteSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteSandboxRequest) XXX_Merge(src proto.Message)
- func (m *DeleteSandboxRequest) XXX_Size() int
- func (m *DeleteSandboxRequest) XXX_Unmarshal(b []byte) error
- type DeleteSandboxResponse
- func (*DeleteSandboxResponse) Descriptor() ([]byte, []int)
- func (m *DeleteSandboxResponse) GetError() *errors.Error
- func (*DeleteSandboxResponse) ProtoMessage()
- func (m *DeleteSandboxResponse) Reset()
- func (m *DeleteSandboxResponse) String() string
- func (m *DeleteSandboxResponse) XXX_DiscardUnknown()
- func (m *DeleteSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteSandboxResponse) XXX_Merge(src proto.Message)
- func (m *DeleteSandboxResponse) XXX_Size() int
- func (m *DeleteSandboxResponse) XXX_Unmarshal(b []byte) error
- type DeployRequest
- func (*DeployRequest) Descriptor() ([]byte, []int)
- func (m *DeployRequest) GetAuth() *auth.BlimpAuth
- func (m *DeployRequest) GetBuiltImages() map[string]string
- func (m *DeployRequest) GetComposeFile() string
- func (m *DeployRequest) GetOldToken() string
- func (*DeployRequest) ProtoMessage()
- func (m *DeployRequest) Reset()
- func (m *DeployRequest) String() string
- func (m *DeployRequest) XXX_DiscardUnknown()
- func (m *DeployRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeployRequest) XXX_Merge(src proto.Message)
- func (m *DeployRequest) XXX_Size() int
- func (m *DeployRequest) XXX_Unmarshal(b []byte) error
- type DeployResponse
- func (*DeployResponse) Descriptor() ([]byte, []int)
- func (m *DeployResponse) GetError() *errors.Error
- func (*DeployResponse) ProtoMessage()
- func (m *DeployResponse) Reset()
- func (m *DeployResponse) String() string
- func (m *DeployResponse) XXX_DiscardUnknown()
- func (m *DeployResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeployResponse) XXX_Merge(src proto.Message)
- func (m *DeployResponse) XXX_Size() int
- func (m *DeployResponse) XXX_Unmarshal(b []byte) error
- type ExposeRequest
- func (*ExposeRequest) Descriptor() ([]byte, []int)
- func (m *ExposeRequest) GetAuth() *auth.BlimpAuth
- func (m *ExposeRequest) GetOldToken() string
- func (m *ExposeRequest) GetPort() uint32
- func (m *ExposeRequest) GetService() string
- func (*ExposeRequest) ProtoMessage()
- func (m *ExposeRequest) Reset()
- func (m *ExposeRequest) String() string
- func (m *ExposeRequest) XXX_DiscardUnknown()
- func (m *ExposeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExposeRequest) XXX_Merge(src proto.Message)
- func (m *ExposeRequest) XXX_Size() int
- func (m *ExposeRequest) XXX_Unmarshal(b []byte) error
- type ExposeResponse
- func (*ExposeResponse) Descriptor() ([]byte, []int)
- func (m *ExposeResponse) GetError() *errors.Error
- func (m *ExposeResponse) GetLink() string
- func (*ExposeResponse) ProtoMessage()
- func (m *ExposeResponse) Reset()
- func (m *ExposeResponse) String() string
- func (m *ExposeResponse) XXX_DiscardUnknown()
- func (m *ExposeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExposeResponse) XXX_Merge(src proto.Message)
- func (m *ExposeResponse) XXX_Size() int
- func (m *ExposeResponse) XXX_Unmarshal(b []byte) error
- type GetBuildkitRequest
- func (*GetBuildkitRequest) Descriptor() ([]byte, []int)
- func (m *GetBuildkitRequest) GetAuth() *auth.BlimpAuth
- func (m *GetBuildkitRequest) GetOldToken() string
- func (*GetBuildkitRequest) ProtoMessage()
- func (m *GetBuildkitRequest) Reset()
- func (m *GetBuildkitRequest) String() string
- func (m *GetBuildkitRequest) XXX_DiscardUnknown()
- func (m *GetBuildkitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBuildkitRequest) XXX_Merge(src proto.Message)
- func (m *GetBuildkitRequest) XXX_Size() int
- func (m *GetBuildkitRequest) XXX_Unmarshal(b []byte) error
- type GetBuildkitResponse
- func (*GetBuildkitResponse) Descriptor() ([]byte, []int)
- func (m *GetBuildkitResponse) GetError() *errors.Error
- func (m *GetBuildkitResponse) GetNodeAddress() string
- func (m *GetBuildkitResponse) GetNodeCert() string
- func (*GetBuildkitResponse) ProtoMessage()
- func (m *GetBuildkitResponse) Reset()
- func (m *GetBuildkitResponse) String() string
- func (m *GetBuildkitResponse) XXX_DiscardUnknown()
- func (m *GetBuildkitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBuildkitResponse) XXX_Merge(src proto.Message)
- func (m *GetBuildkitResponse) XXX_Size() int
- func (m *GetBuildkitResponse) XXX_Unmarshal(b []byte) error
- type GetImageNamespaceRequest
- func (*GetImageNamespaceRequest) Descriptor() ([]byte, []int)
- func (m *GetImageNamespaceRequest) GetAuth() *auth.BlimpAuth
- func (m *GetImageNamespaceRequest) GetOldToken() string
- func (*GetImageNamespaceRequest) ProtoMessage()
- func (m *GetImageNamespaceRequest) Reset()
- func (m *GetImageNamespaceRequest) String() string
- func (m *GetImageNamespaceRequest) XXX_DiscardUnknown()
- func (m *GetImageNamespaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetImageNamespaceRequest) XXX_Merge(src proto.Message)
- func (m *GetImageNamespaceRequest) XXX_Size() int
- func (m *GetImageNamespaceRequest) XXX_Unmarshal(b []byte) error
- type GetImageNamespaceResponse
- func (*GetImageNamespaceResponse) Descriptor() ([]byte, []int)
- func (m *GetImageNamespaceResponse) GetError() *errors.Error
- func (m *GetImageNamespaceResponse) GetNamespace() string
- func (*GetImageNamespaceResponse) ProtoMessage()
- func (m *GetImageNamespaceResponse) Reset()
- func (m *GetImageNamespaceResponse) String() string
- func (m *GetImageNamespaceResponse) XXX_DiscardUnknown()
- func (m *GetImageNamespaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetImageNamespaceResponse) XXX_Merge(src proto.Message)
- func (m *GetImageNamespaceResponse) XXX_Size() int
- func (m *GetImageNamespaceResponse) XXX_Unmarshal(b []byte) error
- type GetStatusRequest
- func (*GetStatusRequest) Descriptor() ([]byte, []int)
- func (m *GetStatusRequest) GetAuth() *auth.BlimpAuth
- func (m *GetStatusRequest) GetOldToken() string
- func (*GetStatusRequest) ProtoMessage()
- func (m *GetStatusRequest) Reset()
- func (m *GetStatusRequest) String() string
- func (m *GetStatusRequest) XXX_DiscardUnknown()
- func (m *GetStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetStatusRequest) XXX_Merge(src proto.Message)
- func (m *GetStatusRequest) XXX_Size() int
- func (m *GetStatusRequest) XXX_Unmarshal(b []byte) error
- type GetStatusResponse
- func (*GetStatusResponse) Descriptor() ([]byte, []int)
- func (m *GetStatusResponse) GetError() *errors.Error
- func (m *GetStatusResponse) GetStatus() *SandboxStatus
- func (*GetStatusResponse) ProtoMessage()
- func (m *GetStatusResponse) Reset()
- func (m *GetStatusResponse) String() string
- func (m *GetStatusResponse) XXX_DiscardUnknown()
- func (m *GetStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetStatusResponse) XXX_Merge(src proto.Message)
- func (m *GetStatusResponse) XXX_Size() int
- func (m *GetStatusResponse) XXX_Unmarshal(b []byte) error
- type KubeCredentials
- func (*KubeCredentials) Descriptor() ([]byte, []int)
- func (m *KubeCredentials) GetCaCrt() string
- func (m *KubeCredentials) GetHost() string
- func (m *KubeCredentials) GetNamespace() string
- func (m *KubeCredentials) GetToken() string
- func (*KubeCredentials) ProtoMessage()
- func (m *KubeCredentials) Reset()
- func (m *KubeCredentials) String() string
- func (m *KubeCredentials) XXX_DiscardUnknown()
- func (m *KubeCredentials) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KubeCredentials) XXX_Merge(src proto.Message)
- func (m *KubeCredentials) XXX_Size() int
- func (m *KubeCredentials) XXX_Unmarshal(b []byte) error
- type ManagerClient
- type ManagerServer
- type Manager_BlimpUpPreviewClient
- type Manager_BlimpUpPreviewServer
- type Manager_TagImagesClient
- type Manager_TagImagesServer
- type Manager_WatchStatusClient
- type Manager_WatchStatusServer
- type RegistryCredential
- func (*RegistryCredential) Descriptor() ([]byte, []int)
- func (m *RegistryCredential) GetPassword() string
- func (m *RegistryCredential) GetUsername() string
- func (*RegistryCredential) ProtoMessage()
- func (m *RegistryCredential) Reset()
- func (m *RegistryCredential) String() string
- func (m *RegistryCredential) XXX_DiscardUnknown()
- func (m *RegistryCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RegistryCredential) XXX_Merge(src proto.Message)
- func (m *RegistryCredential) XXX_Size() int
- func (m *RegistryCredential) XXX_Unmarshal(b []byte) error
- type RestartRequest
- func (*RestartRequest) Descriptor() ([]byte, []int)
- func (m *RestartRequest) GetAuth() *auth.BlimpAuth
- func (m *RestartRequest) GetOldToken() string
- func (m *RestartRequest) GetService() string
- func (*RestartRequest) ProtoMessage()
- func (m *RestartRequest) Reset()
- func (m *RestartRequest) String() string
- func (m *RestartRequest) XXX_DiscardUnknown()
- func (m *RestartRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RestartRequest) XXX_Merge(src proto.Message)
- func (m *RestartRequest) XXX_Size() int
- func (m *RestartRequest) XXX_Unmarshal(b []byte) error
- type RestartResponse
- func (*RestartResponse) Descriptor() ([]byte, []int)
- func (m *RestartResponse) GetError() *errors.Error
- func (*RestartResponse) ProtoMessage()
- func (m *RestartResponse) Reset()
- func (m *RestartResponse) String() string
- func (m *RestartResponse) XXX_DiscardUnknown()
- func (m *RestartResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RestartResponse) XXX_Merge(src proto.Message)
- func (m *RestartResponse) XXX_Size() int
- func (m *RestartResponse) XXX_Unmarshal(b []byte) error
- type SandboxStatus
- func (*SandboxStatus) Descriptor() ([]byte, []int)
- func (m *SandboxStatus) GetPhase() SandboxStatus_SandboxPhase
- func (m *SandboxStatus) GetServices() map[string]*ServiceStatus
- func (*SandboxStatus) ProtoMessage()
- func (m *SandboxStatus) Reset()
- func (m *SandboxStatus) String() string
- func (m *SandboxStatus) XXX_DiscardUnknown()
- func (m *SandboxStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SandboxStatus) XXX_Merge(src proto.Message)
- func (m *SandboxStatus) XXX_Size() int
- func (m *SandboxStatus) XXX_Unmarshal(b []byte) error
- type SandboxStatus_SandboxPhase
- type ServicePhase
- type ServiceStatus
- func (*ServiceStatus) Descriptor() ([]byte, []int)
- func (m *ServiceStatus) GetHasStarted() bool
- func (m *ServiceStatus) GetMsg() string
- func (m *ServiceStatus) GetPhase() ServicePhase
- func (*ServiceStatus) ProtoMessage()
- func (m *ServiceStatus) Reset()
- func (m *ServiceStatus) String() string
- func (m *ServiceStatus) XXX_DiscardUnknown()
- func (m *ServiceStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ServiceStatus) XXX_Merge(src proto.Message)
- func (m *ServiceStatus) XXX_Size() int
- func (m *ServiceStatus) XXX_Unmarshal(b []byte) error
- type TagImageRequest
- func (*TagImageRequest) Descriptor() ([]byte, []int)
- func (m *TagImageRequest) GetImage() string
- func (m *TagImageRequest) GetService() string
- func (m *TagImageRequest) GetTag() string
- func (*TagImageRequest) ProtoMessage()
- func (m *TagImageRequest) Reset()
- func (m *TagImageRequest) String() string
- func (m *TagImageRequest) XXX_DiscardUnknown()
- func (m *TagImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TagImageRequest) XXX_Merge(src proto.Message)
- func (m *TagImageRequest) XXX_Size() int
- func (m *TagImageRequest) XXX_Unmarshal(b []byte) error
- type TagImagesRequest
- func (*TagImagesRequest) Descriptor() ([]byte, []int)
- func (m *TagImagesRequest) GetAuth() *auth.BlimpAuth
- func (m *TagImagesRequest) GetOldToken() string
- func (m *TagImagesRequest) GetRegistryCredentials() map[string]*RegistryCredential
- func (m *TagImagesRequest) GetTagRequests() []*TagImageRequest
- func (*TagImagesRequest) ProtoMessage()
- func (m *TagImagesRequest) Reset()
- func (m *TagImagesRequest) String() string
- func (m *TagImagesRequest) XXX_DiscardUnknown()
- func (m *TagImagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TagImagesRequest) XXX_Merge(src proto.Message)
- func (m *TagImagesRequest) XXX_Size() int
- func (m *TagImagesRequest) XXX_Unmarshal(b []byte) error
- type TagImagesResponse
- func (*TagImagesResponse) Descriptor() ([]byte, []int)
- func (m *TagImagesResponse) GetError() *errors.Error
- func (m *TagImagesResponse) GetService() string
- func (*TagImagesResponse) ProtoMessage()
- func (m *TagImagesResponse) Reset()
- func (m *TagImagesResponse) String() string
- func (m *TagImagesResponse) XXX_DiscardUnknown()
- func (m *TagImagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TagImagesResponse) XXX_Merge(src proto.Message)
- func (m *TagImagesResponse) XXX_Size() int
- func (m *TagImagesResponse) XXX_Unmarshal(b []byte) error
- type UnexposeRequest
- func (*UnexposeRequest) Descriptor() ([]byte, []int)
- func (m *UnexposeRequest) GetAuth() *auth.BlimpAuth
- func (m *UnexposeRequest) GetOldToken() string
- func (*UnexposeRequest) ProtoMessage()
- func (m *UnexposeRequest) Reset()
- func (m *UnexposeRequest) String() string
- func (m *UnexposeRequest) XXX_DiscardUnknown()
- func (m *UnexposeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnexposeRequest) XXX_Merge(src proto.Message)
- func (m *UnexposeRequest) XXX_Size() int
- func (m *UnexposeRequest) XXX_Unmarshal(b []byte) error
- type UnexposeResponse
- func (*UnexposeResponse) Descriptor() ([]byte, []int)
- func (m *UnexposeResponse) GetError() *errors.Error
- func (*UnexposeResponse) ProtoMessage()
- func (m *UnexposeResponse) Reset()
- func (m *UnexposeResponse) String() string
- func (m *UnexposeResponse) XXX_DiscardUnknown()
- func (m *UnexposeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnexposeResponse) XXX_Merge(src proto.Message)
- func (m *UnexposeResponse) XXX_Size() int
- func (m *UnexposeResponse) XXX_Unmarshal(b []byte) error
- type UnimplementedManagerServer
- func (*UnimplementedManagerServer) AttachToSandbox(ctx context.Context, req *AttachToSandboxRequest) (*AttachToSandboxResponse, error)
- func (*UnimplementedManagerServer) BlimpUpPreview(req *BlimpUpPreviewRequest, srv Manager_BlimpUpPreviewServer) error
- func (*UnimplementedManagerServer) CheckVersion(ctx context.Context, req *CheckVersionRequest) (*CheckVersionResponse, error)
- func (*UnimplementedManagerServer) CreateSandbox(ctx context.Context, req *CreateSandboxRequest) (*CreateSandboxResponse, error)
- func (*UnimplementedManagerServer) DeleteSandbox(ctx context.Context, req *DeleteSandboxRequest) (*DeleteSandboxResponse, error)
- func (*UnimplementedManagerServer) DeployToSandbox(ctx context.Context, req *DeployRequest) (*DeployResponse, error)
- func (*UnimplementedManagerServer) Expose(ctx context.Context, req *ExposeRequest) (*ExposeResponse, error)
- func (*UnimplementedManagerServer) GetBuildkit(ctx context.Context, req *GetBuildkitRequest) (*GetBuildkitResponse, error)
- func (*UnimplementedManagerServer) GetImageNamespace(ctx context.Context, req *GetImageNamespaceRequest) (*GetImageNamespaceResponse, error)
- func (*UnimplementedManagerServer) GetStatus(ctx context.Context, req *GetStatusRequest) (*GetStatusResponse, error)
- func (*UnimplementedManagerServer) Restart(ctx context.Context, req *RestartRequest) (*RestartResponse, error)
- func (*UnimplementedManagerServer) TagImages(req *TagImagesRequest, srv Manager_TagImagesServer) error
- func (*UnimplementedManagerServer) Unexpose(ctx context.Context, req *UnexposeRequest) (*UnexposeResponse, error)
- func (*UnimplementedManagerServer) WatchStatus(req *GetStatusRequest, srv Manager_WatchStatusServer) error
Constants ¶
This section is empty.
Variables ¶
View Source
var CLIAction_name = map[int32]string{
0: "OK",
1: "EXIT",
}
View Source
var CLIAction_value = map[string]int32{
"OK": 0,
"EXIT": 1,
}
View Source
var SandboxStatus_SandboxPhase_name = map[int32]string{
0: "UNKNOWN",
1: "RUNNING",
2: "TERMINATING",
3: "DOES_NOT_EXIST",
4: "PREPARING",
}
View Source
var SandboxStatus_SandboxPhase_value = map[string]int32{
"UNKNOWN": 0,
"RUNNING": 1,
"TERMINATING": 2,
"DOES_NOT_EXIST": 3,
"PREPARING": 4,
}
View Source
var ServicePhase_name = map[int32]string{
0: "UNKNOWN",
1: "INITIALIZING_VOLUMES",
2: "WAIT_DEPENDS_ON",
3: "WAIT_SYNC_BIND",
4: "PENDING",
5: "RUNNING",
6: "EXITED",
7: "UNHEALTHY",
8: "UNSCHEDULABLE",
}
View Source
var ServicePhase_value = map[string]int32{
"UNKNOWN": 0,
"INITIALIZING_VOLUMES": 1,
"WAIT_DEPENDS_ON": 2,
"WAIT_SYNC_BIND": 3,
"PENDING": 4,
"RUNNING": 5,
"EXITED": 6,
"UNHEALTHY": 7,
"UNSCHEDULABLE": 8,
}
Functions ¶
func RegisterManagerServer ¶
func RegisterManagerServer(s *grpc.Server, srv ManagerServer)
Types ¶
type AttachToSandboxRequest ¶
type AttachToSandboxRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AttachToSandboxRequest) Descriptor ¶
func (*AttachToSandboxRequest) Descriptor() ([]byte, []int)
func (*AttachToSandboxRequest) GetAuth ¶
func (m *AttachToSandboxRequest) GetAuth() *auth.BlimpAuth
func (*AttachToSandboxRequest) GetOldToken ¶
func (m *AttachToSandboxRequest) GetOldToken() string
func (*AttachToSandboxRequest) ProtoMessage ¶
func (*AttachToSandboxRequest) ProtoMessage()
func (*AttachToSandboxRequest) Reset ¶
func (m *AttachToSandboxRequest) Reset()
func (*AttachToSandboxRequest) String ¶
func (m *AttachToSandboxRequest) String() string
func (*AttachToSandboxRequest) XXX_DiscardUnknown ¶
func (m *AttachToSandboxRequest) XXX_DiscardUnknown()
func (*AttachToSandboxRequest) XXX_Marshal ¶
func (m *AttachToSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AttachToSandboxRequest) XXX_Merge ¶
func (m *AttachToSandboxRequest) XXX_Merge(src proto.Message)
func (*AttachToSandboxRequest) XXX_Size ¶
func (m *AttachToSandboxRequest) XXX_Size() int
func (*AttachToSandboxRequest) XXX_Unmarshal ¶
func (m *AttachToSandboxRequest) XXX_Unmarshal(b []byte) error
type AttachToSandboxResponse ¶
type AttachToSandboxResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` NodeAddress string `protobuf:"bytes,2,opt,name=NodeAddress,proto3" json:"NodeAddress,omitempty"` NodeCert string `protobuf:"bytes,3,opt,name=NodeCert,proto3" json:"NodeCert,omitempty"` KubeCredentials *KubeCredentials `protobuf:"bytes,4,opt,name=kubeCredentials,proto3" json:"kubeCredentials,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AttachToSandboxResponse) Descriptor ¶
func (*AttachToSandboxResponse) Descriptor() ([]byte, []int)
func (*AttachToSandboxResponse) GetError ¶
func (m *AttachToSandboxResponse) GetError() *errors.Error
func (*AttachToSandboxResponse) GetKubeCredentials ¶
func (m *AttachToSandboxResponse) GetKubeCredentials() *KubeCredentials
func (*AttachToSandboxResponse) GetNodeAddress ¶
func (m *AttachToSandboxResponse) GetNodeAddress() string
func (*AttachToSandboxResponse) GetNodeCert ¶
func (m *AttachToSandboxResponse) GetNodeCert() string
func (*AttachToSandboxResponse) ProtoMessage ¶
func (*AttachToSandboxResponse) ProtoMessage()
func (*AttachToSandboxResponse) Reset ¶
func (m *AttachToSandboxResponse) Reset()
func (*AttachToSandboxResponse) String ¶
func (m *AttachToSandboxResponse) String() string
func (*AttachToSandboxResponse) XXX_DiscardUnknown ¶
func (m *AttachToSandboxResponse) XXX_DiscardUnknown()
func (*AttachToSandboxResponse) XXX_Marshal ¶
func (m *AttachToSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AttachToSandboxResponse) XXX_Merge ¶
func (m *AttachToSandboxResponse) XXX_Merge(src proto.Message)
func (*AttachToSandboxResponse) XXX_Size ¶
func (m *AttachToSandboxResponse) XXX_Size() int
func (*AttachToSandboxResponse) XXX_Unmarshal ¶
func (m *AttachToSandboxResponse) XXX_Unmarshal(b []byte) error
type BlimpUpPreviewRequest ¶
type BlimpUpPreviewRequest struct { Auth *auth.BlimpAuth `protobuf:"bytes,5,opt,name=auth,proto3" json:"auth,omitempty"` Repo string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` ComposeFiles []string `protobuf:"bytes,3,rep,name=composeFiles,proto3" json:"composeFiles,omitempty"` Env map[string]string `` /* 147-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlimpUpPreviewRequest) Descriptor ¶
func (*BlimpUpPreviewRequest) Descriptor() ([]byte, []int)
func (*BlimpUpPreviewRequest) GetAuth ¶
func (m *BlimpUpPreviewRequest) GetAuth() *auth.BlimpAuth
func (*BlimpUpPreviewRequest) GetComposeFiles ¶
func (m *BlimpUpPreviewRequest) GetComposeFiles() []string
func (*BlimpUpPreviewRequest) GetEnv ¶
func (m *BlimpUpPreviewRequest) GetEnv() map[string]string
func (*BlimpUpPreviewRequest) GetRepo ¶
func (m *BlimpUpPreviewRequest) GetRepo() string
func (*BlimpUpPreviewRequest) ProtoMessage ¶
func (*BlimpUpPreviewRequest) ProtoMessage()
func (*BlimpUpPreviewRequest) Reset ¶
func (m *BlimpUpPreviewRequest) Reset()
func (*BlimpUpPreviewRequest) String ¶
func (m *BlimpUpPreviewRequest) String() string
func (*BlimpUpPreviewRequest) XXX_DiscardUnknown ¶
func (m *BlimpUpPreviewRequest) XXX_DiscardUnknown()
func (*BlimpUpPreviewRequest) XXX_Marshal ¶
func (m *BlimpUpPreviewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlimpUpPreviewRequest) XXX_Merge ¶
func (m *BlimpUpPreviewRequest) XXX_Merge(src proto.Message)
func (*BlimpUpPreviewRequest) XXX_Size ¶
func (m *BlimpUpPreviewRequest) XXX_Size() int
func (*BlimpUpPreviewRequest) XXX_Unmarshal ¶
func (m *BlimpUpPreviewRequest) XXX_Unmarshal(b []byte) error
type BlimpUpPreviewResponse ¶
type BlimpUpPreviewResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` StartedCli bool `protobuf:"varint,2,opt,name=started_cli,json=startedCli,proto3" json:"started_cli,omitempty"` Output []byte `protobuf:"bytes,3,opt,name=output,proto3" json:"output,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlimpUpPreviewResponse) Descriptor ¶
func (*BlimpUpPreviewResponse) Descriptor() ([]byte, []int)
func (*BlimpUpPreviewResponse) GetError ¶
func (m *BlimpUpPreviewResponse) GetError() *errors.Error
func (*BlimpUpPreviewResponse) GetOutput ¶
func (m *BlimpUpPreviewResponse) GetOutput() []byte
func (*BlimpUpPreviewResponse) GetStartedCli ¶
func (m *BlimpUpPreviewResponse) GetStartedCli() bool
func (*BlimpUpPreviewResponse) ProtoMessage ¶
func (*BlimpUpPreviewResponse) ProtoMessage()
func (*BlimpUpPreviewResponse) Reset ¶
func (m *BlimpUpPreviewResponse) Reset()
func (*BlimpUpPreviewResponse) String ¶
func (m *BlimpUpPreviewResponse) String() string
func (*BlimpUpPreviewResponse) XXX_DiscardUnknown ¶
func (m *BlimpUpPreviewResponse) XXX_DiscardUnknown()
func (*BlimpUpPreviewResponse) XXX_Marshal ¶
func (m *BlimpUpPreviewResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlimpUpPreviewResponse) XXX_Merge ¶
func (m *BlimpUpPreviewResponse) XXX_Merge(src proto.Message)
func (*BlimpUpPreviewResponse) XXX_Size ¶
func (m *BlimpUpPreviewResponse) XXX_Size() int
func (*BlimpUpPreviewResponse) XXX_Unmarshal ¶
func (m *BlimpUpPreviewResponse) XXX_Unmarshal(b []byte) error
type CheckVersionRequest ¶
type CheckVersionRequest struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CheckVersionRequest) Descriptor ¶
func (*CheckVersionRequest) Descriptor() ([]byte, []int)
func (*CheckVersionRequest) GetVersion ¶
func (m *CheckVersionRequest) GetVersion() string
func (*CheckVersionRequest) ProtoMessage ¶
func (*CheckVersionRequest) ProtoMessage()
func (*CheckVersionRequest) Reset ¶
func (m *CheckVersionRequest) Reset()
func (*CheckVersionRequest) String ¶
func (m *CheckVersionRequest) String() string
func (*CheckVersionRequest) XXX_DiscardUnknown ¶
func (m *CheckVersionRequest) XXX_DiscardUnknown()
func (*CheckVersionRequest) XXX_Marshal ¶
func (m *CheckVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CheckVersionRequest) XXX_Merge ¶
func (m *CheckVersionRequest) XXX_Merge(src proto.Message)
func (*CheckVersionRequest) XXX_Size ¶
func (m *CheckVersionRequest) XXX_Size() int
func (*CheckVersionRequest) XXX_Unmarshal ¶
func (m *CheckVersionRequest) XXX_Unmarshal(b []byte) error
type CheckVersionResponse ¶
type CheckVersionResponse struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` DisplayMessage string `protobuf:"bytes,2,opt,name=display_message,json=displayMessage,proto3" json:"display_message,omitempty"` Action CLIAction `protobuf:"varint,3,opt,name=action,proto3,enum=blimp.cluster.v0.CLIAction" json:"action,omitempty"` Error *errors.Error `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CheckVersionResponse) Descriptor ¶
func (*CheckVersionResponse) Descriptor() ([]byte, []int)
func (*CheckVersionResponse) GetAction ¶
func (m *CheckVersionResponse) GetAction() CLIAction
func (*CheckVersionResponse) GetDisplayMessage ¶
func (m *CheckVersionResponse) GetDisplayMessage() string
func (*CheckVersionResponse) GetError ¶
func (m *CheckVersionResponse) GetError() *errors.Error
func (*CheckVersionResponse) GetVersion ¶
func (m *CheckVersionResponse) GetVersion() string
func (*CheckVersionResponse) ProtoMessage ¶
func (*CheckVersionResponse) ProtoMessage()
func (*CheckVersionResponse) Reset ¶
func (m *CheckVersionResponse) Reset()
func (*CheckVersionResponse) String ¶
func (m *CheckVersionResponse) String() string
func (*CheckVersionResponse) XXX_DiscardUnknown ¶
func (m *CheckVersionResponse) XXX_DiscardUnknown()
func (*CheckVersionResponse) XXX_Marshal ¶
func (m *CheckVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CheckVersionResponse) XXX_Merge ¶
func (m *CheckVersionResponse) XXX_Merge(src proto.Message)
func (*CheckVersionResponse) XXX_Size ¶
func (m *CheckVersionResponse) XXX_Size() int
func (*CheckVersionResponse) XXX_Unmarshal ¶
func (m *CheckVersionResponse) XXX_Unmarshal(b []byte) error
type CreateSandboxRequest ¶
type CreateSandboxRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,5,opt,name=auth,proto3" json:"auth,omitempty"` ComposeFile string `protobuf:"bytes,2,opt,name=composeFile,proto3" json:"composeFile,omitempty"` RegistryCredentials map[string]*RegistryCredential `` /* 179-byte string literal not displayed */ SyncedFolders map[string]string `` /* 167-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateSandboxRequest) Descriptor ¶
func (*CreateSandboxRequest) Descriptor() ([]byte, []int)
func (*CreateSandboxRequest) GetAuth ¶
func (m *CreateSandboxRequest) GetAuth() *auth.BlimpAuth
func (*CreateSandboxRequest) GetComposeFile ¶
func (m *CreateSandboxRequest) GetComposeFile() string
func (*CreateSandboxRequest) GetOldToken ¶
func (m *CreateSandboxRequest) GetOldToken() string
func (*CreateSandboxRequest) GetRegistryCredentials ¶
func (m *CreateSandboxRequest) GetRegistryCredentials() map[string]*RegistryCredential
func (*CreateSandboxRequest) GetSyncedFolders ¶
func (m *CreateSandboxRequest) GetSyncedFolders() map[string]string
func (*CreateSandboxRequest) ProtoMessage ¶
func (*CreateSandboxRequest) ProtoMessage()
func (*CreateSandboxRequest) Reset ¶
func (m *CreateSandboxRequest) Reset()
func (*CreateSandboxRequest) String ¶
func (m *CreateSandboxRequest) String() string
func (*CreateSandboxRequest) XXX_DiscardUnknown ¶
func (m *CreateSandboxRequest) XXX_DiscardUnknown()
func (*CreateSandboxRequest) XXX_Marshal ¶
func (m *CreateSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateSandboxRequest) XXX_Merge ¶
func (m *CreateSandboxRequest) XXX_Merge(src proto.Message)
func (*CreateSandboxRequest) XXX_Size ¶
func (m *CreateSandboxRequest) XXX_Size() int
func (*CreateSandboxRequest) XXX_Unmarshal ¶
func (m *CreateSandboxRequest) XXX_Unmarshal(b []byte) error
type CreateSandboxResponse ¶
type CreateSandboxResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` NodeAddress string `protobuf:"bytes,2,opt,name=NodeAddress,proto3" json:"NodeAddress,omitempty"` NodeCert string `protobuf:"bytes,3,opt,name=NodeCert,proto3" json:"NodeCert,omitempty"` KubeCredentials *KubeCredentials `protobuf:"bytes,4,opt,name=kubeCredentials,proto3" json:"kubeCredentials,omitempty"` ImageNamespace string `protobuf:"bytes,5,opt,name=ImageNamespace,proto3" json:"ImageNamespace,omitempty"` Message string `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"` Action CLIAction `protobuf:"varint,7,opt,name=action,proto3,enum=blimp.cluster.v0.CLIAction" json:"action,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateSandboxResponse) Descriptor ¶
func (*CreateSandboxResponse) Descriptor() ([]byte, []int)
func (*CreateSandboxResponse) GetAction ¶
func (m *CreateSandboxResponse) GetAction() CLIAction
func (*CreateSandboxResponse) GetError ¶
func (m *CreateSandboxResponse) GetError() *errors.Error
func (*CreateSandboxResponse) GetImageNamespace ¶
func (m *CreateSandboxResponse) GetImageNamespace() string
func (*CreateSandboxResponse) GetKubeCredentials ¶
func (m *CreateSandboxResponse) GetKubeCredentials() *KubeCredentials
func (*CreateSandboxResponse) GetMessage ¶
func (m *CreateSandboxResponse) GetMessage() string
func (*CreateSandboxResponse) GetNodeAddress ¶
func (m *CreateSandboxResponse) GetNodeAddress() string
func (*CreateSandboxResponse) GetNodeCert ¶
func (m *CreateSandboxResponse) GetNodeCert() string
func (*CreateSandboxResponse) ProtoMessage ¶
func (*CreateSandboxResponse) ProtoMessage()
func (*CreateSandboxResponse) Reset ¶
func (m *CreateSandboxResponse) Reset()
func (*CreateSandboxResponse) String ¶
func (m *CreateSandboxResponse) String() string
func (*CreateSandboxResponse) XXX_DiscardUnknown ¶
func (m *CreateSandboxResponse) XXX_DiscardUnknown()
func (*CreateSandboxResponse) XXX_Marshal ¶
func (m *CreateSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateSandboxResponse) XXX_Merge ¶
func (m *CreateSandboxResponse) XXX_Merge(src proto.Message)
func (*CreateSandboxResponse) XXX_Size ¶
func (m *CreateSandboxResponse) XXX_Size() int
func (*CreateSandboxResponse) XXX_Unmarshal ¶
func (m *CreateSandboxResponse) XXX_Unmarshal(b []byte) error
type DeleteSandboxRequest ¶
type DeleteSandboxRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,3,opt,name=auth,proto3" json:"auth,omitempty"` DeleteVolumes bool `protobuf:"varint,2,opt,name=delete_volumes,json=deleteVolumes,proto3" json:"delete_volumes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteSandboxRequest) Descriptor ¶
func (*DeleteSandboxRequest) Descriptor() ([]byte, []int)
func (*DeleteSandboxRequest) GetAuth ¶
func (m *DeleteSandboxRequest) GetAuth() *auth.BlimpAuth
func (*DeleteSandboxRequest) GetDeleteVolumes ¶
func (m *DeleteSandboxRequest) GetDeleteVolumes() bool
func (*DeleteSandboxRequest) GetOldToken ¶
func (m *DeleteSandboxRequest) GetOldToken() string
func (*DeleteSandboxRequest) ProtoMessage ¶
func (*DeleteSandboxRequest) ProtoMessage()
func (*DeleteSandboxRequest) Reset ¶
func (m *DeleteSandboxRequest) Reset()
func (*DeleteSandboxRequest) String ¶
func (m *DeleteSandboxRequest) String() string
func (*DeleteSandboxRequest) XXX_DiscardUnknown ¶
func (m *DeleteSandboxRequest) XXX_DiscardUnknown()
func (*DeleteSandboxRequest) XXX_Marshal ¶
func (m *DeleteSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteSandboxRequest) XXX_Merge ¶
func (m *DeleteSandboxRequest) XXX_Merge(src proto.Message)
func (*DeleteSandboxRequest) XXX_Size ¶
func (m *DeleteSandboxRequest) XXX_Size() int
func (*DeleteSandboxRequest) XXX_Unmarshal ¶
func (m *DeleteSandboxRequest) XXX_Unmarshal(b []byte) error
type DeleteSandboxResponse ¶
type DeleteSandboxResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteSandboxResponse) Descriptor ¶
func (*DeleteSandboxResponse) Descriptor() ([]byte, []int)
func (*DeleteSandboxResponse) GetError ¶
func (m *DeleteSandboxResponse) GetError() *errors.Error
func (*DeleteSandboxResponse) ProtoMessage ¶
func (*DeleteSandboxResponse) ProtoMessage()
func (*DeleteSandboxResponse) Reset ¶
func (m *DeleteSandboxResponse) Reset()
func (*DeleteSandboxResponse) String ¶
func (m *DeleteSandboxResponse) String() string
func (*DeleteSandboxResponse) XXX_DiscardUnknown ¶
func (m *DeleteSandboxResponse) XXX_DiscardUnknown()
func (*DeleteSandboxResponse) XXX_Marshal ¶
func (m *DeleteSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteSandboxResponse) XXX_Merge ¶
func (m *DeleteSandboxResponse) XXX_Merge(src proto.Message)
func (*DeleteSandboxResponse) XXX_Size ¶
func (m *DeleteSandboxResponse) XXX_Size() int
func (*DeleteSandboxResponse) XXX_Unmarshal ¶
func (m *DeleteSandboxResponse) XXX_Unmarshal(b []byte) error
type DeployRequest ¶
type DeployRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,4,opt,name=auth,proto3" json:"auth,omitempty"` ComposeFile string `protobuf:"bytes,2,opt,name=composeFile,proto3" json:"composeFile,omitempty"` BuiltImages map[string]string `` /* 163-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeployRequest) Descriptor ¶
func (*DeployRequest) Descriptor() ([]byte, []int)
func (*DeployRequest) GetAuth ¶
func (m *DeployRequest) GetAuth() *auth.BlimpAuth
func (*DeployRequest) GetBuiltImages ¶
func (m *DeployRequest) GetBuiltImages() map[string]string
func (*DeployRequest) GetComposeFile ¶
func (m *DeployRequest) GetComposeFile() string
func (*DeployRequest) GetOldToken ¶
func (m *DeployRequest) GetOldToken() string
func (*DeployRequest) ProtoMessage ¶
func (*DeployRequest) ProtoMessage()
func (*DeployRequest) Reset ¶
func (m *DeployRequest) Reset()
func (*DeployRequest) String ¶
func (m *DeployRequest) String() string
func (*DeployRequest) XXX_DiscardUnknown ¶
func (m *DeployRequest) XXX_DiscardUnknown()
func (*DeployRequest) XXX_Marshal ¶
func (m *DeployRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeployRequest) XXX_Merge ¶
func (m *DeployRequest) XXX_Merge(src proto.Message)
func (*DeployRequest) XXX_Size ¶
func (m *DeployRequest) XXX_Size() int
func (*DeployRequest) XXX_Unmarshal ¶
func (m *DeployRequest) XXX_Unmarshal(b []byte) error
type DeployResponse ¶
type DeployResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeployResponse) Descriptor ¶
func (*DeployResponse) Descriptor() ([]byte, []int)
func (*DeployResponse) GetError ¶
func (m *DeployResponse) GetError() *errors.Error
func (*DeployResponse) ProtoMessage ¶
func (*DeployResponse) ProtoMessage()
func (*DeployResponse) Reset ¶
func (m *DeployResponse) Reset()
func (*DeployResponse) String ¶
func (m *DeployResponse) String() string
func (*DeployResponse) XXX_DiscardUnknown ¶
func (m *DeployResponse) XXX_DiscardUnknown()
func (*DeployResponse) XXX_Marshal ¶
func (m *DeployResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeployResponse) XXX_Merge ¶
func (m *DeployResponse) XXX_Merge(src proto.Message)
func (*DeployResponse) XXX_Size ¶
func (m *DeployResponse) XXX_Size() int
func (*DeployResponse) XXX_Unmarshal ¶
func (m *DeployResponse) XXX_Unmarshal(b []byte) error
type ExposeRequest ¶
type ExposeRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,4,opt,name=auth,proto3" json:"auth,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` Port uint32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExposeRequest) Descriptor ¶
func (*ExposeRequest) Descriptor() ([]byte, []int)
func (*ExposeRequest) GetAuth ¶
func (m *ExposeRequest) GetAuth() *auth.BlimpAuth
func (*ExposeRequest) GetOldToken ¶
func (m *ExposeRequest) GetOldToken() string
func (*ExposeRequest) GetPort ¶
func (m *ExposeRequest) GetPort() uint32
func (*ExposeRequest) GetService ¶
func (m *ExposeRequest) GetService() string
func (*ExposeRequest) ProtoMessage ¶
func (*ExposeRequest) ProtoMessage()
func (*ExposeRequest) Reset ¶
func (m *ExposeRequest) Reset()
func (*ExposeRequest) String ¶
func (m *ExposeRequest) String() string
func (*ExposeRequest) XXX_DiscardUnknown ¶
func (m *ExposeRequest) XXX_DiscardUnknown()
func (*ExposeRequest) XXX_Marshal ¶
func (m *ExposeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExposeRequest) XXX_Merge ¶
func (m *ExposeRequest) XXX_Merge(src proto.Message)
func (*ExposeRequest) XXX_Size ¶
func (m *ExposeRequest) XXX_Size() int
func (*ExposeRequest) XXX_Unmarshal ¶
func (m *ExposeRequest) XXX_Unmarshal(b []byte) error
type ExposeResponse ¶
type ExposeResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` Link string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExposeResponse) Descriptor ¶
func (*ExposeResponse) Descriptor() ([]byte, []int)
func (*ExposeResponse) GetError ¶
func (m *ExposeResponse) GetError() *errors.Error
func (*ExposeResponse) GetLink ¶
func (m *ExposeResponse) GetLink() string
func (*ExposeResponse) ProtoMessage ¶
func (*ExposeResponse) ProtoMessage()
func (*ExposeResponse) Reset ¶
func (m *ExposeResponse) Reset()
func (*ExposeResponse) String ¶
func (m *ExposeResponse) String() string
func (*ExposeResponse) XXX_DiscardUnknown ¶
func (m *ExposeResponse) XXX_DiscardUnknown()
func (*ExposeResponse) XXX_Marshal ¶
func (m *ExposeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExposeResponse) XXX_Merge ¶
func (m *ExposeResponse) XXX_Merge(src proto.Message)
func (*ExposeResponse) XXX_Size ¶
func (m *ExposeResponse) XXX_Size() int
func (*ExposeResponse) XXX_Unmarshal ¶
func (m *ExposeResponse) XXX_Unmarshal(b []byte) error
type GetBuildkitRequest ¶
type GetBuildkitRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBuildkitRequest) Descriptor ¶
func (*GetBuildkitRequest) Descriptor() ([]byte, []int)
func (*GetBuildkitRequest) GetAuth ¶
func (m *GetBuildkitRequest) GetAuth() *auth.BlimpAuth
func (*GetBuildkitRequest) GetOldToken ¶
func (m *GetBuildkitRequest) GetOldToken() string
func (*GetBuildkitRequest) ProtoMessage ¶
func (*GetBuildkitRequest) ProtoMessage()
func (*GetBuildkitRequest) Reset ¶
func (m *GetBuildkitRequest) Reset()
func (*GetBuildkitRequest) String ¶
func (m *GetBuildkitRequest) String() string
func (*GetBuildkitRequest) XXX_DiscardUnknown ¶
func (m *GetBuildkitRequest) XXX_DiscardUnknown()
func (*GetBuildkitRequest) XXX_Marshal ¶
func (m *GetBuildkitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBuildkitRequest) XXX_Merge ¶
func (m *GetBuildkitRequest) XXX_Merge(src proto.Message)
func (*GetBuildkitRequest) XXX_Size ¶
func (m *GetBuildkitRequest) XXX_Size() int
func (*GetBuildkitRequest) XXX_Unmarshal ¶
func (m *GetBuildkitRequest) XXX_Unmarshal(b []byte) error
type GetBuildkitResponse ¶
type GetBuildkitResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` NodeAddress string `protobuf:"bytes,2,opt,name=NodeAddress,proto3" json:"NodeAddress,omitempty"` NodeCert string `protobuf:"bytes,3,opt,name=NodeCert,proto3" json:"NodeCert,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBuildkitResponse) Descriptor ¶
func (*GetBuildkitResponse) Descriptor() ([]byte, []int)
func (*GetBuildkitResponse) GetError ¶
func (m *GetBuildkitResponse) GetError() *errors.Error
func (*GetBuildkitResponse) GetNodeAddress ¶
func (m *GetBuildkitResponse) GetNodeAddress() string
func (*GetBuildkitResponse) GetNodeCert ¶
func (m *GetBuildkitResponse) GetNodeCert() string
func (*GetBuildkitResponse) ProtoMessage ¶
func (*GetBuildkitResponse) ProtoMessage()
func (*GetBuildkitResponse) Reset ¶
func (m *GetBuildkitResponse) Reset()
func (*GetBuildkitResponse) String ¶
func (m *GetBuildkitResponse) String() string
func (*GetBuildkitResponse) XXX_DiscardUnknown ¶
func (m *GetBuildkitResponse) XXX_DiscardUnknown()
func (*GetBuildkitResponse) XXX_Marshal ¶
func (m *GetBuildkitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBuildkitResponse) XXX_Merge ¶
func (m *GetBuildkitResponse) XXX_Merge(src proto.Message)
func (*GetBuildkitResponse) XXX_Size ¶
func (m *GetBuildkitResponse) XXX_Size() int
func (*GetBuildkitResponse) XXX_Unmarshal ¶
func (m *GetBuildkitResponse) XXX_Unmarshal(b []byte) error
type GetImageNamespaceRequest ¶
type GetImageNamespaceRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetImageNamespaceRequest) Descriptor ¶
func (*GetImageNamespaceRequest) Descriptor() ([]byte, []int)
func (*GetImageNamespaceRequest) GetAuth ¶
func (m *GetImageNamespaceRequest) GetAuth() *auth.BlimpAuth
func (*GetImageNamespaceRequest) GetOldToken ¶
func (m *GetImageNamespaceRequest) GetOldToken() string
func (*GetImageNamespaceRequest) ProtoMessage ¶
func (*GetImageNamespaceRequest) ProtoMessage()
func (*GetImageNamespaceRequest) Reset ¶
func (m *GetImageNamespaceRequest) Reset()
func (*GetImageNamespaceRequest) String ¶
func (m *GetImageNamespaceRequest) String() string
func (*GetImageNamespaceRequest) XXX_DiscardUnknown ¶
func (m *GetImageNamespaceRequest) XXX_DiscardUnknown()
func (*GetImageNamespaceRequest) XXX_Marshal ¶
func (m *GetImageNamespaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetImageNamespaceRequest) XXX_Merge ¶
func (m *GetImageNamespaceRequest) XXX_Merge(src proto.Message)
func (*GetImageNamespaceRequest) XXX_Size ¶
func (m *GetImageNamespaceRequest) XXX_Size() int
func (*GetImageNamespaceRequest) XXX_Unmarshal ¶
func (m *GetImageNamespaceRequest) XXX_Unmarshal(b []byte) error
type GetImageNamespaceResponse ¶
type GetImageNamespaceResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetImageNamespaceResponse) Descriptor ¶
func (*GetImageNamespaceResponse) Descriptor() ([]byte, []int)
func (*GetImageNamespaceResponse) GetError ¶
func (m *GetImageNamespaceResponse) GetError() *errors.Error
func (*GetImageNamespaceResponse) GetNamespace ¶
func (m *GetImageNamespaceResponse) GetNamespace() string
func (*GetImageNamespaceResponse) ProtoMessage ¶
func (*GetImageNamespaceResponse) ProtoMessage()
func (*GetImageNamespaceResponse) Reset ¶
func (m *GetImageNamespaceResponse) Reset()
func (*GetImageNamespaceResponse) String ¶
func (m *GetImageNamespaceResponse) String() string
func (*GetImageNamespaceResponse) XXX_DiscardUnknown ¶
func (m *GetImageNamespaceResponse) XXX_DiscardUnknown()
func (*GetImageNamespaceResponse) XXX_Marshal ¶
func (m *GetImageNamespaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetImageNamespaceResponse) XXX_Merge ¶
func (m *GetImageNamespaceResponse) XXX_Merge(src proto.Message)
func (*GetImageNamespaceResponse) XXX_Size ¶
func (m *GetImageNamespaceResponse) XXX_Size() int
func (*GetImageNamespaceResponse) XXX_Unmarshal ¶
func (m *GetImageNamespaceResponse) XXX_Unmarshal(b []byte) error
type GetStatusRequest ¶
type GetStatusRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetStatusRequest) Descriptor ¶
func (*GetStatusRequest) Descriptor() ([]byte, []int)
func (*GetStatusRequest) GetAuth ¶
func (m *GetStatusRequest) GetAuth() *auth.BlimpAuth
func (*GetStatusRequest) GetOldToken ¶
func (m *GetStatusRequest) GetOldToken() string
func (*GetStatusRequest) ProtoMessage ¶
func (*GetStatusRequest) ProtoMessage()
func (*GetStatusRequest) Reset ¶
func (m *GetStatusRequest) Reset()
func (*GetStatusRequest) String ¶
func (m *GetStatusRequest) String() string
func (*GetStatusRequest) XXX_DiscardUnknown ¶
func (m *GetStatusRequest) XXX_DiscardUnknown()
func (*GetStatusRequest) XXX_Marshal ¶
func (m *GetStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetStatusRequest) XXX_Merge ¶
func (m *GetStatusRequest) XXX_Merge(src proto.Message)
func (*GetStatusRequest) XXX_Size ¶
func (m *GetStatusRequest) XXX_Size() int
func (*GetStatusRequest) XXX_Unmarshal ¶
func (m *GetStatusRequest) XXX_Unmarshal(b []byte) error
type GetStatusResponse ¶
type GetStatusResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` Status *SandboxStatus `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetStatusResponse) Descriptor ¶
func (*GetStatusResponse) Descriptor() ([]byte, []int)
func (*GetStatusResponse) GetError ¶
func (m *GetStatusResponse) GetError() *errors.Error
func (*GetStatusResponse) GetStatus ¶
func (m *GetStatusResponse) GetStatus() *SandboxStatus
func (*GetStatusResponse) ProtoMessage ¶
func (*GetStatusResponse) ProtoMessage()
func (*GetStatusResponse) Reset ¶
func (m *GetStatusResponse) Reset()
func (*GetStatusResponse) String ¶
func (m *GetStatusResponse) String() string
func (*GetStatusResponse) XXX_DiscardUnknown ¶
func (m *GetStatusResponse) XXX_DiscardUnknown()
func (*GetStatusResponse) XXX_Marshal ¶
func (m *GetStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetStatusResponse) XXX_Merge ¶
func (m *GetStatusResponse) XXX_Merge(src proto.Message)
func (*GetStatusResponse) XXX_Size ¶
func (m *GetStatusResponse) XXX_Size() int
func (*GetStatusResponse) XXX_Unmarshal ¶
func (m *GetStatusResponse) XXX_Unmarshal(b []byte) error
type KubeCredentials ¶
type KubeCredentials struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` CaCrt string `protobuf:"bytes,2,opt,name=caCrt,proto3" json:"caCrt,omitempty"` Token string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"` Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KubeCredentials) Descriptor ¶
func (*KubeCredentials) Descriptor() ([]byte, []int)
func (*KubeCredentials) GetCaCrt ¶
func (m *KubeCredentials) GetCaCrt() string
func (*KubeCredentials) GetHost ¶
func (m *KubeCredentials) GetHost() string
func (*KubeCredentials) GetNamespace ¶
func (m *KubeCredentials) GetNamespace() string
func (*KubeCredentials) GetToken ¶
func (m *KubeCredentials) GetToken() string
func (*KubeCredentials) ProtoMessage ¶
func (*KubeCredentials) ProtoMessage()
func (*KubeCredentials) Reset ¶
func (m *KubeCredentials) Reset()
func (*KubeCredentials) String ¶
func (m *KubeCredentials) String() string
func (*KubeCredentials) XXX_DiscardUnknown ¶
func (m *KubeCredentials) XXX_DiscardUnknown()
func (*KubeCredentials) XXX_Marshal ¶
func (m *KubeCredentials) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KubeCredentials) XXX_Merge ¶
func (m *KubeCredentials) XXX_Merge(src proto.Message)
func (*KubeCredentials) XXX_Size ¶
func (m *KubeCredentials) XXX_Size() int
func (*KubeCredentials) XXX_Unmarshal ¶
func (m *KubeCredentials) XXX_Unmarshal(b []byte) error
type ManagerClient ¶
type ManagerClient interface { AttachToSandbox(ctx context.Context, in *AttachToSandboxRequest, opts ...grpc.CallOption) (*AttachToSandboxResponse, error) BlimpUpPreview(ctx context.Context, in *BlimpUpPreviewRequest, opts ...grpc.CallOption) (Manager_BlimpUpPreviewClient, error) CreateSandbox(ctx context.Context, in *CreateSandboxRequest, opts ...grpc.CallOption) (*CreateSandboxResponse, error) DeployToSandbox(ctx context.Context, in *DeployRequest, opts ...grpc.CallOption) (*DeployResponse, error) DeleteSandbox(ctx context.Context, in *DeleteSandboxRequest, opts ...grpc.CallOption) (*DeleteSandboxResponse, error) GetBuildkit(ctx context.Context, in *GetBuildkitRequest, opts ...grpc.CallOption) (*GetBuildkitResponse, error) GetStatus(ctx context.Context, in *GetStatusRequest, opts ...grpc.CallOption) (*GetStatusResponse, error) GetImageNamespace(ctx context.Context, in *GetImageNamespaceRequest, opts ...grpc.CallOption) (*GetImageNamespaceResponse, error) WatchStatus(ctx context.Context, in *GetStatusRequest, opts ...grpc.CallOption) (Manager_WatchStatusClient, error) CheckVersion(ctx context.Context, in *CheckVersionRequest, opts ...grpc.CallOption) (*CheckVersionResponse, error) Restart(ctx context.Context, in *RestartRequest, opts ...grpc.CallOption) (*RestartResponse, error) TagImages(ctx context.Context, in *TagImagesRequest, opts ...grpc.CallOption) (Manager_TagImagesClient, error) Expose(ctx context.Context, in *ExposeRequest, opts ...grpc.CallOption) (*ExposeResponse, error) Unexpose(ctx context.Context, in *UnexposeRequest, opts ...grpc.CallOption) (*UnexposeResponse, error) }
ManagerClient is the client API for Manager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewManagerClient ¶
func NewManagerClient(cc grpc.ClientConnInterface) ManagerClient
type ManagerServer ¶
type ManagerServer interface { AttachToSandbox(context.Context, *AttachToSandboxRequest) (*AttachToSandboxResponse, error) BlimpUpPreview(*BlimpUpPreviewRequest, Manager_BlimpUpPreviewServer) error CreateSandbox(context.Context, *CreateSandboxRequest) (*CreateSandboxResponse, error) DeployToSandbox(context.Context, *DeployRequest) (*DeployResponse, error) DeleteSandbox(context.Context, *DeleteSandboxRequest) (*DeleteSandboxResponse, error) GetBuildkit(context.Context, *GetBuildkitRequest) (*GetBuildkitResponse, error) GetStatus(context.Context, *GetStatusRequest) (*GetStatusResponse, error) GetImageNamespace(context.Context, *GetImageNamespaceRequest) (*GetImageNamespaceResponse, error) WatchStatus(*GetStatusRequest, Manager_WatchStatusServer) error CheckVersion(context.Context, *CheckVersionRequest) (*CheckVersionResponse, error) Restart(context.Context, *RestartRequest) (*RestartResponse, error) TagImages(*TagImagesRequest, Manager_TagImagesServer) error Expose(context.Context, *ExposeRequest) (*ExposeResponse, error) Unexpose(context.Context, *UnexposeRequest) (*UnexposeResponse, error) }
ManagerServer is the server API for Manager service.
type Manager_BlimpUpPreviewClient ¶
type Manager_BlimpUpPreviewClient interface { Recv() (*BlimpUpPreviewResponse, error) grpc.ClientStream }
type Manager_BlimpUpPreviewServer ¶
type Manager_BlimpUpPreviewServer interface { Send(*BlimpUpPreviewResponse) error grpc.ServerStream }
type Manager_TagImagesClient ¶
type Manager_TagImagesClient interface { Recv() (*TagImagesResponse, error) grpc.ClientStream }
type Manager_TagImagesServer ¶
type Manager_TagImagesServer interface { Send(*TagImagesResponse) error grpc.ServerStream }
type Manager_WatchStatusClient ¶
type Manager_WatchStatusClient interface { Recv() (*GetStatusResponse, error) grpc.ClientStream }
type Manager_WatchStatusServer ¶
type Manager_WatchStatusServer interface { Send(*GetStatusResponse) error grpc.ServerStream }
type RegistryCredential ¶
type RegistryCredential struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RegistryCredential) Descriptor ¶
func (*RegistryCredential) Descriptor() ([]byte, []int)
func (*RegistryCredential) GetPassword ¶
func (m *RegistryCredential) GetPassword() string
func (*RegistryCredential) GetUsername ¶
func (m *RegistryCredential) GetUsername() string
func (*RegistryCredential) ProtoMessage ¶
func (*RegistryCredential) ProtoMessage()
func (*RegistryCredential) Reset ¶
func (m *RegistryCredential) Reset()
func (*RegistryCredential) String ¶
func (m *RegistryCredential) String() string
func (*RegistryCredential) XXX_DiscardUnknown ¶
func (m *RegistryCredential) XXX_DiscardUnknown()
func (*RegistryCredential) XXX_Marshal ¶
func (m *RegistryCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RegistryCredential) XXX_Merge ¶
func (m *RegistryCredential) XXX_Merge(src proto.Message)
func (*RegistryCredential) XXX_Size ¶
func (m *RegistryCredential) XXX_Size() int
func (*RegistryCredential) XXX_Unmarshal ¶
func (m *RegistryCredential) XXX_Unmarshal(b []byte) error
type RestartRequest ¶
type RestartRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,3,opt,name=auth,proto3" json:"auth,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RestartRequest) Descriptor ¶
func (*RestartRequest) Descriptor() ([]byte, []int)
func (*RestartRequest) GetAuth ¶
func (m *RestartRequest) GetAuth() *auth.BlimpAuth
func (*RestartRequest) GetOldToken ¶
func (m *RestartRequest) GetOldToken() string
func (*RestartRequest) GetService ¶
func (m *RestartRequest) GetService() string
func (*RestartRequest) ProtoMessage ¶
func (*RestartRequest) ProtoMessage()
func (*RestartRequest) Reset ¶
func (m *RestartRequest) Reset()
func (*RestartRequest) String ¶
func (m *RestartRequest) String() string
func (*RestartRequest) XXX_DiscardUnknown ¶
func (m *RestartRequest) XXX_DiscardUnknown()
func (*RestartRequest) XXX_Marshal ¶
func (m *RestartRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RestartRequest) XXX_Merge ¶
func (m *RestartRequest) XXX_Merge(src proto.Message)
func (*RestartRequest) XXX_Size ¶
func (m *RestartRequest) XXX_Size() int
func (*RestartRequest) XXX_Unmarshal ¶
func (m *RestartRequest) XXX_Unmarshal(b []byte) error
type RestartResponse ¶
type RestartResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RestartResponse) Descriptor ¶
func (*RestartResponse) Descriptor() ([]byte, []int)
func (*RestartResponse) GetError ¶
func (m *RestartResponse) GetError() *errors.Error
func (*RestartResponse) ProtoMessage ¶
func (*RestartResponse) ProtoMessage()
func (*RestartResponse) Reset ¶
func (m *RestartResponse) Reset()
func (*RestartResponse) String ¶
func (m *RestartResponse) String() string
func (*RestartResponse) XXX_DiscardUnknown ¶
func (m *RestartResponse) XXX_DiscardUnknown()
func (*RestartResponse) XXX_Marshal ¶
func (m *RestartResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RestartResponse) XXX_Merge ¶
func (m *RestartResponse) XXX_Merge(src proto.Message)
func (*RestartResponse) XXX_Size ¶
func (m *RestartResponse) XXX_Size() int
func (*RestartResponse) XXX_Unmarshal ¶
func (m *RestartResponse) XXX_Unmarshal(b []byte) error
type SandboxStatus ¶
type SandboxStatus struct { Services map[string]*ServiceStatus `` /* 157-byte string literal not displayed */ Phase SandboxStatus_SandboxPhase `protobuf:"varint,2,opt,name=phase,proto3,enum=blimp.cluster.v0.SandboxStatus_SandboxPhase" json:"phase,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SandboxStatus) Descriptor ¶
func (*SandboxStatus) Descriptor() ([]byte, []int)
func (*SandboxStatus) GetPhase ¶
func (m *SandboxStatus) GetPhase() SandboxStatus_SandboxPhase
func (*SandboxStatus) GetServices ¶
func (m *SandboxStatus) GetServices() map[string]*ServiceStatus
func (*SandboxStatus) ProtoMessage ¶
func (*SandboxStatus) ProtoMessage()
func (*SandboxStatus) Reset ¶
func (m *SandboxStatus) Reset()
func (*SandboxStatus) String ¶
func (m *SandboxStatus) String() string
func (*SandboxStatus) XXX_DiscardUnknown ¶
func (m *SandboxStatus) XXX_DiscardUnknown()
func (*SandboxStatus) XXX_Marshal ¶
func (m *SandboxStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SandboxStatus) XXX_Merge ¶
func (m *SandboxStatus) XXX_Merge(src proto.Message)
func (*SandboxStatus) XXX_Size ¶
func (m *SandboxStatus) XXX_Size() int
func (*SandboxStatus) XXX_Unmarshal ¶
func (m *SandboxStatus) XXX_Unmarshal(b []byte) error
type SandboxStatus_SandboxPhase ¶
type SandboxStatus_SandboxPhase int32
const ( SandboxStatus_UNKNOWN SandboxStatus_SandboxPhase = 0 SandboxStatus_RUNNING SandboxStatus_SandboxPhase = 1 SandboxStatus_TERMINATING SandboxStatus_SandboxPhase = 2 SandboxStatus_DOES_NOT_EXIST SandboxStatus_SandboxPhase = 3 SandboxStatus_PREPARING SandboxStatus_SandboxPhase = 4 )
func (SandboxStatus_SandboxPhase) EnumDescriptor ¶
func (SandboxStatus_SandboxPhase) EnumDescriptor() ([]byte, []int)
func (SandboxStatus_SandboxPhase) String ¶
func (x SandboxStatus_SandboxPhase) String() string
type ServicePhase ¶
type ServicePhase int32
const ( ServicePhase_UNKNOWN ServicePhase = 0 ServicePhase_INITIALIZING_VOLUMES ServicePhase = 1 ServicePhase_WAIT_DEPENDS_ON ServicePhase = 2 ServicePhase_WAIT_SYNC_BIND ServicePhase = 3 ServicePhase_PENDING ServicePhase = 4 ServicePhase_RUNNING ServicePhase = 5 ServicePhase_EXITED ServicePhase = 6 ServicePhase_UNHEALTHY ServicePhase = 7 ServicePhase_UNSCHEDULABLE ServicePhase = 8 )
func (ServicePhase) EnumDescriptor ¶
func (ServicePhase) EnumDescriptor() ([]byte, []int)
func (ServicePhase) String ¶
func (x ServicePhase) String() string
type ServiceStatus ¶
type ServiceStatus struct { Phase ServicePhase `protobuf:"varint,1,opt,name=phase,proto3,enum=blimp.cluster.v0.ServicePhase" json:"phase,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` HasStarted bool `protobuf:"varint,3,opt,name=has_started,json=hasStarted,proto3" json:"has_started,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ServiceStatus) Descriptor ¶
func (*ServiceStatus) Descriptor() ([]byte, []int)
func (*ServiceStatus) GetHasStarted ¶
func (m *ServiceStatus) GetHasStarted() bool
func (*ServiceStatus) GetMsg ¶
func (m *ServiceStatus) GetMsg() string
func (*ServiceStatus) GetPhase ¶
func (m *ServiceStatus) GetPhase() ServicePhase
func (*ServiceStatus) ProtoMessage ¶
func (*ServiceStatus) ProtoMessage()
func (*ServiceStatus) Reset ¶
func (m *ServiceStatus) Reset()
func (*ServiceStatus) String ¶
func (m *ServiceStatus) String() string
func (*ServiceStatus) XXX_DiscardUnknown ¶
func (m *ServiceStatus) XXX_DiscardUnknown()
func (*ServiceStatus) XXX_Marshal ¶
func (m *ServiceStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ServiceStatus) XXX_Merge ¶
func (m *ServiceStatus) XXX_Merge(src proto.Message)
func (*ServiceStatus) XXX_Size ¶
func (m *ServiceStatus) XXX_Size() int
func (*ServiceStatus) XXX_Unmarshal ¶
func (m *ServiceStatus) XXX_Unmarshal(b []byte) error
type TagImageRequest ¶
type TagImageRequest struct { Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"` Tag string `protobuf:"bytes,3,opt,name=tag,proto3" json:"tag,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TagImageRequest) Descriptor ¶
func (*TagImageRequest) Descriptor() ([]byte, []int)
func (*TagImageRequest) GetImage ¶
func (m *TagImageRequest) GetImage() string
func (*TagImageRequest) GetService ¶
func (m *TagImageRequest) GetService() string
func (*TagImageRequest) GetTag ¶
func (m *TagImageRequest) GetTag() string
func (*TagImageRequest) ProtoMessage ¶
func (*TagImageRequest) ProtoMessage()
func (*TagImageRequest) Reset ¶
func (m *TagImageRequest) Reset()
func (*TagImageRequest) String ¶
func (m *TagImageRequest) String() string
func (*TagImageRequest) XXX_DiscardUnknown ¶
func (m *TagImageRequest) XXX_DiscardUnknown()
func (*TagImageRequest) XXX_Marshal ¶
func (m *TagImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TagImageRequest) XXX_Merge ¶
func (m *TagImageRequest) XXX_Merge(src proto.Message)
func (*TagImageRequest) XXX_Size ¶
func (m *TagImageRequest) XXX_Size() int
func (*TagImageRequest) XXX_Unmarshal ¶
func (m *TagImageRequest) XXX_Unmarshal(b []byte) error
type TagImagesRequest ¶
type TagImagesRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,4,opt,name=auth,proto3" json:"auth,omitempty"` TagRequests []*TagImageRequest `protobuf:"bytes,2,rep,name=tagRequests,proto3" json:"tagRequests,omitempty"` RegistryCredentials map[string]*RegistryCredential `` /* 179-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TagImagesRequest) Descriptor ¶
func (*TagImagesRequest) Descriptor() ([]byte, []int)
func (*TagImagesRequest) GetAuth ¶
func (m *TagImagesRequest) GetAuth() *auth.BlimpAuth
func (*TagImagesRequest) GetOldToken ¶
func (m *TagImagesRequest) GetOldToken() string
func (*TagImagesRequest) GetRegistryCredentials ¶
func (m *TagImagesRequest) GetRegistryCredentials() map[string]*RegistryCredential
func (*TagImagesRequest) GetTagRequests ¶
func (m *TagImagesRequest) GetTagRequests() []*TagImageRequest
func (*TagImagesRequest) ProtoMessage ¶
func (*TagImagesRequest) ProtoMessage()
func (*TagImagesRequest) Reset ¶
func (m *TagImagesRequest) Reset()
func (*TagImagesRequest) String ¶
func (m *TagImagesRequest) String() string
func (*TagImagesRequest) XXX_DiscardUnknown ¶
func (m *TagImagesRequest) XXX_DiscardUnknown()
func (*TagImagesRequest) XXX_Marshal ¶
func (m *TagImagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TagImagesRequest) XXX_Merge ¶
func (m *TagImagesRequest) XXX_Merge(src proto.Message)
func (*TagImagesRequest) XXX_Size ¶
func (m *TagImagesRequest) XXX_Size() int
func (*TagImagesRequest) XXX_Unmarshal ¶
func (m *TagImagesRequest) XXX_Unmarshal(b []byte) error
type TagImagesResponse ¶
type TagImagesResponse struct { Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` Error *errors.Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TagImagesResponse) Descriptor ¶
func (*TagImagesResponse) Descriptor() ([]byte, []int)
func (*TagImagesResponse) GetError ¶
func (m *TagImagesResponse) GetError() *errors.Error
func (*TagImagesResponse) GetService ¶
func (m *TagImagesResponse) GetService() string
func (*TagImagesResponse) ProtoMessage ¶
func (*TagImagesResponse) ProtoMessage()
func (*TagImagesResponse) Reset ¶
func (m *TagImagesResponse) Reset()
func (*TagImagesResponse) String ¶
func (m *TagImagesResponse) String() string
func (*TagImagesResponse) XXX_DiscardUnknown ¶
func (m *TagImagesResponse) XXX_DiscardUnknown()
func (*TagImagesResponse) XXX_Marshal ¶
func (m *TagImagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TagImagesResponse) XXX_Merge ¶
func (m *TagImagesResponse) XXX_Merge(src proto.Message)
func (*TagImagesResponse) XXX_Size ¶
func (m *TagImagesResponse) XXX_Size() int
func (*TagImagesResponse) XXX_Unmarshal ¶
func (m *TagImagesResponse) XXX_Unmarshal(b []byte) error
type UnexposeRequest ¶
type UnexposeRequest struct { OldToken string `protobuf:"bytes,1,opt,name=old_token,json=oldToken,proto3" json:"old_token,omitempty"` Auth *auth.BlimpAuth `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UnexposeRequest) Descriptor ¶
func (*UnexposeRequest) Descriptor() ([]byte, []int)
func (*UnexposeRequest) GetAuth ¶
func (m *UnexposeRequest) GetAuth() *auth.BlimpAuth
func (*UnexposeRequest) GetOldToken ¶
func (m *UnexposeRequest) GetOldToken() string
func (*UnexposeRequest) ProtoMessage ¶
func (*UnexposeRequest) ProtoMessage()
func (*UnexposeRequest) Reset ¶
func (m *UnexposeRequest) Reset()
func (*UnexposeRequest) String ¶
func (m *UnexposeRequest) String() string
func (*UnexposeRequest) XXX_DiscardUnknown ¶
func (m *UnexposeRequest) XXX_DiscardUnknown()
func (*UnexposeRequest) XXX_Marshal ¶
func (m *UnexposeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnexposeRequest) XXX_Merge ¶
func (m *UnexposeRequest) XXX_Merge(src proto.Message)
func (*UnexposeRequest) XXX_Size ¶
func (m *UnexposeRequest) XXX_Size() int
func (*UnexposeRequest) XXX_Unmarshal ¶
func (m *UnexposeRequest) XXX_Unmarshal(b []byte) error
type UnexposeResponse ¶
type UnexposeResponse struct { Error *errors.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UnexposeResponse) Descriptor ¶
func (*UnexposeResponse) Descriptor() ([]byte, []int)
func (*UnexposeResponse) GetError ¶
func (m *UnexposeResponse) GetError() *errors.Error
func (*UnexposeResponse) ProtoMessage ¶
func (*UnexposeResponse) ProtoMessage()
func (*UnexposeResponse) Reset ¶
func (m *UnexposeResponse) Reset()
func (*UnexposeResponse) String ¶
func (m *UnexposeResponse) String() string
func (*UnexposeResponse) XXX_DiscardUnknown ¶
func (m *UnexposeResponse) XXX_DiscardUnknown()
func (*UnexposeResponse) XXX_Marshal ¶
func (m *UnexposeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnexposeResponse) XXX_Merge ¶
func (m *UnexposeResponse) XXX_Merge(src proto.Message)
func (*UnexposeResponse) XXX_Size ¶
func (m *UnexposeResponse) XXX_Size() int
func (*UnexposeResponse) XXX_Unmarshal ¶
func (m *UnexposeResponse) XXX_Unmarshal(b []byte) error
type UnimplementedManagerServer ¶
type UnimplementedManagerServer struct { }
UnimplementedManagerServer can be embedded to have forward compatible implementations.
func (*UnimplementedManagerServer) AttachToSandbox ¶
func (*UnimplementedManagerServer) AttachToSandbox(ctx context.Context, req *AttachToSandboxRequest) (*AttachToSandboxResponse, error)
func (*UnimplementedManagerServer) BlimpUpPreview ¶
func (*UnimplementedManagerServer) BlimpUpPreview(req *BlimpUpPreviewRequest, srv Manager_BlimpUpPreviewServer) error
func (*UnimplementedManagerServer) CheckVersion ¶
func (*UnimplementedManagerServer) CheckVersion(ctx context.Context, req *CheckVersionRequest) (*CheckVersionResponse, error)
func (*UnimplementedManagerServer) CreateSandbox ¶
func (*UnimplementedManagerServer) CreateSandbox(ctx context.Context, req *CreateSandboxRequest) (*CreateSandboxResponse, error)
func (*UnimplementedManagerServer) DeleteSandbox ¶
func (*UnimplementedManagerServer) DeleteSandbox(ctx context.Context, req *DeleteSandboxRequest) (*DeleteSandboxResponse, error)
func (*UnimplementedManagerServer) DeployToSandbox ¶
func (*UnimplementedManagerServer) DeployToSandbox(ctx context.Context, req *DeployRequest) (*DeployResponse, error)
func (*UnimplementedManagerServer) Expose ¶
func (*UnimplementedManagerServer) Expose(ctx context.Context, req *ExposeRequest) (*ExposeResponse, error)
func (*UnimplementedManagerServer) GetBuildkit ¶
func (*UnimplementedManagerServer) GetBuildkit(ctx context.Context, req *GetBuildkitRequest) (*GetBuildkitResponse, error)
func (*UnimplementedManagerServer) GetImageNamespace ¶
func (*UnimplementedManagerServer) GetImageNamespace(ctx context.Context, req *GetImageNamespaceRequest) (*GetImageNamespaceResponse, error)
func (*UnimplementedManagerServer) GetStatus ¶
func (*UnimplementedManagerServer) GetStatus(ctx context.Context, req *GetStatusRequest) (*GetStatusResponse, error)
func (*UnimplementedManagerServer) Restart ¶
func (*UnimplementedManagerServer) Restart(ctx context.Context, req *RestartRequest) (*RestartResponse, error)
func (*UnimplementedManagerServer) TagImages ¶
func (*UnimplementedManagerServer) TagImages(req *TagImagesRequest, srv Manager_TagImagesServer) error
func (*UnimplementedManagerServer) Unexpose ¶
func (*UnimplementedManagerServer) Unexpose(ctx context.Context, req *UnexposeRequest) (*UnexposeResponse, error)
func (*UnimplementedManagerServer) WatchStatus ¶
func (*UnimplementedManagerServer) WatchStatus(req *GetStatusRequest, srv Manager_WatchStatusServer) error
Click to show internal directories.
Click to hide internal directories.