services

package
v0.1.0-alpha.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2019 License: MPL-2.0 Imports: 27 Imported by: 0

Documentation

Overview

nolint: dupl,golint

nolint: dupl,golint

nolint: dupl,golint

nolint: dupl,golint

nolint: dupl,golint

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Blockd

type Blockd struct{}

Blockd implements the Service interface. It serves as the concrete type with the required methods.

func (*Blockd) ConditionFunc

func (t *Blockd) ConditionFunc(data *userdata.UserData) conditions.ConditionFunc

ConditionFunc implements the Service interface.

func (*Blockd) ID

func (t *Blockd) ID(data *userdata.UserData) string

ID implements the Service interface.

func (*Blockd) PostFunc

func (t *Blockd) PostFunc(data *userdata.UserData) (err error)

PostFunc implements the Service interface.

func (*Blockd) PreFunc

func (t *Blockd) PreFunc(data *userdata.UserData) error

PreFunc implements the Service interface.

func (*Blockd) Start

func (t *Blockd) Start(data *userdata.UserData) error

type Containerd

type Containerd struct{}

Containerd implements the Service interface. It serves as the concrete type with the required methods.

func (*Containerd) ConditionFunc

func (c *Containerd) ConditionFunc(data *userdata.UserData) conditions.ConditionFunc

ConditionFunc implements the Service interface.

func (*Containerd) ID

func (c *Containerd) ID(data *userdata.UserData) string

ID implements the Service interface.

func (*Containerd) PostFunc

func (c *Containerd) PostFunc(data *userdata.UserData) (err error)

PostFunc implements the Service interface.

func (*Containerd) PreFunc

func (c *Containerd) PreFunc(data *userdata.UserData) error

PreFunc implements the Service interface.

func (*Containerd) Start

func (c *Containerd) Start(data *userdata.UserData) error

Start implements the Service interface.

type Kubeadm

type Kubeadm struct{}

Kubeadm implements the Service interface. It serves as the concrete type with the required methods.

func (*Kubeadm) ConditionFunc

func (k *Kubeadm) ConditionFunc(data *userdata.UserData) conditions.ConditionFunc

ConditionFunc implements the Service interface.

func (*Kubeadm) ID

func (k *Kubeadm) ID(data *userdata.UserData) string

ID implements the Service interface.

func (*Kubeadm) PostFunc

func (k *Kubeadm) PostFunc(data *userdata.UserData) error

PostFunc implements the Service interface.

func (*Kubeadm) PreFunc

func (k *Kubeadm) PreFunc(data *userdata.UserData) (err error)

PreFunc implements the Service interface.

func (*Kubeadm) Start

func (k *Kubeadm) Start(data *userdata.UserData) error

Start implements the Service interface. nolint: dupl

type Kubelet

type Kubelet struct{}

Kubelet implements the Service interface. It serves as the concrete type with the required methods.

func (*Kubelet) ConditionFunc

func (k *Kubelet) ConditionFunc(data *userdata.UserData) conditions.ConditionFunc

ConditionFunc implements the Service interface.

func (*Kubelet) ID

func (k *Kubelet) ID(data *userdata.UserData) string

ID implements the Service interface.

func (*Kubelet) PostFunc

func (k *Kubelet) PostFunc(data *userdata.UserData) (err error)

PostFunc implements the Service interface.

func (*Kubelet) PreFunc

func (k *Kubelet) PreFunc(data *userdata.UserData) error

PreFunc implements the Service interface.

func (*Kubelet) Start

func (k *Kubelet) Start(data *userdata.UserData) error

Start implements the Service interface.

type NTPd

type NTPd struct{}

NTPd implements the Service interface. It serves as the concrete type with the required methods.

func (*NTPd) ConditionFunc

func (n *NTPd) ConditionFunc(data *userdata.UserData) conditions.ConditionFunc

ConditionFunc implements the Service interface.

func (*NTPd) ID

func (n *NTPd) ID(data *userdata.UserData) string

ID implements the Service interface.

func (*NTPd) PostFunc

func (n *NTPd) PostFunc(data *userdata.UserData) (err error)

PostFunc implements the Service interface.

func (*NTPd) PreFunc

func (n *NTPd) PreFunc(data *userdata.UserData) error

PreFunc implements the Service interface.

func (*NTPd) Start

func (n *NTPd) Start(data *userdata.UserData) error

type OSD

type OSD struct{}

OSD implements the Service interface. It serves as the concrete type with the required methods.

func (*OSD) ConditionFunc

func (o *OSD) ConditionFunc(data *userdata.UserData) conditions.ConditionFunc

ConditionFunc implements the Service interface.

func (*OSD) ID

func (o *OSD) ID(data *userdata.UserData) string

ID implements the Service interface.

func (*OSD) PostFunc

func (o *OSD) PostFunc(data *userdata.UserData) (err error)

PostFunc implements the Service interface.

func (*OSD) PreFunc

func (o *OSD) PreFunc(data *userdata.UserData) error

PreFunc implements the Service interface.

func (*OSD) Start

func (o *OSD) Start(data *userdata.UserData) error

type Proxyd

type Proxyd struct{}

Proxyd implements the Service interface. It serves as the concrete type with the required methods.

func (*Proxyd) ConditionFunc

func (p *Proxyd) ConditionFunc(data *userdata.UserData) conditions.ConditionFunc

ConditionFunc implements the Service interface.

func (*Proxyd) ID

func (p *Proxyd) ID(data *userdata.UserData) string

ID implements the Service interface.

func (*Proxyd) PostFunc

func (p *Proxyd) PostFunc(data *userdata.UserData) (err error)

PostFunc implements the Service interface.

func (*Proxyd) PreFunc

func (p *Proxyd) PreFunc(data *userdata.UserData) error

PreFunc implements the Service interface.

func (*Proxyd) Start

func (p *Proxyd) Start(data *userdata.UserData) error

type Trustd

type Trustd struct{}

Trustd implements the Service interface. It serves as the concrete type with the required methods.

func (*Trustd) ConditionFunc

func (t *Trustd) ConditionFunc(data *userdata.UserData) conditions.ConditionFunc

ConditionFunc implements the Service interface.

func (*Trustd) ID

func (t *Trustd) ID(data *userdata.UserData) string

ID implements the Service interface.

func (*Trustd) PostFunc

func (t *Trustd) PostFunc(data *userdata.UserData) (err error)

PostFunc implements the Service interface.

func (*Trustd) PreFunc

func (t *Trustd) PreFunc(data *userdata.UserData) error

PreFunc implements the Service interface.

func (*Trustd) Start

func (t *Trustd) Start(data *userdata.UserData) error

type Udevd

type Udevd struct{}

Udevd implements the Service interface. It serves as the concrete type with the required methods.

func (*Udevd) ConditionFunc

func (c *Udevd) ConditionFunc(data *userdata.UserData) conditions.ConditionFunc

ConditionFunc implements the Service interface.

func (*Udevd) ID

func (c *Udevd) ID(data *userdata.UserData) string

ID implements the Service interface.

func (*Udevd) PostFunc

func (c *Udevd) PostFunc(data *userdata.UserData) (err error)

PostFunc implements the Service interface.

func (*Udevd) PreFunc

func (c *Udevd) PreFunc(data *userdata.UserData) error

PreFunc implements the Service interface.

func (*Udevd) Start

func (c *Udevd) Start(data *userdata.UserData) error

Start implements the Service interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL