Skip to content

Commit 8c1b838

Browse files
committed
No defaulting.
1 parent 16af7ee commit 8c1b838

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6572,7 +6572,7 @@ <h3 id="metalstack.api.v2.ImageServiceLatestRequest">ImageServiceLatestRequest</
65726572
<td>classification</td>
65736573
<td><a href="#metalstack.api.v2.ImageClassification">ImageClassification</a></td>
65746574
<td>optional</td>
6575-
<td><p>Classification of the image latest image, defaults to IMAGE_CLASSIFICATION_SUPPORTED </p></td>
6575+
<td><p>Classification of the image latest image </p></td>
65766576
</tr>
65776577

65786578
</tbody>

go/metalstack/api/v2/image.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/metalstack/api/v2/image_pb.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export type ImageServiceLatestRequest = Message<"metalstack.api.v2.ImageServiceL
5656
*/
5757
os: string;
5858
/**
59-
* Classification of the image latest image, defaults to IMAGE_CLASSIFICATION_SUPPORTED
59+
* Classification of the image latest image
6060
*
6161
* @generated from field: optional metalstack.api.v2.ImageClassification classification = 2;
6262
*/

js/metalstack/api/v2/image_pb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export type ImageServiceLatestRequest = Message<"metalstack.api.v2.ImageServiceL
7575
os: string;
7676

7777
/**
78-
* Classification of the image latest image, defaults to IMAGE_CLASSIFICATION_SUPPORTED
78+
* Classification of the image latest image
7979
*
8080
* @generated from field: optional metalstack.api.v2.ImageClassification classification = 2;
8181
*/

proto/metalstack/api/v2/image.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ message ImageServiceLatestRequest {
4343
// OS for which the latest image should be fetched
4444
// should contain os and major.minor then latest patch version of this os is returned
4545
string os = 1;
46-
// Classification of the image latest image, defaults to IMAGE_CLASSIFICATION_SUPPORTED
46+
// Classification of the image latest image
4747
optional ImageClassification classification = 2 [(buf.validate.field).enum.defined_only = true];
4848
}
4949

0 commit comments

Comments
 (0)