Bumping k8s dependencies to 1.13
This commit is contained in:
62
vendor/google.golang.org/genproto/googleapis/iam/v1/logging/audit_data.pb.go
generated
vendored
62
vendor/google.golang.org/genproto/googleapis/iam/v1/logging/audit_data.pb.go
generated
vendored
@@ -1,22 +1,15 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google/iam/v1/logging/audit_data.proto
|
||||
|
||||
/*
|
||||
Package logging is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google/iam/v1/logging/audit_data.proto
|
||||
|
||||
It has these top-level messages:
|
||||
AuditData
|
||||
*/
|
||||
package logging
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import _ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
import google_iam_v1 "google.golang.org/genproto/googleapis/iam/v1"
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
_ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
v1 "google.golang.org/genproto/googleapis/iam/v1"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
@@ -34,15 +27,38 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
// `AuditLog` message.
|
||||
type AuditData struct {
|
||||
// Policy delta between the original policy and the newly set policy.
|
||||
PolicyDelta *google_iam_v1.PolicyDelta `protobuf:"bytes,2,opt,name=policy_delta,json=policyDelta" json:"policy_delta,omitempty"`
|
||||
PolicyDelta *v1.PolicyDelta `protobuf:"bytes,2,opt,name=policy_delta,json=policyDelta,proto3" json:"policy_delta,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *AuditData) Reset() { *m = AuditData{} }
|
||||
func (m *AuditData) String() string { return proto.CompactTextString(m) }
|
||||
func (*AuditData) ProtoMessage() {}
|
||||
func (*AuditData) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *AuditData) Reset() { *m = AuditData{} }
|
||||
func (m *AuditData) String() string { return proto.CompactTextString(m) }
|
||||
func (*AuditData) ProtoMessage() {}
|
||||
func (*AuditData) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_fe22f7c00ab4acd5, []int{0}
|
||||
}
|
||||
|
||||
func (m *AuditData) GetPolicyDelta() *google_iam_v1.PolicyDelta {
|
||||
func (m *AuditData) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_AuditData.Unmarshal(m, b)
|
||||
}
|
||||
func (m *AuditData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_AuditData.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *AuditData) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_AuditData.Merge(m, src)
|
||||
}
|
||||
func (m *AuditData) XXX_Size() int {
|
||||
return xxx_messageInfo_AuditData.Size(m)
|
||||
}
|
||||
func (m *AuditData) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_AuditData.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_AuditData proto.InternalMessageInfo
|
||||
|
||||
func (m *AuditData) GetPolicyDelta() *v1.PolicyDelta {
|
||||
if m != nil {
|
||||
return m.PolicyDelta
|
||||
}
|
||||
@@ -53,9 +69,11 @@ func init() {
|
||||
proto.RegisterType((*AuditData)(nil), "google.iam.v1.logging.AuditData")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/iam/v1/logging/audit_data.proto", fileDescriptor0) }
|
||||
func init() {
|
||||
proto.RegisterFile("google/iam/v1/logging/audit_data.proto", fileDescriptor_fe22f7c00ab4acd5)
|
||||
}
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
var fileDescriptor_fe22f7c00ab4acd5 = []byte{
|
||||
// 236 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0xb1, 0x4a, 0x04, 0x31,
|
||||
0x10, 0x86, 0xd9, 0x2b, 0x04, 0x73, 0x62, 0x71, 0x20, 0x68, 0xb4, 0x10, 0x0b, 0xb1, 0x9a, 0xb0,
|
||||
|
||||
Reference in New Issue
Block a user