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. |
ClusterIdRequired
ClusterId interface{}
- Type: interface{}
KindRequired
Kind interface{}
- Type: interface{}
ApiVersionOptional
ApiVersion interface{}
- Type: interface{}
FirstMatchOptional
FirstMatch interface{}
- Type: interface{}
JsonPathOptional
JsonPath interface{}
- Type: interface{}
NameOptional
Name interface{}
- Type: interface{}
NamespaceOptional
Namespace interface{}
- Type: interface{}
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}