Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/childsb/s3fs-container
/ functions
Functions
22 in github.com/childsb/s3fs-container
⨍
Functions
22
◇
Types & classes
3
↓ 10 callers
Function
evaluate
(t *testing.T, name string, expectError bool, err error, expected interface{}, got interface{}, output string)
volume/provision_test.go:628
↓ 6 callers
Function
newEndpoints
(name string, ips []string, ports []endpointPort)
volume/provision_test.go:579
↓ 6 callers
Function
newService
(name, clusterIP string)
volume/provision_test.go:562
↓ 2 callers
Method
createVolume
(volumeOptions controller.VolumeOptions, claim *v1.PersistentVolumeClaim)
volume/provision.go:119
↓ 1 callers
Function
newS3fsProvisionerInternal
(client kubernetes.Interface, execCommand string)
volume/provision.go:51
↓ 1 callers
Method
provisioned
(volume *v1.PersistentVolume)
volume/delete.go:50
↓ 1 callers
Function
validateProvisioner
validateProvisioner tests if provisioner is a valid qualified name. https://github.com/kubernetes/kubernetes/blob/release-1.4/pkg/apis/storage/validat
main.go:97
Method
AddExportBlock
(path string)
volume/provision_test.go:609
Method
Delete
(volume *v1.PersistentVolume)
volume/delete.go:29
Method
Export
(path string)
volume/provision_test.go:617
Function
News3FSProvisioner
(client kubernetes.Interface, execCommand string)
volume/provision.go:47
Method
Provision
Provision creates a volume i.e. the storage asset and returns a PV object for the volume.
volume/provision.go:74
Method
RemoveExportBlock
(block string, exportId uint16)
volume/provision_test.go:613
Function
TestAddToRemoveFromFile
(t *testing.T)
volume/provision_test.go:335
Function
TestCreateDirectory
(t *testing.T)
volume/provision_test.go:259
Function
TestCreateVolume
(t *testing.T)
volume/provision_test.go:40
Function
TestGetConfigExportIds
(t *testing.T)
volume/provision_test.go:362
Function
TestGetServer
(t *testing.T)
volume/provision_test.go:420
Function
TestValidateOptions
(t *testing.T)
volume/provision_test.go:182
Method
Unexport
(volume *v1.PersistentVolume)
volume/provision_test.go:624
Function
getBlockAndId
(volume *v1.PersistentVolume, annBlock, annId string)
volume/delete.go:60
Function
main
const exportDir = "/export" const ganeshaConfig = "/export/vfs.conf"
main.go:48