Skip to content

Commit

Permalink
chore: update usage of Azure/karpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes committed Jan 23, 2024
1 parent 7f19cd1 commit ec969a7
Show file tree
Hide file tree
Showing 75 changed files with 199 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
attributes:
label: Version
description: |
https://github.com/Azure/karpenter/releases
https://github.com/Azure/karpenter-provider-azure/releases
value: |
<!-- helm ls -A --all -o json | jq '.[] | select(.name=="karpenter") | .app_version' -r -->
__Karpenter Version:__ v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
### Running the test case
1. Make a draft PR
2. Anytime you want to run the E2E test suite submit a review comment `/test`
3. Each time a the given review comment is submited it will trigger the [E2EMatrixTrigger](https://github.com/Azure/karpenter/actions/workflows/e2e-matrix-trigger.yaml) workflow which will contain your test suite.
3. Each time a the given review comment is submited it will trigger the [E2EMatrixTrigger](https://github.com/Azure/karpenter-provider-azure/actions/workflows/e2e-matrix-trigger.yaml) workflow which will contain your test suite.


2 changes: 1 addition & 1 deletion .github/workflows/build-publish-mcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
main: ./cmd/controller
flags: ['-tags','ccp']
EOF
ko build github.com/Azure/karpenter/cmd/controller \
ko build github.com/Azure/karpenter-provider-azure/cmd/controller \
--platform linux/amd64,linux/arm64 \
--base-import-paths \
--sbom none \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
analyze:
if: github.repository == 'Azure/karpenter'
if: github.repository == 'Azure/karpenter-provider-azure'
name: Analyze
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ linters-settings:
locale: US
ignore-words: [karpenter]
goimports:
local-prefixes: github.com/azure/karpenter
local-prefixes: github.com/azure/karpenter-provider-azure
goheader:
template: |-
Portions Copyright (c) Microsoft Corporation.
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// observed variation in mapping ("dlv sources" in DEBUG CONSOLE), reason unknown for now;
// sometimes the below is needed, and somtimes not
// "substitutePath": [
// {"from": "${workspaceFolder}", "to": "github.com/Azure/karpenter/"}
// {"from": "${workspaceFolder}", "to": "github.com/Azure/karpenter-provider-azure/"}
// {"from": "/go/pkg/mod/", "to": ""} // source mapping for external modules, if needed
//],
"port": 56268,
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![GitHub License](https://img.shields.io/badge/License-Apache%202.0-ff69b4.svg)](https://github.com/Azure/karpenter/blob/main/LICENSE.txt)
[![CI](https://github.com/Azure/karpenter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Azure/karpenter/actions/workflows/ci.yml)
![GitHub stars](https://img.shields.io/github/stars/Azure/karpenter)
![GitHub forks](https://img.shields.io/github/forks/Azure/karpenter)
[![Go Report Card](https://goreportcard.com/badge/github.com/Azure/karpenter)](https://goreportcard.com/report/github.com/Azure/karpenter)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Azure/karpenter/issues)
[![GitHub License](https://img.shields.io/badge/License-Apache%202.0-ff69b4.svg)](https://github.com/Azure/karpenter-provider-azure/blob/main/LICENSE.txt)
[![CI](https://github.com/Azure/karpenter-provider-azure/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Azure/karpenter-provider-azure/actions/workflows/ci.yml)
![GitHub stars](https://img.shields.io/github/stars/Azure/karpenter-provider-azure)
![GitHub forks](https://img.shields.io/github/forks/Azure/karpenter-provider-azure)
[![Go Report Card](https://goreportcard.com/badge/github.com/Azure/karpenter-provider-azure)](https://goreportcard.com/report/github.com/Azure/karpenter-provider-azure)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Azure/karpenter-provider-azure/issues)

---
## Features Overview
Expand Down
4 changes: 2 additions & 2 deletions charts/karpenter-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords:
- scheduler
- autoscaling
- lifecycle
home: https://github.com/Azure/karpenter/
home: https://github.com/Azure/karpenter-provider-azure/
icon: https://repository-images.githubusercontent.com/278480393/dab059c8-caa1-4b55-aaa7-3d30e47a5616
sources:
- https://github.com/Azure/karpenter/
- https://github.com/Azure/karpenter-provider-azure/
4 changes: 2 additions & 2 deletions charts/karpenter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords:
- scheduler
- autoscaling
- lifecycle
home: https://github.com/Azure/karpenter/
home: https://github.com/Azure/karpenter-provider-azure/
icon: https://repository-images.githubusercontent.com/278480393/dab059c8-caa1-4b55-aaa7-3d30e47a5616
sources:
- https://github.com/Azure/karpenter/
- https://github.com/Azure/karpenter-provider-azure/
8 changes: 4 additions & 4 deletions cmd/controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ package main
import (
"github.com/samber/lo"

"github.com/Azure/karpenter/pkg/cloudprovider"
"github.com/Azure/karpenter/pkg/operator"
"github.com/Azure/karpenter/pkg/webhooks"
"github.com/Azure/karpenter-provider-azure/pkg/cloudprovider"
"github.com/Azure/karpenter-provider-azure/pkg/operator"
"github.com/Azure/karpenter-provider-azure/pkg/webhooks"

controllers "github.com/Azure/karpenter/pkg/controllers"
controllers "github.com/Azure/karpenter-provider-azure/pkg/controllers"
"github.com/aws/karpenter-core/pkg/cloudprovider/metrics"
corecontrollers "github.com/aws/karpenter-core/pkg/controllers"
"github.com/aws/karpenter-core/pkg/controllers/state"
Expand Down
8 changes: 4 additions & 4 deletions cmd/controller/main_ccp.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ package main
import (
"github.com/samber/lo"

"github.com/Azure/karpenter/pkg/cloudprovider"
"github.com/Azure/karpenter/pkg/operator"
"github.com/Azure/karpenter-provider-azure/pkg/cloudprovider"
"github.com/Azure/karpenter-provider-azure/pkg/operator"

altOperator "github.com/Azure/karpenter/pkg/alt/karpenter-core/pkg/operator"
controllers "github.com/Azure/karpenter/pkg/controllers"
altOperator "github.com/Azure/karpenter-provider-azure/pkg/alt/karpenter-core/pkg/operator"
controllers "github.com/Azure/karpenter-provider-azure/pkg/controllers"
"github.com/aws/karpenter-core/pkg/cloudprovider/metrics"
corecontrollers "github.com/aws/karpenter-core/pkg/controllers"

Expand Down
3 changes: 0 additions & 3 deletions designs/k8s-node-image-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ https://github.com/aws/karpenter/issues/1738
- Drift Max Surge design within `karpenter-core`: <br>
https://github.com/aws/karpenter-core/pull/516#pullrequestreview-1636663551

- POC PR for drift supporting k8s version upgrade: <br>
https://github.com/Azure/karpenter/pull/262

---

From template:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Azure/karpenter
module github.com/Azure/karpenter-provider-azure

go 1.21

Expand Down
5 changes: 2 additions & 3 deletions hack/code/prices_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"sort"
"time"

"github.com/Azure/karpenter/pkg/providers/pricing"
"github.com/Azure/karpenter-provider-azure/pkg/providers/pricing"
"github.com/samber/lo"
)

Expand Down Expand Up @@ -179,8 +179,7 @@ func writePricing(src *bytes.Buffer, instanceNames []string, region string, getP
continue
}

// TODO: look at grouping by families to make the generated output nicer:
// https://github.com/Azure/karpenter/pull/94#discussion_r1120901524
// TODO: look at grouping by families to make the generated output nicer
_, err := fmt.Fprintf(src, "\"%s\":%f, \n", instanceName, price)
if err != nil {
log.Fatalf("error writing, %s", err)
Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/apis.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import (

"github.com/samber/lo"

"github.com/Azure/karpenter/pkg/apis/settings"
"github.com/Azure/karpenter/pkg/apis/v1alpha2"
"github.com/Azure/karpenter-provider-azure/pkg/apis/settings"
"github.com/Azure/karpenter-provider-azure/pkg/apis/v1alpha2"
"github.com/aws/karpenter-core/pkg/apis"
coresettings "github.com/aws/karpenter-core/pkg/apis/settings"
"github.com/aws/karpenter-core/pkg/utils/functional"
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/settings/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
v1 "k8s.io/api/core/v1"
. "knative.dev/pkg/logging/testing"

"github.com/Azure/karpenter/pkg/apis/settings"
"github.com/Azure/karpenter-provider-azure/pkg/apis/settings"
)

var ctx context.Context
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/v1alpha2/nodepool_validation_cel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package v1alpha2_test
import (
"strings"

"github.com/Azure/karpenter/pkg/apis/v1alpha2"
"github.com/Azure/karpenter-provider-azure/pkg/apis/v1alpha2"
"github.com/Pallinder/go-randomdata"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/v1alpha2/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
"github.com/aws/karpenter-core/pkg/operator/scheme"
coretest "github.com/aws/karpenter-core/pkg/test"

"github.com/Azure/karpenter/pkg/apis"
"github.com/Azure/karpenter/pkg/test"
"github.com/Azure/karpenter-provider-azure/pkg/apis"
"github.com/Azure/karpenter-provider-azure/pkg/test"
)

var ctx context.Context
Expand Down
2 changes: 1 addition & 1 deletion pkg/auth/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

"golang.org/x/crypto/pkcs12"

"github.com/Azure/karpenter/pkg/utils/project"
"github.com/Azure/karpenter-provider-azure/pkg/utils/project"
)

// decodePkcs12 decodes a PKCS#12 client certificate by extracting the public certificate and
Expand Down
18 changes: 9 additions & 9 deletions pkg/cloudprovider/cloudprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ import (
// nolint SA1019 - deprecated package
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute"

"github.com/Azure/karpenter/pkg/apis"
"github.com/Azure/karpenter/pkg/apis/v1alpha2"
"github.com/Azure/karpenter/pkg/controllers/nodeclaim/inplaceupdate"

cloudproviderevents "github.com/Azure/karpenter/pkg/cloudprovider/events"
"github.com/Azure/karpenter/pkg/providers/imagefamily"
"github.com/Azure/karpenter/pkg/providers/instance"
"github.com/Azure/karpenter/pkg/providers/instancetype"
"github.com/Azure/karpenter/pkg/utils"
"github.com/Azure/karpenter-provider-azure/pkg/apis"
"github.com/Azure/karpenter-provider-azure/pkg/apis/v1alpha2"
"github.com/Azure/karpenter-provider-azure/pkg/controllers/nodeclaim/inplaceupdate"

cloudproviderevents "github.com/Azure/karpenter-provider-azure/pkg/cloudprovider/events"
"github.com/Azure/karpenter-provider-azure/pkg/providers/imagefamily"
"github.com/Azure/karpenter-provider-azure/pkg/providers/instance"
"github.com/Azure/karpenter-provider-azure/pkg/providers/instancetype"
"github.com/Azure/karpenter-provider-azure/pkg/utils"
nodeclaimutil "github.com/aws/karpenter-core/pkg/utils/nodeclaim"
"github.com/samber/lo"

Expand Down
6 changes: 3 additions & 3 deletions pkg/cloudprovider/drift.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (

"knative.dev/pkg/logging"

"github.com/Azure/karpenter/pkg/apis/v1alpha2"
"github.com/Azure/karpenter/pkg/providers/imagefamily"
"github.com/Azure/karpenter/pkg/utils"
"github.com/Azure/karpenter-provider-azure/pkg/apis/v1alpha2"
"github.com/Azure/karpenter-provider-azure/pkg/providers/imagefamily"
"github.com/Azure/karpenter-provider-azure/pkg/utils"
"github.com/samber/lo"

v1 "k8s.io/api/core/v1"
Expand Down
12 changes: 6 additions & 6 deletions pkg/cloudprovider/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"k8s.io/client-go/tools/record"
clock "k8s.io/utils/clock/testing"

"github.com/Azure/karpenter/pkg/utils"
"github.com/Azure/karpenter-provider-azure/pkg/utils"
coresettings "github.com/aws/karpenter-core/pkg/apis/settings"
corev1beta1 "github.com/aws/karpenter-core/pkg/apis/v1beta1"
corecloudprovider "github.com/aws/karpenter-core/pkg/cloudprovider"
Expand All @@ -43,11 +43,11 @@ import (

. "knative.dev/pkg/logging/testing"

"github.com/Azure/karpenter/pkg/apis"
"github.com/Azure/karpenter/pkg/apis/settings"
"github.com/Azure/karpenter/pkg/apis/v1alpha2"
"github.com/Azure/karpenter/pkg/providers/instance"
"github.com/Azure/karpenter/pkg/test"
"github.com/Azure/karpenter-provider-azure/pkg/apis"
"github.com/Azure/karpenter-provider-azure/pkg/apis/settings"
"github.com/Azure/karpenter-provider-azure/pkg/apis/v1alpha2"
"github.com/Azure/karpenter-provider-azure/pkg/providers/instance"
"github.com/Azure/karpenter-provider-azure/pkg/test"
. "github.com/aws/karpenter-core/pkg/test/expectations"
)

Expand Down
10 changes: 5 additions & 5 deletions pkg/controllers/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ import (
"knative.dev/pkg/logging"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/Azure/karpenter/pkg/cloudprovider"
nodeclaimgarbagecollection "github.com/Azure/karpenter/pkg/controllers/nodeclaim/garbagecollection"
"github.com/Azure/karpenter/pkg/controllers/nodeclaim/inplaceupdate"
"github.com/Azure/karpenter/pkg/providers/instance"
"github.com/Azure/karpenter/pkg/utils/project"
"github.com/Azure/karpenter-provider-azure/pkg/cloudprovider"
nodeclaimgarbagecollection "github.com/Azure/karpenter-provider-azure/pkg/controllers/nodeclaim/garbagecollection"
"github.com/Azure/karpenter-provider-azure/pkg/controllers/nodeclaim/inplaceupdate"
"github.com/Azure/karpenter-provider-azure/pkg/providers/instance"
"github.com/Azure/karpenter-provider-azure/pkg/utils/project"
)

func NewControllers(ctx context.Context, kubeClient client.Client, cloudProvider *cloudprovider.CloudProvider, instanceProvider *instance.Provider) []controller.Controller {
Expand Down
2 changes: 1 addition & 1 deletion pkg/controllers/nodeclaim/garbagecollection/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"fmt"
"time"

"github.com/Azure/karpenter/pkg/cloudprovider"
"github.com/Azure/karpenter-provider-azure/pkg/cloudprovider"
"github.com/samber/lo"
"go.uber.org/multierr"
v1 "k8s.io/api/core/v1"
Expand Down
18 changes: 9 additions & 9 deletions pkg/controllers/nodeclaim/garbagecollection/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ import (
"time"

"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute"
"github.com/Azure/karpenter/pkg/apis"
"github.com/Azure/karpenter/pkg/apis/settings"
"github.com/Azure/karpenter/pkg/apis/v1alpha2"
"github.com/Azure/karpenter/pkg/cloudprovider"
"github.com/Azure/karpenter/pkg/controllers/nodeclaim/garbagecollection"
"github.com/Azure/karpenter/pkg/fake"
"github.com/Azure/karpenter/pkg/providers/instance"
"github.com/Azure/karpenter/pkg/utils"
"github.com/Azure/karpenter-provider-azure/pkg/apis"
"github.com/Azure/karpenter-provider-azure/pkg/apis/settings"
"github.com/Azure/karpenter-provider-azure/pkg/apis/v1alpha2"
"github.com/Azure/karpenter-provider-azure/pkg/cloudprovider"
"github.com/Azure/karpenter-provider-azure/pkg/controllers/nodeclaim/garbagecollection"
"github.com/Azure/karpenter-provider-azure/pkg/fake"
"github.com/Azure/karpenter-provider-azure/pkg/providers/instance"
"github.com/Azure/karpenter-provider-azure/pkg/utils"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
Expand All @@ -40,7 +40,7 @@ import (
. "knative.dev/pkg/logging/testing"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/Azure/karpenter/pkg/test"
"github.com/Azure/karpenter-provider-azure/pkg/test"
corecloudprovider "github.com/aws/karpenter-core/pkg/cloudprovider"
"github.com/aws/karpenter-core/pkg/controllers/provisioning"
"github.com/aws/karpenter-core/pkg/controllers/state"
Expand Down
8 changes: 4 additions & 4 deletions pkg/controllers/nodeclaim/inplaceupdate/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ import (
"sigs.k8s.io/controller-runtime/pkg/reconcile"

"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute"
"github.com/Azure/karpenter/pkg/apis/settings"
"github.com/Azure/karpenter/pkg/apis/v1alpha2"
"github.com/Azure/karpenter/pkg/providers/instance"
"github.com/Azure/karpenter/pkg/utils"
"github.com/Azure/karpenter-provider-azure/pkg/apis/settings"
"github.com/Azure/karpenter-provider-azure/pkg/apis/v1alpha2"
"github.com/Azure/karpenter-provider-azure/pkg/providers/instance"
"github.com/Azure/karpenter-provider-azure/pkg/utils"
)

type Controller struct {
Expand Down
10 changes: 5 additions & 5 deletions pkg/controllers/nodeclaim/inplaceupdate/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ import (
. "knative.dev/pkg/logging/testing"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/Azure/karpenter/pkg/apis"
"github.com/Azure/karpenter/pkg/apis/settings"
"github.com/Azure/karpenter/pkg/apis/v1alpha2"
"github.com/Azure/karpenter/pkg/test"
"github.com/Azure/karpenter/pkg/utils"
"github.com/Azure/karpenter-provider-azure/pkg/apis"
"github.com/Azure/karpenter-provider-azure/pkg/apis/settings"
"github.com/Azure/karpenter-provider-azure/pkg/apis/v1alpha2"
"github.com/Azure/karpenter-provider-azure/pkg/test"
"github.com/Azure/karpenter-provider-azure/pkg/utils"
)

var ctx context.Context
Expand Down
2 changes: 1 addition & 1 deletion pkg/controllers/nodeclaim/inplaceupdate/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/util/sets"

"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute"
"github.com/Azure/karpenter/pkg/apis/settings"
"github.com/Azure/karpenter-provider-azure/pkg/apis/settings"
)

// According to https://pkg.go.dev/encoding/json#Marshal, it's safe to use map-types (and encoding/json in general) to produce
Expand Down
2 changes: 1 addition & 1 deletion pkg/fake/azureresourcegraphapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph"
"github.com/Azure/karpenter/pkg/providers/instance"
"github.com/Azure/karpenter-provider-azure/pkg/providers/instance"
)

type AzureResourceGraphResourcesInput struct {
Expand Down
4 changes: 2 additions & 2 deletions pkg/fake/azureresourcegraphapi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"testing"

"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute"
"github.com/Azure/karpenter/pkg/providers/instance"
"github.com/Azure/karpenter/pkg/utils"
"github.com/Azure/karpenter-provider-azure/pkg/providers/instance"
"github.com/Azure/karpenter-provider-azure/pkg/utils"
"github.com/samber/lo"
"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/fake/communityimageversionsapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5"

"github.com/Azure/karpenter/pkg/providers/imagefamily"
"github.com/Azure/karpenter-provider-azure/pkg/providers/imagefamily"
)

type CommunityGalleryImageVersionsAPI struct {
Expand Down
Loading

0 comments on commit ec969a7

Please sign in to comment.