Documentation ¶ Index ¶ type Common func New(os dep.OperatingSystem, manager *dep.PackageManager, pkg string) *Common func (c *Common) Current() (pkg common.Package, err error) func (c *Common) Ensure(remove common.Package, install common.Package) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Common ¶ type Common struct { // contains filtered or unexported fields } func New ¶ func New(os dep.OperatingSystem, manager *dep.PackageManager, pkg string) *Common func (*Common) Current ¶ func (c *Common) Current() (pkg common.Package, err error) func (*Common) Ensure ¶ func (c *Common) Ensure(remove common.Package, install common.Package) error Source Files ¶ View all Source files common.go Directories ¶ Show internal Expand all Path Synopsis kubeadm kubectl kubelet Click to show internal directories. Click to hide internal directories.