ssh

package
v0.9.9 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cleanup

func Cleanup(ctx context.Context, c client.Client, logger logr.Logger) error

func Reconcile

func Reconcile(ctx context.Context, c client.Client, scheme *runtime.Scheme, relocation *rhsysenggithubiov1beta1.ClusterRelocation, logger logr.Logger) error

Types

type MachineConfigData

type MachineConfigData struct {
	Ignition map[string]string       `json:"ignition"`
	Passwd   MachineConfigPasswdData `json:"passwd"`
}

type MachineConfigPasswdData

type MachineConfigPasswdData struct {
	Users []MachineConfigUsersData `json:"users"`
}

type MachineConfigUsersData

type MachineConfigUsersData struct {
	Name              string   `json:"name"`
	SSHAuthorizedKeys []string `json:"sshAuthorizedKeys"`
}

Jump to

Keyboard shortcuts

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