@@ -144,9 +144,9 @@ spec:
144
144
type : object
145
145
type : array
146
146
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 )
148
148
items :
149
- description : AppWrapperPodSet describes an homogeneous set of pods
149
+ description : AppWrapperPodSet describes a homogeneous set of pods
150
150
properties :
151
151
annotations :
152
152
additionalProperties :
@@ -156,7 +156,7 @@ spec:
156
156
arbitrary metadata about the PodSet to customize its treatment by the AppWrapper controller.
157
157
type : object
158
158
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
160
160
type : string
161
161
replicas :
162
162
description : Replicas is the number of pods in this PodSet
@@ -185,7 +185,7 @@ spec:
185
185
- components
186
186
type : object
187
187
status :
188
- description : AppWrapperStatus defines the observed state of the appwrapper
188
+ description : AppWrapperStatus defines the observed state of the AppWrapper
189
189
properties :
190
190
componentStatus :
191
191
description : ComponentStatus parallels the Components array in the Spec and tracks the actually deployed resources
@@ -268,7 +268,7 @@ spec:
268
268
podSets :
269
269
description : PodSets is the validated PodSets for the Component (either from AppWrapperComponent.DeclaredPodSets or inferred by the controller)
270
270
items :
271
- description : AppWrapperPodSet describes an homogeneous set of pods
271
+ description : AppWrapperPodSet describes a homogeneous set of pods
272
272
properties :
273
273
annotations :
274
274
additionalProperties :
@@ -278,7 +278,7 @@ spec:
278
278
arbitrary metadata about the PodSet to customize its treatment by the AppWrapper controller.
279
279
type : object
280
280
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
282
282
type : string
283
283
replicas :
284
284
description : Replicas is the number of pods in this PodSet
0 commit comments