Versions in this module Expand all Collapse all v15 v15.11.0 Apr 13, 2023 Changes in this version + type Factory struct + func (f *Factory) Name() string + func (f *Factory) New(config *modagent.Config) (modagent.Module, error) + func (f *Factory) StartStopPhase() modshared.ModuleStartStopPhase + type MessageType string + const MessageTypeWorkspaceUpdates + type RequestPayload struct + MessageType MessageType + WorkspaceAgentInfos []WorkspaceAgentInfo + type ResponsePayload struct + WorkspaceRailsInfos []*WorkspaceRailsInfo + type WorkspaceAgentInfo struct + LatestK8sDeploymentInfo map[string]interface{} + Name string + Namespace string + Terminated bool + type WorkspaceRailsInfo struct + ConfigToApply string + DesiredStateIsTerminated bool + Name string + Namespace string + PersistedActualStateIsTerminated bool + PersistedDeploymentResourceVersion string Other modules containing this package gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16 gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v17 gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v18