Share via


HelmOperatorProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.kubernetesconfiguration.models.HelmOperatorProperties

Implements

public final class HelmOperatorProperties
implements JsonSerializable<HelmOperatorProperties>

Properties for Helm operator.

Constructor Summary

Constructor Description
HelmOperatorProperties()

Creates an instance of HelmOperatorProperties class.

Method Summary

Modifier and Type Method and Description
String chartValues()

Get the chartValues property: Values override for the operator Helm chart.

String chartVersion()

Get the chartVersion property: Version of the operator Helm chart.

static HelmOperatorProperties fromJson(JsonReader jsonReader)

Reads an instance of HelmOperatorProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

HelmOperatorProperties withChartValues(String chartValues)

Set the chartValues property: Values override for the operator Helm chart.

HelmOperatorProperties withChartVersion(String chartVersion)

Set the chartVersion property: Version of the operator Helm chart.

Methods inherited from java.lang.Object

Constructor Details

HelmOperatorProperties

public HelmOperatorProperties()

Creates an instance of HelmOperatorProperties class.

Method Details

chartValues

public String chartValues()

Get the chartValues property: Values override for the operator Helm chart.

Returns:

the chartValues value.

chartVersion

public String chartVersion()

Get the chartVersion property: Version of the operator Helm chart.

Returns:

the chartVersion value.

fromJson

public static HelmOperatorProperties fromJson(JsonReader jsonReader)

Reads an instance of HelmOperatorProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of HelmOperatorProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the HelmOperatorProperties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withChartValues

public HelmOperatorProperties withChartValues(String chartValues)

Set the chartValues property: Values override for the operator Helm chart.

Parameters:

chartValues - the chartValues value to set.

Returns:

the HelmOperatorProperties object itself.

withChartVersion

public HelmOperatorProperties withChartVersion(String chartVersion)

Set the chartVersion property: Version of the operator Helm chart.

Parameters:

chartVersion - the chartVersion value to set.

Returns:

the HelmOperatorProperties object itself.

Applies to