Versions in this module Expand all Collapse all v2 v2.5.0 Jan 15, 2020 Changes in this version + type Template struct + Cmd string + Name string + POptions *TemplatePOptions + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Template) Descriptor() ([]byte, []int) + func (*Template) ProtoMessage() + func (m *Template) GetCmd() string + func (m *Template) GetName() string + func (m *Template) GetPOptions() *TemplatePOptions + func (m *Template) Reset() + func (m *Template) String() string + func (m *Template) XXX_DiscardUnknown() + func (m *Template) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Template) XXX_Merge(src proto.Message) + func (m *Template) XXX_Size() int + func (m *Template) XXX_Unmarshal(b []byte) error + type TemplatePOptions struct + Args []string + AutoTerminate bool + CpuAffinity string + CpuAffinityDelay string + Detach bool + ErrWriter bool + Notify bool + OutWriter bool + Restart int32 + RunOnStartup bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TemplatePOptions) Descriptor() ([]byte, []int) + func (*TemplatePOptions) ProtoMessage() + func (m *TemplatePOptions) GetArgs() []string + func (m *TemplatePOptions) GetAutoTerminate() bool + func (m *TemplatePOptions) GetCpuAffinity() string + func (m *TemplatePOptions) GetCpuAffinityDelay() string + func (m *TemplatePOptions) GetDetach() bool + func (m *TemplatePOptions) GetErrWriter() bool + func (m *TemplatePOptions) GetNotify() bool + func (m *TemplatePOptions) GetOutWriter() bool + func (m *TemplatePOptions) GetRestart() int32 + func (m *TemplatePOptions) GetRunOnStartup() bool + func (m *TemplatePOptions) Reset() + func (m *TemplatePOptions) String() string + func (m *TemplatePOptions) XXX_DiscardUnknown() + func (m *TemplatePOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TemplatePOptions) XXX_Merge(src proto.Message) + func (m *TemplatePOptions) XXX_Size() int + func (m *TemplatePOptions) XXX_Unmarshal(b []byte) error v2.5.0-alpha Dec 13, 2019 Other modules containing this package go.ligato.io/cn-infra