Documentation
¶
Overview ¶
Package routeclient implements the client for Route.
Index ¶
Constants ¶
View Source
const (
// APIVersion is the API version for network.
APIVersion = "2019-06-01"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// ARM throttling configures.
RetryAfterReader time.Time
RetryAfterWriter time.Time
// contains filtered or unexported fields
}
Client implements Route client Interface.
func New ¶
func New(config *azclients.ClientConfig) *Client
New creates a new Route client with ratelimiting.
type Interface ¶
type Interface interface {
// CreateOrUpdate creates or updates a Route.
CreateOrUpdate(ctx context.Context, resourceGroupName string, routeTableName string, routeName string, routeParameters network.Route, etag string) *retry.Error
// Delete deletes a Route by name.
Delete(ctx context.Context, resourceGroupName string, routeTableName string, routeName string) *retry.Error
}
Interface is the client interface for Route. Don't forget to run the following command to generate the mock client: mockgen -source=$GOPATH/src/k8s.io/kubernetes/staging/src/k8s.io/legacy-cloud-providers/azure/clients/routeclient/interface.go -package=mockrouteclient Interface > $GOPATH/src/k8s.io/kubernetes/staging/src/k8s.io/legacy-cloud-providers/azure/clients/routeclient/mockrouteclient/interface.go
Source Files
¶
- azure_routeclient.go
- doc.go
- interface.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Package mockrouteclient implements the mock client for Route.
|
Package mockrouteclient implements the mock client for Route. |
Click to show internal directories.
Click to hide internal directories.