Skip to content

RosKubernetesClustersProps

Properties for defining a RosKubernetesClusters.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cs-kubernetesclusters

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs/datasource"
&datasource.RosKubernetesClustersProps {
    ClusterSpec: interface{},
    ClusterType: interface{},
    Name: interface{},
    Profile: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
ClusterSpec interface{} No description.
ClusterType interface{} No description.
Name interface{} No description.
Profile interface{} No description.
RefreshOptions interface{} No description.

ClusterSpecOptional

ClusterSpec interface{}
  • Type: interface{}

ClusterTypeOptional

ClusterType interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

ProfileOptional

Profile interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}