infrastructure.cluster.konvoy.d2iq.io/v1alpha1

Review detailed Konvoy API reference information

This document is automatically generated from the API definition in the code.

Table of Contents

InventoryHost

Field Description Scheme Required
address The Address of the host to ssh with string false

Back to TOC

PreprovisionedInventory

PreprovisionedInventory is the Schema for the preprovisionedinventories API

Field Description Scheme Required
metadata metav1.ObjectMeta false
spec PreprovisionedInventorySpec false
status PreprovisionedInventoryStatus false

Back to TOC

PreprovisionedInventoryList

PreprovisionedInventoryList contains a list of PreprovisionedInventory

Field Description Scheme Required
metadata metav1.ListMeta false
items []PreprovisionedInventory true

Back to TOC

PreprovisionedInventoryReference

PreprovisionedInventoryReference represents a PreprovisionedInventory Reference. It has enough information to retrieve secret in any namespace

Field Description Scheme Required
name Name is unique within a namespace to reference a secret resource. string false
namespace Namespace defines the space within which the secret name must be unique. string false

Back to TOC

PreprovisionedInventorySpec

PreprovisionedInventorySpec defines the desired state of PreprovisionedInventory

Field Description Scheme Required
hosts []InventoryHost true
sshConfig SSHConfig specifies everything needed to ssh to a host SSHConfig true

Back to TOC

PreprovisionedInventoryStatus

PreprovisionedInventoryStatus defines the observed state of PreprovisionedInventory

SSHConfig

SSHConfig specifies everything needed to ssh to a host

Field Description Scheme Required
port The port used to SSH to the machine int true
user The user used to SSH to the machine string true
privateKeyRef The Secret with the private key used to SSH to the machine corev1.SecretReference true

Back to TOC