Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDisksClient ¶ added in v1.1.0
func NewDisksClient(subscriptionID string, baseURI string, authorizer autorest.Authorizer) compute.DisksClient
NewDisksClient creates a new disks Client from subscription ID.
Types ¶
type DiskScope ¶
type DiskScope interface { azure.ClusterDescriber azure.AsyncStatusUpdater DiskSpecs() []azure.ResourceSpecGetter }
DiskScope defines the scope interface for a disk service.
type DiskSpec ¶ added in v1.1.0
DiskSpec defines the specification for a disk.
func (*DiskSpec) OwnerResourceName ¶ added in v1.1.0
OwnerResourceName is a no-op for disks.
func (*DiskSpec) Parameters ¶ added in v1.1.0
Parameters is a no-op for disks.
func (*DiskSpec) ResourceGroupName ¶ added in v1.1.0
ResourceGroupName returns the name of the resource group.
func (*DiskSpec) ResourceName ¶ added in v1.1.0
ResourceName returns the name of the disk.
type Service ¶
type Service struct { Scope DiskScope async.Reconciler }
Service provides operations on Azure resources.
func (*Service) IsManaged ¶ added in v1.3.0
IsManaged returns always returns true as CAPZ does not support BYO disk.
Directories ¶
Path | Synopsis |
---|---|
Package mock_disks is a generated GoMock package.
|
Package mock_disks is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.