Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encoder-run/operator
/ functions
Functions
828 in github.com/encoder-run/operator
⨍
Functions
828
◇
Types & classes
144
Method
Query
Query returns QueryResolver implementation.
pkg/graph/schema.resolvers.go:132
Method
Reconcile
+kubebuilder:rbac:groups=cloud.encoder.run,resources=pipelines,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=cloud.encoder.
internal/controller/cloud/pipeline_controller.go:56
Method
Reconcile
+kubebuilder:rbac:groups=cloud.encoder.run,resources=repositories,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=cloud.encod
internal/controller/cloud/repository_controller.go:49
Method
Reconcile
+kubebuilder:rbac:groups=cloud.encoder.run,resources=models,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=cloud.encoder.run
internal/controller/cloud/model_controller.go:49
Method
Reconcile
+kubebuilder:rbac:groups=cloud.encoder.run,resources=pipelineexecutions,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=cloud
internal/controller/cloud/pipelineexecution_controller.go:53
Method
Reconcile
+kubebuilder:rbac:groups=cloud.encoder.run,resources=storages,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=cloud.encoder.r
internal/controller/cloud/storage_controller.go:60
Method
Reference
Reference retrieves a reference from Postgres by its name.
pkg/cache/postgres/reference.go:38
Method
RemoveReference
RemoveReference implements storage.Storer.
pkg/cache/postgres/storage.go:44
Method
RemoveReference
RemoveReference implements storage.Storer.
pkg/cache/redis/reference.go:138
Method
Repositories
Repositories is the resolver for the repositories field.
pkg/graph/schema.resolvers.go:89
Function
RepositoriesComponent
(props: RepositoriesComponentProps)
frontend/console-ui/src/api/types.tsx:1126
Function
RepositoriesPage
()
frontend/console-ui/src/pages/repositories/index.tsx:10
Function
RepositoryDetailsPage
()
frontend/console-ui/src/pages/repository-details/index.tsx:18
Method
SemanticSearch
SemanticSearch is the resolver for the semanticSearch field.
pkg/graph/schema.resolvers.go:124
Function
SemanticSearchComponent
(props: SemanticSearchComponentProps)
frontend/console-ui/src/api/types.tsx:1320
Method
SetConfig
SetConfig stores the configuration in Redis.
pkg/cache/postgres/config.go:20
Method
SetConfig
SetConfig stores the configuration in Redis.
pkg/cache/redis/config.go:20
Method
SetEncodedObject
SetEncodedObject stores an encoded object in Postgres.
pkg/cache/postgres/object.go:24
Method
SetEncodedObject
SetEncodedObject stores an encoded object in Redis.
pkg/cache/redis/object.go:37
Method
SetIndex
SetIndex serializes and stores the index in Postgres.
pkg/cache/postgres/index.go:19
Method
SetIndex
SetIndex serializes and stores the index in Redis.
pkg/cache/redis/index.go:20
Method
SetReference
SetReference stores a reference in Postgres.
pkg/cache/postgres/reference.go:21
Method
SetReference
SetReference stores a reference in Redis.
pkg/cache/redis/reference.go:25
Method
SetShallow
SetShallow stores a list of shallow commit hashes in Postgres.
pkg/cache/postgres/shallow.go:18
Method
SetShallow
SetShallow stores a list of shallow commit hashes in Redis.
pkg/cache/redis/shallow.go:18
Method
SetupWithManager
SetupWithManager sets up the controller with the Manager.
internal/controller/cloud/pipeline_controller.go:115
Method
SetupWithManager
SetupWithManager sets up the controller with the Manager.
internal/controller/cloud/repository_controller.go:58
Method
SetupWithManager
SetupWithManager sets up the controller with the Manager.
internal/controller/cloud/pipelineexecution_controller.go:174
Method
SetupWithManager
SetupWithManager sets up the controller with the Manager.
internal/controller/cloud/storage_controller.go:507
Method
Shallow
Shallow retrieves the list of shallow commit hashes from Postgres.
pkg/cache/postgres/shallow.go:35
Method
Shallow
Shallow retrieves the list of shallow commit hashes from Redis.
pkg/cache/redis/shallow.go:33
Function
Sidebar
()
frontend/console-ui/src/pages/nav/index.tsx:11
Function
StorageDetailsPage
()
frontend/console-ui/src/pages/storage-details/index.tsx:22
Function
StoragePage
()
frontend/console-ui/src/pages/storage/index.tsx:10
Method
Storages
Storages is the resolver for the storages field.
pkg/graph/schema.resolvers.go:99
Function
StoragesComponent
(props: StoragesComponentProps)
frontend/console-ui/src/api/types.tsx:1374
Function
TestControllers
(t *testing.T)
internal/controller/cloud/suite_test.go:46
Function
Toastr
()
frontend/console-ui/src/components/toast/index.tsx:5
Method
TriggerPipeline
TriggerPipeline is the resolver for the triggerPipeline field.
pkg/graph/schema.resolvers.go:69
Function
TriggerPipelineComponent
(props: TriggerPipelineComponentProps)
frontend/console-ui/src/api/types.tsx:1083
Method
__init__
(self, name: str, org_name: str, repo_name: str, max_sequence_length: int)
cmd/modeldeployer/main.py:11
Method
addDeployment
(input: AddStorageDeploymentInput)
frontend/mock/src/resolvers/storage/index.ts:50
Method
addDeployment
(input: any)
frontend/mock/src/resolvers/pipeline/index.ts:96
Function
confirmDelete
()
frontend/console-ui/src/pages/storage/index.tsx:52
Function
confirmDelete
()
frontend/console-ui/src/pages/pipelines/index.tsx:62
Function
confirmDelete
()
frontend/console-ui/src/pages/repositories/index.tsx:52
Function
confirmDelete
()
frontend/console-ui/src/pages/models/index.tsx:51
Function
handleDelete
()
frontend/console-ui/src/pages/storage/index.tsx:47
Function
handleDelete
()
frontend/console-ui/src/pages/models/index.tsx:46
Function
handleEditDeployment
()
frontend/console-ui/src/pages/storage-details/index.tsx:67
Function
handleEditDeployment
()
frontend/console-ui/src/pages/model-details/index.tsx:66
Function
handleEnablePipeline
()
frontend/console-ui/src/pages/pipeline-details/index.tsx:89
Function
handleKeyDown
(event: any)
frontend/console-ui/src/pages/search/index.tsx:58
Function
handleSearch
(event: React.ChangeEvent<HTMLInputElement>)
frontend/console-ui/src/pages/storage/index.tsx:66
Function
handleSearch
(event: React.ChangeEvent<HTMLInputElement>)
frontend/console-ui/src/pages/pipelines/index.tsx:73
Function
handleSearch
(event: React.ChangeEvent<HTMLInputElement>)
frontend/console-ui/src/pages/repositories/index.tsx:66
Function
handleSearch
(event: React.ChangeEvent<HTMLInputElement>)
frontend/console-ui/src/pages/models/index.tsx:65
Function
handleShowDeleteDialog
()
frontend/console-ui/src/pages/pipelines/index.tsx:58
Function
handleShowDeleteDialog
()
frontend/console-ui/src/pages/repositories/index.tsx:47
Function
handleSubmit
()
frontend/console-ui/src/pages/storage-details/add-storage-deployment-dialog.tsx:18
Function
handleSubmit
()
frontend/console-ui/src/pages/storage/add-storage.dialog.tsx:36
Function
handleSubmit
()
frontend/console-ui/src/pages/pipelines/add-pipeline-dialog.tsx:25
Function
handleSubmit
()
frontend/console-ui/src/pages/repositories/add-repository-dialog.tsx:20
Function
handleSubmit
()
frontend/console-ui/src/pages/models/add-model-dialog.tsx:21
Function
handleSubmit
()
frontend/console-ui/src/pages/model-details/add-model-deployment-dialog.tsx:18
Function
handleTriggerPipeline
()
frontend/console-ui/src/pages/pipeline-details/index.tsx:109
Function
init
()
cmd/main.go:53
Function
init
()
cmd/cli/cmd/initializer.go:24
Function
init
()
cmd/cli/cmd/root.go:42
Function
init
()
cmd/cli/cmd/create.go:27
Function
init
()
api/cloud/v1alpha1/model_types.go:97
Function
init
()
api/cloud/v1alpha1/repository_types.go:80
Function
init
()
api/cloud/v1alpha1/storage_types.go:103
Function
init
()
api/cloud/v1alpha1/pipeline_types.go:85
Function
init
()
api/cloud/v1alpha1/pipelineexecution_types.go:72
Function
initConfig
initConfig reads in config file and ENV variables if set.
cmd/cli/cmd/root.go:57
Function
main
()
cmd/main.go:62
Function
main
()
cmd/cli/main.go:8
Function
main
()
cmd/repositoryembedder/main.go:80
Function
main
()
cmd/gateway/main.go:19
Method
marshalNModel2githubᚗcomᚋencoderᚑrunᚋoperatorᚋpkgᚋgraphᚋmodelᚐModel
(ctx context.Context, sel ast.SelectionSet, v model.Model)
pkg/graph/generated.go:8619
Method
marshalNPipeline2githubᚗcomᚋencoderᚑrunᚋoperatorᚋpkgᚋgraphᚋmodelᚐPipeline
(ctx context.Context, sel ast.SelectionSet, v model.Pipeline)
pkg/graph/generated.go:8697
Method
marshalNPipelineExecution2githubᚗcomᚋencoderᚑrunᚋoperatorᚋpkgᚋgraphᚋmodelᚐPipelineExecution
(ctx context.Context, sel ast.SelectionSet, v model.PipelineExecution)
pkg/graph/generated.go:8755
Method
marshalNRepository2githubᚗcomᚋencoderᚑrunᚋoperatorᚋpkgᚋgraphᚋmodelᚐRepository
(ctx context.Context, sel ast.SelectionSet, v model.Repository)
pkg/graph/generated.go:8848
Method
marshalNStorage2githubᚗcomᚋencoderᚑrunᚋoperatorᚋpkgᚋgraphᚋmodelᚐStorage
(ctx context.Context, sel ast.SelectionSet, v model.Storage)
pkg/graph/generated.go:8970
Method
marshalOBoolean2bool
(ctx context.Context, sel ast.SelectionSet, v bool)
pkg/graph/generated.go:9329
Method
marshalOBoolean2ᚖbool
(ctx context.Context, sel ast.SelectionSet, v *bool)
pkg/graph/generated.go:9342
Method
marshalOInt2ᚖint
(ctx context.Context, sel ast.SelectionSet, v *int)
pkg/graph/generated.go:9373
Method
marshalORepositoryType2ᚖgithubᚗcomᚋencoderᚑrunᚋoperatorᚋpkgᚋgraphᚋmodelᚐRepositoryType
(ctx context.Context, sel ast.SelectionSet, v *model.RepositoryType)
pkg/graph/generated.go:9412
Method
onSuccess
()
frontend/console-ui/src/pages/storage-details/add-storage-deployment-dialog.tsx:8
Method
onSuccess
(id: String)
frontend/console-ui/src/pages/storage/add-storage.dialog.tsx:11
Method
onSuccess
(id: string)
frontend/console-ui/src/pages/pipelines/add-pipeline-dialog.tsx:8
Method
onSuccess
(id: String)
frontend/console-ui/src/pages/repositories/add-repository-dialog.tsx:8
Method
onSuccess
(id: String)
frontend/console-ui/src/pages/models/add-model-dialog.tsx:9
Method
onSuccess
()
frontend/console-ui/src/pages/model-details/add-model-deployment-dialog.tsx:8
Function
onSuccessRedirect
(id: string)
frontend/console-ui/src/pages/storage/index.tsx:76
Function
onSuccessRedirect
(id: string)
frontend/console-ui/src/pages/repositories/index.tsx:77
Function
onSuccessRedirect
(id: string)
frontend/console-ui/src/pages/models/index.tsx:75
Method
predict
(self, payload: Dict, headers: Dict)
cmd/modeldeployer/main.py:27
Method
unmarshalNFloat2float64
(ctx context.Context, v interface{})
pkg/graph/generated.go:8574
← previous
next →
701–800 of 828, ranked by callers