Skip to content

Commit

Permalink
Update structure to accomodate nodoc
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Mallon (Nalum) <[email protected]>
  • Loading branch information
Nalum committed Oct 3, 2024
1 parent df6bb5d commit a3146d4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions schemas/timoni.sh/core/v1alpha1/metadata.cue
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ import "strings"
namespace: #Meta.namespace

labels: #Meta.labels
// +nodoc
labels: (#StdLabelComponent): #Component
labels: {
// +nodoc
(#StdLabelComponent): #Component
}

annotations?: #Annotations
if #Meta.annotations != _|_ {
Expand Down Expand Up @@ -111,8 +113,10 @@ import "strings"
name: #Meta.name + "-" + #Component

labels: #Meta.labels
// +nodoc
labels: (#StdLabelComponent): #Component
labels: {
// +nodoc
(#StdLabelComponent): #Component
}

annotations?: #Annotations
if #Meta.annotations != _|_ {
Expand Down

0 comments on commit a3146d4

Please sign in to comment.