github.com/felipejfc/helm@v2.1.2+incompatible/pkg/proto/hapi/release/info.pb.go (about) 1 // Code generated by protoc-gen-go. 2 // source: hapi/release/info.proto 3 // DO NOT EDIT! 4 5 package release 6 7 import proto "github.com/golang/protobuf/proto" 8 import fmt "fmt" 9 import math "math" 10 import google_protobuf "github.com/golang/protobuf/ptypes/timestamp" 11 12 // Reference imports to suppress errors if they are not otherwise used. 13 var _ = proto.Marshal 14 var _ = fmt.Errorf 15 var _ = math.Inf 16 17 // Info describes release information. 18 type Info struct { 19 Status *Status `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"` 20 FirstDeployed *google_protobuf.Timestamp `protobuf:"bytes,2,opt,name=first_deployed,json=firstDeployed" json:"first_deployed,omitempty"` 21 LastDeployed *google_protobuf.Timestamp `protobuf:"bytes,3,opt,name=last_deployed,json=lastDeployed" json:"last_deployed,omitempty"` 22 // Deleted tracks when this object was deleted. 23 Deleted *google_protobuf.Timestamp `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"` 24 } 25 26 func (m *Info) Reset() { *m = Info{} } 27 func (m *Info) String() string { return proto.CompactTextString(m) } 28 func (*Info) ProtoMessage() {} 29 func (*Info) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} } 30 31 func (m *Info) GetStatus() *Status { 32 if m != nil { 33 return m.Status 34 } 35 return nil 36 } 37 38 func (m *Info) GetFirstDeployed() *google_protobuf.Timestamp { 39 if m != nil { 40 return m.FirstDeployed 41 } 42 return nil 43 } 44 45 func (m *Info) GetLastDeployed() *google_protobuf.Timestamp { 46 if m != nil { 47 return m.LastDeployed 48 } 49 return nil 50 } 51 52 func (m *Info) GetDeleted() *google_protobuf.Timestamp { 53 if m != nil { 54 return m.Deleted 55 } 56 return nil 57 } 58 59 func init() { 60 proto.RegisterType((*Info)(nil), "hapi.release.Info") 61 } 62 63 func init() { proto.RegisterFile("hapi/release/info.proto", fileDescriptor1) } 64 65 var fileDescriptor1 = []byte{ 66 // 212 bytes of a gzipped FileDescriptorProto 67 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0xcf, 0x48, 0x2c, 0xc8, 68 0xd4, 0x2f, 0x4a, 0xcd, 0x49, 0x4d, 0x2c, 0x4e, 0xd5, 0xcf, 0xcc, 0x4b, 0xcb, 0xd7, 0x2b, 0x28, 69 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x01, 0x49, 0xe8, 0x41, 0x25, 0xa4, 0xe4, 0xd3, 0xf3, 0xf3, 0xd3, 70 0x73, 0x52, 0xf5, 0xc1, 0x72, 0x49, 0xa5, 0x69, 0xfa, 0x25, 0x99, 0xb9, 0xa9, 0xc5, 0x25, 0x89, 71 0xb9, 0x05, 0x10, 0xe5, 0x52, 0x92, 0x28, 0xe6, 0x14, 0x97, 0x24, 0x96, 0x94, 0x16, 0x43, 0xa4, 72 0x94, 0xde, 0x31, 0x72, 0xb1, 0x78, 0xe6, 0xa5, 0xe5, 0x0b, 0xe9, 0x70, 0xb1, 0x41, 0x24, 0x24, 73 0x18, 0x15, 0x18, 0x35, 0xb8, 0x8d, 0x44, 0xf4, 0x90, 0xed, 0xd0, 0x0b, 0x06, 0xcb, 0x05, 0x41, 74 0xd5, 0x08, 0x39, 0x72, 0xf1, 0xa5, 0x65, 0x16, 0x15, 0x97, 0xc4, 0xa7, 0xa4, 0x16, 0xe4, 0xe4, 75 0x57, 0xa6, 0xa6, 0x48, 0x30, 0x81, 0x75, 0x49, 0xe9, 0x41, 0xdc, 0xa2, 0x07, 0x73, 0x8b, 0x5e, 76 0x08, 0xcc, 0x2d, 0x41, 0xbc, 0x60, 0x1d, 0x2e, 0x50, 0x0d, 0x42, 0xf6, 0x5c, 0xbc, 0x39, 0x89, 77 0xc8, 0x26, 0x30, 0x13, 0x34, 0x81, 0x07, 0xa4, 0x01, 0x6e, 0x80, 0x09, 0x17, 0x7b, 0x4a, 0x6a, 78 0x4e, 0x6a, 0x49, 0x6a, 0x8a, 0x04, 0x0b, 0x41, 0xad, 0x30, 0xa5, 0x4e, 0x9c, 0x51, 0xec, 0x50, 79 0x3f, 0x25, 0xb1, 0x81, 0xd5, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xeb, 0x9d, 0xa1, 0xf8, 80 0x67, 0x01, 0x00, 0x00, 81 }