rpc

package
v15.11.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_internal_module_kubernetes_api_rpc_rpc_proto protoreflect.FileDescriptor
View Source
var KubernetesApi_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gitlab.agent.kubernetes_api.rpc.KubernetesApi",
	HandlerType: (*KubernetesApiServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "MakeRequest",
			Handler:       _KubernetesApi_MakeRequest_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
	},
	Metadata: "internal/module/kubernetes_api/rpc/rpc.proto",
}

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

Functions

func RegisterKubernetesApiServer

func RegisterKubernetesApiServer(s grpc.ServiceRegistrar, srv KubernetesApiServer)

Types

type ExtraKeyVal

type ExtraKeyVal struct {
	Key string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Val []string `protobuf:"bytes,2,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtraKeyVal) Descriptor deprecated

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

Deprecated: Use ExtraKeyVal.ProtoReflect.Descriptor instead.

func (*ExtraKeyVal) GetKey

func (x *ExtraKeyVal) GetKey() string

func (*ExtraKeyVal) GetVal

func (x *ExtraKeyVal) GetVal() []string

func (*ExtraKeyVal) ProtoMessage

func (*ExtraKeyVal) ProtoMessage()

func (*ExtraKeyVal) ProtoReflect

func (x *ExtraKeyVal) ProtoReflect() protoreflect.Message

func (*ExtraKeyVal) Reset

func (x *ExtraKeyVal) Reset()

func (*ExtraKeyVal) String

func (x *ExtraKeyVal) String() string

type HeaderExtra

type HeaderExtra struct {
	ImpConfig *ImpersonationConfig `protobuf:"bytes,1,opt,name=imp_config,json=impConfig,proto3" json:"imp_config,omitempty"`
	// contains filtered or unexported fields
}

func (*HeaderExtra) Descriptor deprecated

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

Deprecated: Use HeaderExtra.ProtoReflect.Descriptor instead.

func (*HeaderExtra) GetImpConfig

func (x *HeaderExtra) GetImpConfig() *ImpersonationConfig

func (*HeaderExtra) ProtoMessage

func (*HeaderExtra) ProtoMessage()

func (*HeaderExtra) ProtoReflect

func (x *HeaderExtra) ProtoReflect() protoreflect.Message

func (*HeaderExtra) Reset

func (x *HeaderExtra) Reset()

func (*HeaderExtra) String

func (x *HeaderExtra) String() string

type ImpersonationConfig

type ImpersonationConfig struct {
	Username string         `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Groups   []string       `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"`
	Uid      string         `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Extra    []*ExtraKeyVal `protobuf:"bytes,4,rep,name=extra,proto3" json:"extra,omitempty"`
	// contains filtered or unexported fields
}

func (*ImpersonationConfig) Descriptor deprecated

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

Deprecated: Use ImpersonationConfig.ProtoReflect.Descriptor instead.

func (*ImpersonationConfig) GetExtra

func (x *ImpersonationConfig) GetExtra() []*ExtraKeyVal

func (*ImpersonationConfig) GetExtraAsMap

func (x *ImpersonationConfig) GetExtraAsMap() map[string][]string

func (*ImpersonationConfig) GetGroups

func (x *ImpersonationConfig) GetGroups() []string

func (*ImpersonationConfig) GetUid

func (x *ImpersonationConfig) GetUid() string

func (*ImpersonationConfig) GetUsername

func (x *ImpersonationConfig) GetUsername() string

func (*ImpersonationConfig) IsEmpty

func (x *ImpersonationConfig) IsEmpty() bool

func (*ImpersonationConfig) ProtoMessage

func (*ImpersonationConfig) ProtoMessage()

func (*ImpersonationConfig) ProtoReflect

func (x *ImpersonationConfig) ProtoReflect() protoreflect.Message

func (*ImpersonationConfig) Reset

func (x *ImpersonationConfig) Reset()

func (*ImpersonationConfig) String

func (x *ImpersonationConfig) String() string

type KubernetesApiClient

type KubernetesApiClient interface {
	MakeRequest(ctx context.Context, opts ...grpc.CallOption) (KubernetesApi_MakeRequestClient, error)
}

KubernetesApiClient is the client API for KubernetesApi 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.

type KubernetesApiServer

type KubernetesApiServer interface {
	MakeRequest(KubernetesApi_MakeRequestServer) error
	// contains filtered or unexported methods
}

KubernetesApiServer is the server API for KubernetesApi service. All implementations must embed UnimplementedKubernetesApiServer for forward compatibility

type KubernetesApi_MakeRequestClient

type KubernetesApi_MakeRequestClient interface {
	Send(*grpctool.HttpRequest) error
	Recv() (*grpctool.HttpResponse, error)
	grpc.ClientStream
}

type KubernetesApi_MakeRequestServer

type KubernetesApi_MakeRequestServer interface {
	Send(*grpctool.HttpResponse) error
	Recv() (*grpctool.HttpRequest, error)
	grpc.ServerStream
}

type UnimplementedKubernetesApiServer

type UnimplementedKubernetesApiServer struct {
}

UnimplementedKubernetesApiServer must be embedded to have forward compatible implementations.

func (UnimplementedKubernetesApiServer) MakeRequest

type UnsafeKubernetesApiServer

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

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

Jump to

Keyboard shortcuts

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