From 24f065ffa2fd5c336fa3bce295a7260275824c4a Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Sun, 20 Jun 2021 10:45:59 -0400 Subject: [PATCH] removing conversion-gen=false for BuildVolumeSource.Type field --- build/v1/generated.proto | 1 - build/v1/types.go | 1 - 2 files changed, 2 deletions(-) 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.