Class HyperVClusterDefinitions
MAINTAINER ONLY: Hyper-V cluster definitions used by maintainers for unit test clusters deployed by ClusterFixture on Hyper-V.
Namespace: Neon.Kube.Xunit
Assembly: Neon.Kube.Xunit.dll
Syntax
public static class HyperVClusterDefinitions
Properties
Large
Cluster definition that deploys a cluster with 3 control-plane nodes and 3 workers on Hyper-V.
Declaration
public static string Large { get; }
Property Value
Type | Description |
---|---|
string |
Small
Cluster definition that deploys a cluster with 1 control-plane and 3 workers on Hyper-V.
Declaration
public static string Small { get; }
Property Value
Type | Description |
---|---|
string |
Tiny
Cluster definition that deployes a single node on Hyper-V.
Declaration
public static string Tiny { get; }
Property Value
Type | Description |
---|---|
string |