Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteTableScope ¶
type RouteTableScope interface { azure.Authorizer azure.AsyncStatusUpdater RouteTableSpecs() []azure.ResourceSpecGetter IsVnetManaged() bool }
RouteTableScope defines the scope interface for route table service.
type RouteTableSpec ¶ added in v1.2.0
RouteTableSpec defines the specification for a route table.
func (*RouteTableSpec) OwnerResourceName ¶ added in v1.2.0
func (s *RouteTableSpec) OwnerResourceName() string
OwnerResourceName is a no-op for route tables.
func (*RouteTableSpec) Parameters ¶ added in v1.2.0
func (s *RouteTableSpec) Parameters(existing interface{}) (params interface{}, err error)
Parameters returns the parameters for the route table.
func (*RouteTableSpec) ResourceGroupName ¶ added in v1.2.0
func (s *RouteTableSpec) ResourceGroupName() string
ResourceGroupName returns the name of the resource group.
func (*RouteTableSpec) ResourceName ¶ added in v1.2.0
func (s *RouteTableSpec) ResourceName() string
ResourceName returns the name of the route table.
type Service ¶
type Service struct { Scope RouteTableScope async.Reconciler }
Service provides operations on azure resources.
Directories ¶
Path | Synopsis |
---|---|
Run go generate to regenerate this mock.
|
Run go generate to regenerate this mock. |
Click to show internal directories.
Click to hide internal directories.