Documentation ¶
Overview ¶
Package fileclient implements the client for azure file.
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 the azure file client interface
func (*Client) CreateFileShare ¶
CreateFileShare creates a file share
func (*Client) DeleteFileShare ¶
DeleteFileShare deletes a file share
type Interface ¶
type Interface interface {}
Interface is the client interface for creating file shares, interface for test injection. mockgen -source=$GOPATH/src/k8s.io/kubernetes/staging/src/k8s.io/legacy-cloud-providers/azure/clients/fileclient/interface.go -package=mockfileclient Interface > $GOPATH/src/k8s.io/kubernetes/staging/src/k8s.io/legacy-cloud-providers/azure/clients/fileclient/mockfileclient/interface.go
Directories ¶
Path | Synopsis |
---|---|
Package mockfileclient implements the mock client for azure file.
|
Package mockfileclient implements the mock client for azure file. |
Click to show internal directories.
Click to hide internal directories.