|
|
@@ -22,8 +22,9 @@ type Environment struct {
|
|
|
Name string
|
|
|
Mode string
|
|
|
|
|
|
- NewCommentsDisabled bool
|
|
|
- NamespaceLabels []byte
|
|
|
+ NewCommentsDisabled bool
|
|
|
+ NamespaceLabels []byte
|
|
|
+ NamespaceAnnotations []byte
|
|
|
|
|
|
// WebhookID uniquely identifies the environment when other fields (project, cluster)
|
|
|
// aren't present
|