Class HelmOperatorProperties
- java.lang.Object
-
- com.azure.resourcemanager.kubernetesconfiguration.models.HelmOperatorProperties
-
public final class HelmOperatorProperties extends Object
Properties for Helm operator.
-
-
Constructor Summary
Constructors Constructor Description HelmOperatorProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
chartVersion
public String chartVersion()
Get the chartVersion property: Version of the operator Helm chart.- Returns:
- the chartVersion value.
-
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.
-
chartValues
public String chartValues()
Get the chartValues property: Values override for the operator Helm chart.- Returns:
- the chartValues value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-