23 lines
591 B
Go
23 lines
591 B
Go
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
// source: security/v1beta1/peer_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 PeerAuthentication within kubernetes types, where deepcopy-gen is used.
|
|
func (in *PeerAuthentication) DeepCopyInto(out *PeerAuthentication) {
|
|
p := proto.Clone(in).(*PeerAuthentication)
|
|
*out = *p
|
|
}
|