Documentation
¶
Index ¶
- func ExpectCSENotProvisioned(env *test.Environment)
- func ExpectCSEProvisioned(env *test.Environment) armcompute.VirtualMachineExtension
- func ExpectCleanUp(ctx context.Context, c client.Client)
- func ExpectDecodedCustomData(env *test.Environment) string
- func ExpectInstanceResourcesHaveTags(ctx context.Context, name string, azureEnv *test.Environment, ...) *armcompute.VirtualMachine
- func ExpectKubeletFlags(_ *test.Environment, customData string, expectedFlags map[string]string)
- func ExpectLaunched(ctx context.Context, c client.Client, ...)
- func ExpectUnavailable(env *test.Environment, sku *skewer.SKU, zone string, capacityType string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpectCSENotProvisioned ¶ added in v1.5.0
func ExpectCSENotProvisioned(env *test.Environment)
func ExpectCSEProvisioned ¶ added in v1.5.0
func ExpectCSEProvisioned(env *test.Environment) armcompute.VirtualMachineExtension
func ExpectCleanUp ¶ added in v1.4.0
ExpectCleanUp handled the cleanup of all Objects we need within testing that core does not
Core's ExpectCleanedUp function does not currently cleanup ConfigMaps: https://github.com/kubernetes-sigs/karpenter/blob/db8df23ffb0b689b116d99597316612c98d382ab/pkg/test/expectations/expectations.go#L244 TODO: surface this within core and remove this function
func ExpectDecodedCustomData ¶ added in v0.5.5
func ExpectDecodedCustomData(env *test.Environment) string
func ExpectInstanceResourcesHaveTags ¶ added in v1.6.2
func ExpectInstanceResourcesHaveTags(ctx context.Context, name string, azureEnv *test.Environment, tags map[string]*string) *armcompute.VirtualMachine
func ExpectKubeletFlags ¶ added in v0.6.0
func ExpectKubeletFlags(_ *test.Environment, customData string, expectedFlags map[string]string)
func ExpectLaunched ¶ added in v1.7.0
func ExpectLaunched(ctx context.Context, c client.Client, cloudProvider corecloudprovider.CloudProvider, provisioner *provisioning.Provisioner, pods ...*corev1.Pod)
TODO: Upstream this?
func ExpectUnavailable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.