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 7943b9a commit 55961f8Copy full SHA for 55961f8
pkg/cloud/client.go
@@ -37,7 +37,7 @@ type Client interface {
37
ResolveLoadBalancerRuleDetails(*infrav1.CloudStackCluster) error
38
GetOrCreateLoadBalancerRule(*infrav1.CloudStackCluster) error
39
AffinityGroupIface
40
- TagIFace
+ TagIface
41
}
42
43
type client struct {
pkg/cloud/tags.go
@@ -16,7 +16,7 @@ limitations under the License.
16
17
package cloud
18
19
-type TagIFace interface {
+type TagIface interface {
20
AddNetworkTags(string, map[string]string) error
21
GetNetworkTags(string) (map[string]string, error)
22
DeleteNetworkTags(string, map[string]string) error
0 commit comments