Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang committed Sep 13, 2024
1 parent 0e4b2b4 commit c964c16
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19203,7 +19203,7 @@
},
"limits": {
"$ref": "#/definitions/io.numaproj.numaflow.v1alpha1.MonoVertexLimits",
"description": "Limits define the limitations such as buffer read batch size for all the vertices of a pipeline, will override pipeline level settings"
"description": "Limits define the limitations such as read batch size for the mono vertex."
},
"metadata": {
"$ref": "#/definitions/io.numaproj.numaflow.v1alpha1.Metadata",
Expand Down
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -19198,7 +19198,7 @@
}
},
"limits": {
"description": "Limits define the limitations such as buffer read batch size for all the vertices of a pipeline, will override pipeline level settings",
"description": "Limits define the limitations such as read batch size for the mono vertex.",
"$ref": "#/definitions/io.numaproj.numaflow.v1alpha1.MonoVertexLimits"
},
"metadata": {
Expand Down
8 changes: 4 additions & 4 deletions docs/APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5720,8 +5720,8 @@ MonoVertexLimits </a> </em>
<em>(Optional)</em>
<p>

Limits define the limitations such as buffer read batch size for all the
vertices of a pipeline, will override pipeline level settings
Limits define the limitations such as read batch size for the mono
vertex.
</p>

</td>
Expand Down Expand Up @@ -6109,8 +6109,8 @@ MonoVertexLimits </a> </em>
<em>(Optional)</em>
<p>

Limits define the limitations such as buffer read batch size for all the
vertices of a pipeline, will override pipeline level settings
Limits define the limitations such as read batch size for the mono
vertex.
</p>

</td>
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/numaflow/v1alpha1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/numaflow/v1alpha1/mono_vertex_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ type MonoVertexSpec struct {
// +patchStrategy=merge
// +patchMergeKey=name
Volumes []corev1.Volume `json:"volumes,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,6,rep,name=volumes"`
// Limits define the limitations such as buffer read batch size for all the vertices of a pipeline, will override pipeline level settings
// Limits define the limitations such as read batch size for the mono vertex.
// +optional
Limits *MonoVertexLimits `json:"limits,omitempty" protobuf:"bytes,7,opt,name=limits"`
// Settings for autoscaling
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/numaflow/v1alpha1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c964c16

Please sign in to comment.