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: