File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
internal/generate/platforms/cue.mod/gen/github.com/holos-run/holos/api/core/v1alpha5 Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ type Metadata struct {
263
263
// Labels represents a resource selector.
264
264
Labels map [string ]string `json:"labels,omitempty" yaml:"labels,omitempty"`
265
265
// Annotations represents arbitrary non-identifying metadata. For example
266
- // holos uses the `cli .holos.run/description` annotation to log resources in a
266
+ // holos uses the `app .holos.run/description` annotation to log resources in a
267
267
// user customized way.
268
268
Annotations map [string ]string `json:"annotations,omitempty" yaml:"annotations,omitempty"`
269
269
}
@@ -320,7 +320,7 @@ type Component struct {
320
320
// resulting BuildPlan.
321
321
Labels map [string ]string `json:"labels,omitempty" yaml:"labels,omitempty"`
322
322
// Annotations represents arbitrary non-identifying metadata. Use the
323
- // `cli .holos.run/description` to customize the log message of each BuildPlan.
323
+ // `app .holos.run/description` to customize the log message of each BuildPlan.
324
324
Annotations map [string ]string `json:"annotations,omitempty" yaml:"annotations,omitempty"`
325
325
}
326
326
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ type Component struct {
188
188
// resulting BuildPlan.
189
189
Labels map [string ]string ` json:"labels,omitempty" yaml:"labels,omitempty"`
190
190
// Annotations represents arbitrary non-identifying metadata. Use the
191
- // `cli .holos.run/description` to customize the log message of each BuildPlan.
191
+ // `app .holos.run/description` to customize the log message of each BuildPlan.
192
192
Annotations map [string ]string ` json:"annotations,omitempty" yaml:"annotations,omitempty"`
193
193
}
194
194
```
@@ -376,7 +376,7 @@ type Metadata struct {
376
376
// Labels represents a resource selector.
377
377
Labels map [string ]string ` json:"labels,omitempty" yaml:"labels,omitempty"`
378
378
// Annotations represents arbitrary non-identifying metadata. For example
379
- // holos uses the `cli .holos.run/description` annotation to log resources in a
379
+ // holos uses the `app .holos.run/description` annotation to log resources in a
380
380
// user customized way.
381
381
Annotations map [string ]string ` json:"annotations,omitempty" yaml:"annotations,omitempty"`
382
382
}
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ package core
290
290
labels ?: {[string ]: string } @go (Labels ,map[string]string )
291
291
292
292
// Annotations represents arbitrary non-identifying metadata. For example
293
- // holos uses the `cli .holos.run/description` annotation to log resources in a
293
+ // holos uses the `app .holos.run/description` annotation to log resources in a
294
294
// user customized way.
295
295
annotations ?: {[string ]: string } @go (Annotations ,map[string]string )
296
296
}
@@ -355,7 +355,7 @@ package core
355
355
labels ?: {[string ]: string } @go (Labels ,map[string]string )
356
356
357
357
// Annotations represents arbitrary non-identifying metadata. Use the
358
- // `cli .holos.run/description` to customize the log message of each BuildPlan.
358
+ // `app .holos.run/description` to customize the log message of each BuildPlan.
359
359
annotations ?: {[string ]: string } @go (Annotations ,map[string]string )
360
360
}
361
361
Original file line number Diff line number Diff line change 1
- 1
1
+ 2
You can’t perform that action at this time.
0 commit comments