Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HTMLBody []byte
)
Functions ¶
func CreateListSLRequest ¶ added in v0.10.0
func FetchServiceLogs ¶ added in v0.10.0
func NewCmdServiceLog ¶
Types ¶
type PostCmdOptions ¶ added in v0.14.1
type PostCmdOptions struct {
Message servicelog.Message
ClustersFile servicelog.ClustersFile
Template string
TemplateParams []string
ClusterId string
// contains filtered or unexported fields
}
func (*PostCmdOptions) FindLeftovers ¶ added in v0.14.1
func (o *PostCmdOptions) FindLeftovers(s string) (matches []string)
func (*PostCmdOptions) Init ¶ added in v0.14.1
func (o *PostCmdOptions) Init() error
func (*PostCmdOptions) Run ¶ added in v0.14.1
func (o *PostCmdOptions) Run() error
func (*PostCmdOptions) Validate ¶ added in v0.14.1
func (o *PostCmdOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.