MCPcopy Create free account

hub / github.com/digitalocean/doctl / functions

Functions4,869 in github.com/digitalocean/doctl

↓ 4 callersMethodStop
Stop mocks base method.
do/mocks/Listener.go:51
↓ 4 callersMethodUpdateCustomDomain
(string, *godo.CDNUpdateCustomDomainRequest)
do/cdns.go:20
↓ 4 callersMethodUpdateFirewallRules
(databaseID string, req *godo.DatabaseUpdateFirewallRulesRequest)
do/databases.go:229
↓ 4 callersMethodUpdateMaintenance
(string, *godo.DatabaseUpdateMaintenanceRequest)
do/databases.go:195
↓ 4 callersMethodUpdatePool
(string, string, *godo.DatabaseUpdatePoolRequest)
do/databases.go:215
↓ 4 callersFunctiondisplayClusters
(c *CmdConfig, short bool, clusters ...do.KubernetesCluster)
commands/kubernetes.go:2615
↓ 4 callersFunctiondisplayDatabaseFirewallRules
displayDatabaseFirewallRules calls Get Firewall Rules to list all current rules.
commands/databases.go:2395
↓ 4 callersFunctiondisplayDatabaseUsers
(c *CmdConfig, users ...do.DatabaseUser)
commands/databases.go:1128
↓ 4 callersFunctiondisplayDatabases
(c *CmdConfig, short bool, dbs ...do.Database)
commands/databases.go:461
↓ 4 callersFunctiondisplayNodePools
(c *CmdConfig, nodePools ...do.KubernetesNodePool)
commands/kubernetes.go:2620
↓ 4 callersFunctiondisplaySpacesKeys
(c *CmdConfig, keys ...do.SpacesKey)
commands/spaces_keys.go:188
↓ 4 callersFunctionensureStringInFile
(file string, val string)
internal/apps/workspace/workspace.go:335
↓ 4 callersFunctionerrNoClusterByName
(name string)
commands/kubernetes.go:88
↓ 4 callersFunctionfirewallRulesArgumentCheck
All firewall rules require the databaseID
commands/databases.go:2409
↓ 4 callersFunctiongetActivationAnnotationValue
(a whisk.Activation, key string)
commands/displayers/activations.go:120
↓ 4 callersFunctiongetInvoiceUUIDArg
(ns string, args []string)
commands/invoices.go:97
↓ 4 callersFunctiongetOutputFileArg
(ext string, args []string)
commands/invoices.go:105
↓ 4 callersFunctiongetRegistryNameFromArgs
getRegistryNameFromArgs gets a registry name from command line args if provided, otherwise falls back to getting the default registry. This is used by
commands/registry.go:852
↓ 4 callersMethodhandleActionResponse
(a *godo.Action, err error)
do/volume_actions.go:32
↓ 4 callersFunctioniDize
iDize attempts to make a resource ID/name string be a resource ID. use this if you just care about getting a resource ID and don't need the object its
commands/kubernetes.go:2674
↓ 4 callersMethodkey
(method string, key string)
internal/apps/config/config.go:23
↓ 4 callersMethodlistImages
(lFn listFn, public bool)
do/images.go:115
↓ 4 callersFunctionmakeBanner
makeBanner is a subroutine that prints a single "banner" line summarizing information about an activation. This is done in conjunction with a request
commands/activations.go:186
↓ 4 callersFunctionmatchDroplets
(ids []string, ds do.DropletsService, fn matchDropletsFn)
commands/droplets.go:585
↓ 4 callersFunctionpoolIDize
poolIDize attempts to make a node pool ID/name string be a node pool ID. use this as opposed to `poolByIDorName` if you just care about getting a node
commands/kubernetes.go:2789
↓ 4 callersFunctionprettyPrintStruct
(obj any)
commands/displayers/load_balancer.go:131
↓ 4 callersFunctionprintLogs
printLog is a subroutine for printing just the logs of an activation
commands/activations.go:196
↓ 4 callersFunctionresolveTargetNamespace
resolveTargetNamespace determines which namespace to operate on If explicitNamespace is provided, use it; otherwise use the currently connected namesp
commands/keys.go:181
↓ 4 callersMethodrunExec
(ctx context.Context, containerID string, command, env []string, output io.Writer, input io.Reader)
internal/apps/builder/builder.go:167
↓ 4 callersFunctionrunServerlessInferenceStream
(c *CmdConfig, stream interface { Next() bool Err() error Close() error }, writeEvent func() error)
commands/serverless_inference.go:113
↓ 4 callersFunctionserverlessInferenceAsyncCmd
--- async-invoke ---
commands/serverless_inference.go:891
↓ 4 callersFunctionserverlessInferenceChatCompletionsCmd
--- chat-completions ---
commands/serverless_inference.go:151
↓ 4 callersFunctionserverlessInferenceStream
(c *CmdConfig)
commands/serverless_inference.go:87
↓ 4 callersFunctionwaitForActiveDeployment
(apps do.AppsService, appID string, deploymentID string)
commands/apps.go:690
↓ 4 callersFunctionwaitForDatabaseReady
(dbs do.DatabasesService, dbID string)
commands/databases.go:2597
↓ 3 callersMethodAddAgentRoute
(parentAgentID string, childAgentID string)
do/gradientai.go:123
↓ 3 callersFunctionAddFloatFlag
AddFloatFlag adds an float flag to a command.
commands/doit.go:297
↓ 3 callersMethodAddForwardingRules
(lbID string, rules ...godo.ForwardingRule)
do/load_balancers.go:39
↓ 3 callersMethodAddRegistry
(req *godo.KubernetesClusterRegistryRequest)
do/kubernetes.go:100
↓ 3 callersMethodAddRules
(fID string, rr *godo.FirewallRulesRequest)
do/firewalls.go:43
↓ 3 callersMethodAddTags
(fID string, tags ...string)
do/firewalls.go:41
↓ 3 callersMethodAttachKnowledgeBaseToAgent
(agentId string, knowledgeBaseID string)
do/gradientai.go:121
↓ 3 callersMethodBackups
(int)
do/droplets.go:80
↓ 3 callersMethodBuild
(context.Context)
internal/apps/builder/builder.go:34
↓ 3 callersMethodCacheDir
(component string)
internal/apps/workspace/workspace.go:103
↓ 3 callersMethodCancelIndexingJob
(indexingJobID string)
do/gradientai.go:145
↓ 3 callersMethodCancelJobInvocation
(appID, jobInvocationID string, opts *godo.CancelJobInvocationOptions)
do/apps.go:63
↓ 3 callersMethodChangeBackupPolicy
(int, *godo.DropletBackupPolicyRequest)
do/droplet_actions.go:42
↓ 3 callersMethodChangeKernel
(int, int)
do/droplet_actions.go:47
↓ 3 callersMethodCheckServerlessStatus
()
do/serverless.go:418
↓ 3 callersMethodCreateAgent
(req *godo.AgentCreateRequest)
do/gradientai.go:108
↓ 3 callersMethodCreateAlert
(string, *godo.CreateUptimeAlertRequest)
do/uptime_checks.go:45
↓ 3 callersMethodCreateFunctionRoute
(id string, req *godo.FunctionRouteCreateRequest)
do/gradientai.go:126
↓ 3 callersMethodCreateKnowledgeBase
(req *godo.KnowledgeBaseCreateRequest)
do/gradientai.go:115
↓ 3 callersMethodCreateOpenAIAPIKey
(openaiAPIKeyCreate *godo.OpenAIAPIKeyCreateRequest)
do/gradientai.go:136
↓ 3 callersMethodCreateScan
(*godo.CreateScanRequest)
do/security.go:41
↓ 3 callersMethodCreateSnapshot
(*godo.SnapshotCreateRequest)
do/volumes.go:20
↓ 3 callersMethodCreateToken
(diID string, req *godo.DedicatedInferenceTokenCreateRequest)
do/dedicated_inference.go:78
↓ 3 callersMethodCreateVPCPeering
(req *godo.VPCPeeringCreateRequest)
do/vpcs.go:48
↓ 3 callersMethodDeleteAgent
(agentID string)
do/gradientai.go:111
↓ 3 callersMethodDeleteAgentAPIKey
(agentID string, apikeyID string)
do/gradientai.go:133
↓ 3 callersMethodDeleteAlert
(string, string)
do/uptime_checks.go:49
↓ 3 callersMethodDeleteAlertPolicy
(string)
do/monitoring.go:36
↓ 3 callersMethodDeleteByTag
(string)
do/droplets.go:77
↓ 3 callersMethodDeleteFunctionRoute
(agent_id string, function_id string)
do/gradientai.go:127
↓ 3 callersMethodDeleteKnowledgeBase
(knowledgeBaseID string)
do/gradientai.go:117
↓ 3 callersMethodDeleteKnowledgeBaseDataSource
(knowledgeBaseID string, dataSourceID string)
do/gradientai.go:120
↓ 3 callersMethodDeleteOpenAIAPIKey
(openaiApiKeyId string)
do/gradientai.go:139
↓ 3 callersMethodDeleteRecord
(string, int)
do/domains.go:69
↓ 3 callersMethodDeleteSnapshot
(snapshotID, region string)
do/nfs.go:40
↓ 3 callersMethodDeleteVPCPeering
(peeringID string)
do/vpcs.go:50
↓ 3 callersMethodDeleteVolume
(string)
do/volumes.go:18
↓ 3 callersMethodDetachKnowledgeBaseToAgent
(agentId string, knowledgeBaseID string)
do/gradientai.go:122
↓ 3 callersMethodDisableBackups
(int)
do/droplet_actions.go:40
↓ 3 callersFunctionDoctlConfigSource
DoctlConfigSource converts a doctl.Config into a ConfigSource with an optional default namespace.
internal/apps/config/doctl.go:34
↓ 3 callersMethodEnableBackups
(int)
do/droplet_actions.go:38
↓ 3 callersMethodEnableBackupsWithPolicy
(int, *godo.DropletBackupPolicyRequest)
do/droplet_actions.go:43
↓ 3 callersMethodEnableIPv6
(int)
do/droplet_actions.go:48
↓ 3 callersMethodEnablePrivateNetworking
(int)
do/droplet_actions.go:50
↓ 3 callersMethodExec
(*exec.Cmd)
do/serverless.go:230
↓ 3 callersMethodFailed
()
internal/apps/builder/docker_test.go:358
↓ 3 callersMethodFlushCache
(string, *godo.CDNFlushCacheRequest)
do/cdns.go:21
↓ 3 callersFunctionFuncs
Funcs returns template helpers.
commands/charm/template/template.go:21
↓ 3 callersMethodGet
()
do/account.go:35
↓ 3 callersMethodGetAgent
(agentID string)
do/gradientai.go:109
↓ 3 callersMethodGetAlertPolicy
(string)
do/monitoring.go:33
↓ 3 callersMethodGetAppInstances
(appID string, opts *godo.GetAppInstancesOpts)
do/apps.go:58
↓ 3 callersMethodGetBGPAuthKey
(paID string)
do/partner_network_connect.go:62
↓ 3 callersMethodGetBackupPolicy
(int)
do/droplets.go:83
↓ 3 callersMethodGetBySlug
(slug string)
do/images.go:37
↓ 3 callersMethodGetCSV
(string)
do/invoices.go:48
↓ 3 callersMethodGetGPUModelConfig
()
do/dedicated_inference.go:82
↓ 3 callersMethodGetIndexingJob
(indexingJobID string)
do/gradientai.go:144
↓ 3 callersMethodGetInstanceSize
(slug string)
do/apps.go:50
↓ 3 callersMethodGetJobInvocation
(appID string, jobInvocationID string, opts *godo.GetJobInvocationOptions)
do/apps.go:61
↓ 3 callersMethodGetJobInvocationLogs
(appID, jobInvocationID string, opts *godo.GetJobInvocationLogsOptions)
do/apps.go:62
↓ 3 callersMethodGetKnowledgeBase
(knowledgeBaseID string)
do/gradientai.go:114
↓ 3 callersMethodGetKubeConfigWithExpiry
(clusterID string, expirySeconds int64)
do/kubernetes.go:76
↓ 3 callersMethodGetLatestScan
(*godo.ScanFindingsOptions)
do/security.go:44
↓ 3 callersMethodGetMaintenance
(string)
do/databases.go:194
← previousnext →301–400 of 4,869, ranked by callers