VirtualTargetClass¶
virtualtarget.jumpstarter.dev/v1alpha1
VirtualTargetClass is the Schema for the virtualtargetclasses API.
Spec¶
Field |
Type |
Description |
|---|---|---|
|
|
|
|
object |
CABundleConfigMapRef references a ConfigMap containing CA certificates |
|
string |
Key within the ConfigMap. Defaults to “ca-bundle.crt”. (default: |
|
string |
Name of the ConfigMap. |
|
object |
CredentialsSecretRef is a reference to a Secret in the same namespace |
|
string |
Name of the referent. (default: ``) |
|
object |
Parameters holds provisioner-specific configuration as a nested object. |
|
string |
Provisioner identifies which exporter-set controller handles this class. |
|
|
|
|
object |
Scheduling defines node placement constraints inherited by rendered Pods. |
|
object |
NodeSelector is a map of key-value pairs for node selection. |
|
object |
Resources defines resource requirements for the rendered Pods. |
|
array |
Tolerations are tolerations for the rendered Pods. |
|
string |
Effect indicates the taint effect to match. Empty means match all taint effects. |
|
string |
Key is the taint key that the toleration applies to. Empty means match all taint keys. |
|
string |
Operator represents a key’s relationship to the value. |
|
integer |
TolerationSeconds represents the period of time the toleration (which must be |
|
string |
Value is the taint value the toleration matches to. |