Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DeleteFuture is a future that was derived from a DELETE request to VMSS. DeleteFuture string = "DELETE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScaleSetVMScope ¶
type ScaleSetVMScope interface { logr.Logger azure.ClusterDescriber InstanceID() string ScaleSetName() string SetVMSSVM(vmssvm *azure.VMSSVM) GetLongRunningOperationState() *infrav1.Future SetLongRunningOperationState(future *infrav1.Future) }
ScaleSetVMScope defines the scope interface for a scale sets service.
type Service ¶
type Service struct { Client client Scope ScaleSetVMScope }
Service provides operations on Azure resources.
Directories ¶
Path | Synopsis |
---|---|
Package mock_scalesetvms is a generated GoMock package.
|
Package mock_scalesetvms is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.