Skip to content

Commit 4719c60

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.164.1
1 parent 40fbea8 commit 4719c60

File tree

92 files changed

+237
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+237
-226
lines changed

.speakeasy/gen.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ management:
44
docChecksum: 9ab4ae9ee20626ac9759af48d9f35d90
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.237.3
8-
releaseVersion: 2.1.3
9-
configChecksum: bca55f2c228db04e891d464d46b022fc
7+
generationVersion: 2.248.1
8+
releaseVersion: 3.0.0
9+
configChecksum: 8be66a47f20ccc3c03fca397ddaced38
1010
repoURL: https://github.com/speakeasy-sdks/northflank-go.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-sdks/northflank-go
@@ -16,7 +16,7 @@ features:
1616
constsAndDefaults: 0.1.2
1717
core: 3.3.1
1818
flattening: 2.81.1
19-
globalSecurity: 2.82.4
19+
globalSecurity: 2.82.6
2020
globalServerURLs: 2.82.1
2121
nameOverrides: 2.81.1
2222
unions: 2.85.2

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ package main
2727

2828
import (
2929
"context"
30-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
31-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
30+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
31+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
3232
"log"
3333
)
3434

@@ -155,9 +155,9 @@ package main
155155
import (
156156
"context"
157157
"errors"
158-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
159-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/sdkerrors"
160-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
158+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
159+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/sdkerrors"
160+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
161161
"log"
162162
)
163163

@@ -214,8 +214,8 @@ package main
214214

215215
import (
216216
"context"
217-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
218-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
217+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
218+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
219219
"log"
220220
)
221221

@@ -252,8 +252,8 @@ package main
252252

253253
import (
254254
"context"
255-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
256-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
255+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
256+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
257257
"log"
258258
)
259259

@@ -333,8 +333,8 @@ package main
333333

334334
import (
335335
"context"
336-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
337-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
336+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
337+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
338338
"log"
339339
)
340340

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,14 @@ Based on:
244244
### Generated
245245
- [go v2.1.3] .
246246
### Releases
247-
- [Go v2.1.3] https://github.com/speakeasy-sdks/northflank-go/releases/tag/v2.1.3 - .
247+
- [Go v2.1.3] https://github.com/speakeasy-sdks/northflank-go/releases/tag/v2.1.3 - .
248+
249+
## 2024-02-02 00:53:39
250+
### Changes
251+
Based on:
252+
- OpenAPI Doc 1.0.0
253+
- Speakeasy CLI 1.164.1 (2.248.1) https://github.com/speakeasy-api/speakeasy
254+
### Generated
255+
- [go v3.0.0] .
256+
### Releases
257+
- [Go v3.0.0] https://github.com/speakeasy-sdks/northflank-go/releases/tag/v3.0.0 - .

USAGE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ package main
44

55
import (
66
"context"
7-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
8-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
7+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
8+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
99
"log"
1010
)
1111

addons.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"bytes"
77
"context"
88
"fmt"
9-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/operations"
10-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/sdkerrors"
11-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
12-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/utils"
9+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/operations"
10+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/sdkerrors"
11+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
12+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/utils"
1313
"io"
1414
"net/http"
1515
"strings"

billing.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"bytes"
77
"context"
88
"fmt"
9-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/operations"
10-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/sdkerrors"
11-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
12-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/utils"
9+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/operations"
10+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/sdkerrors"
11+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
12+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/utils"
1313
"io"
1414
"net/http"
1515
"strings"

cloudproviders.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"bytes"
77
"context"
88
"fmt"
9-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/operations"
10-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/sdkerrors"
11-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
12-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/utils"
9+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/operations"
10+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/sdkerrors"
11+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
12+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/utils"
1313
"io"
1414
"net/http"
1515
"strings"

docs/sdks/addons/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Gets information about the available addon types
1515
package main
1616

1717
import(
18-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
19-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
18+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
19+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
2020
"context"
2121
"log"
2222
)

docs/sdks/billing/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Get a list of past invoices
1616
package main
1717

1818
import(
19-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
20-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
19+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
20+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
2121
"context"
2222
"log"
2323
)
@@ -78,10 +78,10 @@ Get details about an invoice. If `timestamp` is passed in as a query parameter,
7878
package main
7979

8080
import(
81-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
82-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
81+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
82+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
8383
"context"
84-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/operations"
84+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/operations"
8585
"log"
8686
)
8787

docs/sdks/cloudproviders/README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Creates a new integration.
2525
package main
2626

2727
import(
28-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
29-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
28+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
29+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
3030
"context"
3131
"log"
3232
)
@@ -86,8 +86,8 @@ Creates a new cluster.
8686
package main
8787

8888
import(
89-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
90-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
89+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
90+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
9191
"context"
9292
"log"
9393
)
@@ -181,8 +181,8 @@ Delete the given cluster. Fails if the cluster has associated projects.
181181
package main
182182

183183
import(
184-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
185-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
184+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
185+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
186186
"context"
187187
"log"
188188
)
@@ -238,8 +238,8 @@ Delete the given integration. Fails if the integration is associated with existi
238238
package main
239239

240240
import(
241-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
242-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
241+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
242+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
243243
"context"
244244
"log"
245245
)
@@ -295,8 +295,8 @@ Lists supported cloud providers
295295
package main
296296

297297
import(
298-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
299-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
298+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
299+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
300300
"context"
301301
"log"
302302
)
@@ -347,8 +347,8 @@ Get information about the given cluster
347347
package main
348348

349349
import(
350-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
351-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
350+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
351+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
352352
"context"
353353
"log"
354354
)
@@ -403,8 +403,8 @@ Get information about the given integration
403403
package main
404404

405405
import(
406-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
407-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
406+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
407+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
408408
"context"
409409
"log"
410410
)
@@ -459,8 +459,8 @@ Lists clusters for the authenticated user or team.
459459
package main
460460

461461
import(
462-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
463-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
462+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
463+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
464464
"context"
465465
"log"
466466
)
@@ -521,8 +521,8 @@ Lists integrations for the authenticated user or team.
521521
package main
522522

523523
import(
524-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
525-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
524+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
525+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
526526
"context"
527527
"log"
528528
)
@@ -583,8 +583,8 @@ Update an existing cluster.
583583
package main
584584

585585
import(
586-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
587-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
586+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
587+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
588588
"context"
589589
"log"
590590
)
@@ -681,8 +681,8 @@ Update information about the given integration
681681
package main
682682

683683
import(
684-
"github.com/speakeasy-sdks/northflank-go/v2/pkg/models/shared"
685-
northflankgo "github.com/speakeasy-sdks/northflank-go/v2"
684+
"github.com/speakeasy-sdks/northflank-go/v3/pkg/models/shared"
685+
northflankgo "github.com/speakeasy-sdks/northflank-go/v3"
686686
"context"
687687
"log"
688688
)

0 commit comments

Comments
 (0)