From 993910a05b3f37941328156a6738757fc1aaf036 Mon Sep 17 00:00:00 2001 From: MUzairS15 Date: Mon, 15 Jan 2024 16:38:41 +0530 Subject: [PATCH] update meshsync crd Signed-off-by: MUzairS15 --- api/v1alpha1/meshsync_types.go | 1 + config/crd/bases/meshery.layer5.io_meshsyncs.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/api/v1alpha1/meshsync_types.go b/api/v1alpha1/meshsync_types.go index 111856f..3722921 100644 --- a/api/v1alpha1/meshsync_types.go +++ b/api/v1alpha1/meshsync_types.go @@ -40,6 +40,7 @@ type MeshSyncSpec struct { Size int32 `json:"size,omitempty" yaml:"size,omitempty"` Broker MeshsyncBroker `json:"broker,omitempty" yaml:"broker,omitempty"` WatchList corev1.ConfigMap `json:"watch-list,omitempty" yaml:"watch-list,omitempty"` + Version string `json:"version,omitempty" yaml:"version,omitempty"` } // MeshSyncStatus defines the observed state of MeshSync diff --git a/config/crd/bases/meshery.layer5.io_meshsyncs.yaml b/config/crd/bases/meshery.layer5.io_meshsyncs.yaml index 0cab1d6..4358c0d 100644 --- a/config/crd/bases/meshery.layer5.io_meshsyncs.yaml +++ b/config/crd/bases/meshery.layer5.io_meshsyncs.yaml @@ -53,6 +53,8 @@ spec: size: format: int32 type: integer + version: + type: string watch-list: description: ConfigMap holds configuration data for pods to consume. properties: