We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0948751 commit f47813aCopy full SHA for f47813a
1 file changed
api/v1alpha1/impwarmpool_types.go
@@ -4,7 +4,10 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
4
5
// ImpWarmPoolSpec defines a pool of pre-booted VMs ready for instant assignment.
6
type ImpWarmPoolSpec struct {
7
- // SnapshotRef names the ImpVMSnapshot to boot pool members from.
+ // SnapshotRef names the ImpVMSnapshot parent to boot pool members from.
8
+ // The pool controller uses status.baseSnapshot on the referenced object
9
+ // to resolve the elected execution artifact. The pool stays idle until
10
+ // a base snapshot has been elected via `kubectl imp elect`.
11
SnapshotRef string `json:"snapshotRef"`
12
13
// Size is the number of pre-booted VMs to maintain in the pool.
0 commit comments