Documentation ¶
Overview ¶
Package crds Code generated by go-bindata. (@generated) DO NOT EDIT. sources: autoscaling.kubedb.com_elasticsearchautoscalers.v1.yaml autoscaling.kubedb.com_elasticsearchautoscalers.yaml autoscaling.kubedb.com_etcdautoscalers.v1.yaml autoscaling.kubedb.com_etcdautoscalers.yaml autoscaling.kubedb.com_mariadbautoscalers.v1.yaml autoscaling.kubedb.com_mariadbautoscalers.yaml autoscaling.kubedb.com_memcachedautoscalers.v1.yaml autoscaling.kubedb.com_memcachedautoscalers.yaml autoscaling.kubedb.com_mongodbautoscalers.v1.yaml autoscaling.kubedb.com_mongodbautoscalers.yaml autoscaling.kubedb.com_mysqlautoscalers.v1.yaml autoscaling.kubedb.com_mysqlautoscalers.yaml autoscaling.kubedb.com_perconaxtradbautoscalers.v1.yaml autoscaling.kubedb.com_perconaxtradbautoscalers.yaml autoscaling.kubedb.com_pgbouncerautoscalers.v1.yaml autoscaling.kubedb.com_pgbouncerautoscalers.yaml autoscaling.kubedb.com_postgresautoscalers.v1.yaml autoscaling.kubedb.com_postgresautoscalers.yaml autoscaling.kubedb.com_proxysqlautoscalers.v1.yaml autoscaling.kubedb.com_proxysqlautoscalers.yaml autoscaling.kubedb.com_redisautoscalers.v1.yaml autoscaling.kubedb.com_redisautoscalers.yaml autoscaling.kubedb.com_verticalautoscalercheckpoints.v1.yaml autoscaling.kubedb.com_verticalautoscalercheckpoints.yaml autoscaling.kubedb.com_verticalautoscalers.v1.yaml autoscaling.kubedb.com_verticalautoscalers.yaml catalog.kubedb.com_elasticsearchversions.v1.yaml catalog.kubedb.com_elasticsearchversions.yaml catalog.kubedb.com_etcdversions.v1.yaml catalog.kubedb.com_etcdversions.yaml catalog.kubedb.com_mariadbversions.v1.yaml catalog.kubedb.com_mariadbversions.yaml catalog.kubedb.com_memcachedversions.v1.yaml catalog.kubedb.com_memcachedversions.yaml catalog.kubedb.com_mongodbversions.v1.yaml catalog.kubedb.com_mongodbversions.yaml catalog.kubedb.com_mysqlversions.v1.yaml catalog.kubedb.com_mysqlversions.yaml catalog.kubedb.com_perconaxtradbversions.v1.yaml catalog.kubedb.com_perconaxtradbversions.yaml catalog.kubedb.com_pgbouncerversions.v1.yaml catalog.kubedb.com_pgbouncerversions.yaml catalog.kubedb.com_postgresversions.v1.yaml catalog.kubedb.com_postgresversions.yaml catalog.kubedb.com_proxysqlversions.v1.yaml catalog.kubedb.com_proxysqlversions.yaml catalog.kubedb.com_redisversions.v1.yaml catalog.kubedb.com_redisversions.yaml kubedb.com_elasticsearches.v1.yaml kubedb.com_elasticsearches.yaml kubedb.com_etcds.v1.yaml kubedb.com_etcds.yaml kubedb.com_mariadbs.v1.yaml kubedb.com_mariadbs.yaml kubedb.com_memcacheds.v1.yaml kubedb.com_memcacheds.yaml kubedb.com_mongodbs.v1.yaml kubedb.com_mongodbs.yaml kubedb.com_mysqls.v1.yaml kubedb.com_mysqls.yaml kubedb.com_perconaxtradbs.v1.yaml kubedb.com_perconaxtradbs.yaml kubedb.com_pgbouncers.v1.yaml kubedb.com_pgbouncers.yaml kubedb.com_postgreses.v1.yaml kubedb.com_postgreses.yaml kubedb.com_proxysqls.v1.yaml kubedb.com_proxysqls.yaml kubedb.com_redises.v1.yaml kubedb.com_redises.yaml ops.kubedb.com_elasticsearchopsrequests.v1.yaml ops.kubedb.com_elasticsearchopsrequests.yaml ops.kubedb.com_etcdopsrequests.v1.yaml ops.kubedb.com_etcdopsrequests.yaml ops.kubedb.com_mariadbopsrequests.v1.yaml ops.kubedb.com_mariadbopsrequests.yaml ops.kubedb.com_memcachedopsrequests.v1.yaml ops.kubedb.com_memcachedopsrequests.yaml ops.kubedb.com_mongodbopsrequests.v1.yaml ops.kubedb.com_mongodbopsrequests.yaml ops.kubedb.com_mysqlopsrequests.v1.yaml ops.kubedb.com_mysqlopsrequests.yaml ops.kubedb.com_perconaxtradbopsrequests.v1.yaml ops.kubedb.com_perconaxtradbopsrequests.yaml ops.kubedb.com_pgbounceropsrequests.v1.yaml ops.kubedb.com_pgbounceropsrequests.yaml ops.kubedb.com_postgresopsrequests.v1.yaml ops.kubedb.com_postgresopsrequests.yaml ops.kubedb.com_proxysqlopsrequests.v1.yaml ops.kubedb.com_proxysqlopsrequests.yaml ops.kubedb.com_redisopsrequests.v1.yaml ops.kubedb.com_redisopsrequests.yaml
Index ¶
- func Asset(name string) ([]byte, error)
- func AssetDir(name string) ([]string, error)
- func AssetInfo(name string) (os.FileInfo, error)
- func AssetNames() []string
- func CustomResourceDefinition(gvr schema.GroupVersionResource) (*apiextensions.CustomResourceDefinition, error)
- func MustAsset(name string) []byte
- func MustCustomResourceDefinition(gvr schema.GroupVersionResource) *apiextensions.CustomResourceDefinition
- func RestoreAsset(dir, name string) error
- func RestoreAssets(dir, name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Asset ¶
Asset loads and returns the asset for the given name. It returns an error if the asset could not be found or could not be loaded.
func AssetDir ¶
AssetDir returns the file names below a certain directory embedded in the file by go-bindata. For example if you run go-bindata on data/... and data contains the following hierarchy:
data/ foo.txt img/ a.png b.png
then AssetDir("data") would return []string{"foo.txt", "img"} AssetDir("data/img") would return []string{"a.png", "b.png"} AssetDir("foo.txt") and AssetDir("notexist") would return an error AssetDir("") will return []string{"data"}.
func AssetInfo ¶
AssetInfo loads and returns the asset info for the given name. It returns an error if the asset could not be found or could not be loaded.
func CustomResourceDefinition ¶
func CustomResourceDefinition(gvr schema.GroupVersionResource) (*apiextensions.CustomResourceDefinition, error)
func MustAsset ¶
MustAsset is like Asset but panics when Asset would return an error. It simplifies safe initialization of global variables.
func MustCustomResourceDefinition ¶
func MustCustomResourceDefinition(gvr schema.GroupVersionResource) *apiextensions.CustomResourceDefinition
func RestoreAsset ¶
RestoreAsset restores an asset under the given directory
func RestoreAssets ¶
RestoreAssets restores an asset under the given directory recursively
Types ¶
This section is empty.