package
0.4.8-alpha.9
Repository: https://github.com/niachary/cluster-api-provider-azure.git
Documentation: pkg.go.dev

# Packages

Run go generate to regenerate this mock.go:generate ../../../../hack/tools/bin/mockgen -destination client_mock.go -package mock_disks -source ../client.go Clientgo:generate ../../../../hack/tools/bin/mockgen -destination disks_mock.go -package mock_disks -source ../service.go DiskScopego:generate /usr/bin/env bash -c "cat ../../../../hack/boilerplate/boilerplate.generatego.txt client_mock.go > _client_mock.go && mv _client_mock.go client_mock.go"go:generate /usr/bin/env bash -c "cat ../../../../hack/boilerplate/boilerplate.generatego.txt disks_mock.go > _disks_mock.go && mv _disks_mock.go disks_mock.go".

# Functions

NewClient creates a new VM client from subscription ID.
NewService creates a new service.

# Structs

AzureClient contains the Azure go-sdk Client.
Service provides operations on azure resources.

# Interfaces

Client wraps go-sdk.
DiskScope defines the scope interface for a disk service.