Skip to content

Commit 564f304

Browse files
Merge pull request #943 from coreydaley/jira_build_87_fix_type_conversion_gen
removing conversion-gen=false for BuildVolumeSource.Type field
2 parents 67a5f4c + 24f065f commit 564f304

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/v1/generated.proto

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/v1/types.go

-1
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,6 @@ type BuildVolumeSource struct {
13851385
// type is the BuildVolumeSourceType for the volume source.
13861386
// Type must match the populated volume source.
13871387
// Valid types are: Secret, ConfigMap
1388-
// +k8s:conversion-gen=false
13891388
Type BuildVolumeSourceType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=BuildVolumeSourceType"`
13901389

13911390
// secret represents a Secret that should populate this volume.

0 commit comments

Comments
 (0)