package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Functions
SchemeForInstallOrDie builds a simple test scheme and codecfactory pair for easy unit testing from higher level install methods.
SchemeForOrDie builds a simple test scheme and codecfactory pair for easy unit testing from the bare registration methods.
TestCodec returns the codec for the API version to test against, as set by the KUBE_TEST_API_TYPE env var.
TestStorageCodec returns the codec for the API version to test against used in storage, as set by the KUBE_TEST_API_STORAGE_TYPE env var.
# Type aliases
InstallFunc mirrors install functions that can return an error.
InstallOrDieFunc mirrors install functions that require success.