ClusterApplicationResourcesProps
Properties for defining a ClusterApplicationResources
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cs-clusterapplicationresources
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new ClusterApplicationResourcesProps {
object ClusterId,
object Kind,
object FirstMatch = null,
object JsonPath = null,
object Name = null,
object Namespace = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterId |
object |
Property clusterId: The ID of the kubernetes cluster. |
Kind |
object |
Property kind: The kind of kubernetes resources to query. |
FirstMatch |
object |
Property firstMatch: Only the first matching result in jsonpath's filtered results is returned. |
JsonPath |
object |
Property jsonPath: Json path expression to filter the output. |
Name |
object |
Property name: The name of the kubernetes resource to query. |
Namespace |
object |
Property namespace: The namespace of kubernetes containing the resource. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ClusterId
Required
public object ClusterId { get; set; }
- Type: object
Property clusterId: The ID of the kubernetes cluster.
Kind
Required
public object Kind { get; set; }
- Type: object
Property kind: The kind of kubernetes resources to query.
FirstMatch
Optional
public object FirstMatch { get; set; }
- Type: object
Property firstMatch: Only the first matching result in jsonpath's filtered results is returned.
Default False
JsonPath
Optional
public object JsonPath { get; set; }
- Type: object
Property jsonPath: Json path expression to filter the output.
Name
Optional
public object Name { get; set; }
- Type: object
Property name: The name of the kubernetes resource to query.
Namespace
Optional
public object Namespace { get; set; }
- Type: object
Property namespace: The namespace of kubernetes containing the resource.
Default value is default
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.