Skip to content

Commit

Permalink
Merge pull request #275 from meshery/MUzairS15/feat/tier-1/fingerprin…
Browse files Browse the repository at this point in the history
…ting

[Fingerprinting] Add support to enable fingerprinting.
  • Loading branch information
leecalcote authored Nov 24, 2023
2 parents 3a488ea + 8954d6e commit d947767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type KubernetesResource struct {
Status *KubernetesResourceStatus `json:"status,omitempty" gorm:"foreignkey:ID;references:id;constraint:OnUpdate:CASCADE,OnDelete:SET NULL;"`
ClusterID string `json:"cluster_id"`
PatternResource *uuid.UUID `json:"pattern_resource"`

ComponentMetadata map[string]interface{} `json:"component_metadata" gorm:"type:bytes;serializer:json"`
// Secondary fields for configsmaps and secrets
Immutable string `json:"immutable,omitempty"`
Data string `json:"data,omitempty"`
Expand Down

0 comments on commit d947767

Please sign in to comment.