mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.6 KiB
65 lines
2.6 KiB
8 years ago
|
// Code generated by protoc-gen-go.
|
||
|
// source: hapi/release/test_suite.proto
|
||
|
// DO NOT EDIT!
|
||
|
|
||
|
package release
|
||
|
|
||
|
import proto "github.com/golang/protobuf/proto"
|
||
|
import fmt "fmt"
|
||
|
import math "math"
|
||
|
import google_protobuf "github.com/golang/protobuf/ptypes/timestamp"
|
||
|
|
||
|
// Reference imports to suppress errors if they are not otherwise used.
|
||
|
var _ = proto.Marshal
|
||
|
var _ = fmt.Errorf
|
||
|
var _ = math.Inf
|
||
|
|
||
|
// TestSuite comprises of the last run of the pre-defined test suite of a release version
|
||
|
type TestSuite struct {
|
||
|
// LastRun indicates the date/time this test was last run.
|
||
|
LastRun *google_protobuf.Timestamp `protobuf:"bytes,1,opt,name=last_run,json=lastRun" json:"last_run,omitempty"`
|
||
|
// Results are the results of each segment of the test
|
||
|
Results []*TestResult `protobuf:"bytes,2,rep,name=results" json:"results,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (m *TestSuite) Reset() { *m = TestSuite{} }
|
||
|
func (m *TestSuite) String() string { return proto.CompactTextString(m) }
|
||
|
func (*TestSuite) ProtoMessage() {}
|
||
|
func (*TestSuite) Descriptor() ([]byte, []int) { return fileDescriptor5, []int{0} }
|
||
|
|
||
|
func (m *TestSuite) GetLastRun() *google_protobuf.Timestamp {
|
||
|
if m != nil {
|
||
|
return m.LastRun
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (m *TestSuite) GetResults() []*TestResult {
|
||
|
if m != nil {
|
||
|
return m.Results
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func init() {
|
||
|
proto.RegisterType((*TestSuite)(nil), "hapi.release.TestSuite")
|
||
|
}
|
||
|
|
||
|
func init() { proto.RegisterFile("hapi/release/test_suite.proto", fileDescriptor5) }
|
||
|
|
||
|
var fileDescriptor5 = []byte{
|
||
|
// 183 bytes of a gzipped FileDescriptorProto
|
||
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x64, 0x8e, 0xc1, 0x8a, 0x83, 0x30,
|
||
|
0x14, 0x45, 0x71, 0x06, 0xc6, 0x31, 0xce, 0xca, 0x95, 0x08, 0xd3, 0x4a, 0x57, 0xae, 0x5e, 0xc0,
|
||
|
0xd2, 0x1f, 0xe8, 0x27, 0xa4, 0xae, 0xba, 0x29, 0x11, 0x5e, 0xad, 0x10, 0x8d, 0xf8, 0x5e, 0xfa,
|
||
|
0xfd, 0x25, 0x46, 0xa1, 0xd0, 0xf5, 0x39, 0xdc, 0x73, 0xc5, 0xff, 0x43, 0x4f, 0xbd, 0x9c, 0xd1,
|
||
|
0xa0, 0x26, 0x94, 0x8c, 0xc4, 0x37, 0x72, 0x3d, 0x23, 0x4c, 0xb3, 0x65, 0x9b, 0xfd, 0x79, 0x0c,
|
||
|
0x2b, 0x2e, 0xf6, 0x9d, 0xb5, 0x9d, 0x41, 0xb9, 0xb0, 0xd6, 0xdd, 0x25, 0xf7, 0x03, 0x12, 0xeb,
|
||
|
0x61, 0x0a, 0x7a, 0xb1, 0xfb, 0x5c, 0x9b, 0x91, 0x9c, 0xe1, 0xc0, 0x0f, 0x4f, 0x91, 0x34, 0x48,
|
||
|
0x7c, 0xf1, 0x85, 0xec, 0x24, 0x7e, 0x8d, 0xf6, 0x86, 0x1b, 0xf3, 0xa8, 0x8c, 0xaa, 0xb4, 0x2e,
|
||
|
0x20, 0x04, 0x60, 0x0b, 0x40, 0xb3, 0x05, 0x54, 0xec, 0x5d, 0xe5, 0xc6, 0xac, 0x16, 0x71, 0xd8,
|
||
|
0xa4, 0xfc, 0xab, 0xfc, 0xae, 0xd2, 0x3a, 0x87, 0xf7, 0x93, 0xe0, 0x03, 0x6a, 0x11, 0xd4, 0x26,
|
||
|
0x9e, 0x93, 0x6b, 0xbc, 0xe2, 0xf6, 0x67, 0xd9, 0x3e, 0xbe, 0x02, 0x00, 0x00, 0xff, 0xff, 0x05,
|
||
|
0x00, 0xf5, 0xbb, 0xf9, 0x00, 0x00, 0x00,
|
||
|
}
|