@@ -14,36 +14,31 @@ metadata:
14
14
},
15
15
{
16
16
"apiVersion": "cluster.ipfs.io/v1alpha1",
17
- "kind": "Ipfs ",
17
+ "kind": "IpfsCluster ",
18
18
"metadata": {
19
- "name": "ipfs -sample-1 "
19
+ "name": "ipfscluster -sample"
20
20
},
21
- "spec": {
22
- "clusterStorage": "42Gi",
23
- "ipfsStorage": "32Gi",
24
- "public": true,
25
- "url": "apps.ci-ln-fy6ygqt-72292.origin-ci-int-gce.dev.rhcloud.com"
26
- }
21
+ "spec": null
27
22
}
28
23
]
29
24
capabilities : Basic Install
30
- operators.operatorframework.io/builder : operator-sdk-v1.19.0+git
25
+ operators.operatorframework.io/builder : operator-sdk-unknown
31
26
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
32
27
name : ipfs-operator.v0.0.1
33
28
namespace : placeholder
34
29
spec :
35
30
apiservicedefinitions : {}
36
31
customresourcedefinitions :
37
32
owned :
38
- - description : CircuitRelay is the Schema for the circuitrelays API
33
+ - description : CircuitRelay is the Schema for the circuitrelays API.
39
34
displayName : Circuit Relay
40
35
kind : CircuitRelay
41
36
name : circuitrelays.cluster.ipfs.io
42
37
version : v1alpha1
43
- - description : Ipfs is the Schema for the ipfs API
44
- displayName : Ipfs
45
- kind : Ipfs
46
- name : ipfs .cluster.ipfs.io
38
+ - description : IpfsCluster is the Schema for the ipfs API.
39
+ displayName : Ipfs Cluster
40
+ kind : IpfsCluster
41
+ name : ipfsclusters .cluster.ipfs.io
47
42
version : v1alpha1
48
43
description : Operator for IPFS clustering
49
44
displayName : ipfs
@@ -114,7 +109,7 @@ spec:
114
109
- apiGroups :
115
110
- cluster.ipfs.io
116
111
resources :
117
- - ipfs
112
+ - ipfsclusters
118
113
verbs :
119
114
- create
120
115
- delete
@@ -126,13 +121,13 @@ spec:
126
121
- apiGroups :
127
122
- cluster.ipfs.io
128
123
resources :
129
- - ipfs /finalizers
124
+ - ipfsclusters /finalizers
130
125
verbs :
131
126
- update
132
127
- apiGroups :
133
128
- cluster.ipfs.io
134
129
resources :
135
- - ipfs /status
130
+ - ipfsclusters /status
136
131
verbs :
137
132
- get
138
133
- patch
@@ -264,7 +259,7 @@ spec:
264
259
- --leader-elect
265
260
command :
266
261
- /manager
267
- image : quay.io/redhat-et-ipfs /ipfs-operator:v0.0.1
262
+ image : coryschwartz /ipfs-operator:v0.0.1
268
263
imagePullPolicy : IfNotPresent
269
264
livenessProbe :
270
265
httpGet :
0 commit comments