public static class AddOnOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddOnOptions |
build() |
AddOnOptions.Builder |
copy(AddOnOptions model) |
AddOnOptions.Builder |
isKubernetesDashboardEnabled(Boolean isKubernetesDashboardEnabled)
Whether or not to enable the Kubernetes Dashboard add-on.
|
AddOnOptions.Builder |
isTillerEnabled(Boolean isTillerEnabled)
Whether or not to enable the Tiller add-on.
|
public AddOnOptions.Builder isKubernetesDashboardEnabled(Boolean isKubernetesDashboardEnabled)
Whether or not to enable the Kubernetes Dashboard add-on.
isKubernetesDashboardEnabled
- the value to setpublic AddOnOptions.Builder isTillerEnabled(Boolean isTillerEnabled)
Whether or not to enable the Tiller add-on.
isTillerEnabled
- the value to setpublic AddOnOptions build()
public AddOnOptions.Builder copy(AddOnOptions model)
Copyright © 2016–2024. All rights reserved.