abklabs / svmkit

SVMKit is a operational toolchain for SVM
https://abklabs.com
GNU General Public License v3.0
28 stars 7 forks source link

`pulumi-svmkit` golang layout doesn't match pulumi's existing #66

Open alexanderguy opened 1 week ago

alexanderguy commented 1 week ago

Context

Pulumi's official golang APIs are a bit redundant, and we might want to duplicate them to be consistent with upstream:

    "github.com/abklabs/pulumi-svmkit/sdk/go"
    "github.com/abklabs/pulumi-svmkit/sdk/go/agave"
    "github.com/abklabs/pulumi-svmkit/sdk/go/ssh"
    "github.com/abklabs/pulumi-svmkit/sdk/go/validator"
    "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ec2"
    "github.com/pulumi/pulumi-tls/sdk/v5/go/tls"
    "github.com/pulumi/pulumi/sdk/v3/go/pulumi"

… we probably would have something like …/go/svmkit/agave

Outcome

linear[bot] commented 1 week ago

KIT-42 `pulumi-svmkit` golang layout doesn't match pulumi's existing