Home
last modified time | relevance | path

Searched refs:linodego (Results 1 – 25 of 1141) sorted by relevance

12345678910>>...46

/dports/security/lego/lego-4.5.3/providers/dns/linode/
H A Dlinode_test.go157 PageOptions: &linodego.PageOptions{
162 Data: []linodego.Domain{{
175 "GET:/domains": linodego.APIError{
176 Errors: []linodego.APIErrorReason{{
187 PageOptions: &linodego.PageOptions{
192 Data: []linodego.Domain{{
250 Data: []linodego.Domain{{
261 Data: []linodego.DomainRecord{{
274 "GET:/domains": linodego.APIError{
296 Data: []linodego.Domain{{
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/linodev4/
H A Dlinodev4_test.go157 PageOptions: &linodego.PageOptions{
162 Data: []linodego.Domain{{
175 "GET:/domains": linodego.APIError{
176 Errors: []linodego.APIErrorReason{{
187 PageOptions: &linodego.PageOptions{
192 Data: []linodego.Domain{{
250 Data: []linodego.Domain{{
261 Data: []linodego.DomainRecord{{
274 "GET:/domains": linodego.APIError{
296 Data: []linodego.Domain{{
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/linode/linodego/
H A DREADME.md1 # linodego chapter
3 …Build Status](https://travis-ci.com/linode/linodego.svg?branch=master)](https://travis-ci.com/lino…
4 …lease](https://img.shields.io/github/v/release/linode/linodego)](https://github.com/linode/linodeg…
5 …GoDoc](https://godoc.org/github.com/linode/linodego?status.svg)](https://godoc.org/github.com/lino…
14 go get -u github.com/linode/linodego
44 "github.com/linode/linodego"
88 opts := linodego.NewListOptions(0,"")
96 opts := linodego.NewListOptions(2,"")
97 // or opts := linodego.ListOptions{PageOptions: &linodego.PageOptions{Page: 2}, PageSize: 500}
134 linodes, err := linodego.ListInstances(context.Background(), linodego.NewListOptions(0, "{\"foo\":b…
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/linode/linodego/
H A DREADME.md1 # linodego chapter
3 …Build Status](https://travis-ci.com/linode/linodego.svg?branch=master)](https://travis-ci.com/lino…
4 …lease](https://img.shields.io/github/v/release/linode/linodego)](https://github.com/linode/linodeg…
5 …GoDoc](https://godoc.org/github.com/linode/linodego?status.svg)](https://godoc.org/github.com/lino…
14 go get -u github.com/linode/linodego
44 "github.com/linode/linodego"
88 opts := linodego.NewListOptions(0,"")
96 opts := linodego.NewListOptions(2,"")
97 // or opts := linodego.ListOptions{PageOptions: &linodego.PageOptions{Page: 2}, PageSize: 500}
134 linodes, err := linodego.ListInstances(context.Background(), linodego.NewListOptions(0, "{\"foo\":b…
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/linode/linodego/
H A DREADME.md1 # linodego chapter
3 …Build Status](https://travis-ci.com/linode/linodego.svg?branch=master)](https://travis-ci.com/lino…
4 …lease](https://img.shields.io/github/v/release/linode/linodego)](https://github.com/linode/linodeg…
5 …GoDoc](https://godoc.org/github.com/linode/linodego?status.svg)](https://godoc.org/github.com/lino…
14 go get -u github.com/linode/linodego
44 "github.com/linode/linodego"
88 opts := linodego.NewListOptions(0,"")
96 opts := linodego.NewListOptions(2,"")
97 // or opts := linodego.ListOptions{PageOptions: &linodego.PageOptions{Page: 2}, PageSize: 500}
134 linodes, err := linodego.ListInstances(context.Background(), linodego.NewListOptions(0, "{\"foo\":b…
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/linode/linodego/test/integration/
H A Dfirewalls_test.go30 func(createOpts *linodego.FirewallCreateOptions) {
51 rules := linodego.FirewallRuleSet{
52 Inbound: []linodego.FirewallRule{
56 Protocol: linodego.ICMP,
57 Addresses: linodego.NetworkAddresses{
67 func(createOpts *linodego.FirewallCreateOptions) {
89 rules := linodego.FirewallRuleSet{
91 Inbound: []linodego.FirewallRule{
95 Protocol: linodego.ICMP,
96 Addresses: linodego.NetworkAddresses{
[all …]
H A Dinstances_test.go12 type instanceModifier func(*linodego.InstanceCreateOptions)
273 Purpose: linodego.InterfacePurposePublic,
276 Purpose: linodego.InterfacePurposeVLAN,
322 Devices: &linodego.InstanceConfigDeviceMap{
323 SDA: &linodego.InstanceConfigDevice{
356 rebuildOpts := linodego.InstanceRebuildOptions{
367 func createInstance(t *testing.T, client *linodego.Client, modifiers ...instanceModifier) (*linodeg…
373 createOpts := linodego.InstanceCreateOptions{
388 func setupInstance(t *testing.T, fixturesYaml string) (*linodego.Client, *linodego.Instance, func()…
410 …ixturesYaml string, modifiers ...instanceModifier) (*linodego.Client, *linodego.Instance, *linodeg…
[all …]
H A Dexample_integration_test.go79 var linode *linodego.Instance
95 …Client.WaitForEventFinished(context.Background(), linode.ID, linodego.EntityLinode, linodego.Actio…
121 …Client.WaitForEventFinished(context.Background(), linode.ID, linodego.EntityLinode, linodego.Actio…
134 linodego.InstanceDiskCreateOptions{
156 createOpts := linodego.InstanceConfigCreateOptions{
157 Devices: linodego.InstanceConfigDeviceMap{
158 SDA: &linodego.InstanceConfigDevice{DiskID: diskDebian.ID},
159 SDB: &linodego.InstanceConfigDevice{DiskID: diskRaw.ID},
160 SDC: &linodego.InstanceConfigDevice{DiskID: diskSwap.ID},
168 Helpers: &linodego.InstanceConfigHelpers{
[all …]
H A Dinstance_snapshots_test.go44 …_, err = client.WaitForSnapshotStatus(context.Background(), instance.ID, backup.ID, linodego.Snaps…
49 restoreOpts := linodego.RestoreInstanceOptions{
65 …pInstanceBackup(t *testing.T, fixturesYaml string) (*linodego.Client, *linodego.Instance, *linodeg…
72 client.WaitForInstanceStatus(context.Background(), instance.ID, linodego.InstanceOffline, 180)
73 createOpts := linodego.InstanceDiskCreateOptions{
84 …ient.WaitForEventFinished(context.Background(), instance.ID, linodego.EntityLinode, linodego.Actio…
89 if event.Status == linodego.EventFailed {
103 …ient.WaitForEventFinished(context.Background(), instance.ID, linodego.EntityLinode, linodego.Actio…
107 if event.Status == linodego.EventFailed {
H A Dlke_clusters_test.go12 var testLKEClusterCreateOpts = linodego.LKEClusterCreateOptions{
17 …NodePools: []linodego.LKEClusterPoolCreateOptions{{Count: 1, Type: "g6-standard-2", Tags: []strin…
28 e, ok := err.(*linodego.Error)
41 createOpts.NodePools = []linodego.LKEClusterPoolCreateOptions{
50 …if err = k8scondition.WaitForLKEClusterReady(context.Background(), *client, cluster.ID, linodego.L…
84 …updatedCluster, err := client.UpdateLKECluster(context.TODO(), cluster.ID, linodego.LKEClusterUpda…
144 …_, err = client.WaitForLKEClusterStatus(context.Background(), lkeCluster.ID, linodego.LKEClusterRe…
158 …client, _, teardown, err := setupLKECluster(t, []clusterModifier{func(createOpts *linodego.LKEClus…
185 e, ok := err.(*linodego.Error)
221 type clusterModifier func(*linodego.LKEClusterCreateOptions)
[all …]
H A Dfirewall_rules_test.go12 testFirewallRule = linodego.FirewallRule{
17 Addresses: linodego.NetworkAddresses{
23 testFirewallRuleSet = linodego.FirewallRuleSet{
24 Inbound: []linodego.FirewallRule{testFirewallRule},
26 Outbound: []linodego.FirewallRule{testFirewallRule},
32 …client, firewall, teardown, err := setupFirewall(t, []firewallModifier{func(createOpts *linodego.F…
56 newRules := linodego.FirewallRuleSet{
57 Inbound: []linodego.FirewallRule{
63 Addresses: linodego.NetworkAddresses{
H A Dnodebalancer_configs_test.go10 var testNodeBalancerConfigCreateOpts = linodego.NodeBalancerConfigCreateOptions{
12 Protocol: linodego.ProtocolHTTP,
13 Algorithm: linodego.AlgorithmRoundRobin,
39 updateOpts := linodego.NodeBalancerConfigUpdateOptions{
41 Protocol: linodego.ProtocolTCP,
42 ProxyProtocol: linodego.ProxyProtocolV2,
43 Algorithm: linodego.AlgorithmLeastConn,
64 listOpts := linodego.NewListOptions(0, "")
83 listOpts := linodego.NewListOptions(0, "")
109 …alancerConfig(t *testing.T, fixturesYaml string) (*linodego.Client, *linodego.NodeBalancer, *linod…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/linode/linodego/test/integration/
H A Dfirewalls_test.go30 func(createOpts *linodego.FirewallCreateOptions) {
51 rules := linodego.FirewallRuleSet{
52 Inbound: []linodego.FirewallRule{
56 Protocol: linodego.ICMP,
57 Addresses: linodego.NetworkAddresses{
67 func(createOpts *linodego.FirewallCreateOptions) {
89 rules := linodego.FirewallRuleSet{
91 Inbound: []linodego.FirewallRule{
95 Protocol: linodego.ICMP,
96 Addresses: linodego.NetworkAddresses{
[all …]
H A Dinstances_test.go12 type instanceModifier func(*linodego.InstanceCreateOptions)
273 Purpose: linodego.InterfacePurposePublic,
276 Purpose: linodego.InterfacePurposeVLAN,
322 Devices: &linodego.InstanceConfigDeviceMap{
323 SDA: &linodego.InstanceConfigDevice{
356 rebuildOpts := linodego.InstanceRebuildOptions{
367 func createInstance(t *testing.T, client *linodego.Client, modifiers ...instanceModifier) (*linodeg…
373 createOpts := linodego.InstanceCreateOptions{
388 func setupInstance(t *testing.T, fixturesYaml string) (*linodego.Client, *linodego.Instance, func()…
410 …ixturesYaml string, modifiers ...instanceModifier) (*linodego.Client, *linodego.Instance, *linodeg…
[all …]
H A Dexample_integration_test.go79 var linode *linodego.Instance
95 …Client.WaitForEventFinished(context.Background(), linode.ID, linodego.EntityLinode, linodego.Actio…
121 …Client.WaitForEventFinished(context.Background(), linode.ID, linodego.EntityLinode, linodego.Actio…
134 linodego.InstanceDiskCreateOptions{
156 createOpts := linodego.InstanceConfigCreateOptions{
157 Devices: linodego.InstanceConfigDeviceMap{
158 SDA: &linodego.InstanceConfigDevice{DiskID: diskDebian.ID},
159 SDB: &linodego.InstanceConfigDevice{DiskID: diskRaw.ID},
160 SDC: &linodego.InstanceConfigDevice{DiskID: diskSwap.ID},
168 Helpers: &linodego.InstanceConfigHelpers{
[all …]
H A Dinstance_snapshots_test.go44 …_, err = client.WaitForSnapshotStatus(context.Background(), instance.ID, backup.ID, linodego.Snaps…
49 restoreOpts := linodego.RestoreInstanceOptions{
65 …pInstanceBackup(t *testing.T, fixturesYaml string) (*linodego.Client, *linodego.Instance, *linodeg…
72 client.WaitForInstanceStatus(context.Background(), instance.ID, linodego.InstanceOffline, 180)
73 createOpts := linodego.InstanceDiskCreateOptions{
84 …ient.WaitForEventFinished(context.Background(), instance.ID, linodego.EntityLinode, linodego.Actio…
89 if event.Status == linodego.EventFailed {
103 …ient.WaitForEventFinished(context.Background(), instance.ID, linodego.EntityLinode, linodego.Actio…
107 if event.Status == linodego.EventFailed {
H A Dlke_clusters_test.go12 var testLKEClusterCreateOpts = linodego.LKEClusterCreateOptions{
17 …NodePools: []linodego.LKEClusterPoolCreateOptions{{Count: 1, Type: "g6-standard-2", Tags: []strin…
28 e, ok := err.(*linodego.Error)
41 createOpts.NodePools = []linodego.LKEClusterPoolCreateOptions{
50 …if err = k8scondition.WaitForLKEClusterReady(context.Background(), *client, cluster.ID, linodego.L…
84 …updatedCluster, err := client.UpdateLKECluster(context.TODO(), cluster.ID, linodego.LKEClusterUpda…
144 …_, err = client.WaitForLKEClusterStatus(context.Background(), lkeCluster.ID, linodego.LKEClusterRe…
158 …client, _, teardown, err := setupLKECluster(t, []clusterModifier{func(createOpts *linodego.LKEClus…
185 e, ok := err.(*linodego.Error)
221 type clusterModifier func(*linodego.LKEClusterCreateOptions)
[all …]
H A Dfirewall_rules_test.go12 testFirewallRule = linodego.FirewallRule{
17 Addresses: linodego.NetworkAddresses{
23 testFirewallRuleSet = linodego.FirewallRuleSet{
24 Inbound: []linodego.FirewallRule{testFirewallRule},
26 Outbound: []linodego.FirewallRule{testFirewallRule},
32 …client, firewall, teardown, err := setupFirewall(t, []firewallModifier{func(createOpts *linodego.F…
56 newRules := linodego.FirewallRuleSet{
57 Inbound: []linodego.FirewallRule{
63 Addresses: linodego.NetworkAddresses{
H A Dnodebalancer_configs_test.go10 var testNodeBalancerConfigCreateOpts = linodego.NodeBalancerConfigCreateOptions{
12 Protocol: linodego.ProtocolHTTP,
13 Algorithm: linodego.AlgorithmRoundRobin,
39 updateOpts := linodego.NodeBalancerConfigUpdateOptions{
41 Protocol: linodego.ProtocolTCP,
42 ProxyProtocol: linodego.ProxyProtocolV2,
43 Algorithm: linodego.AlgorithmLeastConn,
64 listOpts := linodego.NewListOptions(0, "")
83 listOpts := linodego.NewListOptions(0, "")
109 …alancerConfig(t *testing.T, fixturesYaml string) (*linodego.Client, *linodego.NodeBalancer, *linod…
/dports/security/vault/vault-1.8.2/vendor/github.com/linode/linodego/
H A Dexample_integration_test.go79 var linode *linodego.Instance
95 …Client.WaitForEventFinished(context.Background(), linode.ID, linodego.EntityLinode, linodego.Actio…
121 …Client.WaitForEventFinished(context.Background(), linode.ID, linodego.EntityLinode, linodego.Actio…
134 linodego.InstanceDiskCreateOptions{
156 createOpts := linodego.InstanceConfigCreateOptions{
157 Devices: linodego.InstanceConfigDeviceMap{
158 SDA: &linodego.InstanceConfigDevice{DiskID: diskDebian.ID},
159 SDB: &linodego.InstanceConfigDevice{DiskID: diskRaw.ID},
160 SDC: &linodego.InstanceConfigDevice{DiskID: diskSwap.ID},
168 Helpers: &linodego.InstanceConfigHelpers{
[all …]
H A Dinstance_snapshots_test.go45 …_, err = client.WaitForSnapshotStatus(context.Background(), instance.ID, backup.ID, linodego.Snaps…
50 restoreOpts := linodego.RestoreInstanceOptions{
66 …pInstanceBackup(t *testing.T, fixturesYaml string) (*linodego.Client, *linodego.Instance, *linodeg…
73 client.WaitForInstanceStatus(context.Background(), instance.ID, linodego.InstanceOffline, 180)
74 createOpts := linodego.InstanceDiskCreateOptions{
85 …ient.WaitForEventFinished(context.Background(), instance.ID, linodego.EntityLinode, linodego.Actio…
90 if event.Status == linodego.EventFailed {
104 …ient.WaitForEventFinished(context.Background(), instance.ID, linodego.EntityLinode, linodego.Actio…
108 if event.Status == linodego.EventFailed {
H A Dinstances_test.go22 listOpts := linodego.NewListOptions(1, "{\"id\": "+strconv.Itoa(instance.ID)+"}")
186 updateConfigOpts := linodego.InstanceConfigUpdateOptions{
188 Devices: &linodego.InstanceConfigDeviceMap{},
215 configOpts := linodego.InstanceConfigUpdateOptions{
217 Devices: &linodego.InstanceConfigDeviceMap{
218 SDA: &linodego.InstanceConfigDevice{
237 func setupInstance(t *testing.T, fixturesYaml string) (*linodego.Client, *linodego.Instance, func()…
241 createOpts := linodego.InstanceCreateOptions{
263 …nceWithoutDisks(t *testing.T, fixturesYaml string) (*linodego.Client, *linodego.Instance, *linodeg…
267 createOpts := linodego.InstanceCreateOptions{
[all …]
H A DREADME.md1 # linodego chapter
3 …Build Status](https://travis-ci.org/linode/linodego.svg?branch=master)](https://travis-ci.org/lino…
4 …GoDoc](https://godoc.org/github.com/linode/linodego?status.svg)](https://godoc.org/github.com/lino…
5 …/goreportcard.com/badge/github.com/linode/linodego)](https://goreportcard.com/report/github.com/li…
6 …odecov](https://codecov.io/gh/linode/linodego/branch/master/graph/badge.svg)](https://codecov.io/g…
13 go get -u github.com/linode/linodego
43 "github.com/linode/linodego"
64 linodeClient := linodego.NewClient(oauth2Client)
80 kernels, err := linodego.ListKernels(context.Background(), nil)
88 kernels, err := linodego.ListKernels(context.Background(), opts)
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/linode/linodego/
H A DREADME.md1 # linodego chapter
3 …Build Status](https://travis-ci.org/linode/linodego.svg?branch=master)](https://travis-ci.org/lino…
4 …GoDoc](https://godoc.org/github.com/linode/linodego?status.svg)](https://godoc.org/github.com/lino…
5 …/goreportcard.com/badge/github.com/linode/linodego)](https://goreportcard.com/report/github.com/li…
6 …odecov](https://codecov.io/gh/linode/linodego/branch/master/graph/badge.svg)](https://codecov.io/g…
13 go get -u github.com/linode/linodego
43 "github.com/linode/linodego"
64 linodeClient := linodego.NewClient(oauth2Client)
80 kernels, err := linodego.ListKernels(context.Background(), nil)
88 kernels, err := linodego.ListKernels(context.Background(), opts)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/linode/linodego/
H A DREADME.md1 # linodego chapter
3 …Build Status](https://travis-ci.org/linode/linodego.svg?branch=master)](https://travis-ci.org/lino…
4 …GoDoc](https://godoc.org/github.com/linode/linodego?status.svg)](https://godoc.org/github.com/lino…
5 …/goreportcard.com/badge/github.com/linode/linodego)](https://goreportcard.com/report/github.com/li…
6 …odecov](https://codecov.io/gh/linode/linodego/branch/master/graph/badge.svg)](https://codecov.io/g…
13 go get -u github.com/linode/linodego
43 "github.com/linode/linodego"
64 linodeClient := linodego.NewClient(oauth2Client)
80 kernels, err := linodego.ListKernels(context.Background(), nil)
88 kernels, err := linodego.ListKernels(context.Background(), opts)
[all …]

12345678910>>...46