• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / blob-csi-driver / 15647552129

14 Jun 2025 02:38AM UTC coverage: 72.713% (-1.2%) from 73.896%
15647552129

Pull #2034

github

k8s-infra-cherrypick-robot
test: ignore CVE error in azcopy
Pull Request #2034: [release-1.25] test: fix CVE-2025-4673 in trivy action

2273 of 3126 relevant lines covered (72.71%)

7.12 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/pkg/blobfuse-proxy/pb/azure_blob_mount.pb.go
1
// Code generated by protoc-gen-go. DO NOT EDIT.
2
// versions:
3
//         protoc-gen-go v1.25.0
4
//         protoc        v3.6.1
5
// source: azure_blob_mount.proto
6

7
package pb
8

9
import (
10
        proto "github.com/golang/protobuf/proto"
11
        protoreflect "google.golang.org/protobuf/reflect/protoreflect"
12
        protoimpl "google.golang.org/protobuf/runtime/protoimpl"
13
        reflect "reflect"
14
        sync "sync"
15
)
16

17
const (
18
        // Verify that this generated code is sufficiently up-to-date.
19
        _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
20
        // Verify that runtime/protoimpl is sufficiently up-to-date.
21
        _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
22
)
23

24
// This is a compile-time assertion that a sufficiently up-to-date version
25
// of the legacy proto package is being used.
26
const _ = proto.ProtoPackageIsVersion4
27

28
type MountAzureBlobRequest struct {
29
        state         protoimpl.MessageState
30
        sizeCache     protoimpl.SizeCache
31
        unknownFields protoimpl.UnknownFields
32

33
        MountArgs string   `protobuf:"bytes,1,opt,name=mountArgs,proto3" json:"mountArgs,omitempty"`
34
        AuthEnv   []string `protobuf:"bytes,2,rep,name=authEnv,proto3" json:"authEnv,omitempty"`
35
        Protocol  string   `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"`
36
}
37

38
func (x *MountAzureBlobRequest) Reset() {
×
39
        *x = MountAzureBlobRequest{}
×
40
        if protoimpl.UnsafeEnabled {
×
41
                mi := &file_azure_blob_mount_proto_msgTypes[0]
×
42
                ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
×
43
                ms.StoreMessageInfo(mi)
×
44
        }
×
45
}
46

47
func (x *MountAzureBlobRequest) String() string {
×
48
        return protoimpl.X.MessageStringOf(x)
×
49
}
×
50

51
func (*MountAzureBlobRequest) ProtoMessage() {}
×
52

53
func (x *MountAzureBlobRequest) ProtoReflect() protoreflect.Message {
×
54
        mi := &file_azure_blob_mount_proto_msgTypes[0]
×
55
        if protoimpl.UnsafeEnabled && x != nil {
×
56
                ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
×
57
                if ms.LoadMessageInfo() == nil {
×
58
                        ms.StoreMessageInfo(mi)
×
59
                }
×
60
                return ms
×
61
        }
62
        return mi.MessageOf(x)
×
63
}
64

65
// Deprecated: Use MountAzureBlobRequest.ProtoReflect.Descriptor instead.
66
func (*MountAzureBlobRequest) Descriptor() ([]byte, []int) {
×
67
        return file_azure_blob_mount_proto_rawDescGZIP(), []int{0}
×
68
}
×
69

70
func (x *MountAzureBlobRequest) GetMountArgs() string {
×
71
        if x != nil {
×
72
                return x.MountArgs
×
73
        }
×
74
        return ""
×
75
}
76

77
func (x *MountAzureBlobRequest) GetAuthEnv() []string {
×
78
        if x != nil {
×
79
                return x.AuthEnv
×
80
        }
×
81
        return nil
×
82
}
83

84
func (x *MountAzureBlobRequest) GetProtocol() string {
×
85
        if x != nil {
×
86
                return x.Protocol
×
87
        }
×
88
        return ""
×
89
}
90

91
type MountAzureBlobResponse struct {
92
        state         protoimpl.MessageState
93
        sizeCache     protoimpl.SizeCache
94
        unknownFields protoimpl.UnknownFields
95

96
        Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
97
}
98

99
func (x *MountAzureBlobResponse) Reset() {
×
100
        *x = MountAzureBlobResponse{}
×
101
        if protoimpl.UnsafeEnabled {
×
102
                mi := &file_azure_blob_mount_proto_msgTypes[1]
×
103
                ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
×
104
                ms.StoreMessageInfo(mi)
×
105
        }
×
106
}
107

108
func (x *MountAzureBlobResponse) String() string {
×
109
        return protoimpl.X.MessageStringOf(x)
×
110
}
×
111

112
func (*MountAzureBlobResponse) ProtoMessage() {}
×
113

114
func (x *MountAzureBlobResponse) ProtoReflect() protoreflect.Message {
×
115
        mi := &file_azure_blob_mount_proto_msgTypes[1]
×
116
        if protoimpl.UnsafeEnabled && x != nil {
×
117
                ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
×
118
                if ms.LoadMessageInfo() == nil {
×
119
                        ms.StoreMessageInfo(mi)
×
120
                }
×
121
                return ms
×
122
        }
123
        return mi.MessageOf(x)
×
124
}
125

126
// Deprecated: Use MountAzureBlobResponse.ProtoReflect.Descriptor instead.
127
func (*MountAzureBlobResponse) Descriptor() ([]byte, []int) {
×
128
        return file_azure_blob_mount_proto_rawDescGZIP(), []int{1}
×
129
}
×
130

131
func (x *MountAzureBlobResponse) GetOutput() string {
×
132
        if x != nil {
×
133
                return x.Output
×
134
        }
×
135
        return ""
×
136
}
137

138
var File_azure_blob_mount_proto protoreflect.FileDescriptor
139

140
var file_azure_blob_mount_proto_rawDesc = []byte{
141
        0x0a, 0x16, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x5f, 0x62, 0x6c, 0x6f, 0x62, 0x5f, 0x6d, 0x6f, 0x75,
142
        0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6b, 0x0a, 0x15, 0x4d, 0x6f, 0x75, 0x6e,
143
        0x74, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
144
        0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x72, 0x67, 0x73, 0x18, 0x01,
145
        0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x72, 0x67, 0x73, 0x12,
146
        0x18, 0x0a, 0x07, 0x61, 0x75, 0x74, 0x68, 0x45, 0x6e, 0x76, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09,
147
        0x52, 0x07, 0x61, 0x75, 0x74, 0x68, 0x45, 0x6e, 0x76, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f,
148
        0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f,
149
        0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x22, 0x30, 0x0a, 0x16, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x7a,
150
        0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, 0x62, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
151
        0x16, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
152
        0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x32, 0x53, 0x0a, 0x0c, 0x4d, 0x6f, 0x75, 0x6e, 0x74,
153
        0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x43, 0x0a, 0x0e, 0x4d, 0x6f, 0x75, 0x6e, 0x74,
154
        0x41, 0x7a, 0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, 0x62, 0x12, 0x16, 0x2e, 0x4d, 0x6f, 0x75, 0x6e,
155
        0x74, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
156
        0x74, 0x1a, 0x17, 0x2e, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x42, 0x6c,
157
        0x6f, 0x62, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x06, 0x5a, 0x04,
158
        0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
159
}
160

161
var (
162
        file_azure_blob_mount_proto_rawDescOnce sync.Once
163
        file_azure_blob_mount_proto_rawDescData = file_azure_blob_mount_proto_rawDesc
164
)
165

166
func file_azure_blob_mount_proto_rawDescGZIP() []byte {
×
167
        file_azure_blob_mount_proto_rawDescOnce.Do(func() {
×
168
                file_azure_blob_mount_proto_rawDescData = protoimpl.X.CompressGZIP(file_azure_blob_mount_proto_rawDescData)
×
169
        })
×
170
        return file_azure_blob_mount_proto_rawDescData
×
171
}
172

173
var file_azure_blob_mount_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
174
var file_azure_blob_mount_proto_goTypes = []interface{}{
175
        (*MountAzureBlobRequest)(nil),  // 0: MountAzureBlobRequest
176
        (*MountAzureBlobResponse)(nil), // 1: MountAzureBlobResponse
177
}
178
var file_azure_blob_mount_proto_depIdxs = []int32{
179
        0, // 0: MountService.MountAzureBlob:input_type -> MountAzureBlobRequest
180
        1, // 1: MountService.MountAzureBlob:output_type -> MountAzureBlobResponse
181
        1, // [1:2] is the sub-list for method output_type
182
        0, // [0:1] is the sub-list for method input_type
183
        0, // [0:0] is the sub-list for extension type_name
184
        0, // [0:0] is the sub-list for extension extendee
185
        0, // [0:0] is the sub-list for field type_name
186
}
187

188
func init() { file_azure_blob_mount_proto_init() }
×
189
func file_azure_blob_mount_proto_init() {
×
190
        if File_azure_blob_mount_proto != nil {
×
191
                return
×
192
        }
×
193
        if !protoimpl.UnsafeEnabled {
×
194
                file_azure_blob_mount_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
×
195
                        switch v := v.(*MountAzureBlobRequest); i {
×
196
                        case 0:
×
197
                                return &v.state
×
198
                        case 1:
×
199
                                return &v.sizeCache
×
200
                        case 2:
×
201
                                return &v.unknownFields
×
202
                        default:
×
203
                                return nil
×
204
                        }
205
                }
206
                file_azure_blob_mount_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
×
207
                        switch v := v.(*MountAzureBlobResponse); i {
×
208
                        case 0:
×
209
                                return &v.state
×
210
                        case 1:
×
211
                                return &v.sizeCache
×
212
                        case 2:
×
213
                                return &v.unknownFields
×
214
                        default:
×
215
                                return nil
×
216
                        }
217
                }
218
        }
219
        type x struct{}
×
220
        out := protoimpl.TypeBuilder{
×
221
                File: protoimpl.DescBuilder{
×
222
                        GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
×
223
                        RawDescriptor: file_azure_blob_mount_proto_rawDesc,
×
224
                        NumEnums:      0,
×
225
                        NumMessages:   2,
×
226
                        NumExtensions: 0,
×
227
                        NumServices:   1,
×
228
                },
×
229
                GoTypes:           file_azure_blob_mount_proto_goTypes,
×
230
                DependencyIndexes: file_azure_blob_mount_proto_depIdxs,
×
231
                MessageInfos:      file_azure_blob_mount_proto_msgTypes,
×
232
        }.Build()
×
233
        File_azure_blob_mount_proto = out.File
×
234
        file_azure_blob_mount_proto_rawDesc = nil
×
235
        file_azure_blob_mount_proto_goTypes = nil
×
236
        file_azure_blob_mount_proto_depIdxs = nil
×
237
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc