Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.8 KB

crd_virtualdc.md

File metadata and controls

57 lines (37 loc) · 1.8 KB

Custom Resources

Sub Resources

VirtualDC

VirtualDC is the Schema for the virtualdcs API

Field Description Scheme Required
metadata metav1.ObjectMeta false
spec VirtualDCSpec false
status VirtualDCStatus false

Back to Custom Resources

VirtualDCList

VirtualDCList contains a list of VirtualDC

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

Back to Custom Resources

VirtualDCSpec

VirtualDCSpec defines the desired state of VirtualDC

Field Description Scheme Required
necoBranch Neco branch to use for dctest. If this field is empty, controller runs dctest with "main" branch string false
necoAppsBranch Neco-apps branch to use for dctest. If this field is empty, controller runs dctest with "main" branch string false
skipNecoApps Skip bootstrapping neco-apps if true bool false
command Path to a user-defined script and its arguments to run after bootstrapping dctest []string false
resources corev1.ResourceRequirements false

Back to Custom Resources

VirtualDCStatus

VirtualDCStatus defines the observed state of VirtualDC

Field Description Scheme Required
conditions Conditions is an array of conditions. []metav1.Condition false

Back to Custom Resources