Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9d65197

Browse files
committed
Rename local pools to built-in
1 parent e509596 commit 9d65197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder-sdk/workspace_providers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type KubernetesProvider struct {
1515
ID string `json:"id" table:"-"`
1616
Name string `json:"name" table:"Name"`
1717
Status WorkspaceProviderStatus `json:"status" table:"Status"`
18-
Local bool `json:"local" table:"-"`
18+
BuiltIn bool `json:"built_in" table:"-"`
1919
EnvproxyAccessURL string `json:"envproxy_access_url" validate:"required" table:"Access URL"`
2020
DevurlHost string `json:"devurl_host" table:"Devurl Host"`
2121
OrgWhitelist []string `json:"org_whitelist" table:"-"`

0 commit comments

Comments
 (0)