corev1beta1grpc

package
v1.3.0-20230223111533-... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BackupService_BackupDryRun_FullMethodName = "/odpf.optimus.core.v1beta1.BackupService/BackupDryRun"
	BackupService_CreateBackup_FullMethodName = "/odpf.optimus.core.v1beta1.BackupService/CreateBackup"
	BackupService_ListBackups_FullMethodName  = "/odpf.optimus.core.v1beta1.BackupService/ListBackups"
	BackupService_GetBackup_FullMethodName    = "/odpf.optimus.core.v1beta1.BackupService/GetBackup"
)
View Source
const (
	JobRunService_GetJobTask_FullMethodName       = "/odpf.optimus.core.v1beta1.JobRunService/GetJobTask"
	JobRunService_RegisterInstance_FullMethodName = "/odpf.optimus.core.v1beta1.JobRunService/RegisterInstance"
	JobRunService_JobStatus_FullMethodName        = "/odpf.optimus.core.v1beta1.JobRunService/JobStatus"
	JobRunService_JobRun_FullMethodName           = "/odpf.optimus.core.v1beta1.JobRunService/JobRun"
	JobRunService_GetWindow_FullMethodName        = "/odpf.optimus.core.v1beta1.JobRunService/GetWindow"
	JobRunService_RunJob_FullMethodName           = "/odpf.optimus.core.v1beta1.JobRunService/RunJob"
)
View Source
const (
	JobSpecificationService_DeployJobSpecification_FullMethodName = "/odpf.optimus.core.v1beta1.JobSpecificationService/DeployJobSpecification"
	JobSpecificationService_CreateJobSpecification_FullMethodName = "/odpf.optimus.core.v1beta1.JobSpecificationService/CreateJobSpecification"
	JobSpecificationService_GetJobSpecification_FullMethodName    = "/odpf.optimus.core.v1beta1.JobSpecificationService/GetJobSpecification"
	JobSpecificationService_DeleteJobSpecification_FullMethodName = "/odpf.optimus.core.v1beta1.JobSpecificationService/DeleteJobSpecification"
	JobSpecificationService_ListJobSpecification_FullMethodName   = "/odpf.optimus.core.v1beta1.JobSpecificationService/ListJobSpecification"
	JobSpecificationService_CheckJobSpecification_FullMethodName  = "/odpf.optimus.core.v1beta1.JobSpecificationService/CheckJobSpecification"
	JobSpecificationService_CheckJobSpecifications_FullMethodName = "/odpf.optimus.core.v1beta1.JobSpecificationService/CheckJobSpecifications"
	JobSpecificationService_RefreshJobs_FullMethodName            = "/odpf.optimus.core.v1beta1.JobSpecificationService/RefreshJobs"
)
View Source
const (
	NamespaceService_RegisterProjectNamespace_FullMethodName = "/odpf.optimus.core.v1beta1.NamespaceService/RegisterProjectNamespace"
	NamespaceService_ListProjectNamespaces_FullMethodName    = "/odpf.optimus.core.v1beta1.NamespaceService/ListProjectNamespaces"
)
View Source
const (
	ProjectService_RegisterProject_FullMethodName = "/odpf.optimus.core.v1beta1.ProjectService/RegisterProject"
	ProjectService_ListProjects_FullMethodName    = "/odpf.optimus.core.v1beta1.ProjectService/ListProjects"
)
View Source
const (
	ReplayService_ReplayDryRun_FullMethodName    = "/odpf.optimus.core.v1beta1.ReplayService/ReplayDryRun"
	ReplayService_Replay_FullMethodName          = "/odpf.optimus.core.v1beta1.ReplayService/Replay"
	ReplayService_GetReplayStatus_FullMethodName = "/odpf.optimus.core.v1beta1.ReplayService/GetReplayStatus"
	ReplayService_ListReplays_FullMethodName     = "/odpf.optimus.core.v1beta1.ReplayService/ListReplays"
)
View Source
const (
	ResourceService_DeployResourceSpecification_FullMethodName = "/odpf.optimus.core.v1beta1.ResourceService/DeployResourceSpecification"
	ResourceService_ListResourceSpecification_FullMethodName   = "/odpf.optimus.core.v1beta1.ResourceService/ListResourceSpecification"
	ResourceService_CreateResource_FullMethodName              = "/odpf.optimus.core.v1beta1.ResourceService/CreateResource"
	ResourceService_ReadResource_FullMethodName                = "/odpf.optimus.core.v1beta1.ResourceService/ReadResource"
	ResourceService_UpdateResource_FullMethodName              = "/odpf.optimus.core.v1beta1.ResourceService/UpdateResource"
)
View Source
const (
	RuntimeService_Version_FullMethodName          = "/odpf.optimus.core.v1beta1.RuntimeService/Version"
	RuntimeService_RegisterJobEvent_FullMethodName = "/odpf.optimus.core.v1beta1.RuntimeService/RegisterJobEvent"
)
View Source
const (
	SecretService_RegisterSecret_FullMethodName = "/odpf.optimus.core.v1beta1.SecretService/RegisterSecret"
	SecretService_UpdateSecret_FullMethodName   = "/odpf.optimus.core.v1beta1.SecretService/UpdateSecret"
	SecretService_ListSecrets_FullMethodName    = "/odpf.optimus.core.v1beta1.SecretService/ListSecrets"
	SecretService_DeleteSecret_FullMethodName   = "/odpf.optimus.core.v1beta1.SecretService/DeleteSecret"
)

Variables

View Source
var BackupService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "odpf.optimus.core.v1beta1.BackupService",
	HandlerType: (*BackupServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "BackupDryRun",
			Handler:    _BackupService_BackupDryRun_Handler,
		},
		{
			MethodName: "CreateBackup",
			Handler:    _BackupService_CreateBackup_Handler,
		},
		{
			MethodName: "ListBackups",
			Handler:    _BackupService_ListBackups_Handler,
		},
		{
			MethodName: "GetBackup",
			Handler:    _BackupService_GetBackup_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "odpf/optimus/core/v1beta1/backup.proto",
}

BackupService_ServiceDesc is the grpc.ServiceDesc for BackupService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var JobRunService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "odpf.optimus.core.v1beta1.JobRunService",
	HandlerType: (*JobRunServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetJobTask",
			Handler:    _JobRunService_GetJobTask_Handler,
		},
		{
			MethodName: "RegisterInstance",
			Handler:    _JobRunService_RegisterInstance_Handler,
		},
		{
			MethodName: "JobStatus",
			Handler:    _JobRunService_JobStatus_Handler,
		},
		{
			MethodName: "JobRun",
			Handler:    _JobRunService_JobRun_Handler,
		},
		{
			MethodName: "GetWindow",
			Handler:    _JobRunService_GetWindow_Handler,
		},
		{
			MethodName: "RunJob",
			Handler:    _JobRunService_RunJob_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "odpf/optimus/core/v1beta1/job_run.proto",
}

JobRunService_ServiceDesc is the grpc.ServiceDesc for JobRunService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var JobSpecificationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "odpf.optimus.core.v1beta1.JobSpecificationService",
	HandlerType: (*JobSpecificationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateJobSpecification",
			Handler:    _JobSpecificationService_CreateJobSpecification_Handler,
		},
		{
			MethodName: "GetJobSpecification",
			Handler:    _JobSpecificationService_GetJobSpecification_Handler,
		},
		{
			MethodName: "DeleteJobSpecification",
			Handler:    _JobSpecificationService_DeleteJobSpecification_Handler,
		},
		{
			MethodName: "ListJobSpecification",
			Handler:    _JobSpecificationService_ListJobSpecification_Handler,
		},
		{
			MethodName: "CheckJobSpecification",
			Handler:    _JobSpecificationService_CheckJobSpecification_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "DeployJobSpecification",
			Handler:       _JobSpecificationService_DeployJobSpecification_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "CheckJobSpecifications",
			Handler:       _JobSpecificationService_CheckJobSpecifications_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "RefreshJobs",
			Handler:       _JobSpecificationService_RefreshJobs_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "odpf/optimus/core/v1beta1/job_spec.proto",
}

JobSpecificationService_ServiceDesc is the grpc.ServiceDesc for JobSpecificationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var NamespaceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "odpf.optimus.core.v1beta1.NamespaceService",
	HandlerType: (*NamespaceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterProjectNamespace",
			Handler:    _NamespaceService_RegisterProjectNamespace_Handler,
		},
		{
			MethodName: "ListProjectNamespaces",
			Handler:    _NamespaceService_ListProjectNamespaces_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "odpf/optimus/core/v1beta1/namespace.proto",
}

NamespaceService_ServiceDesc is the grpc.ServiceDesc for NamespaceService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ProjectService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "odpf.optimus.core.v1beta1.ProjectService",
	HandlerType: (*ProjectServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterProject",
			Handler:    _ProjectService_RegisterProject_Handler,
		},
		{
			MethodName: "ListProjects",
			Handler:    _ProjectService_ListProjects_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "odpf/optimus/core/v1beta1/project.proto",
}

ProjectService_ServiceDesc is the grpc.ServiceDesc for ProjectService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ReplayService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "odpf.optimus.core.v1beta1.ReplayService",
	HandlerType: (*ReplayServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ReplayDryRun",
			Handler:    _ReplayService_ReplayDryRun_Handler,
		},
		{
			MethodName: "Replay",
			Handler:    _ReplayService_Replay_Handler,
		},
		{
			MethodName: "GetReplayStatus",
			Handler:    _ReplayService_GetReplayStatus_Handler,
		},
		{
			MethodName: "ListReplays",
			Handler:    _ReplayService_ListReplays_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "odpf/optimus/core/v1beta1/replay.proto",
}

ReplayService_ServiceDesc is the grpc.ServiceDesc for ReplayService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ResourceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "odpf.optimus.core.v1beta1.ResourceService",
	HandlerType: (*ResourceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListResourceSpecification",
			Handler:    _ResourceService_ListResourceSpecification_Handler,
		},
		{
			MethodName: "CreateResource",
			Handler:    _ResourceService_CreateResource_Handler,
		},
		{
			MethodName: "ReadResource",
			Handler:    _ResourceService_ReadResource_Handler,
		},
		{
			MethodName: "UpdateResource",
			Handler:    _ResourceService_UpdateResource_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "DeployResourceSpecification",
			Handler:       _ResourceService_DeployResourceSpecification_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
	},
	Metadata: "odpf/optimus/core/v1beta1/resource.proto",
}

ResourceService_ServiceDesc is the grpc.ServiceDesc for ResourceService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RuntimeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "odpf.optimus.core.v1beta1.RuntimeService",
	HandlerType: (*RuntimeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Version",
			Handler:    _RuntimeService_Version_Handler,
		},
		{
			MethodName: "RegisterJobEvent",
			Handler:    _RuntimeService_RegisterJobEvent_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "odpf/optimus/core/v1beta1/runtime.proto",
}

RuntimeService_ServiceDesc is the grpc.ServiceDesc for RuntimeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SecretService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "odpf.optimus.core.v1beta1.SecretService",
	HandlerType: (*SecretServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterSecret",
			Handler:    _SecretService_RegisterSecret_Handler,
		},
		{
			MethodName: "UpdateSecret",
			Handler:    _SecretService_UpdateSecret_Handler,
		},
		{
			MethodName: "ListSecrets",
			Handler:    _SecretService_ListSecrets_Handler,
		},
		{
			MethodName: "DeleteSecret",
			Handler:    _SecretService_DeleteSecret_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "odpf/optimus/core/v1beta1/secret.proto",
}

SecretService_ServiceDesc is the grpc.ServiceDesc for SecretService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterBackupServiceServer

func RegisterBackupServiceServer(s grpc.ServiceRegistrar, srv BackupServiceServer)

func RegisterJobRunServiceServer

func RegisterJobRunServiceServer(s grpc.ServiceRegistrar, srv JobRunServiceServer)

func RegisterJobSpecificationServiceServer

func RegisterJobSpecificationServiceServer(s grpc.ServiceRegistrar, srv JobSpecificationServiceServer)

func RegisterNamespaceServiceServer

func RegisterNamespaceServiceServer(s grpc.ServiceRegistrar, srv NamespaceServiceServer)

func RegisterProjectServiceServer

func RegisterProjectServiceServer(s grpc.ServiceRegistrar, srv ProjectServiceServer)

func RegisterReplayServiceServer

func RegisterReplayServiceServer(s grpc.ServiceRegistrar, srv ReplayServiceServer)

func RegisterResourceServiceServer

func RegisterResourceServiceServer(s grpc.ServiceRegistrar, srv ResourceServiceServer)

func RegisterRuntimeServiceServer

func RegisterRuntimeServiceServer(s grpc.ServiceRegistrar, srv RuntimeServiceServer)

func RegisterSecretServiceServer

func RegisterSecretServiceServer(s grpc.ServiceRegistrar, srv SecretServiceServer)

Types

type BackupServiceClient

BackupServiceClient is the client API for BackupService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewBackupServiceClient

func NewBackupServiceClient(cc grpc.ClientConnInterface) BackupServiceClient

type BackupServiceServer

BackupServiceServer is the server API for BackupService service. All implementations should embed UnimplementedBackupServiceServer for forward compatibility

type JobRunServiceClient

JobRunServiceClient is the client API for JobRunService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewJobRunServiceClient

func NewJobRunServiceClient(cc grpc.ClientConnInterface) JobRunServiceClient

type JobRunServiceServer

JobRunServiceServer is the server API for JobRunService service. All implementations should embed UnimplementedJobRunServiceServer for forward compatibility

type JobSpecificationServiceClient

JobSpecificationServiceClient is the client API for JobSpecificationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewJobSpecificationServiceClient

func NewJobSpecificationServiceClient(cc grpc.ClientConnInterface) JobSpecificationServiceClient

type JobSpecificationServiceServer

JobSpecificationServiceServer is the server API for JobSpecificationService service. All implementations should embed UnimplementedJobSpecificationServiceServer for forward compatibility

type JobSpecificationService_CheckJobSpecificationsClient

type JobSpecificationService_CheckJobSpecificationsClient interface {
	Recv() (*v1beta1.CheckJobSpecificationsResponse, error)
	grpc.ClientStream
}

type JobSpecificationService_CheckJobSpecificationsServer

type JobSpecificationService_CheckJobSpecificationsServer interface {
	Send(*v1beta1.CheckJobSpecificationsResponse) error
	grpc.ServerStream
}

type JobSpecificationService_DeployJobSpecificationClient

type JobSpecificationService_DeployJobSpecificationClient interface {
	Send(*v1beta1.DeployJobSpecificationRequest) error
	Recv() (*v1beta1.DeployJobSpecificationResponse, error)
	grpc.ClientStream
}

type JobSpecificationService_DeployJobSpecificationServer

type JobSpecificationService_DeployJobSpecificationServer interface {
	Send(*v1beta1.DeployJobSpecificationResponse) error
	Recv() (*v1beta1.DeployJobSpecificationRequest, error)
	grpc.ServerStream
}

type JobSpecificationService_RefreshJobsClient

type JobSpecificationService_RefreshJobsClient interface {
	Recv() (*v1beta1.RefreshJobsResponse, error)
	grpc.ClientStream
}

type JobSpecificationService_RefreshJobsServer

type JobSpecificationService_RefreshJobsServer interface {
	Send(*v1beta1.RefreshJobsResponse) error
	grpc.ServerStream
}

type NamespaceServiceClient

type NamespaceServiceClient interface {
	RegisterProjectNamespace(ctx context.Context, in *v1beta1.RegisterProjectNamespaceRequest, opts ...grpc.CallOption) (*v1beta1.RegisterProjectNamespaceResponse, error)
	ListProjectNamespaces(ctx context.Context, in *v1beta1.ListProjectNamespacesRequest, opts ...grpc.CallOption) (*v1beta1.ListProjectNamespacesResponse, error)
}

NamespaceServiceClient is the client API for NamespaceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewNamespaceServiceClient

func NewNamespaceServiceClient(cc grpc.ClientConnInterface) NamespaceServiceClient

type NamespaceServiceServer

NamespaceServiceServer is the server API for NamespaceService service. All implementations should embed UnimplementedNamespaceServiceServer for forward compatibility

type ProjectServiceClient

type ProjectServiceClient interface {
	RegisterProject(ctx context.Context, in *v1beta1.RegisterProjectRequest, opts ...grpc.CallOption) (*v1beta1.RegisterProjectResponse, error)
	ListProjects(ctx context.Context, in *v1beta1.ListProjectsRequest, opts ...grpc.CallOption) (*v1beta1.ListProjectsResponse, error)
}

ProjectServiceClient is the client API for ProjectService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewProjectServiceClient

func NewProjectServiceClient(cc grpc.ClientConnInterface) ProjectServiceClient

type ProjectServiceServer

ProjectServiceServer is the server API for ProjectService service. All implementations should embed UnimplementedProjectServiceServer for forward compatibility

type ReplayServiceClient

ReplayServiceClient is the client API for ReplayService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewReplayServiceClient

func NewReplayServiceClient(cc grpc.ClientConnInterface) ReplayServiceClient

type ReplayServiceServer

ReplayServiceServer is the server API for ReplayService service. All implementations should embed UnimplementedReplayServiceServer for forward compatibility

type ResourceServiceClient

ResourceServiceClient is the client API for ResourceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewResourceServiceClient

func NewResourceServiceClient(cc grpc.ClientConnInterface) ResourceServiceClient

type ResourceServiceServer

ResourceServiceServer is the server API for ResourceService service. All implementations should embed UnimplementedResourceServiceServer for forward compatibility

type ResourceService_DeployResourceSpecificationClient

type ResourceService_DeployResourceSpecificationClient interface {
	Send(*v1beta1.DeployResourceSpecificationRequest) error
	Recv() (*v1beta1.DeployResourceSpecificationResponse, error)
	grpc.ClientStream
}

type ResourceService_DeployResourceSpecificationServer

type ResourceService_DeployResourceSpecificationServer interface {
	Send(*v1beta1.DeployResourceSpecificationResponse) error
	Recv() (*v1beta1.DeployResourceSpecificationRequest, error)
	grpc.ServerStream
}

type RuntimeServiceClient

type RuntimeServiceClient interface {
	Version(ctx context.Context, in *v1beta1.VersionRequest, opts ...grpc.CallOption) (*v1beta1.VersionResponse, error)
	RegisterJobEvent(ctx context.Context, in *v1beta1.RegisterJobEventRequest, opts ...grpc.CallOption) (*v1beta1.RegisterJobEventResponse, error)
}

RuntimeServiceClient is the client API for RuntimeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewRuntimeServiceClient

func NewRuntimeServiceClient(cc grpc.ClientConnInterface) RuntimeServiceClient

type RuntimeServiceServer

RuntimeServiceServer is the server API for RuntimeService service. All implementations should embed UnimplementedRuntimeServiceServer for forward compatibility

type SecretServiceClient

SecretServiceClient is the client API for SecretService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSecretServiceClient

func NewSecretServiceClient(cc grpc.ClientConnInterface) SecretServiceClient

type SecretServiceServer

SecretServiceServer is the server API for SecretService service. All implementations should embed UnimplementedSecretServiceServer for forward compatibility

type UnimplementedBackupServiceServer

type UnimplementedBackupServiceServer struct {
}

UnimplementedBackupServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedBackupServiceServer) BackupDryRun

func (UnimplementedBackupServiceServer) CreateBackup

func (UnimplementedBackupServiceServer) GetBackup

func (UnimplementedBackupServiceServer) ListBackups

type UnimplementedJobRunServiceServer

type UnimplementedJobRunServiceServer struct {
}

UnimplementedJobRunServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedJobRunServiceServer) GetJobTask

func (UnimplementedJobRunServiceServer) GetWindow

func (UnimplementedJobRunServiceServer) JobRun

func (UnimplementedJobRunServiceServer) JobStatus

func (UnimplementedJobRunServiceServer) RegisterInstance

func (UnimplementedJobRunServiceServer) RunJob

type UnimplementedJobSpecificationServiceServer

type UnimplementedJobSpecificationServiceServer struct {
}

UnimplementedJobSpecificationServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedJobSpecificationServiceServer) CheckJobSpecification

func (UnimplementedJobSpecificationServiceServer) CheckJobSpecifications

func (UnimplementedJobSpecificationServiceServer) CreateJobSpecification

func (UnimplementedJobSpecificationServiceServer) DeleteJobSpecification

func (UnimplementedJobSpecificationServiceServer) DeployJobSpecification

func (UnimplementedJobSpecificationServiceServer) GetJobSpecification

func (UnimplementedJobSpecificationServiceServer) ListJobSpecification

func (UnimplementedJobSpecificationServiceServer) RefreshJobs

type UnimplementedNamespaceServiceServer

type UnimplementedNamespaceServiceServer struct {
}

UnimplementedNamespaceServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedNamespaceServiceServer) ListProjectNamespaces

func (UnimplementedNamespaceServiceServer) RegisterProjectNamespace

type UnimplementedProjectServiceServer

type UnimplementedProjectServiceServer struct {
}

UnimplementedProjectServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedProjectServiceServer) ListProjects

func (UnimplementedProjectServiceServer) RegisterProject

type UnimplementedReplayServiceServer

type UnimplementedReplayServiceServer struct {
}

UnimplementedReplayServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedReplayServiceServer) GetReplayStatus

func (UnimplementedReplayServiceServer) ListReplays

func (UnimplementedReplayServiceServer) Replay

func (UnimplementedReplayServiceServer) ReplayDryRun

type UnimplementedResourceServiceServer

type UnimplementedResourceServiceServer struct {
}

UnimplementedResourceServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedResourceServiceServer) CreateResource

func (UnimplementedResourceServiceServer) DeployResourceSpecification

func (UnimplementedResourceServiceServer) ListResourceSpecification

func (UnimplementedResourceServiceServer) ReadResource

func (UnimplementedResourceServiceServer) UpdateResource

type UnimplementedRuntimeServiceServer

type UnimplementedRuntimeServiceServer struct {
}

UnimplementedRuntimeServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedRuntimeServiceServer) RegisterJobEvent

func (UnimplementedRuntimeServiceServer) Version

type UnimplementedSecretServiceServer

type UnimplementedSecretServiceServer struct {
}

UnimplementedSecretServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedSecretServiceServer) DeleteSecret

func (UnimplementedSecretServiceServer) ListSecrets

func (UnimplementedSecretServiceServer) RegisterSecret

func (UnimplementedSecretServiceServer) UpdateSecret

type UnsafeBackupServiceServer

type UnsafeBackupServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBackupServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BackupServiceServer will result in compilation errors.

type UnsafeJobRunServiceServer

type UnsafeJobRunServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeJobRunServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobRunServiceServer will result in compilation errors.

type UnsafeJobSpecificationServiceServer

type UnsafeJobSpecificationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeJobSpecificationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobSpecificationServiceServer will result in compilation errors.

type UnsafeNamespaceServiceServer

type UnsafeNamespaceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeNamespaceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NamespaceServiceServer will result in compilation errors.

type UnsafeProjectServiceServer

type UnsafeProjectServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeProjectServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProjectServiceServer will result in compilation errors.

type UnsafeReplayServiceServer

type UnsafeReplayServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeReplayServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ReplayServiceServer will result in compilation errors.

type UnsafeResourceServiceServer

type UnsafeResourceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeResourceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ResourceServiceServer will result in compilation errors.

type UnsafeRuntimeServiceServer

type UnsafeRuntimeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRuntimeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RuntimeServiceServer will result in compilation errors.

type UnsafeSecretServiceServer

type UnsafeSecretServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSecretServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SecretServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

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