diff options
| author | fisherxu <xufei40@huawei.com> | 2020-01-21 10:26:34 +0800 |
|---|---|---|
| committer | fisherxu <xufei40@huawei.com> | 2020-02-01 18:18:27 +0800 |
| commit | 8700c039fc8cd13fa629091c167c453185be6844 (patch) | |
| tree | b7158779e28b8055864d4692ee5fc6c201f150ea /build | |
| parent | improve reliable transmission (diff) | |
| download | kubeedge-8700c039fc8cd13fa629091c167c453185be6844.tar.gz | |
add subresource for objectsync crd
Diffstat (limited to 'build')
| -rw-r--r-- | build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml | 2 | ||||
| -rw-r--r-- | build/crds/reliablesyncs/objectsync_v1alpha1.yaml | 2 |
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: |
