@@ -144,9 +144,9 @@ spec:
144144 type : object
145145 type : array
146146 podSets :
147- description : DeclaredPodSets for the Component (optional for known PodCreating GVKs)
147+ description : DeclaredPodSets for the Component (optional for known GVKs whose PodSets can be automatically inferred )
148148 items :
149- description : AppWrapperPodSet describes an homogeneous set of pods
149+ description : AppWrapperPodSet describes a homogeneous set of pods
150150 properties :
151151 annotations :
152152 additionalProperties :
@@ -156,7 +156,7 @@ spec:
156156 arbitrary metadata about the PodSet to customize its treatment by the AppWrapper controller.
157157 type : object
158158 path :
159- description : Path is the path Component.Template to the PodTemplateSpec for this PodSet
159+ description : Path is the path within Component.Template to the PodTemplateSpec for this PodSet
160160 type : string
161161 replicas :
162162 description : Replicas is the number of pods in this PodSet
@@ -185,7 +185,7 @@ spec:
185185 - components
186186 type : object
187187 status :
188- description : AppWrapperStatus defines the observed state of the appwrapper
188+ description : AppWrapperStatus defines the observed state of the AppWrapper
189189 properties :
190190 componentStatus :
191191 description : ComponentStatus parallels the Components array in the Spec and tracks the actually deployed resources
@@ -268,7 +268,7 @@ spec:
268268 podSets :
269269 description : PodSets is the validated PodSets for the Component (either from AppWrapperComponent.DeclaredPodSets or inferred by the controller)
270270 items :
271- description : AppWrapperPodSet describes an homogeneous set of pods
271+ description : AppWrapperPodSet describes a homogeneous set of pods
272272 properties :
273273 annotations :
274274 additionalProperties :
@@ -278,7 +278,7 @@ spec:
278278 arbitrary metadata about the PodSet to customize its treatment by the AppWrapper controller.
279279 type : object
280280 path :
281- description : Path is the path Component.Template to the PodTemplateSpec for this PodSet
281+ description : Path is the path within Component.Template to the PodTemplateSpec for this PodSet
282282 type : string
283283 replicas :
284284 description : Replicas is the number of pods in this PodSet
0 commit comments