-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathconfig.json
29 lines (29 loc) · 1.1 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "zookeeper-operator",
"github_link": "https://github.com/pravega/zookeeper-operator.git",
"commit": "cda03d2f270bdfb51372192766123904f6d88278",
"kubernetes_version": "v1.18.9",
"client_go_version": "v0.17.2",
"dockerfile_path": "Dockerfile",
"controller_image_name": "pravega/zookeeper-operator:latest",
"test_command": "python3 examples/zookeeper-operator/test/test.py",
"custom_resource_definitions": [
"zookeepercluster"
],
"annotated_reconcile_functions": {
"pkg/controller/zookeepercluster/zookeepercluster_controller.go": "github.com/pravega/zookeeper-operator/pkg/controller/zookeepercluster.(*ReconcileZookeeperCluster).Reconcile"
},
"controller_pod_label": "zookeeper-operator",
"controller_deployment_file_path": "examples/zookeeper-operator/deploy/default_ns/operator.yaml",
"end_state_checker_mask": {
"*": {
"zookeepercluster/default/zookeeper-cluster": [
[
"status",
"members",
"ready"
]
]
}
}
}