Skip to content

RosClusterUserKubeconfigProps

Properties for defining a RosClusterUserKubeconfig.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs/datasource"
&datasource.RosClusterUserKubeconfigProps {
    ClusterId: interface{},
    PrivateIpAddress: interface{},
    RefreshOptions: interface{},
    TemporaryDurationMinutes: interface{},
}

Properties

Name Type Description
ClusterId interface{} No description.
PrivateIpAddress interface{} No description.
RefreshOptions interface{} No description.
TemporaryDurationMinutes interface{} No description.

ClusterIdRequired

ClusterId interface{}
  • Type: interface{}

PrivateIpAddressOptional

PrivateIpAddress interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

TemporaryDurationMinutesOptional

TemporaryDurationMinutes interface{}
  • Type: interface{}