Table of Contents

Class ServiceDescriptor.KubernetesOptionsDescriptor

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Firefly
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ServiceDescriptor.KubernetesOptionsDescriptor
Inheritance
object
ServiceDescriptor.KubernetesOptionsDescriptor

Properties

Image

[Key("Image")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Image { get; set; }

Property Value

string

ImagePullPolicy

[Key("ImagePullPolicy")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string ImagePullPolicy { get; set; }

Property Value

string

Ports

[Key("Ports")]
public string Ports { get; set; }

Property Value

string

Replicas

[Key("Replicas")]
public int? Replicas { get; set; }

Property Value

int?