HelmOperatorProperties Class
- java.
lang. Object - com.
azure. resourcemanager. kubernetesconfiguration. models. HelmOperatorProperties
- com.
Implements
public final class HelmOperatorProperties
implements JsonSerializable<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 |
|
static
Helm |
fromJson(JsonReader jsonReader)
Reads an instance of Helm |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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:
fromJson
public static HelmOperatorProperties fromJson(JsonReader jsonReader)
Reads an instance of HelmOperatorProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
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: