AddonReleaseProps
Properties for defining a AddonRelease.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-addonrelease
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms"
&alicloudroscdkarms.AddonReleaseProps {
AddonVersion: interface{},
EnvironmentId: interface{},
Name: interface{},
ReleaseName: interface{},
Values: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AddonVersion |
interface{} |
Property addonVersion: The version of the add-on. |
EnvironmentId |
interface{} |
Property environmentId: The id of the environment. |
Name |
interface{} |
Property name: The name of the add-on. |
ReleaseName |
interface{} |
Property releaseName: The name of the add-on after it is installed. |
Values |
interface{} |
Property values: The metadata. |
AddonVersionRequired
AddonVersion interface{}
- Type: interface{}
Property addonVersion: The version of the add-on.
EnvironmentIdRequired
EnvironmentId interface{}
- Type: interface{}
Property environmentId: The id of the environment.
NameRequired
Name interface{}
- Type: interface{}
Property name: The name of the add-on.
ReleaseNameOptional
ReleaseName interface{}
- Type: interface{}
Property releaseName: The name of the add-on after it is installed.
If you do not specify this parameter, a default rule name is generated.
ValuesOptional
Values interface{}
- Type: interface{}
Property values: The metadata.