Class ServiceDescriptor.KubernetesOptionsDescriptor
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Firefly
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ServiceDescriptor.KubernetesOptionsDescriptor
- Inheritance
-
objectServiceDescriptor.KubernetesOptionsDescriptor
Properties
Image
[Key("Image")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Image { get; set; }
Property Value
ImagePullPolicy
[Key("ImagePullPolicy")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string ImagePullPolicy { get; set; }
Property Value
Ports
[Key("Ports")]
public string Ports { get; set; }
Property Value
Replicas
[Key("Replicas")]
public int? Replicas { get; set; }
Property Value
- int?