package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Functions
CreateNewCustomResourceDefinition creates the given CRD and makes sure its watch cache is primed on the server.
CreateNewCustomResourceDefinitionWatchUnsafe creates the CRD and makes sure the apiextension apiserver has installed the CRD.
CreateNewScaleClient returns a scale client.
DeleteCustomResourceDefinition deletes a CRD and waits until it disappears from discovery.
IntegrationEtcdServers returns etcd server URLs.
NewCurletCustomResourceDefinition returns a Curlet CRD.
NewCurletInstance returns a Curlet instance.
NewMultipleVersionNoxuCRD returns a WishIHadChosenNoxu with multiple versions.
NewNoxu2CustomResourceDefinition returns a WishIHadChosenNoxu2 CRD.
NewNoxuCustomResourceDefinition returns a WishIHadChosenNoxu CRD.
NewNoxuInstance returns a WishIHadChosenNoxu instance for v1beta1.
NewRandomNameCustomResourceDefinition generates a CRD with random name to avoid name conflict in e2e tests.
NewVersionedNoxuInstance returns a WishIHadChosenNoxu instance for a given version.
StartDefaultServer starts a test server.
StartDefaultServerWithClients starts a test server and returns clients for it.