We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76eb84b commit 00dc243Copy full SHA for 00dc243
pkg/cloud/client.go
@@ -30,8 +30,8 @@ type Client interface {
30
ClusterIface
31
VMIface
32
NetworkIface
33
- AffinityGroupIFace
34
- TagIFace
+ AffinityGroupIface
+ TagIface
35
}
36
37
type client struct {
pkg/cloud/tags.go
@@ -17,8 +17,9 @@ limitations under the License.
17
package cloud
18
19
import (
20
- infrav1 "github.com/aws/cluster-api-provider-cloudstack/api/v1beta1"
21
"strings"
+
22
+ infrav1 "github.com/aws/cluster-api-provider-cloudstack/api/v1beta1"
23
)
24
25
type TagIface interface {
0 commit comments