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. |
AddonVersion
Required
AddonVersion interface{}
- Type: interface{}
Property addonVersion: The version of the add-on.
EnvironmentId
Required
EnvironmentId interface{}
- Type: interface{}
Property environmentId: The id of the environment.
Name
Required
Name interface{}
- Type: interface{}
Property name: The name of the add-on.
ReleaseName
Optional
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.
Values
Optional
Values interface{}
- Type: interface{}
Property values: The metadata.