Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements privatednsclient Interface.
func (*Client) CreateOrUpdate ¶
func (c *Client) CreateOrUpdate(ctx context.Context, resourceGroupName string, privateZoneName string, parameters privatedns.PrivateZone, waitForCompletion bool) error
CreateOrUpdate creates or updates a private dns zone
func (*Client) Get ¶
func (c *Client) Get(ctx context.Context, resourceGroupName string, privateZoneName string) (result privatedns.PrivateZone, err error)
type Interface ¶
type Interface interface { //Get gets the PrivateDNSZone Get(ctx context.Context, resourceGroupName string, privateZoneName string) (result privatedns.PrivateZone, err error) // CreateOrUpdate creates or updates a private dns zone. CreateOrUpdate(ctx context.Context, resourceGroupName string, privateZoneName string, parameters privatedns.PrivateZone, waitForCompletion bool) error }
Interface is the client interface for Private DNS Zones Don't forget to run "hack/update-mock-clients.sh" command to generate the mock client.
Directories ¶
Path | Synopsis |
---|---|
Package mockprivatednsclient implements the mock client for PrivateDNS.
|
Package mockprivatednsclient implements the mock client for PrivateDNS. |
Click to show internal directories.
Click to hide internal directories.