@@ -108,6 +108,7 @@ alerts:
108108annotation :
109109 type : string
110110 pattern : ^((.){1,253}\/)?(.){1,63}$
111+ example : apl.io/annotation
111112annotations :
112113 description : Kubernetes annotations with arbitrary metadata
113114 type : array
@@ -119,6 +120,7 @@ annotations:
119120 value :
120121 type : string
121122 maxLength : 32767
123+ example : apl-value
122124autoscaling :
123125 type : object
124126 properties :
@@ -625,6 +627,7 @@ idName:
625627 pattern : ^[a-z]([-a-z0-9]*[a-z0-9])+$
626628 type : string
627629 x-message : a valid name that consists of lowercase letters, dashes
630+ example : team-name
628631image :
629632 allOf :
630633 - properties :
@@ -654,6 +657,7 @@ imageTag:
654657 pattern : ' [\w][\w.-]{0,127}'
655658 type : string
656659 x-message : a valid container registry image tag
660+ example : latest
657661imageSimple :
658662 properties :
659663 tag :
@@ -951,6 +955,7 @@ repoUrl:
951955 pattern : ^(.+@)*([\w\d\.]+)(:[\d]+){0,1}/*(.*)$
952956 type : string
953957 x-message : a valid git repo URL
958+ example : github.com/example/repo
954959resource :
955960 properties :
956961 cpu :
@@ -1106,6 +1111,7 @@ svcPredeployed:
11061111url :
11071112 pattern : ^https?:\/\/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&\/=]*)
11081113 type : string
1114+ example : https://gituhb.com/example
11091115vaultToken :
11101116 title : Token
11111117 type : string
0 commit comments