Versions in this module Expand all Collapse all v0 v0.0.1 Sep 12, 2023 Changes in this version + var File_lg_operator_lg_operator_proto protoreflect.FileDescriptor + var LoadGeneratorOperatorService_ServiceDesc = grpc.ServiceDesc + func RegisterLoadGeneratorOperatorServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterLoadGeneratorOperatorServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, ...) error + func RegisterLoadGeneratorOperatorServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterLoadGeneratorOperatorServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, ...) error + func RegisterLoadGeneratorOperatorServiceServer(s grpc.ServiceRegistrar, srv LoadGeneratorOperatorServiceServer) + type CreateGeneratorsParams struct + AdditionalEnvs []*EnvVar + Commands []string + ExposeExternalIp bool + Image string + Resources *Resources + func (*CreateGeneratorsParams) Descriptor() ([]byte, []int) + func (*CreateGeneratorsParams) ProtoMessage() + func (x *CreateGeneratorsParams) GetAdditionalEnvs() []*EnvVar + func (x *CreateGeneratorsParams) GetCommands() []string + func (x *CreateGeneratorsParams) GetExposeExternalIp() bool + func (x *CreateGeneratorsParams) GetImage() string + func (x *CreateGeneratorsParams) GetResources() *Resources + func (x *CreateGeneratorsParams) ProtoReflect() protoreflect.Message + func (x *CreateGeneratorsParams) Reset() + func (x *CreateGeneratorsParams) String() string + type CreateGeneratorsRequest struct + Parameters []*CreateGeneratorsParams + func (*CreateGeneratorsRequest) Descriptor() ([]byte, []int) + func (*CreateGeneratorsRequest) ProtoMessage() + func (x *CreateGeneratorsRequest) GetParameters() []*CreateGeneratorsParams + func (x *CreateGeneratorsRequest) ProtoReflect() protoreflect.Message + func (x *CreateGeneratorsRequest) Reset() + func (x *CreateGeneratorsRequest) String() string + type CreateGeneratorsResponse struct + LoadGenerators []*LoadGenerator + func (*CreateGeneratorsResponse) Descriptor() ([]byte, []int) + func (*CreateGeneratorsResponse) ProtoMessage() + func (x *CreateGeneratorsResponse) GetLoadGenerators() []*LoadGenerator + func (x *CreateGeneratorsResponse) ProtoReflect() protoreflect.Message + func (x *CreateGeneratorsResponse) Reset() + func (x *CreateGeneratorsResponse) String() string + type DeleteGeneratorsRequest struct + Names []string + func (*DeleteGeneratorsRequest) Descriptor() ([]byte, []int) + func (*DeleteGeneratorsRequest) ProtoMessage() + func (x *DeleteGeneratorsRequest) GetNames() []string + func (x *DeleteGeneratorsRequest) ProtoReflect() protoreflect.Message + func (x *DeleteGeneratorsRequest) Reset() + func (x *DeleteGeneratorsRequest) String() string + type DeleteGeneratorsResponse struct + func (*DeleteGeneratorsResponse) Descriptor() ([]byte, []int) + func (*DeleteGeneratorsResponse) ProtoMessage() + func (x *DeleteGeneratorsResponse) ProtoReflect() protoreflect.Message + func (x *DeleteGeneratorsResponse) Reset() + func (x *DeleteGeneratorsResponse) String() string + type EnvVar struct + Name string + Val string + func (*EnvVar) Descriptor() ([]byte, []int) + func (*EnvVar) ProtoMessage() + func (x *EnvVar) GetName() string + func (x *EnvVar) GetVal() string + func (x *EnvVar) ProtoReflect() protoreflect.Message + func (x *EnvVar) Reset() + func (x *EnvVar) String() string + type GeneratorsListRequest struct + func (*GeneratorsListRequest) Descriptor() ([]byte, []int) + func (*GeneratorsListRequest) ProtoMessage() + func (x *GeneratorsListRequest) ProtoReflect() protoreflect.Message + func (x *GeneratorsListRequest) Reset() + func (x *GeneratorsListRequest) String() string + type GeneratorsListResponse struct + LoadGenerators []*LoadGenerator + func (*GeneratorsListResponse) Descriptor() ([]byte, []int) + func (*GeneratorsListResponse) ProtoMessage() + func (x *GeneratorsListResponse) GetLoadGenerators() []*LoadGenerator + func (x *GeneratorsListResponse) ProtoReflect() protoreflect.Message + func (x *GeneratorsListResponse) Reset() + func (x *GeneratorsListResponse) String() string + type HelloRequest struct + func (*HelloRequest) Descriptor() ([]byte, []int) + func (*HelloRequest) ProtoMessage() + func (x *HelloRequest) ProtoReflect() protoreflect.Message + func (x *HelloRequest) Reset() + func (x *HelloRequest) String() string + type HelloResponse struct + Hello string + func (*HelloResponse) Descriptor() ([]byte, []int) + func (*HelloResponse) ProtoMessage() + func (x *HelloResponse) GetHello() string + func (x *HelloResponse) ProtoReflect() protoreflect.Message + func (x *HelloResponse) Reset() + func (x *HelloResponse) String() string + type LoadGenerator struct + ClusterIp string + ExternalIp string + Name string + Port int32 + Status string + func (*LoadGenerator) Descriptor() ([]byte, []int) + func (*LoadGenerator) ProtoMessage() + func (x *LoadGenerator) GetClusterIp() string + func (x *LoadGenerator) GetExternalIp() string + func (x *LoadGenerator) GetName() string + func (x *LoadGenerator) GetPort() int32 + func (x *LoadGenerator) GetStatus() string + func (x *LoadGenerator) ProtoReflect() protoreflect.Message + func (x *LoadGenerator) Reset() + func (x *LoadGenerator) String() string + type LoadGeneratorOperatorServiceClient interface + ClearAll func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) + CreateGenerators func(ctx context.Context, in *CreateGeneratorsRequest, opts ...grpc.CallOption) (*CreateGeneratorsResponse, error) + DeleteGenerators func(ctx context.Context, in *DeleteGeneratorsRequest, opts ...grpc.CallOption) (*DeleteGeneratorsResponse, error) + GeneratorsList func(ctx context.Context, in *GeneratorsListRequest, opts ...grpc.CallOption) (*GeneratorsListResponse, error) + Hello func(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption) (*HelloResponse, error) + func NewLoadGeneratorOperatorServiceClient(cc grpc.ClientConnInterface) LoadGeneratorOperatorServiceClient + type LoadGeneratorOperatorServiceServer interface + ClearAll func(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + CreateGenerators func(context.Context, *CreateGeneratorsRequest) (*CreateGeneratorsResponse, error) + DeleteGenerators func(context.Context, *DeleteGeneratorsRequest) (*DeleteGeneratorsResponse, error) + GeneratorsList func(context.Context, *GeneratorsListRequest) (*GeneratorsListResponse, error) + Hello func(context.Context, *HelloRequest) (*HelloResponse, error) + type Resource struct + Limit string + Request string + func (*Resource) Descriptor() ([]byte, []int) + func (*Resource) ProtoMessage() + func (x *Resource) GetLimit() string + func (x *Resource) GetRequest() string + func (x *Resource) ProtoReflect() protoreflect.Message + func (x *Resource) Reset() + func (x *Resource) String() string + type Resources struct + Cpu *Resource + Memory *Resource + func (*Resources) Descriptor() ([]byte, []int) + func (*Resources) ProtoMessage() + func (x *Resources) GetCpu() *Resource + func (x *Resources) GetMemory() *Resource + func (x *Resources) ProtoReflect() protoreflect.Message + func (x *Resources) Reset() + func (x *Resources) String() string + type UnimplementedLoadGeneratorOperatorServiceServer struct + func (UnimplementedLoadGeneratorOperatorServiceServer) ClearAll(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + func (UnimplementedLoadGeneratorOperatorServiceServer) CreateGenerators(context.Context, *CreateGeneratorsRequest) (*CreateGeneratorsResponse, error) + func (UnimplementedLoadGeneratorOperatorServiceServer) DeleteGenerators(context.Context, *DeleteGeneratorsRequest) (*DeleteGeneratorsResponse, error) + func (UnimplementedLoadGeneratorOperatorServiceServer) GeneratorsList(context.Context, *GeneratorsListRequest) (*GeneratorsListResponse, error) + func (UnimplementedLoadGeneratorOperatorServiceServer) Hello(context.Context, *HelloRequest) (*HelloResponse, error) + type UnsafeLoadGeneratorOperatorServiceServer interface