Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultZoneCount is the number of zones that a Apm has by default. DefaultZoneCount = 1 // DefaultMemoryPerNode is the default memory per node. DefaultMemoryPerNode = 512 )
Variables ¶
This section is empty.
Functions ¶
func NewApmBody ¶
func NewApmBody(params NewApmBodyParams) *models.CreateApmRequest
NewApmBody constructs a apm body for simple cases, abstracting the structure's complexity away from the user.
Types ¶
type NewApmBodyParams ¶
NewApmBodyParams is used by NewApmBody.
func (*NewApmBodyParams) Fill ¶
func (params *NewApmBodyParams) Fill()
Fill sets any unset values to its default ones.
Click to show internal directories.
Click to hide internal directories.