Class BowireKubernetesCatalogueOverrideOptions

Namespace
Kuestenlogik.Bowire.Sources
Assembly
Kuestenlogik.Bowire.dll

Core-side mirror of BowireKubernetesCatalogueOptions — the Settings UI sends this shape; the override store forwards values to the actual provider via reflection.

public sealed class BowireKubernetesCatalogueOverrideOptions
Inheritance
BowireKubernetesCatalogueOverrideOptions
Inherited Members

Constructors

BowireKubernetesCatalogueOverrideOptions()

public BowireKubernetesCatalogueOverrideOptions()

Properties

ApiServerUrl

[JsonPropertyName("apiServerUrl")]
public string? ApiServerUrl { get; set; }

Property Value

string

CaCertificatePem

[JsonPropertyName("caCertificatePem")]
public string? CaCertificatePem { get; set; }

Property Value

string

KubeconfigPath

[JsonPropertyName("kubeconfigPath")]
public string? KubeconfigPath { get; set; }

Property Value

string

LabelSelector

[JsonPropertyName("labelSelector")]
public string? LabelSelector { get; set; }

Property Value

string

Namespace

[JsonPropertyName("namespace")]
public string? Namespace { get; set; }

Property Value

string

Scheme

[JsonPropertyName("scheme")]
public string? Scheme { get; set; }

Property Value

string

SkipTlsVerification

[JsonPropertyName("skipTlsVerification")]
public bool SkipTlsVerification { get; set; }

Property Value

bool

Token

[JsonPropertyName("token")]
public string? Token { get; set; }

Property Value

string