HelmOperatorProperties Class
- java.
lang. Object - com.
azure. resourcemanager. kubernetesconfiguration. models. HelmOperatorProperties
- com.
public final class HelmOperatorProperties
Properties for Helm operator.
Constructor Summary
| Constructor | Description |
|---|---|
| HelmOperatorProperties() |
Creates an instance of Helm |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
chartValues()
Get the chart |
| String |
chartVersion()
Get the chart |
| void |
validate()
Validates the instance. |
|
Helm |
withChartValues(String chartValues)
Set the chart |
|
Helm |
withChartVersion(String chartVersion)
Set the 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:
chartVersion
public String chartVersion()
Get the chartVersion property: Version of the operator Helm chart.
Returns:
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:
Returns:
withChartVersion
public HelmOperatorProperties withChartVersion(String chartVersion)
Set the chartVersion property: Version of the operator Helm chart.
Parameters:
Returns: