Versions in this module Expand all Collapse all v0 v0.4.0 Dec 19, 2024 Changes in this version + const DefaultAgentPrompt + const DefaultWorkflowAgentPrompt + const KnowledgeFileFinalizer + const KnowledgeSetFinalizer + const KnowledgeSourceFinalizer + const ModelProviderSyncAnnotation + const RunFinalizer + const ToolReferenceFinalizer + const Version + const WorkspaceFinalizer + var SchemeGroupVersion = schema.GroupVersion + func AddToScheme(scheme *runtime.Scheme) error + func AddToSchemeWithGV(scheme *runtime.Scheme, schemeGroupVersion schema.GroupVersion) error + func CredentialTool(ctx context.Context, c kclient.Client, namespace string, ...) (string, error) + func NewTime(t *metav1.Time) *types.Time + func OAuthAppGetTokenURL(baseURL string) string + func ObjectNameFromAbsolutePath(absolutePath string) string + type Agent struct + Spec AgentSpec + Status AgentStatus + func (a *Agent) FieldNames() []string + func (a *Agent) Get(field string) string + func (a *Agent) GetAliasName() string + func (a *Agent) GetAliasObservedGeneration() int64 + func (a *Agent) Has(field string) bool + func (a *Agent) IsAssigned() bool + func (a *Agent) SetAliasObservedGeneration(gen int64) + func (a *Agent) SetAssigned(assigned bool) + func (in *Agent) DeepCopy() *Agent + func (in *Agent) DeepCopyInto(out *Agent) + func (in *Agent) DeepCopyObject() runtime.Object + type AgentList struct + Items []Agent + func (in *AgentList) DeepCopy() *AgentList + func (in *AgentList) DeepCopyInto(out *AgentList) + func (in *AgentList) DeepCopyObject() runtime.Object + type AgentSpec struct + ContextInput string + CredentialContextID string + Credentials []string + Env []string + InputFilters []string + Manifest types.AgentManifest + SystemTools []string + func (in *AgentSpec) DeepCopy() *AgentSpec + func (in *AgentSpec) DeepCopyInto(out *AgentSpec) + type AgentStatus struct + AliasAssigned bool + AliasObservedGeneration int64 + AuthStatus map[string]types.OAuthAppLoginAuthStatus + KnowledgeSetNames []string + WorkspaceName string + func (in *AgentStatus) DeepCopy() *AgentStatus + func (in *AgentStatus) DeepCopyInto(out *AgentStatus) + type Alias struct + Spec AliasSpec + Status EmptyStatus + func (in *Alias) DeepCopy() *Alias + func (in *Alias) DeepCopyInto(out *Alias) + func (in *Alias) DeepCopyObject() runtime.Object + func (in *Alias) DeleteRefs() []Ref + func (in *Alias) NamespaceScoped() bool + type AliasList struct + Items []Alias + func (in *AliasList) DeepCopy() *AliasList + func (in *AliasList) DeepCopyInto(out *AliasList) + func (in *AliasList) DeepCopyObject() runtime.Object + type AliasScoped interface + GetAliasScope func() string + type AliasSpec struct + Name string + TargetKind string + TargetName string + TargetNamespace string + func (in *AliasSpec) DeepCopy() *AliasSpec + func (in *AliasSpec) DeepCopyInto(out *AliasSpec) + type Aliasable interface + GetAliasName func() string + GetAliasObservedGeneration func() int64 + IsAssigned func() bool + SetAliasObservedGeneration func(int64) + SetAssigned func(bool) + type CronJob struct + Spec CronJobSpec + Status CronJobStatus + func (*CronJob) GetColumns() [][]string + func (c *CronJob) DeleteRefs() []Ref + func (c *CronJob) FieldNames() []string + func (c *CronJob) Get(field string) (value string) + func (c *CronJob) Has(field string) (exists bool) + func (in *CronJob) DeepCopy() *CronJob + func (in *CronJob) DeepCopyInto(out *CronJob) + func (in *CronJob) DeepCopyObject() runtime.Object + type CronJobList struct + Items []CronJob + func (in *CronJobList) DeepCopy() *CronJobList + func (in *CronJobList) DeepCopyInto(out *CronJobList) + func (in *CronJobList) DeepCopyObject() runtime.Object + type CronJobSpec struct + ThreadName string + func (in *CronJobSpec) DeepCopy() *CronJobSpec + func (in *CronJobSpec) DeepCopyInto(out *CronJobSpec) + type CronJobStatus struct + LastRunStartedAt *metav1.Time + LastSuccessfulRunCompleted *metav1.Time + func (in *CronJobStatus) DeepCopy() *CronJobStatus + func (in *CronJobStatus) DeepCopyInto(out *CronJobStatus) + type DefaultModelAlias struct + Spec DefaultModelAliasSpec + Status DefaultModelAliasStatus + func (a *DefaultModelAlias) GetAliasName() string + func (a *DefaultModelAlias) GetAliasObservedGeneration() int64 + func (a *DefaultModelAlias) GetAliasScope() string + func (a *DefaultModelAlias) IsAssigned() bool + func (a *DefaultModelAlias) SetAliasObservedGeneration(int64) + func (a *DefaultModelAlias) SetAssigned(bool) + func (in *DefaultModelAlias) DeepCopy() *DefaultModelAlias + func (in *DefaultModelAlias) DeepCopyInto(out *DefaultModelAlias) + func (in *DefaultModelAlias) DeepCopyObject() runtime.Object + type DefaultModelAliasList struct + Items []DefaultModelAlias + func (in *DefaultModelAliasList) DeepCopy() *DefaultModelAliasList + func (in *DefaultModelAliasList) DeepCopyInto(out *DefaultModelAliasList) + func (in *DefaultModelAliasList) DeepCopyObject() runtime.Object + type DefaultModelAliasSpec struct + Manifest types.DefaultModelAliasManifest + func (in *DefaultModelAliasSpec) DeepCopy() *DefaultModelAliasSpec + func (in *DefaultModelAliasSpec) DeepCopyInto(out *DefaultModelAliasSpec) + type DefaultModelAliasStatus struct + SetAliasName string + func (in *DefaultModelAliasStatus) DeepCopy() *DefaultModelAliasStatus + func (in *DefaultModelAliasStatus) DeepCopyInto(out *DefaultModelAliasStatus) + type DeleteRefs interface + DeleteRefs func() []Ref + type EmailReceiver struct + Spec EmailReceiverSpec + Status EmailReceiverStatus + func (*EmailReceiver) GetColumns() [][]string + func (in *EmailReceiver) DeepCopy() *EmailReceiver + func (in *EmailReceiver) DeepCopyInto(out *EmailReceiver) + func (in *EmailReceiver) DeepCopyObject() runtime.Object + func (in *EmailReceiver) DeleteRefs() []Ref + func (in *EmailReceiver) FieldNames() []string + func (in *EmailReceiver) Get(field string) (value string) + func (in *EmailReceiver) GetAliasName() string + func (in *EmailReceiver) GetAliasObservedGeneration() int64 + func (in *EmailReceiver) Has(field string) (exists bool) + func (in *EmailReceiver) IsAssigned() bool + func (in *EmailReceiver) SetAliasObservedGeneration(gen int64) + func (in *EmailReceiver) SetAssigned(assigned bool) + type EmailReceiverList struct + Items []EmailReceiver + func (in *EmailReceiverList) DeepCopy() *EmailReceiverList + func (in *EmailReceiverList) DeepCopyInto(out *EmailReceiverList) + func (in *EmailReceiverList) DeepCopyObject() runtime.Object + type EmailReceiverSpec struct + ThreadName string + func (in *EmailReceiverSpec) DeepCopy() *EmailReceiverSpec + func (in *EmailReceiverSpec) DeepCopyInto(out *EmailReceiverSpec) + type EmailReceiverStatus struct + AliasAssigned bool + AliasObservedGeneration int64 + func (in *EmailReceiverStatus) DeepCopy() *EmailReceiverStatus + func (in *EmailReceiverStatus) DeepCopyInto(out *EmailReceiverStatus) + type EmptyStatus struct + func (in *EmptyStatus) DeepCopy() *EmptyStatus + func (in *EmptyStatus) DeepCopyInto(out *EmptyStatus) + type KnowledgeFile struct + Spec KnowledgeFileSpec + Status KnowledgeFileStatus + func (*KnowledgeFile) FieldNames() []string + func (in *KnowledgeFile) DeepCopy() *KnowledgeFile + func (in *KnowledgeFile) DeepCopyInto(out *KnowledgeFile) + func (in *KnowledgeFile) DeepCopyObject() runtime.Object + func (k *KnowledgeFile) DeleteRefs() []Ref + func (k *KnowledgeFile) Get(field string) string + func (k *KnowledgeFile) GetColumns() [][]string + func (k *KnowledgeFile) Has(field string) bool + func (k *KnowledgeFile) PublicState() types.KnowledgeFileState + type KnowledgeFileList struct + Items []KnowledgeFile + func (in *KnowledgeFileList) DeepCopy() *KnowledgeFileList + func (in *KnowledgeFileList) DeepCopyInto(out *KnowledgeFileList) + func (in *KnowledgeFileList) DeepCopyObject() runtime.Object + type KnowledgeFileSpec struct + Approved *bool + Checksum string + FileName string + IngestGeneration int64 + KnowledgeSetName string + KnowledgeSourceName string + SizeInBytes int64 + URL string + UpdatedAt string + func (in *KnowledgeFileSpec) DeepCopy() *KnowledgeFileSpec + func (in *KnowledgeFileSpec) DeepCopyInto(out *KnowledgeFileSpec) + type KnowledgeFileStatus struct + Checksum string + Error string + IngestGeneration int64 + LastIngestionEndTime metav1.Time + LastIngestionStartTime metav1.Time + RunNames []string + State types.KnowledgeFileState + URL string + UpdatedAt string + func (in *KnowledgeFileStatus) DeepCopy() *KnowledgeFileStatus + func (in *KnowledgeFileStatus) DeepCopyInto(out *KnowledgeFileStatus) + type KnowledgeSet struct + Spec KnowledgeSetSpec + Status KnowledgeSetStatus + func (*KnowledgeSet) FieldNames() []string + func (in *KnowledgeSet) DeepCopy() *KnowledgeSet + func (in *KnowledgeSet) DeepCopyInto(out *KnowledgeSet) + func (in *KnowledgeSet) DeepCopyObject() runtime.Object + func (in *KnowledgeSet) DeleteRefs() []Ref + func (in *KnowledgeSet) Get(field string) string + func (in *KnowledgeSet) GetColumns() [][]string + func (in *KnowledgeSet) Has(field string) bool + type KnowledgeSetList struct + Items []KnowledgeSet + func (in *KnowledgeSetList) DeepCopy() *KnowledgeSetList + func (in *KnowledgeSetList) DeepCopyInto(out *KnowledgeSetList) + func (in *KnowledgeSetList) DeepCopyObject() runtime.Object + type KnowledgeSetManifest struct + DataDescription string + func (in *KnowledgeSetManifest) DeepCopy() *KnowledgeSetManifest + func (in *KnowledgeSetManifest) DeepCopyInto(out *KnowledgeSetManifest) + type KnowledgeSetSpec struct + AgentName string + Manifest KnowledgeSetManifest + TextEmbeddingModel string + ThreadName string + WorkflowName string + func (in *KnowledgeSetSpec) DeepCopy() *KnowledgeSetSpec + func (in *KnowledgeSetSpec) DeepCopyInto(out *KnowledgeSetSpec) + type KnowledgeSetStatus struct + EmptyDatasetDeleted bool + ExistingFile string + HasContent bool + SuggestedDataDescription string + TextEmbeddingModel string + ThreadName string + WorkspaceName string + func (in *KnowledgeSetStatus) DeepCopy() *KnowledgeSetStatus + func (in *KnowledgeSetStatus) DeepCopyInto(out *KnowledgeSetStatus) + type KnowledgeSource struct + Spec KnowledgeSourceSpec + Status KnowledgeSourceStatus + func (*KnowledgeSource) FieldNames() []string + func (in *KnowledgeSource) DeepCopy() *KnowledgeSource + func (in *KnowledgeSource) DeepCopyInto(out *KnowledgeSource) + func (in *KnowledgeSource) DeepCopyObject() runtime.Object + func (in *KnowledgeSource) DeleteRefs() []Ref + func (in *KnowledgeSource) Get(field string) string + func (in *KnowledgeSource) GetColumns() [][]string + func (in *KnowledgeSource) Has(field string) bool + func (in *KnowledgeSource) PublicState() types.KnowledgeSourceState + type KnowledgeSourceList struct + Items []KnowledgeSource + func (in *KnowledgeSourceList) DeepCopy() *KnowledgeSourceList + func (in *KnowledgeSourceList) DeepCopyInto(out *KnowledgeSourceList) + func (in *KnowledgeSourceList) DeepCopyObject() runtime.Object + type KnowledgeSourceSpec struct + KnowledgeSetName string + Manifest types.KnowledgeSourceManifest + SyncGeneration int64 + func (in *KnowledgeSourceSpec) DeepCopy() *KnowledgeSourceSpec + func (in *KnowledgeSourceSpec) DeepCopyInto(out *KnowledgeSourceSpec) + type KnowledgeSourceStatus struct + Error string + LastSyncEndTime metav1.Time + LastSyncStartTime metav1.Time + NextSyncTime metav1.Time + RunName string + Status string + SyncDetails []byte + SyncGeneration int64 + SyncState types.KnowledgeSourceState + ThreadName string + WorkspaceName string + func (in *KnowledgeSourceStatus) DeepCopy() *KnowledgeSourceStatus + func (in *KnowledgeSourceStatus) DeepCopyInto(out *KnowledgeSourceStatus) + type KnowledgeSummary struct + Spec KnowledgeSummarySpec + Status KnowledgeSummaryStatus + func (in *KnowledgeSummary) DeepCopy() *KnowledgeSummary + func (in *KnowledgeSummary) DeepCopyInto(out *KnowledgeSummary) + func (in *KnowledgeSummary) DeepCopyObject() runtime.Object + func (in *KnowledgeSummary) DeleteRefs() []Ref + type KnowledgeSummaryList struct + Items []KnowledgeSummary + func (in *KnowledgeSummaryList) DeepCopy() *KnowledgeSummaryList + func (in *KnowledgeSummaryList) DeepCopyInto(out *KnowledgeSummaryList) + func (in *KnowledgeSummaryList) DeepCopyObject() runtime.Object + type KnowledgeSummarySpec struct + ContentHash string + Summary []byte + ThreadName string + func (in *KnowledgeSummarySpec) DeepCopy() *KnowledgeSummarySpec + func (in *KnowledgeSummarySpec) DeepCopyInto(out *KnowledgeSummarySpec) + type KnowledgeSummaryStatus struct + func (in *KnowledgeSummaryStatus) DeepCopy() *KnowledgeSummaryStatus + func (in *KnowledgeSummaryStatus) DeepCopyInto(out *KnowledgeSummaryStatus) + type Model struct + Spec ModelSpec + Status ModelStatus + func (in *Model) DeepCopy() *Model + func (in *Model) DeepCopyInto(out *Model) + func (in *Model) DeepCopyObject() runtime.Object + func (m *Model) FieldNames() []string + func (m *Model) Get(field string) (value string) + func (m *Model) GetAliasName() string + func (m *Model) GetAliasObservedGeneration() int64 + func (m *Model) Has(field string) (exists bool) + func (m *Model) IsAssigned() bool + func (m *Model) SetAliasObservedGeneration(gen int64) + func (m *Model) SetAssigned(assigned bool) + type ModelList struct + Items []Model + func (in *ModelList) DeepCopy() *ModelList + func (in *ModelList) DeepCopyInto(out *ModelList) + func (in *ModelList) DeepCopyObject() runtime.Object + type ModelSpec struct + Manifest types.ModelManifest + func (in *ModelSpec) DeepCopy() *ModelSpec + func (in *ModelSpec) DeepCopyInto(out *ModelSpec) + type ModelStatus struct + AliasAssigned bool + AliasObservedGeneration int64 + func (in *ModelStatus) DeepCopy() *ModelStatus + func (in *ModelStatus) DeepCopyInto(out *ModelStatus) + type OAuthApp struct + Spec OAuthAppSpec + Status EmptyStatus + func (in *OAuthApp) DeepCopy() *OAuthApp + func (in *OAuthApp) DeepCopyInto(out *OAuthApp) + func (in *OAuthApp) DeepCopyObject() runtime.Object + func (r *OAuthApp) AuthorizeURL(baseURL string) string + func (r *OAuthApp) DeleteRefs() []Ref + func (r *OAuthApp) FieldNames() []string + func (r *OAuthApp) Get(field string) string + func (r *OAuthApp) GetAliasName() string + func (r *OAuthApp) GetAliasObservedGeneration() int64 + func (r *OAuthApp) Has(field string) bool + func (r *OAuthApp) IsAssigned() bool + func (r *OAuthApp) RedirectURL(baseURL string) string + func (r *OAuthApp) RefreshURL(baseURL string) string + func (r *OAuthApp) SetAliasObservedGeneration(int64) + func (r *OAuthApp) SetAssigned(bool) + type OAuthAppList struct + Items []OAuthApp + func (in *OAuthAppList) DeepCopy() *OAuthAppList + func (in *OAuthAppList) DeepCopyInto(out *OAuthAppList) + func (in *OAuthAppList) DeepCopyObject() runtime.Object + type OAuthAppLogin struct + Spec OAuthAppLoginSpec + Status OAuthAppLoginStatus + func (in *OAuthAppLogin) DeepCopy() *OAuthAppLogin + func (in *OAuthAppLogin) DeepCopyInto(out *OAuthAppLogin) + func (in *OAuthAppLogin) DeepCopyObject() runtime.Object + func (o *OAuthAppLogin) DeleteRefs() []Ref + func (o *OAuthAppLogin) FieldNames() []string + func (o *OAuthAppLogin) Get(field string) string + func (o *OAuthAppLogin) Has(field string) bool + type OAuthAppLoginList struct + Items []OAuthAppLogin + func (in *OAuthAppLoginList) DeepCopy() *OAuthAppLoginList + func (in *OAuthAppLoginList) DeepCopyInto(out *OAuthAppLoginList) + func (in *OAuthAppLoginList) DeepCopyObject() runtime.Object + type OAuthAppLoginSpec struct + CredentialContext string + OAuthApps []string + ToolReference string + func (in *OAuthAppLoginSpec) DeepCopy() *OAuthAppLoginSpec + func (in *OAuthAppLoginSpec) DeepCopyInto(out *OAuthAppLoginSpec) + type OAuthAppLoginStatus struct + External types.OAuthAppLoginAuthStatus + func (in *OAuthAppLoginStatus) DeepCopy() *OAuthAppLoginStatus + func (in *OAuthAppLoginStatus) DeepCopyInto(out *OAuthAppLoginStatus) + type OAuthAppSpec struct + Manifest types.OAuthAppManifest + func (in *OAuthAppSpec) DeepCopy() *OAuthAppSpec + func (in *OAuthAppSpec) DeepCopyInto(out *OAuthAppSpec) + type Ref struct + Kind string + Name string + Namespace string + ObjType kclient.Object + type Run struct + Spec RunSpec + Status RunStatus + func (in *Run) DeepCopy() *Run + func (in *Run) DeepCopyInto(out *Run) + func (in *Run) DeepCopyObject() runtime.Object + func (in *Run) DeleteRefs() []Ref + func (in *Run) FieldNames() []string + func (in *Run) Get(field string) string + func (in *Run) GetColumns() [][]string + func (in *Run) Has(field string) bool + type RunList struct + Items []Run + func (in *RunList) DeepCopy() *RunList + func (in *RunList) DeepCopyInto(out *RunList) + func (in *RunList) DeepCopyObject() runtime.Object + type RunSpec struct + AgentName string + CredentialContextIDs []string + DefaultModel string + Env []string + Input string + PreviousRunName string + Synchronous bool + ThreadName string + Timeout metav1.Duration + Tool string + ToolReferenceType types.ToolReferenceType + WorkflowExecutionName string + WorkflowName string + WorkflowStepID string + WorkflowStepName string + func (in *RunSpec) DeepCopy() *RunSpec + func (in *RunSpec) DeepCopyInto(out *RunSpec) + type RunState struct + Spec RunStateSpec + Status EmptyStatus + func (in *RunState) DeepCopy() *RunState + func (in *RunState) DeepCopyInto(out *RunState) + func (in *RunState) DeepCopyObject() runtime.Object + func (in *RunState) DeleteRefs() []Ref + type RunStateList struct + Items []RunState + func (in *RunStateList) DeepCopy() *RunStateList + func (in *RunStateList) DeepCopyInto(out *RunStateList) + func (in *RunStateList) DeepCopyObject() runtime.Object + type RunStateSpec struct + CallFrame []byte + ChatState []byte + Done bool + Error string + Output []byte + Program []byte + ThreadName string + func (in *RunStateSpec) DeepCopy() *RunStateSpec + func (in *RunStateSpec) DeepCopyInto(out *RunStateSpec) + type RunStatus struct + Conditions []metav1.Condition + EndTime metav1.Time + Error string + Output string + State gptscriptclient.RunState + SubCall *SubCall + func (in *RunStatus) DeepCopy() *RunStatus + func (in *RunStatus) DeepCopyInto(out *RunStatus) + type SubCall struct + Input string + Type string + Workflow string + func (in *SubCall) DeepCopy() *SubCall + func (in *SubCall) DeepCopyInto(out *SubCall) + type Thread struct + Spec ThreadSpec + Status ThreadStatus + func (in *Thread) DeepCopy() *Thread + func (in *Thread) DeepCopyInto(out *Thread) + func (in *Thread) DeepCopyObject() runtime.Object + func (in *Thread) DeleteRefs() []Ref + func (in *Thread) FieldNames() []string + func (in *Thread) Get(field string) (value string) + func (in *Thread) GetColumns() [][]string + func (in *Thread) Has(field string) (exists bool) + type ThreadList struct + Items []Thread + func (in *ThreadList) DeepCopy() *ThreadList + func (in *ThreadList) DeepCopyInto(out *ThreadList) + func (in *ThreadList) DeepCopyObject() runtime.Object + type ThreadSpec struct + Abort bool + AgentAlias string + AgentName string + CronJobName string + EmailReceiverName string + Env []string + FromWorkspaceNames []string + KnowledgeSetName string + KnowledgeSourceName string + Manifest types.ThreadManifest + OAuthAppLoginName string + ParentThreadName string + SystemTask bool + TextEmbeddingModel string + UserUID string + WebhookName string + WorkflowExecutionName string + WorkflowName string + WorkspaceName string + func (in *ThreadSpec) DeepCopy() *ThreadSpec + func (in *ThreadSpec) DeepCopyInto(out *ThreadSpec) + type ThreadStatus struct + CurrentRunName string + KnowledgeSetNames []string + LastRunName string + LastRunState gptscriptclient.RunState + PreviousThreadName string + WorkflowState types.WorkflowState + WorkspaceID string + WorkspaceName string + func (in *ThreadStatus) DeepCopy() *ThreadStatus + func (in *ThreadStatus) DeepCopyInto(out *ThreadStatus) + type ToolReference struct + Spec ToolReferenceSpec + Status ToolReferenceStatus + func (in *ToolReference) DeepCopy() *ToolReference + func (in *ToolReference) DeepCopyInto(out *ToolReference) + func (in *ToolReference) DeepCopyObject() runtime.Object + func (in *ToolReference) FieldNames() []string + func (in *ToolReference) Get(field string) string + func (in *ToolReference) GetColumns() [][]string + func (in *ToolReference) Has(field string) bool + type ToolReferenceList struct + Items []ToolReference + func (in *ToolReferenceList) DeepCopy() *ToolReferenceList + func (in *ToolReferenceList) DeepCopyInto(out *ToolReferenceList) + func (in *ToolReferenceList) DeepCopyObject() runtime.Object + type ToolReferenceSpec struct + Active *bool + Builtin bool + Reference string + Type types.ToolReferenceType + func (in *ToolReferenceSpec) DeepCopy() *ToolReferenceSpec + func (in *ToolReferenceSpec) DeepCopyInto(out *ToolReferenceSpec) + type ToolReferenceStatus struct + Error string + LastReferenceCheck metav1.Time + ObservedGeneration int64 + Reference string + Tool *ToolShortDescription + func (in *ToolReferenceStatus) DeepCopy() *ToolReferenceStatus + func (in *ToolReferenceStatus) DeepCopyInto(out *ToolReferenceStatus) + type ToolShortDescription struct + Credential string + Description string + Metadata map[string]string + Name string + Params map[string]string + func (in *ToolShortDescription) DeepCopy() *ToolShortDescription + func (in *ToolShortDescription) DeepCopyInto(out *ToolShortDescription) + type Webhook struct + Spec WebhookSpec + Status WebhookStatus + func (*Webhook) GetColumns() [][]string + func (in *Webhook) DeepCopy() *Webhook + func (in *Webhook) DeepCopyInto(out *Webhook) + func (in *Webhook) DeepCopyObject() runtime.Object + func (w *Webhook) DeleteRefs() []Ref + func (w *Webhook) FieldNames() []string + func (w *Webhook) Get(field string) (value string) + func (w *Webhook) GetAliasName() string + func (w *Webhook) GetAliasObservedGeneration() int64 + func (w *Webhook) Has(field string) (exists bool) + func (w *Webhook) IsAssigned() bool + func (w *Webhook) SetAliasObservedGeneration(gen int64) + func (w *Webhook) SetAssigned(assigned bool) + type WebhookList struct + Items []Webhook + func (in *WebhookList) DeepCopy() *WebhookList + func (in *WebhookList) DeepCopyInto(out *WebhookList) + func (in *WebhookList) DeepCopyObject() runtime.Object + type WebhookSpec struct + ThreadName string + TokenHash []byte + func (in *WebhookSpec) DeepCopy() *WebhookSpec + func (in *WebhookSpec) DeepCopyInto(out *WebhookSpec) + type WebhookStatus struct + AliasAssigned bool + AliasObservedGeneration int64 + LastSuccessfulRunCompleted *metav1.Time + func (in *WebhookStatus) DeepCopy() *WebhookStatus + func (in *WebhookStatus) DeepCopyInto(out *WebhookStatus) + type Workflow struct + Spec WorkflowSpec + Status WorkflowStatus + func (in *Workflow) DeepCopy() *Workflow + func (in *Workflow) DeepCopyInto(out *Workflow) + func (in *Workflow) DeepCopyObject() runtime.Object + func (in *Workflow) DeleteRefs() []Ref + func (in *Workflow) FieldNames() []string + func (in *Workflow) Get(field string) (value string) + func (in *Workflow) GetAliasName() string + func (in *Workflow) GetAliasObservedGeneration() int64 + func (in *Workflow) GetAliasScope() string + func (in *Workflow) Has(field string) (exists bool) + func (in *Workflow) IsAssigned() bool + func (in *Workflow) SetAliasObservedGeneration(gen int64) + func (in *Workflow) SetAssigned(assigned bool) + type WorkflowExecution struct + Spec WorkflowExecutionSpec + Status WorkflowExecutionStatus + func (in *WorkflowExecution) DeepCopy() *WorkflowExecution + func (in *WorkflowExecution) DeepCopyInto(out *WorkflowExecution) + func (in *WorkflowExecution) DeepCopyObject() runtime.Object + func (in *WorkflowExecution) DeleteRefs() []Ref + func (in *WorkflowExecution) FieldNames() []string + func (in *WorkflowExecution) Get(field string) string + func (in *WorkflowExecution) GetColumns() [][]string + func (in *WorkflowExecution) Has(field string) bool + type WorkflowExecutionList struct + Items []WorkflowExecution + func (in *WorkflowExecutionList) DeepCopy() *WorkflowExecutionList + func (in *WorkflowExecutionList) DeepCopyInto(out *WorkflowExecutionList) + func (in *WorkflowExecutionList) DeepCopyObject() runtime.Object + type WorkflowExecutionSpec struct + AfterWorkflowStepName string + CronJobName string + EmailReceiverName string + Input string + ParentRunName string + ParentThreadName string + RunUntilStep string + ThreadName string + WebhookName string + WorkflowGeneration int64 + WorkflowName string + WorkspaceName string + func (in *WorkflowExecutionSpec) DeepCopy() *WorkflowExecutionSpec + func (in *WorkflowExecutionSpec) DeepCopyInto(out *WorkflowExecutionSpec) + type WorkflowExecutionStatus struct + EndTime *metav1.Time + Error string + Output string + State types.WorkflowState + ThreadName string + WorkflowGeneration int64 + WorkflowManifest *types.WorkflowManifest + func (in *WorkflowExecutionStatus) DeepCopy() *WorkflowExecutionStatus + func (in *WorkflowExecutionStatus) DeepCopyInto(out *WorkflowExecutionStatus) + type WorkflowList struct + Items []Workflow + func (in *WorkflowList) DeepCopy() *WorkflowList + func (in *WorkflowList) DeepCopyInto(out *WorkflowList) + func (in *WorkflowList) DeepCopyObject() runtime.Object + type WorkflowSpec struct + KnowledgeSetNames []string + Manifest types.WorkflowManifest + ThreadName string + WorkspaceName string + func (in *WorkflowSpec) DeepCopy() *WorkflowSpec + func (in *WorkflowSpec) DeepCopyInto(out *WorkflowSpec) + type WorkflowStatus struct + AliasAssigned bool + AliasObservedGeneration int64 + AuthStatus map[string]types.OAuthAppLoginAuthStatus + KnowledgeSetNames []string + WorkspaceName string + func (in *WorkflowStatus) DeepCopy() *WorkflowStatus + func (in *WorkflowStatus) DeepCopyInto(out *WorkflowStatus) + type WorkflowStep struct + Spec WorkflowStepSpec + Status WorkflowStepStatus + func (in *WorkflowStep) DeepCopy() *WorkflowStep + func (in *WorkflowStep) DeepCopyInto(out *WorkflowStep) + func (in *WorkflowStep) DeepCopyObject() runtime.Object + func (in *WorkflowStep) DeleteRefs() []Ref + func (in *WorkflowStep) FieldNames() []string + func (in *WorkflowStep) Get(field string) (value string) + func (in *WorkflowStep) GetColumns() [][]string + func (in *WorkflowStep) Has(field string) (exists bool) + func (in *WorkflowStep) IsGenerationInSync() bool + type WorkflowStepList struct + Items []WorkflowStep + func (in *WorkflowStepList) DeepCopy() *WorkflowStepList + func (in *WorkflowStepList) DeepCopyInto(out *WorkflowStepList) + func (in *WorkflowStepList) DeepCopyObject() runtime.Object + type WorkflowStepSpec struct + AfterWorkflowStepName string + Step types.Step + WorkflowExecutionName string + WorkflowGeneration int64 + func (in *WorkflowStepSpec) DeepCopy() *WorkflowStepSpec + func (in *WorkflowStepSpec) DeepCopyInto(out *WorkflowStepSpec) + type WorkflowStepStatus struct + Error string + LastRunName string + RunNames []string + State types.WorkflowState + SubCalls []SubCall + ThreadName string + WorkflowGeneration int64 + func (in *WorkflowStepStatus) DeepCopy() *WorkflowStepStatus + func (in *WorkflowStepStatus) DeepCopyInto(out *WorkflowStepStatus) + func (in WorkflowStepStatus) FirstRun() string + func (in WorkflowStepStatus) HasRunsSet() bool + type Workspace struct + Spec WorkspaceSpec + Status WorkspaceStatus + func (*Workspace) FieldNames() []string + func (in *Workspace) DeepCopy() *Workspace + func (in *Workspace) DeepCopyInto(out *Workspace) + func (in *Workspace) DeepCopyObject() runtime.Object + func (in *Workspace) DeleteRefs() []Ref + func (in *Workspace) Get(field string) string + func (in *Workspace) GetColumns() [][]string + func (in *Workspace) Has(field string) bool + type WorkspaceList struct + Items []Workspace + func (in *WorkspaceList) DeepCopy() *WorkspaceList + func (in *WorkspaceList) DeepCopyInto(out *WorkspaceList) + func (in *WorkspaceList) DeepCopyObject() runtime.Object + type WorkspaceSpec struct + AgentName string + FromWorkspaceNames []string + KnowledgeSetName string + KnowledgeSourceName string + ThreadName string + WorkflowName string + func (in *WorkspaceSpec) DeepCopy() *WorkspaceSpec + func (in *WorkspaceSpec) DeepCopyInto(out *WorkspaceSpec) + type WorkspaceStatus struct + WorkspaceID string + func (in *WorkspaceStatus) DeepCopy() *WorkspaceStatus + func (in *WorkspaceStatus) DeepCopyInto(out *WorkspaceStatus) v0.4.0-rc1 Dec 18, 2024