-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Annotations validation for Template ObjectMeta #1266
Add Annotations validation for Template ObjectMeta #1266
Conversation
Can open a separate issue if needed, but it is identical to Labels issue. Note that ValidateAnnotations() belongs to a separate import path. |
6626daf
to
68b10dc
Compare
Build Succeeded 👏 Build Id: ec9c9ff9-2cac-4794-b708-e640f86eea57 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: bacd8f2a-27b2-482d-a66d-bc36d5e76298 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 936ce7d9-984d-433e-bfea-1eba5ee3c8f6 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Is this ready for review? Or shall I wait until it moved out Draft? |
I will add more tests today and move this PR into a Ready state. |
68b10dc
to
40e0421
Compare
Build Succeeded 👏 Build Id: d644862d-a81d-48e1-8ead-1df3bc0f64ee The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
40e0421
to
c53811a
Compare
Build Failed 😱 Build Id: 1f028401-c49d-4905-8e12-abc8412fa114 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
c53811a
to
6cb1cc8
Compare
Build Failed 😱 Build Id: a489e7c2-a0f5-48ce-ac8e-d741cbf6ff7f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Check value and key length for Annotations which belongs to Fleet and GameServerSpec.
6cb1cc8
to
6b4d5a0
Compare
Build Succeeded 👏 Build Id: a77a9566-733f-42ee-b7cb-12d06fe6e67f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Succeeded 👏 Build Id: 46cc0be1-bfe3-49e5-8b8a-5e238abe0e29 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Check value and key length for Annotations which belongs to Fleet and GameServerSpec. Co-authored-by: Mark Mandel <mark.mandel@gmail.com>
Check key/value length and format for Annotations which belongs to Fleet, GameServerSet and
GameServerSpec.
For #1244 .
Steps to reproduce is here: #1244 (comment)