Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apiv2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
2 changes: 1 addition & 1 deletion apiv2/api/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4022,7 +4022,7 @@ components:
name:
type: string
title: name
maxLength: 32
maxLength: 40
pattern: ^[a-z][a-z0-9-]{0,31}$
description: Config provided by admin
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message CustomConfigResource {
string name = 2 [
(buf.validate.field).string = {
pattern: "^[a-z][a-z0-9-]{0,31}$"
Comment thread
niket-intc marked this conversation as resolved.
max_len: 32
max_len: 40
},
(google.api.field_behavior) = REQUIRED
];
Expand All @@ -40,7 +40,7 @@ message CustomConfigResource {
(google.api.field_behavior) = OPTIONAL
];
// Config content
string config_content = 4 [
string config = 4 [
(buf.validate.field).string = {
max_len: 16384
},
Expand Down

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

Loading
Loading