summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorfisherxu <xufei40@huawei.com>2020-01-21 10:26:34 +0800
committerfisherxu <xufei40@huawei.com>2020-02-01 18:18:27 +0800
commit8700c039fc8cd13fa629091c167c453185be6844 (patch)
treeb7158779e28b8055864d4692ee5fc6c201f150ea /build
parentimprove reliable transmission (diff)
downloadkubeedge-8700c039fc8cd13fa629091c167c453185be6844.tar.gz
add subresource for objectsync crd
Diffstat (limited to 'build')
-rw-r--r--build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml2
-rw-r--r--build/crds/reliablesyncs/objectsync_v1alpha1.yaml2
2 files changed, 4 insertions, 0 deletions
diff --git a/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml b/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml
index 4301de66b..da374d9e0 100644
--- a/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml
+++ b/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml
@@ -10,6 +10,8 @@ spec:
kind: ClusterObjectSync
plural: clusterobjectsyncs
scope: Cluster
+ subresources:
+ status: {}
validation:
openAPIV3Schema:
properties:
diff --git a/build/crds/reliablesyncs/objectsync_v1alpha1.yaml b/build/crds/reliablesyncs/objectsync_v1alpha1.yaml
index 84d83b5d0..c5cc99da7 100644
--- a/build/crds/reliablesyncs/objectsync_v1alpha1.yaml
+++ b/build/crds/reliablesyncs/objectsync_v1alpha1.yaml
@@ -10,6 +10,8 @@ spec:
kind: ObjectSync
plural: objectsyncs
scope: Namespaced
+ subresources:
+ status: {}
validation:
openAPIV3Schema:
properties: