Skip to content

Commit

Permalink
manually set headers in generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
BenHinthorne committed Jun 14, 2024
1 parent 7d0d22d commit 099a880
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 12 deletions.
25 changes: 18 additions & 7 deletions cluster-autoscaler/expander/grpcplugin/protos/expander.pb.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc v5.26.1
// source: expander.proto
/*
Copyright 2021 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package protos

import (
reflect "reflect"
sync "sync"

protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
v1 "k8s.io/api/core/v1"
reflect "reflect"
sync "sync"
)

const (
Expand Down
21 changes: 16 additions & 5 deletions cluster-autoscaler/expander/grpcplugin/protos/expander_grpc.pb.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
// - protoc v5.26.1
// source: expander.proto
/*
Copyright 2021 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package protos

import (
context "context"

grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
Expand Down

0 comments on commit 099a880

Please sign in to comment.