You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
airshipctl/pkg/api/v1alpha1
Ruslan Aliev b67242f532
Add possibility to specify poll interval
2 years ago
..
README.md Regenerate deepcopy with recent changes 2 years ago
baremetal_manager.go Add BMH manager executor api object 2 years ago
bootconfiguration_types.go Bootstrap Ephemeral - Executor methods 2 years ago
cluster_map_types.go Allow to setup timeout for get kubeconfig request 2 years ago
clusterctl_types.go Move clustetctl to KRM 2 years ago
genericcontainer_types.go Embed validation cfg into phase and plan definition 2 years ago
groupversion_info.go Update metadata.yaml to kubernetes style 2 years ago
isoconfiguration.go Remove unnecessary code 2 years ago
kubeconfig_types.go Introduce KubeConfig API object 3 years ago
kubernetes_apply_types.go Add possibility to specify poll interval 2 years ago
metadata_types.go Update metadata.yaml to kubernetes style 2 years ago
networkcatalogue_types.go Add ntp to network catalogue 2 years ago
phase_types.go Embed validation cfg into phase and plan definition 2 years ago
phaseplan_types.go Embed validation cfg into phase and plan definition 2 years ago
replacement_plugin_types.go Switching airshipctl and krm-functions to kustomize 4.2.0 2 years ago
templater_plugin_types.go Generate additional CRDs from API types 2 years ago
versionscatalogue_types.go Use kube-webhook-certgen image from quay.io 2 years ago
zz_generated.deepcopy.go Use kube-webhook-certgen image from quay.io 2 years ago

README.md

Generating zz_generated.deepcopy.go in api/v1alpha1

This directory contains the data types needed by airshipctl phase run command.

When you add a new data structure in this directory you will need to generate the file zz_generated.deepcopy.go. To generate this file you will need to run make generate.