diff --git a/build/v1/generated.proto b/build/v1/generated.proto index 527d74106f6..7e7f95b85c7 100644 --- a/build/v1/generated.proto +++ b/build/v1/generated.proto @@ -629,7 +629,6 @@ message BuildVolumeSource { // type is the BuildVolumeSourceType for the volume source. // Type must match the populated volume source. // Valid types are: Secret, ConfigMap - // +k8s:conversion-gen=false optional string type = 1; // secret represents a Secret that should populate this volume. diff --git a/build/v1/types.go b/build/v1/types.go index a6893a27b7f..888774dc56a 100644 --- a/build/v1/types.go +++ b/build/v1/types.go @@ -1385,7 +1385,6 @@ type BuildVolumeSource struct { // type is the BuildVolumeSourceType for the volume source. // Type must match the populated volume source. // Valid types are: Secret, ConfigMap - // +k8s:conversion-gen=false Type BuildVolumeSourceType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=BuildVolumeSourceType"` // secret represents a Secret that should populate this volume.