Versions in this module Expand all Collapse all v1 v1.0.1 Nov 30, 2024 Changes in this version + type Container struct + Image string + Name string + Tag string + func (*Container) Descriptor() ([]byte, []int) + func (*Container) ProtoMessage() + func (x *Container) GetImage() string + func (x *Container) GetName() string + func (x *Container) GetTag() string + func (x *Container) ProtoReflect() protoreflect.Message + func (x *Container) Reset() + func (x *Container) String() string type Deployment + Cluster string + Namespace string + func (x *Deployment) GetCluster() string + func (x *Deployment) GetNamespace() string v1.0.0 Nov 17, 2024 Changes in this version + const AgentService_PublishDeployments_FullMethodName + var AgentService_ServiceDesc = grpc.ServiceDesc + var File_backend_pkg_agentservice_agent_service_proto protoreflect.FileDescriptor + func RegisterAgentServiceServer(s grpc.ServiceRegistrar, srv AgentServiceServer) + type AgentServiceClient interface + PublishDeployments func(ctx context.Context, in *PublishDeploymentsRequest, opts ...grpc.CallOption) (*PublishDeploymentsResponse, error) + func NewAgentServiceClient(cc grpc.ClientConnInterface) AgentServiceClient + type AgentServiceServer interface + PublishDeployments func(context.Context, *PublishDeploymentsRequest) (*PublishDeploymentsResponse, error) + type Containers struct + Image string + Name string + Tag string + func (*Containers) Descriptor() ([]byte, []int) + func (*Containers) ProtoMessage() + func (x *Containers) GetImage() string + func (x *Containers) GetName() string + func (x *Containers) GetTag() string + func (x *Containers) ProtoReflect() protoreflect.Message + func (x *Containers) Reset() + func (x *Containers) String() string + type Deployment struct + Containers []*Containers + Labels map[string]string + Name string + Replicas int32 + TrueReplicas int32 + func (*Deployment) Descriptor() ([]byte, []int) + func (*Deployment) ProtoMessage() + func (x *Deployment) GetContainers() []*Containers + func (x *Deployment) GetLabels() map[string]string + func (x *Deployment) GetName() string + func (x *Deployment) GetReplicas() int32 + func (x *Deployment) GetTrueReplicas() int32 + func (x *Deployment) ProtoReflect() protoreflect.Message + func (x *Deployment) Reset() + func (x *Deployment) String() string + type PublishDeploymentsRequest struct + Deployments []*Deployment + func (*PublishDeploymentsRequest) Descriptor() ([]byte, []int) + func (*PublishDeploymentsRequest) ProtoMessage() + func (x *PublishDeploymentsRequest) GetDeployments() []*Deployment + func (x *PublishDeploymentsRequest) ProtoReflect() protoreflect.Message + func (x *PublishDeploymentsRequest) Reset() + func (x *PublishDeploymentsRequest) String() string + type PublishDeploymentsResponse struct + Error *string + Success bool + func (*PublishDeploymentsResponse) Descriptor() ([]byte, []int) + func (*PublishDeploymentsResponse) ProtoMessage() + func (x *PublishDeploymentsResponse) GetError() string + func (x *PublishDeploymentsResponse) GetSuccess() bool + func (x *PublishDeploymentsResponse) ProtoReflect() protoreflect.Message + func (x *PublishDeploymentsResponse) Reset() + func (x *PublishDeploymentsResponse) String() string + type UnimplementedAgentServiceServer struct + func (UnimplementedAgentServiceServer) PublishDeployments(context.Context, *PublishDeploymentsRequest) (*PublishDeploymentsResponse, error) + type UnsafeAgentServiceServer interface