Versions in this module Expand all Collapse all v3 v3.4.10 Aug 29, 2022 v3.4.8 Aug 29, 2022 Changes in this version + func Kube(ctx context.Context, nameOrIDs []string, options *KubeOptions) (*entities.GenerateKubeReport, error) + func Systemd(ctx context.Context, nameOrID string, options *SystemdOptions) (*entities.GenerateSystemdReport, error) + type KubeOptions struct + Service *bool + func (o *KubeOptions) Changed(fieldName string) bool + func (o *KubeOptions) GetService() bool + func (o *KubeOptions) ToParams() (url.Values, error) + func (o *KubeOptions) WithService(value bool) *KubeOptions + type SystemdOptions struct + ContainerPrefix *string + New *bool + NoHeader *bool + PodPrefix *string + RestartPolicy *string + Separator *string + StopTimeout *uint + UseName *bool + func (o *SystemdOptions) Changed(fieldName string) bool + func (o *SystemdOptions) GetContainerPrefix() string + func (o *SystemdOptions) GetNew() bool + func (o *SystemdOptions) GetNoHeader() bool + func (o *SystemdOptions) GetPodPrefix() string + func (o *SystemdOptions) GetRestartPolicy() string + func (o *SystemdOptions) GetSeparator() string + func (o *SystemdOptions) GetStopTimeout() uint + func (o *SystemdOptions) GetUseName() bool + func (o *SystemdOptions) ToParams() (url.Values, error) + func (o *SystemdOptions) WithContainerPrefix(value string) *SystemdOptions + func (o *SystemdOptions) WithNew(value bool) *SystemdOptions + func (o *SystemdOptions) WithNoHeader(value bool) *SystemdOptions + func (o *SystemdOptions) WithPodPrefix(value string) *SystemdOptions + func (o *SystemdOptions) WithRestartPolicy(value string) *SystemdOptions + func (o *SystemdOptions) WithSeparator(value string) *SystemdOptions + func (o *SystemdOptions) WithStopTimeout(value uint) *SystemdOptions + func (o *SystemdOptions) WithUseName(value bool) *SystemdOptions