Files
kubesphere/vendor/istio.io/api/security/v1beta1/request_authentication_deepcopy.gen.go
hongming fe6c5de00f update dependencies
Signed-off-by: hongming <talonwan@yunify.com>
2021-01-04 15:35:32 +08:00

23 lines
606 B
Go

// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: security/v1beta1/request_authentication.proto
package v1beta1
import (
fmt "fmt"
proto "github.com/gogo/protobuf/proto"
_ "istio.io/api/type/v1beta1"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// DeepCopyInto supports using RequestAuthentication within kubernetes types, where deepcopy-gen is used.
func (in *RequestAuthentication) DeepCopyInto(out *RequestAuthentication) {
p := proto.Clone(in).(*RequestAuthentication)
*out = *p
}