RosClusterApplicationResourcesProps
Properties for defining a RosClusterApplicationResources
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cs-clusterapplicationresources
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs/datasource"
&datasource.RosClusterApplicationResourcesProps {
ClusterId: interface{},
Kind: interface{},
ApiVersion: interface{},
FirstMatch: interface{},
JsonPath: interface{},
Name: interface{},
Namespace: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ClusterId |
interface{} |
No description. |
Kind |
interface{} |
No description. |
ApiVersion |
interface{} |
No description. |
FirstMatch |
interface{} |
No description. |
JsonPath |
interface{} |
No description. |
Name |
interface{} |
No description. |
Namespace |
interface{} |
No description. |
RefreshOptions |
interface{} |
No description. |
ClusterId
Required
ClusterId interface{}
- Type: interface{}
Kind
Required
Kind interface{}
- Type: interface{}
ApiVersion
Optional
ApiVersion interface{}
- Type: interface{}
FirstMatch
Optional
FirstMatch interface{}
- Type: interface{}
JsonPath
Optional
JsonPath interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}
Namespace
Optional
Namespace interface{}
- Type: interface{}
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}