Partage via


HelmOperatorProperties Class

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

public final class 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.

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.

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