Enum KubeImageType
Enumerates the NEONKUBE image types.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public enum KubeImageType
Fields
Name | Description |
---|---|
Base | Identifies a base image. |
Desktop | Identifies a prebuilt NEONDESKTOP cluster image. |
Node | Identifies the general purpose image that can be used to deploy single or multi-node clusters. |
Unknown | Identifies a virgin images. |