Skip to content

Commit

Permalink
Merge pull request #547 from MUzairS15/MUzairS15/update-crd-schema
Browse files Browse the repository at this point in the history
update meshsync crd
  • Loading branch information
Mohd Uzair authored Jan 15, 2024
2 parents 1cb522d + 993910a commit 68bae1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/meshsync_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/meshery.layer5.io_meshsyncs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 68bae1e

Please sign in to comment.