Skip to content

RosClusterProps

Properties for defining a RosCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-acs-cluster

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkacs"
&alicloudroscdkacs.RosClusterProps {
    Name: interface{},
    Addons: interface{},
    ClusterSpec: interface{},
    DeletionProtection: interface{},
    EndpointPublicAccess: interface{},
    IpStack: interface{},
    KubernetesVersion: interface{},
    LoadBalancerSpec: interface{},
    LoggingType: interface{},
    MaintenanceWindow: interface{},
    PodVSwitchIds: interface{},
    ResourceGroupId: interface{},
    ServiceCidr: interface{},
    ServiceDiscoveryTypes: interface{},
    SlsProjectName: interface{},
    SnatEntry: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkacs.RosCluster.TagsProperty,
    TimeZone: interface{},
    VpcId: interface{},
    VSwitchIds: interface{},
    ZoneIds: interface{},
}

Properties

Name Type Description
Name interface{} No description.
Addons interface{} No description.
ClusterSpec interface{} No description.
DeletionProtection interface{} No description.
EndpointPublicAccess interface{} No description.
IpStack interface{} No description.
KubernetesVersion interface{} No description.
LoadBalancerSpec interface{} No description.
LoggingType interface{} No description.
MaintenanceWindow interface{} No description.
PodVSwitchIds interface{} No description.
ResourceGroupId interface{} No description.
ServiceCidr interface{} No description.
ServiceDiscoveryTypes interface{} No description.
SlsProjectName interface{} No description.
SnatEntry interface{} No description.
Tags *[]TagsProperty No description.
TimeZone interface{} No description.
VpcId interface{} No description.
VSwitchIds interface{} No description.
ZoneIds interface{} No description.

NameRequired

Name interface{}
  • Type: interface{}

AddonsOptional

Addons interface{}
  • Type: interface{}

ClusterSpecOptional

ClusterSpec interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

EndpointPublicAccessOptional

EndpointPublicAccess interface{}
  • Type: interface{}

IpStackOptional

IpStack interface{}
  • Type: interface{}

KubernetesVersionOptional

KubernetesVersion interface{}
  • Type: interface{}

LoadBalancerSpecOptional

LoadBalancerSpec interface{}
  • Type: interface{}

LoggingTypeOptional

LoggingType interface{}
  • Type: interface{}

MaintenanceWindowOptional

MaintenanceWindow interface{}
  • Type: interface{}

PodVSwitchIdsOptional

PodVSwitchIds interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

ServiceCidrOptional

ServiceCidr interface{}
  • Type: interface{}

ServiceDiscoveryTypesOptional

ServiceDiscoveryTypes interface{}
  • Type: interface{}

SlsProjectNameOptional

SlsProjectName interface{}
  • Type: interface{}

SnatEntryOptional

SnatEntry interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TimeZoneOptional

TimeZone interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdsOptional

VSwitchIds interface{}
  • Type: interface{}

ZoneIdsOptional

ZoneIds interface{}
  • Type: interface{}