MCPcopy Index your code

hub / github.com/digitalocean/doctl / functions

Functions4,869 in github.com/digitalocean/doctl

↓ 8 callersFunctionFactory
(x T)
commands/charm/util.go:29
↓ 8 callersMethodGetBool
(key string)
internal/apps/config/config.go:12
↓ 8 callersMethodGetKubeConfig
(clusterID string, get *godo.KubernetesClusterKubeconfigGetRequest)
do/kubernetes.go:75
↓ 8 callersMethodGetOptions
()
do/registry.go:411
↓ 8 callersMethodLen
()
commands/actions.go:94
↓ 8 callersMethodRename
(int, string)
do/droplet_actions.go:35
↓ 8 callersFunctionRunSSH
RunSSH finds a droplet to ssh to given input parameters (name or id).
commands/ssh.go:59
↓ 8 callersMethodString
()
doit.go:108
↓ 8 callersMethodUpgrade
(clusterID string, versionSlug string)
do/kubernetes.go:83
↓ 8 callersFunctionappDevWorkspace
(cmdConfig *CmdConfig)
commands/apps_dev.go:485
↓ 8 callersFunctionflagName
(cmd *Command, name string)
commands/doit.go:351
↓ 8 callersFunctionoverrideCmdNS
overrideCmdNS specifies a namespace to use in config overriding the normal usage of the parent command's name. This is useful in cases where deeply ne
commands/command_option.go:50
↓ 7 callersMethodCreateUser
(string, *godo.DatabaseCreateUserRequest)
do/databases.go:203
↓ 7 callersMethodGetGarbageCollection
(string)
do/registry.go:85
↓ 7 callersMethodGetPool
(string, string)
do/databases.go:214
↓ 7 callersMethodGetStringMapString
(ns, key string)
doit.go:226
↓ 7 callersMethodListGarbageCollections
(string)
do/registry.go:86
↓ 7 callersMethodListOptions
()
do/databases.go:231
↓ 7 callersFunctionNewMockDockerEngineClient
NewMockDockerEngineClient creates a new mock instance.
internal/apps/builder/container_mock.go:31
↓ 7 callersMethodPrint
Print applies the style to the specified text and prints it to the output writer.
commands/charm/charm.go:76
↓ 7 callersMethodRestore
(int, int)
do/droplet_actions.go:33
↓ 7 callersFunctionRunDropletCreate
RunDropletCreate creates a droplet.
commands/droplets.go:187
↓ 7 callersFunctionRunDropletDelete
RunDropletDelete destroy a droplet by id.
commands/droplets.go:524
↓ 7 callersMethodRunKubernetesClusterCreate
RunKubernetesClusterCreate creates a new kubernetes with a given configuration.
commands/kubernetes.go:813
↓ 7 callersMethodRunKubernetesNodePoolUpdate
RunKubernetesNodePoolUpdate updates an existing cluster node pool with new properties.
commands/kubernetes.go:1578
↓ 7 callersMethodS
S is shorthand for Sprint.
commands/charm/charm.go:71
↓ 7 callersMethodSnapshots
(int)
do/droplets.go:79
↓ 7 callersMethodSprint
Sprint applies the style to the specified text.
commands/charm/charm.go:66
↓ 7 callersMethodString
()
commands/charm/text/text.go:49
↓ 7 callersFunctioncreateTestNodePoolUpdateRequest
()
commands/kubernetes_test.go:1403
↓ 7 callersFunctiondisplayGarbageCollections
(c *CmdConfig, garbageCollections ...do.GarbageCollection)
commands/registry.go:1066
↓ 7 callersMethodgetLogWriter
()
internal/apps/builder/builder.go:71
↓ 7 callersFunctionhashAccessToken
(c *CmdConfig)
commands/serverless_util.go:112
↓ 7 callersFunctionlooksLikeUUID
(str string)
commands/kubernetes.go:2859
↓ 6 callersMethodActions
(int)
do/droplets.go:81
↓ 6 callersMethodAssignResources
(projectUUID string, resources []string)
do/projects.go:49
↓ 6 callersMethodAttach
(id, vpcID, region string)
do/nfs_actions.go:34
↓ 6 callersMethodBuild
Build executes the component build and tags the resulting container images.
internal/apps/builder/docker.go:31
↓ 6 callersFunctionBytesToHumanReadableUnit
BytesToHumanReadableUnit converts byte input to a human-readable form using the largest notation possible in decimal base.
commands/displayers/util.go:7
↓ 6 callersMethodCancelGarbageCollection
(string, string)
do/registry.go:87
↓ 6 callersMethodCreatePool
(string, *godo.DatabaseCreatePoolRequest)
do/databases.go:213
↓ 6 callersMethodDeleteDangerous
(clusterID string)
do/kubernetes.go:85
↓ 6 callersMethodDetach
(id, vpcID, region string)
do/nfs_actions.go:35
↓ 6 callersMethodGetIntPtr
(ns, key string)
doit.go:222
↓ 6 callersMethodGetNodePool
(clusterID, poolID string)
do/kubernetes.go:89
↓ 6 callersMethodGetStringSliceIsFlagSet
(ns, key string)
doit.go:225
↓ 6 callersMethodImageList
(ctx context.Context, options types.ImageListOptions)
internal/apps/builder/container.go:28
↓ 6 callersMethodListBackups
(string)
do/databases.go:190
↓ 6 callersMethodListByTag
(string)
do/droplets.go:71
↓ 6 callersMethodListRepositoriesV2
(string)
do/registry.go:80
↓ 6 callersFunctionReadAppSpec
(stdin io.Reader, path string)
internal/apps/apps.go:14
↓ 6 callersFunctionRunCDNUpdate
RunCDNUpdate updates an individual cdn
commands/cdns.go:168
↓ 6 callersFunctionRunServerlessStatus
RunServerlessStatus gives a report on the status of the serverless (installed, up to date, connected)
commands/serverless.go:463
↓ 6 callersMethodStart
(ctx context.Context)
commands/charm/pager/pager.go:83
↓ 6 callersMethodStaticSiteImageOutputName
()
internal/apps/builder/builder.go:67
↓ 6 callersMethodString
String returns a string representation of the URN.
pkg/urn/urn.go:63
↓ 6 callersMethodWriteCredentials
(ServerlessCredentials)
do/serverless.go:243
↓ 6 callersFunctionaddRegistryFlag
(cmd *Command)
commands/registry.go:257
↓ 6 callersFunctionextractDropletIDs
(s []string)
commands/extract.go:8
↓ 6 callersFunctionfillStructFromStringSliceArgs
(obj any, s string, delimiter string)
commands/load_balancers.go:448
↓ 6 callersFunctiongetDropletIDArg
(ns string, args []string)
commands/droplets.go:794
↓ 6 callersFunctiongetRegistryNameWithFallback
getRegistryNameWithFallback attempts to get a registry name from the flag first. If not provided, it falls back to using c.Registry().Get(), but provi
commands/registry.go:818
↓ 6 callersFunctionhiddenCmd
hiddenCmd make a command hidden.
commands/command_option.go:40
↓ 6 callersFunctionisRequired
(key string)
doit.go:498
↓ 6 callersFunctionreadServerlessInferenceJSON
(path string, v any)
commands/serverless_inference.go:61
↓ 6 callersFunctionserverlessInferenceCreateTestConfig
--- shared helpers ---
commands/serverless_inference.go:50
↓ 6 callersFunctionserverlessInferenceModel
(c *CmdConfig)
commands/serverless_inference.go:83
↓ 6 callersFunctionserverlessInferenceRequestPath
(c *CmdConfig)
commands/serverless_inference.go:79
↓ 5 callersMethodAddDroplets
(fID string, dIDs ...int)
do/firewalls.go:39
↓ 5 callersMethodAssign
(ip string, dropletID int)
do/reserved_ipv6s.go:37
↓ 5 callersFunctionBuffered
Buffered executes a template and writes the result to the given writer once. If an error occurs, it is written to the writer instead.
commands/charm/template/template.go:113
↓ 5 callersMethodBuild
Build attempts to build the requested component using the CNB Builder and tags the resulting container images.
internal/apps/builder/cnb.go:62
↓ 5 callersMethodCmd
(string, []string)
do/serverless.go:229
↓ 5 callersMethodCreateTopic
(string, *godo.DatabaseCreateTopicRequest)
do/databases.go:253
↓ 5 callersMethodGetConnection
(string, bool)
do/databases.go:189
↓ 5 callersMethodGetCredentials
(clusterID string)
do/kubernetes.go:77
↓ 5 callersMethodGetFloat64
(ns, key string)
doit.go:223
↓ 5 callersMethodGetLogs
(appID, deploymentID, component string, logType godo.AppLogType, follow bool, tail int)
do/apps.go:39
↓ 5 callersFunctionGetMinServerlessVersion
GetMinServerlessVersion returns the minServerlessVersion (allows the constant to be overridden via an environment variable)
do/serverless.go:1335
↓ 5 callersMethodGetScan
(string, *godo.ScanFindingsOptions)
do/security.go:43
↓ 5 callersMethodGetTopic
(string, string)
do/databases.go:252
↓ 5 callersMethodImageBuild
(ctx context.Context, context io.Reader, options types.ImageBuildOptions)
internal/apps/builder/container.go:27
↓ 5 callersMethodInherit
(styles ...charm.Style)
commands/charm/text/text.go:53
↓ 5 callersMethodListAlerts
(appID string)
do/apps.go:52
↓ 5 callersMethodListRepositories
(string)
do/registry.go:79
↓ 5 callersMethodListRepositoryManifests
(string, string)
do/registry.go:78
↓ 5 callersMethodListRepositoryTags
(string, string)
do/registry.go:77
↓ 5 callersMethodMigrate
(string, *godo.DatabaseMigrateRequest)
do/databases.go:192
↓ 5 callersMethodNewComponentBuilder
NewComponentBuilder returns the correct builder type depending upon the provided app and component.
internal/apps/builder/builder.go:256
↓ 5 callersFunctionParseAppSpec
(spec []byte)
internal/apps/apps.go:43
↓ 5 callersMethodRemoveDroplets
(fID string, dIDs ...int)
do/firewalls.go:40
↓ 5 callersMethodResetUserAuth
(string, string, *godo.DatabaseResetUserAuthRequest)
do/databases.go:205
↓ 5 callersFunctionRunAppsSpecGet
RunAppsSpecGet gets the spec for an app
commands/apps.go:1112
↓ 5 callersFunctionRunAuthInit
RunAuthInit initializes the doctl config. Configuration is stored in $XDG_CONFIG_HOME/doctl. On Unix, if XDG_CONFIG_HOME is not set, use $HOME/.config
commands/auth.go:159
↓ 5 callersFunctionRunCDNCreate
RunCDNCreate creates a cdn.
commands/cdns.go:132
↓ 5 callersFunctionRunDatabaseCreate
RunDatabaseCreate creates a database cluster
commands/databases.go:218
↓ 5 callersFunctionRunDatabaseUserCreate
RunDatabaseUserCreate creates a database user for a database cluster
commands/databases.go:976
↓ 5 callersMethodRunKubernetesClusterDelete
RunKubernetesClusterDelete deletes a Kubernetes cluster
commands/kubernetes.go:1039
↓ 5 callersMethodRunKubernetesClusterGet
Clusters RunKubernetesClusterGet retrieves an existing kubernetes cluster by its identifier.
commands/kubernetes.go:752
↓ 5 callersMethodRunKubernetesClusterUpgrade
RunKubernetesClusterUpgrade upgrades an existing cluster to a new version.
commands/kubernetes.go:942
← previousnext →101–200 of 4,869, ranked by callers