Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisterWithDataplaneSoftwareDetailsPayload ¶
type RegisterWithDataplaneSoftwareDetailsPayload struct {
// contains filtered or unexported fields
}
RegisterWithDataplaneSoftwareDetailsPayload is an internal payload meant to be used as part of registration when there are plugins reporting software details.
func NewRegisterWithDataplaneSoftwareDetailsPayload ¶
func NewRegisterWithDataplaneSoftwareDetailsPayload(pluginName string, details *proto.DataplaneSoftwareDetails) *RegisterWithDataplaneSoftwareDetailsPayload
NewRegisterWithDataplaneSoftwareDetailsPayload returns a pointer to an instance of a RegisterWithDataplaneSoftwareDetailsPayload object.
func (*RegisterWithDataplaneSoftwareDetailsPayload) GetDataplaneSoftwareDetails ¶ added in v2.20.0
func (r *RegisterWithDataplaneSoftwareDetailsPayload) GetDataplaneSoftwareDetails() *proto.DataplaneSoftwareDetails
func (*RegisterWithDataplaneSoftwareDetailsPayload) GetPluginName ¶ added in v2.20.0
func (r *RegisterWithDataplaneSoftwareDetailsPayload) GetPluginName() string
Click to show internal directories.
Click to hide internal directories.