Documentation ¶
Overview ¶
Package vkeiface provides an interface to enable mocking the VKE service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type ApiServerEndpointsForListClustersOutput
- func (s ApiServerEndpointsForListClustersOutput) GoString() string
- func (s *ApiServerEndpointsForListClustersOutput) SetPrivateIp(v *PrivateIpForListClustersOutput) *ApiServerEndpointsForListClustersOutput
- func (s *ApiServerEndpointsForListClustersOutput) SetPublicIp(v *PublicIpForListClustersOutput) *ApiServerEndpointsForListClustersOutput
- func (s ApiServerEndpointsForListClustersOutput) String() string
- type ApiServerPublicAccessConfigForCreateClusterInput
- func (s ApiServerPublicAccessConfigForCreateClusterInput) GoString() string
- func (s *ApiServerPublicAccessConfigForCreateClusterInput) SetPublicAccessNetworkConfig(v *PublicAccessNetworkConfigForCreateClusterInput) *ApiServerPublicAccessConfigForCreateClusterInput
- func (s ApiServerPublicAccessConfigForCreateClusterInput) String() string
- type ApiServerPublicAccessConfigForListClustersOutput
- func (s ApiServerPublicAccessConfigForListClustersOutput) GoString() string
- func (s *ApiServerPublicAccessConfigForListClustersOutput) SetAccessSourceIpsv4(v []*string) *ApiServerPublicAccessConfigForListClustersOutput
- func (s *ApiServerPublicAccessConfigForListClustersOutput) SetPublicAccessNetworkConfig(v *PublicAccessNetworkConfigForListClustersOutput) *ApiServerPublicAccessConfigForListClustersOutput
- func (s ApiServerPublicAccessConfigForListClustersOutput) String() string
- type ApiServerPublicAccessConfigForUpdateClusterConfigInput
- func (s ApiServerPublicAccessConfigForUpdateClusterConfigInput) GoString() string
- func (s *ApiServerPublicAccessConfigForUpdateClusterConfigInput) SetPublicAccessNetworkConfig(v *PublicAccessNetworkConfigForUpdateClusterConfigInput) *ApiServerPublicAccessConfigForUpdateClusterConfigInput
- func (s ApiServerPublicAccessConfigForUpdateClusterConfigInput) String() string
- type AutoScalingForCreateNodePoolInput
- func (s AutoScalingForCreateNodePoolInput) GoString() string
- func (s *AutoScalingForCreateNodePoolInput) SetDesiredReplicas(v int32) *AutoScalingForCreateNodePoolInput
- func (s *AutoScalingForCreateNodePoolInput) SetEnabled(v bool) *AutoScalingForCreateNodePoolInput
- func (s *AutoScalingForCreateNodePoolInput) SetMaxReplicas(v int32) *AutoScalingForCreateNodePoolInput
- func (s *AutoScalingForCreateNodePoolInput) SetMinReplicas(v int32) *AutoScalingForCreateNodePoolInput
- func (s *AutoScalingForCreateNodePoolInput) SetPriority(v int32) *AutoScalingForCreateNodePoolInput
- func (s AutoScalingForCreateNodePoolInput) String() string
- type AutoScalingForListNodePoolsOutput
- func (s AutoScalingForListNodePoolsOutput) GoString() string
- func (s *AutoScalingForListNodePoolsOutput) SetDesiredReplicas(v int32) *AutoScalingForListNodePoolsOutput
- func (s *AutoScalingForListNodePoolsOutput) SetEnabled(v bool) *AutoScalingForListNodePoolsOutput
- func (s *AutoScalingForListNodePoolsOutput) SetMaxReplicas(v int32) *AutoScalingForListNodePoolsOutput
- func (s *AutoScalingForListNodePoolsOutput) SetMinReplicas(v int32) *AutoScalingForListNodePoolsOutput
- func (s *AutoScalingForListNodePoolsOutput) SetPriority(v int32) *AutoScalingForListNodePoolsOutput
- func (s AutoScalingForListNodePoolsOutput) String() string
- type AutoScalingForUpdateNodePoolConfigInput
- func (s AutoScalingForUpdateNodePoolConfigInput) GoString() string
- func (s *AutoScalingForUpdateNodePoolConfigInput) SetDesiredReplicas(v int32) *AutoScalingForUpdateNodePoolConfigInput
- func (s *AutoScalingForUpdateNodePoolConfigInput) SetEnabled(v bool) *AutoScalingForUpdateNodePoolConfigInput
- func (s *AutoScalingForUpdateNodePoolConfigInput) SetMaxReplicas(v int32) *AutoScalingForUpdateNodePoolConfigInput
- func (s *AutoScalingForUpdateNodePoolConfigInput) SetMinReplicas(v int32) *AutoScalingForUpdateNodePoolConfigInput
- func (s *AutoScalingForUpdateNodePoolConfigInput) SetPriority(v int32) *AutoScalingForUpdateNodePoolConfigInput
- func (s AutoScalingForUpdateNodePoolConfigInput) String() string
- type ClusterConfigForCreateClusterInput
- func (s ClusterConfigForCreateClusterInput) GoString() string
- func (s *ClusterConfigForCreateClusterInput) SetApiServerPublicAccessConfig(v *ApiServerPublicAccessConfigForCreateClusterInput) *ClusterConfigForCreateClusterInput
- func (s *ClusterConfigForCreateClusterInput) SetApiServerPublicAccessEnabled(v bool) *ClusterConfigForCreateClusterInput
- func (s *ClusterConfigForCreateClusterInput) SetResourcePublicAccessDefaultEnabled(v bool) *ClusterConfigForCreateClusterInput
- func (s *ClusterConfigForCreateClusterInput) SetSubnetIds(v []*string) *ClusterConfigForCreateClusterInput
- func (s ClusterConfigForCreateClusterInput) String() string
- type ClusterConfigForListClustersOutput
- func (s ClusterConfigForListClustersOutput) GoString() string
- func (s *ClusterConfigForListClustersOutput) SetApiServerEndpoints(v *ApiServerEndpointsForListClustersOutput) *ClusterConfigForListClustersOutput
- func (s *ClusterConfigForListClustersOutput) SetApiServerPublicAccessConfig(v *ApiServerPublicAccessConfigForListClustersOutput) *ClusterConfigForListClustersOutput
- func (s *ClusterConfigForListClustersOutput) SetApiServerPublicAccessEnabled(v bool) *ClusterConfigForListClustersOutput
- func (s *ClusterConfigForListClustersOutput) SetResourcePublicAccessDefaultEnabled(v bool) *ClusterConfigForListClustersOutput
- func (s *ClusterConfigForListClustersOutput) SetSecurityGroupIds(v []*string) *ClusterConfigForListClustersOutput
- func (s *ClusterConfigForListClustersOutput) SetSubnetIds(v []*string) *ClusterConfigForListClustersOutput
- func (s *ClusterConfigForListClustersOutput) SetVpcId(v string) *ClusterConfigForListClustersOutput
- func (s ClusterConfigForListClustersOutput) String() string
- type ClusterConfigForUpdateClusterConfigInput
- func (s ClusterConfigForUpdateClusterConfigInput) GoString() string
- func (s *ClusterConfigForUpdateClusterConfigInput) SetApiServerPublicAccessConfig(v *ApiServerPublicAccessConfigForUpdateClusterConfigInput) *ClusterConfigForUpdateClusterConfigInput
- func (s *ClusterConfigForUpdateClusterConfigInput) SetApiServerPublicAccessEnabled(v bool) *ClusterConfigForUpdateClusterConfigInput
- func (s ClusterConfigForUpdateClusterConfigInput) String() string
- type ConditionForListAddonsOutput
- type ConditionForListClustersOutput
- type ConditionForListNodePoolsOutput
- type ConditionForListNodesOutput
- type ConvertTagForListNodePoolsOutput
- func (s ConvertTagForListNodePoolsOutput) GoString() string
- func (s *ConvertTagForListNodePoolsOutput) SetKey(v string) *ConvertTagForListNodePoolsOutput
- func (s *ConvertTagForListNodePoolsOutput) SetType(v string) *ConvertTagForListNodePoolsOutput
- func (s *ConvertTagForListNodePoolsOutput) SetValue(v string) *ConvertTagForListNodePoolsOutput
- func (s ConvertTagForListNodePoolsOutput) String() string
- type CreateAddonInput
- func (s CreateAddonInput) GoString() string
- func (s *CreateAddonInput) SetClientToken(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetClusterId(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetConfig(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetDeployMode(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetName(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetVersion(v string) *CreateAddonInput
- func (s CreateAddonInput) String() string
- type CreateAddonOutput
- type CreateClusterInput
- func (s CreateClusterInput) GoString() string
- func (s *CreateClusterInput) SetClientToken(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetClusterConfig(v *ClusterConfigForCreateClusterInput) *CreateClusterInput
- func (s *CreateClusterInput) SetDeleteProtectionEnabled(v bool) *CreateClusterInput
- func (s *CreateClusterInput) SetDescription(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetName(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetPodsConfig(v *PodsConfigForCreateClusterInput) *CreateClusterInput
- func (s *CreateClusterInput) SetServicesConfig(v *ServicesConfigForCreateClusterInput) *CreateClusterInput
- func (s *CreateClusterInput) SetTags(v []*TagForCreateClusterInput) *CreateClusterInput
- func (s CreateClusterInput) String() string
- type CreateClusterOutput
- type CreateDefaultNodePoolInput
- func (s CreateDefaultNodePoolInput) GoString() string
- func (s *CreateDefaultNodePoolInput) SetClientToken(v string) *CreateDefaultNodePoolInput
- func (s *CreateDefaultNodePoolInput) SetClusterId(v string) *CreateDefaultNodePoolInput
- func (s *CreateDefaultNodePoolInput) SetKubernetesConfig(v *KubernetesConfigForCreateDefaultNodePoolInput) *CreateDefaultNodePoolInput
- func (s *CreateDefaultNodePoolInput) SetNodeConfig(v *NodeConfigForCreateDefaultNodePoolInput) *CreateDefaultNodePoolInput
- func (s *CreateDefaultNodePoolInput) SetTags(v []*TagForCreateDefaultNodePoolInput) *CreateDefaultNodePoolInput
- func (s CreateDefaultNodePoolInput) String() string
- type CreateDefaultNodePoolOutput
- type CreateNodePoolInput
- func (s CreateNodePoolInput) GoString() string
- func (s *CreateNodePoolInput) SetAutoScaling(v *AutoScalingForCreateNodePoolInput) *CreateNodePoolInput
- func (s *CreateNodePoolInput) SetClientToken(v string) *CreateNodePoolInput
- func (s *CreateNodePoolInput) SetClusterId(v string) *CreateNodePoolInput
- func (s *CreateNodePoolInput) SetKubernetesConfig(v *KubernetesConfigForCreateNodePoolInput) *CreateNodePoolInput
- func (s *CreateNodePoolInput) SetName(v string) *CreateNodePoolInput
- func (s *CreateNodePoolInput) SetNodeConfig(v *NodeConfigForCreateNodePoolInput) *CreateNodePoolInput
- func (s *CreateNodePoolInput) SetTags(v []*TagForCreateNodePoolInput) *CreateNodePoolInput
- func (s CreateNodePoolInput) String() string
- type CreateNodePoolOutput
- type CreateNodesInput
- func (s CreateNodesInput) GoString() string
- func (s *CreateNodesInput) SetAdditionalContainerStorageEnabled(v bool) *CreateNodesInput
- func (s *CreateNodesInput) SetClientToken(v string) *CreateNodesInput
- func (s *CreateNodesInput) SetClusterId(v string) *CreateNodesInput
- func (s *CreateNodesInput) SetContainerStoragePath(v string) *CreateNodesInput
- func (s *CreateNodesInput) SetInitializeScript(v string) *CreateNodesInput
- func (s *CreateNodesInput) SetInstanceIds(v []*string) *CreateNodesInput
- func (s *CreateNodesInput) SetKeepInstanceName(v bool) *CreateNodesInput
- func (s *CreateNodesInput) SetKubernetesConfig(v *KubernetesConfigForCreateNodesInput) *CreateNodesInput
- func (s CreateNodesInput) String() string
- type CreateNodesOutput
- type DataVolumeForCreateNodePoolInput
- func (s DataVolumeForCreateNodePoolInput) GoString() string
- func (s *DataVolumeForCreateNodePoolInput) SetMountPoint(v string) *DataVolumeForCreateNodePoolInput
- func (s *DataVolumeForCreateNodePoolInput) SetSize(v int32) *DataVolumeForCreateNodePoolInput
- func (s *DataVolumeForCreateNodePoolInput) SetType(v string) *DataVolumeForCreateNodePoolInput
- func (s DataVolumeForCreateNodePoolInput) String() string
- type DataVolumeForListNodePoolsOutput
- func (s DataVolumeForListNodePoolsOutput) GoString() string
- func (s *DataVolumeForListNodePoolsOutput) SetMountPoint(v string) *DataVolumeForListNodePoolsOutput
- func (s *DataVolumeForListNodePoolsOutput) SetSize(v int32) *DataVolumeForListNodePoolsOutput
- func (s *DataVolumeForListNodePoolsOutput) SetType(v string) *DataVolumeForListNodePoolsOutput
- func (s DataVolumeForListNodePoolsOutput) String() string
- type DataVolumeForUpdateNodePoolConfigInput
- func (s DataVolumeForUpdateNodePoolConfigInput) GoString() string
- func (s *DataVolumeForUpdateNodePoolConfigInput) SetMountPoint(v string) *DataVolumeForUpdateNodePoolConfigInput
- func (s *DataVolumeForUpdateNodePoolConfigInput) SetSize(v int32) *DataVolumeForUpdateNodePoolConfigInput
- func (s *DataVolumeForUpdateNodePoolConfigInput) SetType(v string) *DataVolumeForUpdateNodePoolConfigInput
- func (s DataVolumeForUpdateNodePoolConfigInput) String() string
- type DeleteAddonInput
- func (s DeleteAddonInput) GoString() string
- func (s *DeleteAddonInput) SetCascadingDeleteResources(v []*string) *DeleteAddonInput
- func (s *DeleteAddonInput) SetClusterId(v string) *DeleteAddonInput
- func (s *DeleteAddonInput) SetName(v string) *DeleteAddonInput
- func (s DeleteAddonInput) String() string
- type DeleteAddonOutput
- type DeleteClusterInput
- func (s DeleteClusterInput) GoString() string
- func (s *DeleteClusterInput) SetCascadingDeleteResources(v []*string) *DeleteClusterInput
- func (s *DeleteClusterInput) SetForce(v bool) *DeleteClusterInput
- func (s *DeleteClusterInput) SetId(v string) *DeleteClusterInput
- func (s DeleteClusterInput) String() string
- type DeleteClusterOutput
- type DeleteNodePoolInput
- func (s DeleteNodePoolInput) GoString() string
- func (s *DeleteNodePoolInput) SetCascadingDeleteResources(v []*string) *DeleteNodePoolInput
- func (s *DeleteNodePoolInput) SetClusterId(v string) *DeleteNodePoolInput
- func (s *DeleteNodePoolInput) SetId(v string) *DeleteNodePoolInput
- func (s DeleteNodePoolInput) String() string
- type DeleteNodePoolOutput
- type DeleteNodesInput
- func (s DeleteNodesInput) GoString() string
- func (s *DeleteNodesInput) SetCascadingDeleteResources(v []*string) *DeleteNodesInput
- func (s *DeleteNodesInput) SetClusterId(v string) *DeleteNodesInput
- func (s *DeleteNodesInput) SetIds(v []*string) *DeleteNodesInput
- func (s *DeleteNodesInput) SetNodePoolId(v string) *DeleteNodesInput
- func (s DeleteNodesInput) String() string
- type DeleteNodesOutput
- type FilterForListAddonsInput
- func (s FilterForListAddonsInput) GoString() string
- func (s *FilterForListAddonsInput) SetClusterIds(v []*string) *FilterForListAddonsInput
- func (s *FilterForListAddonsInput) SetCreateClientToken(v string) *FilterForListAddonsInput
- func (s *FilterForListAddonsInput) SetDeployModes(v []*string) *FilterForListAddonsInput
- func (s *FilterForListAddonsInput) SetDeployNodeTypes(v []*string) *FilterForListAddonsInput
- func (s *FilterForListAddonsInput) SetNames(v []*string) *FilterForListAddonsInput
- func (s *FilterForListAddonsInput) SetStatuses(v []*StatusForListAddonsInput) *FilterForListAddonsInput
- func (s *FilterForListAddonsInput) SetUpdateClientToken(v string) *FilterForListAddonsInput
- func (s FilterForListAddonsInput) String() string
- type FilterForListClustersInput
- func (s FilterForListClustersInput) GoString() string
- func (s *FilterForListClustersInput) SetCreateClientToken(v string) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetDeleteProtectionEnabled(v bool) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetIds(v []*string) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetName(v string) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetPodsConfigPodNetworkMode(v string) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetStatuses(v []*StatusForListClustersInput) *FilterForListClustersInput
- func (s *FilterForListClustersInput) SetUpdateClientToken(v string) *FilterForListClustersInput
- func (s FilterForListClustersInput) String() string
- type FilterForListNodePoolsInput
- func (s FilterForListNodePoolsInput) GoString() string
- func (s *FilterForListNodePoolsInput) SetAutoScalingEnabled(v bool) *FilterForListNodePoolsInput
- func (s *FilterForListNodePoolsInput) SetClusterIds(v []*string) *FilterForListNodePoolsInput
- func (s *FilterForListNodePoolsInput) SetCreateClientToken(v string) *FilterForListNodePoolsInput
- func (s *FilterForListNodePoolsInput) SetIds(v []*string) *FilterForListNodePoolsInput
- func (s *FilterForListNodePoolsInput) SetName(v string) *FilterForListNodePoolsInput
- func (s *FilterForListNodePoolsInput) SetStatuses(v []*StatusForListNodePoolsInput) *FilterForListNodePoolsInput
- func (s *FilterForListNodePoolsInput) SetUpdateClientToken(v string) *FilterForListNodePoolsInput
- func (s FilterForListNodePoolsInput) String() string
- type FilterForListNodesInput
- func (s FilterForListNodesInput) GoString() string
- func (s *FilterForListNodesInput) SetClusterIds(v []*string) *FilterForListNodesInput
- func (s *FilterForListNodesInput) SetCreateClientToken(v string) *FilterForListNodesInput
- func (s *FilterForListNodesInput) SetIds(v []*string) *FilterForListNodesInput
- func (s *FilterForListNodesInput) SetName(v string) *FilterForListNodesInput
- func (s *FilterForListNodesInput) SetNodePoolIds(v []*string) *FilterForListNodesInput
- func (s *FilterForListNodesInput) SetStatuses(v []*StatusForListNodesInput) *FilterForListNodesInput
- func (s *FilterForListNodesInput) SetZoneIds(v []*string) *FilterForListNodesInput
- func (s FilterForListNodesInput) String() string
- type FilterForListSupportedAddonsInput
- func (s FilterForListSupportedAddonsInput) GoString() string
- func (s *FilterForListSupportedAddonsInput) SetCategories(v []*string) *FilterForListSupportedAddonsInput
- func (s *FilterForListSupportedAddonsInput) SetDeployModes(v []*string) *FilterForListSupportedAddonsInput
- func (s *FilterForListSupportedAddonsInput) SetDeployNodeTypes(v []*string) *FilterForListSupportedAddonsInput
- func (s *FilterForListSupportedAddonsInput) SetName(v string) *FilterForListSupportedAddonsInput
- func (s *FilterForListSupportedAddonsInput) SetNecessaries(v []*string) *FilterForListSupportedAddonsInput
- func (s *FilterForListSupportedAddonsInput) SetPodNetworkModes(v []*string) *FilterForListSupportedAddonsInput
- func (s FilterForListSupportedAddonsInput) String() string
- type FilterForListSupportedResourceTypesInput
- func (s FilterForListSupportedResourceTypesInput) GoString() string
- func (s *FilterForListSupportedResourceTypesInput) SetResourceTypes(v []*string) *FilterForListSupportedResourceTypesInput
- func (s *FilterForListSupportedResourceTypesInput) SetZoneIds(v []*string) *FilterForListSupportedResourceTypesInput
- func (s FilterForListSupportedResourceTypesInput) String() string
- type FlannelConfigForCreateClusterInput
- func (s FlannelConfigForCreateClusterInput) GoString() string
- func (s *FlannelConfigForCreateClusterInput) SetMaxPodsPerNode(v int32) *FlannelConfigForCreateClusterInput
- func (s *FlannelConfigForCreateClusterInput) SetPodCidrs(v []*string) *FlannelConfigForCreateClusterInput
- func (s FlannelConfigForCreateClusterInput) String() string
- type FlannelConfigForListClustersOutput
- func (s FlannelConfigForListClustersOutput) GoString() string
- func (s *FlannelConfigForListClustersOutput) SetMaxPodsPerNode(v int32) *FlannelConfigForListClustersOutput
- func (s *FlannelConfigForListClustersOutput) SetPodCidrs(v []*string) *FlannelConfigForListClustersOutput
- func (s FlannelConfigForListClustersOutput) String() string
- type ForwardKubernetesApiInput
- func (s ForwardKubernetesApiInput) GoString() string
- func (s *ForwardKubernetesApiInput) SetBody(v string) *ForwardKubernetesApiInput
- func (s *ForwardKubernetesApiInput) SetClusterId(v string) *ForwardKubernetesApiInput
- func (s *ForwardKubernetesApiInput) SetHeaders(v map[string][]*string) *ForwardKubernetesApiInput
- func (s *ForwardKubernetesApiInput) SetMethod(v string) *ForwardKubernetesApiInput
- func (s *ForwardKubernetesApiInput) SetPath(v string) *ForwardKubernetesApiInput
- func (s ForwardKubernetesApiInput) String() string
- type ForwardKubernetesApiOutput
- type ItemForListAddonsOutput
- func (s ItemForListAddonsOutput) GoString() string
- func (s *ItemForListAddonsOutput) SetClusterId(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetClusterType(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetConfig(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetCreateClientToken(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetCreateTime(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetDeployMode(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetDeployNodeType(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetName(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetStatus(v *StatusForListAddonsOutput) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetUpdateClientToken(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetUpdateTime(v string) *ItemForListAddonsOutput
- func (s *ItemForListAddonsOutput) SetVersion(v string) *ItemForListAddonsOutput
- func (s ItemForListAddonsOutput) String() string
- type ItemForListClustersOutput
- func (s ItemForListClustersOutput) GoString() string
- func (s *ItemForListClustersOutput) SetChargeType(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetClusterConfig(v *ClusterConfigForListClustersOutput) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetCreateClientToken(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetCreateTime(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetDeleteProtectionEnabled(v bool) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetDescription(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetId(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetKubernetesVersion(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetName(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetNodeStatistics(v *NodeStatisticsForListClustersOutput) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetPodsConfig(v *PodsConfigForListClustersOutput) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetServicesConfig(v *ServicesConfigForListClustersOutput) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetStatus(v *StatusForListClustersOutput) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetTags(v []*TagForListClustersOutput) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetUpdateClientToken(v string) *ItemForListClustersOutput
- func (s *ItemForListClustersOutput) SetUpdateTime(v string) *ItemForListClustersOutput
- func (s ItemForListClustersOutput) String() string
- type ItemForListNodePoolsOutput
- func (s ItemForListNodePoolsOutput) GoString() string
- func (s *ItemForListNodePoolsOutput) SetAutoScaling(v *AutoScalingForListNodePoolsOutput) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetClusterId(v string) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetCreateClientToken(v string) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetCreateTime(v string) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetId(v string) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetKubernetesConfig(v *KubernetesConfigForListNodePoolsOutput) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetName(v string) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetNodeConfig(v *NodeConfigForListNodePoolsOutput) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetNodeStatistics(v *NodeStatisticsForListNodePoolsOutput) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetStatus(v *StatusForListNodePoolsOutput) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetTags(v []*ConvertTagForListNodePoolsOutput) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetUpdateClientToken(v string) *ItemForListNodePoolsOutput
- func (s *ItemForListNodePoolsOutput) SetUpdateTime(v string) *ItemForListNodePoolsOutput
- func (s ItemForListNodePoolsOutput) String() string
- type ItemForListNodesOutput
- func (s ItemForListNodesOutput) GoString() string
- func (s *ItemForListNodesOutput) SetAdditionalContainerStorageEnabled(v bool) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetClusterId(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetContainerStoragePath(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetCreateClientToken(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetCreateTime(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetId(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetInitializeScript(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetInstanceId(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetIsVirtual(v bool) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetKubernetesConfig(v *KubernetesConfigForListNodesOutput) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetName(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetNodePoolId(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetRoles(v []*string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetStatus(v *StatusForListNodesOutput) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetUpdateTime(v string) *ItemForListNodesOutput
- func (s *ItemForListNodesOutput) SetZoneId(v string) *ItemForListNodesOutput
- func (s ItemForListNodesOutput) String() string
- type ItemForListSupportedAddonsOutput
- func (s ItemForListSupportedAddonsOutput) GoString() string
- func (s *ItemForListSupportedAddonsOutput) SetCategories(v []*string) *ItemForListSupportedAddonsOutput
- func (s *ItemForListSupportedAddonsOutput) SetDeployMode(v string) *ItemForListSupportedAddonsOutput
- func (s *ItemForListSupportedAddonsOutput) SetDeployNodeTypes(v []*string) *ItemForListSupportedAddonsOutput
- func (s *ItemForListSupportedAddonsOutput) SetName(v string) *ItemForListSupportedAddonsOutput
- func (s *ItemForListSupportedAddonsOutput) SetNecessary(v string) *ItemForListSupportedAddonsOutput
- func (s *ItemForListSupportedAddonsOutput) SetPodNetworkModes(v []*string) *ItemForListSupportedAddonsOutput
- func (s *ItemForListSupportedAddonsOutput) SetVersions(v []*VersionForListSupportedAddonsOutput) *ItemForListSupportedAddonsOutput
- func (s ItemForListSupportedAddonsOutput) String() string
- type ItemForListSupportedResourceTypesOutput
- func (s ItemForListSupportedResourceTypesOutput) GoString() string
- func (s *ItemForListSupportedResourceTypesOutput) SetResourceScope(v string) *ItemForListSupportedResourceTypesOutput
- func (s *ItemForListSupportedResourceTypesOutput) SetResourceSpecifications(v []*string) *ItemForListSupportedResourceTypesOutput
- func (s *ItemForListSupportedResourceTypesOutput) SetResourceType(v string) *ItemForListSupportedResourceTypesOutput
- func (s *ItemForListSupportedResourceTypesOutput) SetZoneId(v string) *ItemForListSupportedResourceTypesOutput
- func (s ItemForListSupportedResourceTypesOutput) String() string
- type KubernetesConfigForCreateDefaultNodePoolInput
- func (s KubernetesConfigForCreateDefaultNodePoolInput) GoString() string
- func (s *KubernetesConfigForCreateDefaultNodePoolInput) SetCordon(v bool) *KubernetesConfigForCreateDefaultNodePoolInput
- func (s *KubernetesConfigForCreateDefaultNodePoolInput) SetLabels(v []*LabelForCreateDefaultNodePoolInput) *KubernetesConfigForCreateDefaultNodePoolInput
- func (s *KubernetesConfigForCreateDefaultNodePoolInput) SetTaints(v []*TaintForCreateDefaultNodePoolInput) *KubernetesConfigForCreateDefaultNodePoolInput
- func (s KubernetesConfigForCreateDefaultNodePoolInput) String() string
- type KubernetesConfigForCreateNodePoolInput
- func (s KubernetesConfigForCreateNodePoolInput) GoString() string
- func (s *KubernetesConfigForCreateNodePoolInput) SetCordon(v bool) *KubernetesConfigForCreateNodePoolInput
- func (s *KubernetesConfigForCreateNodePoolInput) SetLabels(v []*LabelForCreateNodePoolInput) *KubernetesConfigForCreateNodePoolInput
- func (s *KubernetesConfigForCreateNodePoolInput) SetTaints(v []*TaintForCreateNodePoolInput) *KubernetesConfigForCreateNodePoolInput
- func (s KubernetesConfigForCreateNodePoolInput) String() string
- type KubernetesConfigForCreateNodesInput
- func (s KubernetesConfigForCreateNodesInput) GoString() string
- func (s *KubernetesConfigForCreateNodesInput) SetCordon(v bool) *KubernetesConfigForCreateNodesInput
- func (s *KubernetesConfigForCreateNodesInput) SetLabels(v []*LabelForCreateNodesInput) *KubernetesConfigForCreateNodesInput
- func (s *KubernetesConfigForCreateNodesInput) SetTaints(v []*TaintForCreateNodesInput) *KubernetesConfigForCreateNodesInput
- func (s KubernetesConfigForCreateNodesInput) String() string
- type KubernetesConfigForListNodePoolsOutput
- func (s KubernetesConfigForListNodePoolsOutput) GoString() string
- func (s *KubernetesConfigForListNodePoolsOutput) SetCordon(v bool) *KubernetesConfigForListNodePoolsOutput
- func (s *KubernetesConfigForListNodePoolsOutput) SetLabels(v []*LabelForListNodePoolsOutput) *KubernetesConfigForListNodePoolsOutput
- func (s *KubernetesConfigForListNodePoolsOutput) SetTaints(v []*TaintForListNodePoolsOutput) *KubernetesConfigForListNodePoolsOutput
- func (s KubernetesConfigForListNodePoolsOutput) String() string
- type KubernetesConfigForListNodesOutput
- func (s KubernetesConfigForListNodesOutput) GoString() string
- func (s *KubernetesConfigForListNodesOutput) SetCordon(v bool) *KubernetesConfigForListNodesOutput
- func (s *KubernetesConfigForListNodesOutput) SetLabels(v []*LabelForListNodesOutput) *KubernetesConfigForListNodesOutput
- func (s *KubernetesConfigForListNodesOutput) SetTaints(v []*TaintForListNodesOutput) *KubernetesConfigForListNodesOutput
- func (s KubernetesConfigForListNodesOutput) String() string
- type KubernetesConfigForUpdateNodePoolConfigInput
- func (s KubernetesConfigForUpdateNodePoolConfigInput) GoString() string
- func (s *KubernetesConfigForUpdateNodePoolConfigInput) SetCordon(v bool) *KubernetesConfigForUpdateNodePoolConfigInput
- func (s *KubernetesConfigForUpdateNodePoolConfigInput) SetLabels(v []*LabelForUpdateNodePoolConfigInput) *KubernetesConfigForUpdateNodePoolConfigInput
- func (s *KubernetesConfigForUpdateNodePoolConfigInput) SetTaints(v []*TaintForUpdateNodePoolConfigInput) *KubernetesConfigForUpdateNodePoolConfigInput
- func (s KubernetesConfigForUpdateNodePoolConfigInput) String() string
- type LabelForCreateDefaultNodePoolInput
- func (s LabelForCreateDefaultNodePoolInput) GoString() string
- func (s *LabelForCreateDefaultNodePoolInput) SetKey(v string) *LabelForCreateDefaultNodePoolInput
- func (s *LabelForCreateDefaultNodePoolInput) SetValue(v string) *LabelForCreateDefaultNodePoolInput
- func (s LabelForCreateDefaultNodePoolInput) String() string
- type LabelForCreateNodePoolInput
- type LabelForCreateNodesInput
- type LabelForListNodePoolsOutput
- type LabelForListNodesOutput
- type LabelForUpdateNodePoolConfigInput
- func (s LabelForUpdateNodePoolConfigInput) GoString() string
- func (s *LabelForUpdateNodePoolConfigInput) SetKey(v string) *LabelForUpdateNodePoolConfigInput
- func (s *LabelForUpdateNodePoolConfigInput) SetValue(v string) *LabelForUpdateNodePoolConfigInput
- func (s LabelForUpdateNodePoolConfigInput) String() string
- type ListAddonsInput
- type ListAddonsOutput
- func (s ListAddonsOutput) GoString() string
- func (s *ListAddonsOutput) SetItems(v []*ItemForListAddonsOutput) *ListAddonsOutput
- func (s *ListAddonsOutput) SetPageNumber(v int32) *ListAddonsOutput
- func (s *ListAddonsOutput) SetPageSize(v int32) *ListAddonsOutput
- func (s *ListAddonsOutput) SetTotalCount(v int32) *ListAddonsOutput
- func (s ListAddonsOutput) String() string
- type ListClustersInput
- func (s ListClustersInput) GoString() string
- func (s *ListClustersInput) SetFilter(v *FilterForListClustersInput) *ListClustersInput
- func (s *ListClustersInput) SetPageNumber(v int32) *ListClustersInput
- func (s *ListClustersInput) SetPageSize(v int32) *ListClustersInput
- func (s *ListClustersInput) SetTags(v []*TagForListClustersInput) *ListClustersInput
- func (s ListClustersInput) String() string
- type ListClustersOutput
- func (s ListClustersOutput) GoString() string
- func (s *ListClustersOutput) SetItems(v []*ItemForListClustersOutput) *ListClustersOutput
- func (s *ListClustersOutput) SetPageNumber(v int32) *ListClustersOutput
- func (s *ListClustersOutput) SetPageSize(v int32) *ListClustersOutput
- func (s *ListClustersOutput) SetTotalCount(v int32) *ListClustersOutput
- func (s ListClustersOutput) String() string
- type ListNodePoolsInput
- func (s ListNodePoolsInput) GoString() string
- func (s *ListNodePoolsInput) SetFilter(v *FilterForListNodePoolsInput) *ListNodePoolsInput
- func (s *ListNodePoolsInput) SetPageNumber(v int32) *ListNodePoolsInput
- func (s *ListNodePoolsInput) SetPageSize(v int32) *ListNodePoolsInput
- func (s ListNodePoolsInput) String() string
- type ListNodePoolsOutput
- func (s ListNodePoolsOutput) GoString() string
- func (s *ListNodePoolsOutput) SetItems(v []*ItemForListNodePoolsOutput) *ListNodePoolsOutput
- func (s *ListNodePoolsOutput) SetPageNumber(v int32) *ListNodePoolsOutput
- func (s *ListNodePoolsOutput) SetPageSize(v int32) *ListNodePoolsOutput
- func (s *ListNodePoolsOutput) SetTotalCount(v int32) *ListNodePoolsOutput
- func (s ListNodePoolsOutput) String() string
- type ListNodesInput
- type ListNodesOutput
- func (s ListNodesOutput) GoString() string
- func (s *ListNodesOutput) SetItems(v []*ItemForListNodesOutput) *ListNodesOutput
- func (s *ListNodesOutput) SetPageNumber(v int32) *ListNodesOutput
- func (s *ListNodesOutput) SetPageSize(v int32) *ListNodesOutput
- func (s *ListNodesOutput) SetTotalCount(v int32) *ListNodesOutput
- func (s ListNodesOutput) String() string
- type ListSupportedAddonsInput
- type ListSupportedAddonsOutput
- func (s ListSupportedAddonsOutput) GoString() string
- func (s *ListSupportedAddonsOutput) SetItems(v []*ItemForListSupportedAddonsOutput) *ListSupportedAddonsOutput
- func (s *ListSupportedAddonsOutput) SetTotalCount(v int32) *ListSupportedAddonsOutput
- func (s ListSupportedAddonsOutput) String() string
- type ListSupportedResourceTypesInput
- func (s ListSupportedResourceTypesInput) GoString() string
- func (s *ListSupportedResourceTypesInput) SetFilter(v *FilterForListSupportedResourceTypesInput) *ListSupportedResourceTypesInput
- func (s *ListSupportedResourceTypesInput) SetPageNumber(v int32) *ListSupportedResourceTypesInput
- func (s *ListSupportedResourceTypesInput) SetPageSize(v int32) *ListSupportedResourceTypesInput
- func (s ListSupportedResourceTypesInput) String() string
- type ListSupportedResourceTypesOutput
- func (s ListSupportedResourceTypesOutput) GoString() string
- func (s *ListSupportedResourceTypesOutput) SetItems(v []*ItemForListSupportedResourceTypesOutput) *ListSupportedResourceTypesOutput
- func (s *ListSupportedResourceTypesOutput) SetPageNumber(v int32) *ListSupportedResourceTypesOutput
- func (s *ListSupportedResourceTypesOutput) SetPageSize(v int32) *ListSupportedResourceTypesOutput
- func (s *ListSupportedResourceTypesOutput) SetTotalCount(v int32) *ListSupportedResourceTypesOutput
- func (s ListSupportedResourceTypesOutput) String() string
- type ListTagsForResourceInput
- func (s ListTagsForResourceInput) GoString() string
- func (s *ListTagsForResourceInput) SetMaxResults(v int32) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetResourceIds(v []*string) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetResourceType(v string) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetTagFilters(v []*TagFilterForListTagsForResourceInput) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetType(v string) *ListTagsForResourceInput
- func (s ListTagsForResourceInput) String() string
- type ListTagsForResourceOutput
- func (s ListTagsForResourceOutput) GoString() string
- func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput
- func (s *ListTagsForResourceOutput) SetResourceTags(v []*ResourceTagForListTagsForResourceOutput) *ListTagsForResourceOutput
- func (s ListTagsForResourceOutput) String() string
- type LoginForCreateDefaultNodePoolInput
- func (s LoginForCreateDefaultNodePoolInput) GoString() string
- func (s *LoginForCreateDefaultNodePoolInput) SetPassword(v string) *LoginForCreateDefaultNodePoolInput
- func (s *LoginForCreateDefaultNodePoolInput) SetSshKeyPairName(v string) *LoginForCreateDefaultNodePoolInput
- func (s LoginForCreateDefaultNodePoolInput) String() string
- type LoginForCreateNodePoolInput
- type LoginForListNodePoolsOutput
- type LoginForUpdateNodePoolConfigInput
- func (s LoginForUpdateNodePoolConfigInput) GoString() string
- func (s *LoginForUpdateNodePoolConfigInput) SetPassword(v string) *LoginForUpdateNodePoolConfigInput
- func (s *LoginForUpdateNodePoolConfigInput) SetSshKeyPairName(v string) *LoginForUpdateNodePoolConfigInput
- func (s LoginForUpdateNodePoolConfigInput) String() string
- type NodeConfigForCreateDefaultNodePoolInput
- func (s NodeConfigForCreateDefaultNodePoolInput) GoString() string
- func (s *NodeConfigForCreateDefaultNodePoolInput) SetInitializeScript(v string) *NodeConfigForCreateDefaultNodePoolInput
- func (s *NodeConfigForCreateDefaultNodePoolInput) SetNamePrefix(v string) *NodeConfigForCreateDefaultNodePoolInput
- func (s *NodeConfigForCreateDefaultNodePoolInput) SetSecurity(v *SecurityForCreateDefaultNodePoolInput) *NodeConfigForCreateDefaultNodePoolInput
- func (s *NodeConfigForCreateDefaultNodePoolInput) SetTags(v []*TagForCreateDefaultNodePoolInput) *NodeConfigForCreateDefaultNodePoolInput
- func (s NodeConfigForCreateDefaultNodePoolInput) String() string
- type NodeConfigForCreateNodePoolInput
- func (s NodeConfigForCreateNodePoolInput) GoString() string
- func (s *NodeConfigForCreateNodePoolInput) SetAdditionalContainerStorageEnabled(v bool) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetAutoRenew(v bool) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetAutoRenewPeriod(v int32) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetDataVolumes(v []*DataVolumeForCreateNodePoolInput) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetImageId(v string) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetInitializeScript(v string) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetInstanceChargeType(v string) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetInstanceTypeIds(v []*string) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetNamePrefix(v string) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetPeriod(v int32) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetSecurity(v *SecurityForCreateNodePoolInput) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetSubnetIds(v []*string) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetSystemVolume(v *SystemVolumeForCreateNodePoolInput) *NodeConfigForCreateNodePoolInput
- func (s *NodeConfigForCreateNodePoolInput) SetTags(v []*TagForCreateNodePoolInput) *NodeConfigForCreateNodePoolInput
- func (s NodeConfigForCreateNodePoolInput) String() string
- type NodeConfigForListNodePoolsOutput
- func (s NodeConfigForListNodePoolsOutput) GoString() string
- func (s *NodeConfigForListNodePoolsOutput) SetAdditionalContainerStorageEnabled(v bool) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetAutoRenew(v bool) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetAutoRenewPeriod(v int32) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetDataVolumes(v []*DataVolumeForListNodePoolsOutput) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetImageId(v string) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetInitializeScript(v string) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetInstanceChargeType(v string) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetInstanceTypeIds(v []*string) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetNamePrefix(v string) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetPeriod(v int32) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetSecurity(v *SecurityForListNodePoolsOutput) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetSubnetIds(v []*string) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetSystemVolume(v *SystemVolumeForListNodePoolsOutput) *NodeConfigForListNodePoolsOutput
- func (s *NodeConfigForListNodePoolsOutput) SetTags(v []*TagForListNodePoolsOutput) *NodeConfigForListNodePoolsOutput
- func (s NodeConfigForListNodePoolsOutput) String() string
- type NodeConfigForUpdateNodePoolConfigInput
- func (s NodeConfigForUpdateNodePoolConfigInput) GoString() string
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetAdditionalContainerStorageEnabled(v bool) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetAutoRenew(v bool) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetAutoRenewPeriod(v int32) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetDataVolumes(v []*DataVolumeForUpdateNodePoolConfigInput) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetInitializeScript(v string) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetInstanceTypeIds(v []*string) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetNamePrefix(v string) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetPeriod(v int32) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetSecurity(v *SecurityForUpdateNodePoolConfigInput) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetSubnetIds(v []*string) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetSystemVolume(v *SystemVolumeForUpdateNodePoolConfigInput) *NodeConfigForUpdateNodePoolConfigInput
- func (s *NodeConfigForUpdateNodePoolConfigInput) SetTags(v []*TagForUpdateNodePoolConfigInput) *NodeConfigForUpdateNodePoolConfigInput
- func (s NodeConfigForUpdateNodePoolConfigInput) String() string
- type NodeStatisticsForListClustersOutput
- func (s NodeStatisticsForListClustersOutput) GoString() string
- func (s *NodeStatisticsForListClustersOutput) SetCreatingCount(v int32) *NodeStatisticsForListClustersOutput
- func (s *NodeStatisticsForListClustersOutput) SetDeletingCount(v int32) *NodeStatisticsForListClustersOutput
- func (s *NodeStatisticsForListClustersOutput) SetFailedCount(v int32) *NodeStatisticsForListClustersOutput
- func (s *NodeStatisticsForListClustersOutput) SetRunningCount(v int32) *NodeStatisticsForListClustersOutput
- func (s *NodeStatisticsForListClustersOutput) SetTotalCount(v int32) *NodeStatisticsForListClustersOutput
- func (s *NodeStatisticsForListClustersOutput) SetUpdatingCount(v int32) *NodeStatisticsForListClustersOutput
- func (s NodeStatisticsForListClustersOutput) String() string
- type NodeStatisticsForListNodePoolsOutput
- func (s NodeStatisticsForListNodePoolsOutput) GoString() string
- func (s *NodeStatisticsForListNodePoolsOutput) SetCreatingCount(v int32) *NodeStatisticsForListNodePoolsOutput
- func (s *NodeStatisticsForListNodePoolsOutput) SetDeletingCount(v int32) *NodeStatisticsForListNodePoolsOutput
- func (s *NodeStatisticsForListNodePoolsOutput) SetFailedCount(v int32) *NodeStatisticsForListNodePoolsOutput
- func (s *NodeStatisticsForListNodePoolsOutput) SetRunningCount(v int32) *NodeStatisticsForListNodePoolsOutput
- func (s *NodeStatisticsForListNodePoolsOutput) SetTotalCount(v int32) *NodeStatisticsForListNodePoolsOutput
- func (s *NodeStatisticsForListNodePoolsOutput) SetUpdatingCount(v int32) *NodeStatisticsForListNodePoolsOutput
- func (s NodeStatisticsForListNodePoolsOutput) String() string
- type PodsConfigForCreateClusterInput
- func (s PodsConfigForCreateClusterInput) GoString() string
- func (s *PodsConfigForCreateClusterInput) SetFlannelConfig(v *FlannelConfigForCreateClusterInput) *PodsConfigForCreateClusterInput
- func (s *PodsConfigForCreateClusterInput) SetPodNetworkMode(v string) *PodsConfigForCreateClusterInput
- func (s *PodsConfigForCreateClusterInput) SetVpcCniConfig(v *VpcCniConfigForCreateClusterInput) *PodsConfigForCreateClusterInput
- func (s PodsConfigForCreateClusterInput) String() string
- type PodsConfigForListClustersOutput
- func (s PodsConfigForListClustersOutput) GoString() string
- func (s *PodsConfigForListClustersOutput) SetFlannelConfig(v *FlannelConfigForListClustersOutput) *PodsConfigForListClustersOutput
- func (s *PodsConfigForListClustersOutput) SetPodNetworkMode(v string) *PodsConfigForListClustersOutput
- func (s *PodsConfigForListClustersOutput) SetVpcCniConfig(v *VpcCniConfigForListClustersOutput) *PodsConfigForListClustersOutput
- func (s PodsConfigForListClustersOutput) String() string
- type PrivateIpForListClustersOutput
- type PublicAccessNetworkConfigForCreateClusterInput
- type PublicAccessNetworkConfigForListClustersOutput
- func (s PublicAccessNetworkConfigForListClustersOutput) GoString() string
- func (s *PublicAccessNetworkConfigForListClustersOutput) SetBandwidth(v int32) *PublicAccessNetworkConfigForListClustersOutput
- func (s *PublicAccessNetworkConfigForListClustersOutput) SetBillingType(v int32) *PublicAccessNetworkConfigForListClustersOutput
- func (s *PublicAccessNetworkConfigForListClustersOutput) SetIsp(v string) *PublicAccessNetworkConfigForListClustersOutput
- func (s PublicAccessNetworkConfigForListClustersOutput) String() string
- type PublicAccessNetworkConfigForUpdateClusterConfigInput
- func (s PublicAccessNetworkConfigForUpdateClusterConfigInput) GoString() string
- func (s *PublicAccessNetworkConfigForUpdateClusterConfigInput) SetBandwidth(v int32) *PublicAccessNetworkConfigForUpdateClusterConfigInput
- func (s *PublicAccessNetworkConfigForUpdateClusterConfigInput) SetBillingType(v int32) *PublicAccessNetworkConfigForUpdateClusterConfigInput
- func (s *PublicAccessNetworkConfigForUpdateClusterConfigInput) SetIsp(v string) *PublicAccessNetworkConfigForUpdateClusterConfigInput
- func (s PublicAccessNetworkConfigForUpdateClusterConfigInput) String() string
- type PublicIpForListClustersOutput
- type ResourceTagForListTagsForResourceOutput
- func (s ResourceTagForListTagsForResourceOutput) GoString() string
- func (s *ResourceTagForListTagsForResourceOutput) SetResourceId(v string) *ResourceTagForListTagsForResourceOutput
- func (s *ResourceTagForListTagsForResourceOutput) SetResourceType(v string) *ResourceTagForListTagsForResourceOutput
- func (s *ResourceTagForListTagsForResourceOutput) SetTagKey(v string) *ResourceTagForListTagsForResourceOutput
- func (s *ResourceTagForListTagsForResourceOutput) SetTagValue(v string) *ResourceTagForListTagsForResourceOutput
- func (s *ResourceTagForListTagsForResourceOutput) SetType(v string) *ResourceTagForListTagsForResourceOutput
- func (s ResourceTagForListTagsForResourceOutput) String() string
- type SecurityForCreateDefaultNodePoolInput
- func (s SecurityForCreateDefaultNodePoolInput) GoString() string
- func (s *SecurityForCreateDefaultNodePoolInput) SetLogin(v *LoginForCreateDefaultNodePoolInput) *SecurityForCreateDefaultNodePoolInput
- func (s *SecurityForCreateDefaultNodePoolInput) SetSecurityGroupIds(v []*string) *SecurityForCreateDefaultNodePoolInput
- func (s *SecurityForCreateDefaultNodePoolInput) SetSecurityStrategies(v []*string) *SecurityForCreateDefaultNodePoolInput
- func (s SecurityForCreateDefaultNodePoolInput) String() string
- type SecurityForCreateNodePoolInput
- func (s SecurityForCreateNodePoolInput) GoString() string
- func (s *SecurityForCreateNodePoolInput) SetLogin(v *LoginForCreateNodePoolInput) *SecurityForCreateNodePoolInput
- func (s *SecurityForCreateNodePoolInput) SetSecurityGroupIds(v []*string) *SecurityForCreateNodePoolInput
- func (s *SecurityForCreateNodePoolInput) SetSecurityStrategies(v []*string) *SecurityForCreateNodePoolInput
- func (s SecurityForCreateNodePoolInput) String() string
- type SecurityForListNodePoolsOutput
- func (s SecurityForListNodePoolsOutput) GoString() string
- func (s *SecurityForListNodePoolsOutput) SetLogin(v *LoginForListNodePoolsOutput) *SecurityForListNodePoolsOutput
- func (s *SecurityForListNodePoolsOutput) SetSecurityGroupIds(v []*string) *SecurityForListNodePoolsOutput
- func (s *SecurityForListNodePoolsOutput) SetSecurityStrategies(v []*string) *SecurityForListNodePoolsOutput
- func (s *SecurityForListNodePoolsOutput) SetSecurityStrategyEnabled(v bool) *SecurityForListNodePoolsOutput
- func (s SecurityForListNodePoolsOutput) String() string
- type SecurityForUpdateNodePoolConfigInput
- func (s SecurityForUpdateNodePoolConfigInput) GoString() string
- func (s *SecurityForUpdateNodePoolConfigInput) SetLogin(v *LoginForUpdateNodePoolConfigInput) *SecurityForUpdateNodePoolConfigInput
- func (s *SecurityForUpdateNodePoolConfigInput) SetSecurityGroupIds(v []*string) *SecurityForUpdateNodePoolConfigInput
- func (s *SecurityForUpdateNodePoolConfigInput) SetSecurityStrategies(v []*string) *SecurityForUpdateNodePoolConfigInput
- func (s SecurityForUpdateNodePoolConfigInput) String() string
- type ServicesConfigForCreateClusterInput
- type ServicesConfigForListClustersOutput
- type StatusForListAddonsInput
- type StatusForListAddonsOutput
- type StatusForListClustersInput
- type StatusForListClustersOutput
- func (s StatusForListClustersOutput) GoString() string
- func (s *StatusForListClustersOutput) SetConditions(v []*ConditionForListClustersOutput) *StatusForListClustersOutput
- func (s *StatusForListClustersOutput) SetPhase(v string) *StatusForListClustersOutput
- func (s StatusForListClustersOutput) String() string
- type StatusForListNodePoolsInput
- type StatusForListNodePoolsOutput
- func (s StatusForListNodePoolsOutput) GoString() string
- func (s *StatusForListNodePoolsOutput) SetConditions(v []*ConditionForListNodePoolsOutput) *StatusForListNodePoolsOutput
- func (s *StatusForListNodePoolsOutput) SetPhase(v string) *StatusForListNodePoolsOutput
- func (s StatusForListNodePoolsOutput) String() string
- type StatusForListNodesInput
- type StatusForListNodesOutput
- type SystemVolumeForCreateNodePoolInput
- func (s SystemVolumeForCreateNodePoolInput) GoString() string
- func (s *SystemVolumeForCreateNodePoolInput) SetSize(v int32) *SystemVolumeForCreateNodePoolInput
- func (s *SystemVolumeForCreateNodePoolInput) SetType(v string) *SystemVolumeForCreateNodePoolInput
- func (s SystemVolumeForCreateNodePoolInput) String() string
- type SystemVolumeForListNodePoolsOutput
- func (s SystemVolumeForListNodePoolsOutput) GoString() string
- func (s *SystemVolumeForListNodePoolsOutput) SetSize(v int32) *SystemVolumeForListNodePoolsOutput
- func (s *SystemVolumeForListNodePoolsOutput) SetType(v string) *SystemVolumeForListNodePoolsOutput
- func (s SystemVolumeForListNodePoolsOutput) String() string
- type SystemVolumeForUpdateNodePoolConfigInput
- func (s SystemVolumeForUpdateNodePoolConfigInput) GoString() string
- func (s *SystemVolumeForUpdateNodePoolConfigInput) SetSize(v int32) *SystemVolumeForUpdateNodePoolConfigInput
- func (s *SystemVolumeForUpdateNodePoolConfigInput) SetType(v string) *SystemVolumeForUpdateNodePoolConfigInput
- func (s SystemVolumeForUpdateNodePoolConfigInput) String() string
- type TagFilterForListTagsForResourceInput
- func (s TagFilterForListTagsForResourceInput) GoString() string
- func (s *TagFilterForListTagsForResourceInput) SetKey(v string) *TagFilterForListTagsForResourceInput
- func (s *TagFilterForListTagsForResourceInput) SetValues(v []*string) *TagFilterForListTagsForResourceInput
- func (s TagFilterForListTagsForResourceInput) String() string
- type TagForCreateClusterInput
- type TagForCreateDefaultNodePoolInput
- func (s TagForCreateDefaultNodePoolInput) GoString() string
- func (s *TagForCreateDefaultNodePoolInput) SetKey(v string) *TagForCreateDefaultNodePoolInput
- func (s *TagForCreateDefaultNodePoolInput) SetValue(v string) *TagForCreateDefaultNodePoolInput
- func (s TagForCreateDefaultNodePoolInput) String() string
- type TagForCreateNodePoolInput
- type TagForListClustersInput
- type TagForListClustersOutput
- func (s TagForListClustersOutput) GoString() string
- func (s *TagForListClustersOutput) SetKey(v string) *TagForListClustersOutput
- func (s *TagForListClustersOutput) SetType(v string) *TagForListClustersOutput
- func (s *TagForListClustersOutput) SetValue(v string) *TagForListClustersOutput
- func (s TagForListClustersOutput) String() string
- type TagForListNodePoolsOutput
- type TagForTagResourcesInput
- type TagForUpdateNodePoolConfigInput
- func (s TagForUpdateNodePoolConfigInput) GoString() string
- func (s *TagForUpdateNodePoolConfigInput) SetKey(v string) *TagForUpdateNodePoolConfigInput
- func (s *TagForUpdateNodePoolConfigInput) SetValue(v string) *TagForUpdateNodePoolConfigInput
- func (s TagForUpdateNodePoolConfigInput) String() string
- type TagResourcesInput
- func (s TagResourcesInput) GoString() string
- func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
- func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
- func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
- func (s TagResourcesInput) String() string
- type TagResourcesOutput
- type TaintForCreateDefaultNodePoolInput
- func (s TaintForCreateDefaultNodePoolInput) GoString() string
- func (s *TaintForCreateDefaultNodePoolInput) SetEffect(v string) *TaintForCreateDefaultNodePoolInput
- func (s *TaintForCreateDefaultNodePoolInput) SetKey(v string) *TaintForCreateDefaultNodePoolInput
- func (s *TaintForCreateDefaultNodePoolInput) SetValue(v string) *TaintForCreateDefaultNodePoolInput
- func (s TaintForCreateDefaultNodePoolInput) String() string
- type TaintForCreateNodePoolInput
- func (s TaintForCreateNodePoolInput) GoString() string
- func (s *TaintForCreateNodePoolInput) SetEffect(v string) *TaintForCreateNodePoolInput
- func (s *TaintForCreateNodePoolInput) SetKey(v string) *TaintForCreateNodePoolInput
- func (s *TaintForCreateNodePoolInput) SetValue(v string) *TaintForCreateNodePoolInput
- func (s TaintForCreateNodePoolInput) String() string
- type TaintForCreateNodesInput
- func (s TaintForCreateNodesInput) GoString() string
- func (s *TaintForCreateNodesInput) SetEffect(v string) *TaintForCreateNodesInput
- func (s *TaintForCreateNodesInput) SetKey(v string) *TaintForCreateNodesInput
- func (s *TaintForCreateNodesInput) SetValue(v string) *TaintForCreateNodesInput
- func (s TaintForCreateNodesInput) String() string
- type TaintForListNodePoolsOutput
- func (s TaintForListNodePoolsOutput) GoString() string
- func (s *TaintForListNodePoolsOutput) SetEffect(v string) *TaintForListNodePoolsOutput
- func (s *TaintForListNodePoolsOutput) SetKey(v string) *TaintForListNodePoolsOutput
- func (s *TaintForListNodePoolsOutput) SetValue(v string) *TaintForListNodePoolsOutput
- func (s TaintForListNodePoolsOutput) String() string
- type TaintForListNodesOutput
- func (s TaintForListNodesOutput) GoString() string
- func (s *TaintForListNodesOutput) SetEffect(v string) *TaintForListNodesOutput
- func (s *TaintForListNodesOutput) SetKey(v string) *TaintForListNodesOutput
- func (s *TaintForListNodesOutput) SetValue(v string) *TaintForListNodesOutput
- func (s TaintForListNodesOutput) String() string
- type TaintForUpdateNodePoolConfigInput
- func (s TaintForUpdateNodePoolConfigInput) GoString() string
- func (s *TaintForUpdateNodePoolConfigInput) SetEffect(v string) *TaintForUpdateNodePoolConfigInput
- func (s *TaintForUpdateNodePoolConfigInput) SetKey(v string) *TaintForUpdateNodePoolConfigInput
- func (s *TaintForUpdateNodePoolConfigInput) SetValue(v string) *TaintForUpdateNodePoolConfigInput
- func (s TaintForUpdateNodePoolConfigInput) String() string
- type UntagResourcesInput
- func (s UntagResourcesInput) GoString() string
- func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
- func (s UntagResourcesInput) String() string
- type UntagResourcesOutput
- type UpdateAddonConfigInput
- func (s UpdateAddonConfigInput) GoString() string
- func (s *UpdateAddonConfigInput) SetClientToken(v string) *UpdateAddonConfigInput
- func (s *UpdateAddonConfigInput) SetClusterId(v string) *UpdateAddonConfigInput
- func (s *UpdateAddonConfigInput) SetConfig(v string) *UpdateAddonConfigInput
- func (s *UpdateAddonConfigInput) SetName(v string) *UpdateAddonConfigInput
- func (s UpdateAddonConfigInput) String() string
- type UpdateAddonConfigOutput
- type UpdateAddonVersionInput
- func (s UpdateAddonVersionInput) GoString() string
- func (s *UpdateAddonVersionInput) SetClientToken(v string) *UpdateAddonVersionInput
- func (s *UpdateAddonVersionInput) SetClusterId(v string) *UpdateAddonVersionInput
- func (s *UpdateAddonVersionInput) SetName(v string) *UpdateAddonVersionInput
- func (s *UpdateAddonVersionInput) SetVersion(v string) *UpdateAddonVersionInput
- func (s UpdateAddonVersionInput) String() string
- type UpdateAddonVersionOutput
- type UpdateClusterConfigInput
- func (s UpdateClusterConfigInput) GoString() string
- func (s *UpdateClusterConfigInput) SetClientToken(v string) *UpdateClusterConfigInput
- func (s *UpdateClusterConfigInput) SetClusterConfig(v *ClusterConfigForUpdateClusterConfigInput) *UpdateClusterConfigInput
- func (s *UpdateClusterConfigInput) SetDeleteProtectionEnabled(v bool) *UpdateClusterConfigInput
- func (s *UpdateClusterConfigInput) SetDescription(v string) *UpdateClusterConfigInput
- func (s *UpdateClusterConfigInput) SetId(v string) *UpdateClusterConfigInput
- func (s *UpdateClusterConfigInput) SetName(v string) *UpdateClusterConfigInput
- func (s UpdateClusterConfigInput) String() string
- type UpdateClusterConfigOutput
- type UpdateNodePoolConfigInput
- func (s UpdateNodePoolConfigInput) GoString() string
- func (s *UpdateNodePoolConfigInput) SetAutoScaling(v *AutoScalingForUpdateNodePoolConfigInput) *UpdateNodePoolConfigInput
- func (s *UpdateNodePoolConfigInput) SetClientToken(v string) *UpdateNodePoolConfigInput
- func (s *UpdateNodePoolConfigInput) SetClusterId(v string) *UpdateNodePoolConfigInput
- func (s *UpdateNodePoolConfigInput) SetId(v string) *UpdateNodePoolConfigInput
- func (s *UpdateNodePoolConfigInput) SetKubernetesConfig(v *KubernetesConfigForUpdateNodePoolConfigInput) *UpdateNodePoolConfigInput
- func (s *UpdateNodePoolConfigInput) SetName(v string) *UpdateNodePoolConfigInput
- func (s *UpdateNodePoolConfigInput) SetNodeConfig(v *NodeConfigForUpdateNodePoolConfigInput) *UpdateNodePoolConfigInput
- func (s UpdateNodePoolConfigInput) String() string
- type UpdateNodePoolConfigOutput
- type VKE
- func (c *VKE) CreateAddon(input *CreateAddonInput) (*CreateAddonOutput, error)
- func (c *VKE) CreateAddonCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) CreateAddonCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) CreateAddonCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) CreateAddonRequest(input *CreateAddonInput) (req *request.Request, output *CreateAddonOutput)
- func (c *VKE) CreateAddonWithContext(ctx volcengine.Context, input *CreateAddonInput, opts ...request.Option) (*CreateAddonOutput, error)
- func (c *VKE) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error)
- func (c *VKE) CreateClusterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) CreateClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) CreateClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput)
- func (c *VKE) CreateClusterWithContext(ctx volcengine.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error)
- func (c *VKE) CreateDefaultNodePool(input *CreateDefaultNodePoolInput) (*CreateDefaultNodePoolOutput, error)
- func (c *VKE) CreateDefaultNodePoolCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) CreateDefaultNodePoolCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) CreateDefaultNodePoolCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) CreateDefaultNodePoolRequest(input *CreateDefaultNodePoolInput) (req *request.Request, output *CreateDefaultNodePoolOutput)
- func (c *VKE) CreateDefaultNodePoolWithContext(ctx volcengine.Context, input *CreateDefaultNodePoolInput, ...) (*CreateDefaultNodePoolOutput, error)
- func (c *VKE) CreateNodePool(input *CreateNodePoolInput) (*CreateNodePoolOutput, error)
- func (c *VKE) CreateNodePoolCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) CreateNodePoolCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) CreateNodePoolCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) CreateNodePoolRequest(input *CreateNodePoolInput) (req *request.Request, output *CreateNodePoolOutput)
- func (c *VKE) CreateNodePoolWithContext(ctx volcengine.Context, input *CreateNodePoolInput, opts ...request.Option) (*CreateNodePoolOutput, error)
- func (c *VKE) CreateNodes(input *CreateNodesInput) (*CreateNodesOutput, error)
- func (c *VKE) CreateNodesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) CreateNodesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) CreateNodesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) CreateNodesRequest(input *CreateNodesInput) (req *request.Request, output *CreateNodesOutput)
- func (c *VKE) CreateNodesWithContext(ctx volcengine.Context, input *CreateNodesInput, opts ...request.Option) (*CreateNodesOutput, error)
- func (c *VKE) DeleteAddon(input *DeleteAddonInput) (*DeleteAddonOutput, error)
- func (c *VKE) DeleteAddonCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) DeleteAddonCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) DeleteAddonCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) DeleteAddonRequest(input *DeleteAddonInput) (req *request.Request, output *DeleteAddonOutput)
- func (c *VKE) DeleteAddonWithContext(ctx volcengine.Context, input *DeleteAddonInput, opts ...request.Option) (*DeleteAddonOutput, error)
- func (c *VKE) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error)
- func (c *VKE) DeleteClusterCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) DeleteClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) DeleteClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput)
- func (c *VKE) DeleteClusterWithContext(ctx volcengine.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error)
- func (c *VKE) DeleteNodePool(input *DeleteNodePoolInput) (*DeleteNodePoolOutput, error)
- func (c *VKE) DeleteNodePoolCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) DeleteNodePoolCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) DeleteNodePoolCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) DeleteNodePoolRequest(input *DeleteNodePoolInput) (req *request.Request, output *DeleteNodePoolOutput)
- func (c *VKE) DeleteNodePoolWithContext(ctx volcengine.Context, input *DeleteNodePoolInput, opts ...request.Option) (*DeleteNodePoolOutput, error)
- func (c *VKE) DeleteNodes(input *DeleteNodesInput) (*DeleteNodesOutput, error)
- func (c *VKE) DeleteNodesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) DeleteNodesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) DeleteNodesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) DeleteNodesRequest(input *DeleteNodesInput) (req *request.Request, output *DeleteNodesOutput)
- func (c *VKE) DeleteNodesWithContext(ctx volcengine.Context, input *DeleteNodesInput, opts ...request.Option) (*DeleteNodesOutput, error)
- func (c *VKE) ForwardKubernetesApi(input *ForwardKubernetesApiInput) (*ForwardKubernetesApiOutput, error)
- func (c *VKE) ForwardKubernetesApiCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) ForwardKubernetesApiCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) ForwardKubernetesApiCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) ForwardKubernetesApiRequest(input *ForwardKubernetesApiInput) (req *request.Request, output *ForwardKubernetesApiOutput)
- func (c *VKE) ForwardKubernetesApiWithContext(ctx volcengine.Context, input *ForwardKubernetesApiInput, ...) (*ForwardKubernetesApiOutput, error)
- func (c *VKE) ListAddons(input *ListAddonsInput) (*ListAddonsOutput, error)
- func (c *VKE) ListAddonsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) ListAddonsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) ListAddonsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) ListAddonsRequest(input *ListAddonsInput) (req *request.Request, output *ListAddonsOutput)
- func (c *VKE) ListAddonsWithContext(ctx volcengine.Context, input *ListAddonsInput, opts ...request.Option) (*ListAddonsOutput, error)
- func (c *VKE) ListClusters(input *ListClustersInput) (*ListClustersOutput, error)
- func (c *VKE) ListClustersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) ListClustersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) ListClustersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput)
- func (c *VKE) ListClustersWithContext(ctx volcengine.Context, input *ListClustersInput, opts ...request.Option) (*ListClustersOutput, error)
- func (c *VKE) ListNodePools(input *ListNodePoolsInput) (*ListNodePoolsOutput, error)
- func (c *VKE) ListNodePoolsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) ListNodePoolsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) ListNodePoolsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) ListNodePoolsRequest(input *ListNodePoolsInput) (req *request.Request, output *ListNodePoolsOutput)
- func (c *VKE) ListNodePoolsWithContext(ctx volcengine.Context, input *ListNodePoolsInput, opts ...request.Option) (*ListNodePoolsOutput, error)
- func (c *VKE) ListNodes(input *ListNodesInput) (*ListNodesOutput, error)
- func (c *VKE) ListNodesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) ListNodesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) ListNodesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) ListNodesRequest(input *ListNodesInput) (req *request.Request, output *ListNodesOutput)
- func (c *VKE) ListNodesWithContext(ctx volcengine.Context, input *ListNodesInput, opts ...request.Option) (*ListNodesOutput, error)
- func (c *VKE) ListSupportedAddons(input *ListSupportedAddonsInput) (*ListSupportedAddonsOutput, error)
- func (c *VKE) ListSupportedAddonsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) ListSupportedAddonsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) ListSupportedAddonsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) ListSupportedAddonsRequest(input *ListSupportedAddonsInput) (req *request.Request, output *ListSupportedAddonsOutput)
- func (c *VKE) ListSupportedAddonsWithContext(ctx volcengine.Context, input *ListSupportedAddonsInput, ...) (*ListSupportedAddonsOutput, error)
- func (c *VKE) ListSupportedResourceTypes(input *ListSupportedResourceTypesInput) (*ListSupportedResourceTypesOutput, error)
- func (c *VKE) ListSupportedResourceTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) ListSupportedResourceTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) ListSupportedResourceTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) ListSupportedResourceTypesRequest(input *ListSupportedResourceTypesInput) (req *request.Request, output *ListSupportedResourceTypesOutput)
- func (c *VKE) ListSupportedResourceTypesWithContext(ctx volcengine.Context, input *ListSupportedResourceTypesInput, ...) (*ListSupportedResourceTypesOutput, error)
- func (c *VKE) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *VKE) ListTagsForResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) ListTagsForResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) ListTagsForResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *VKE) ListTagsForResourceWithContext(ctx volcengine.Context, input *ListTagsForResourceInput, ...) (*ListTagsForResourceOutput, error)
- func (c *VKE) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
- func (c *VKE) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
- func (c *VKE) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
- func (c *VKE) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
- func (c *VKE) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
- func (c *VKE) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
- func (c *VKE) UpdateAddonConfig(input *UpdateAddonConfigInput) (*UpdateAddonConfigOutput, error)
- func (c *VKE) UpdateAddonConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) UpdateAddonConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) UpdateAddonConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) UpdateAddonConfigRequest(input *UpdateAddonConfigInput) (req *request.Request, output *UpdateAddonConfigOutput)
- func (c *VKE) UpdateAddonConfigWithContext(ctx volcengine.Context, input *UpdateAddonConfigInput, opts ...request.Option) (*UpdateAddonConfigOutput, error)
- func (c *VKE) UpdateAddonVersion(input *UpdateAddonVersionInput) (*UpdateAddonVersionOutput, error)
- func (c *VKE) UpdateAddonVersionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) UpdateAddonVersionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) UpdateAddonVersionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) UpdateAddonVersionRequest(input *UpdateAddonVersionInput) (req *request.Request, output *UpdateAddonVersionOutput)
- func (c *VKE) UpdateAddonVersionWithContext(ctx volcengine.Context, input *UpdateAddonVersionInput, opts ...request.Option) (*UpdateAddonVersionOutput, error)
- func (c *VKE) UpdateClusterConfig(input *UpdateClusterConfigInput) (*UpdateClusterConfigOutput, error)
- func (c *VKE) UpdateClusterConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) UpdateClusterConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) UpdateClusterConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) UpdateClusterConfigRequest(input *UpdateClusterConfigInput) (req *request.Request, output *UpdateClusterConfigOutput)
- func (c *VKE) UpdateClusterConfigWithContext(ctx volcengine.Context, input *UpdateClusterConfigInput, ...) (*UpdateClusterConfigOutput, error)
- func (c *VKE) UpdateNodePoolConfig(input *UpdateNodePoolConfigInput) (*UpdateNodePoolConfigOutput, error)
- func (c *VKE) UpdateNodePoolConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VKE) UpdateNodePoolConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VKE) UpdateNodePoolConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VKE) UpdateNodePoolConfigRequest(input *UpdateNodePoolConfigInput) (req *request.Request, output *UpdateNodePoolConfigOutput)
- func (c *VKE) UpdateNodePoolConfigWithContext(ctx volcengine.Context, input *UpdateNodePoolConfigInput, ...) (*UpdateNodePoolConfigOutput, error)
- type VKEAPI
- type VersionForListSupportedAddonsOutput
- func (s VersionForListSupportedAddonsOutput) GoString() string
- func (s *VersionForListSupportedAddonsOutput) SetCompatibleVersions(v []*string) *VersionForListSupportedAddonsOutput
- func (s *VersionForListSupportedAddonsOutput) SetVersion(v string) *VersionForListSupportedAddonsOutput
- func (s VersionForListSupportedAddonsOutput) String() string
- type VpcCniConfigForCreateClusterInput
- type VpcCniConfigForListClustersOutput
Constants ¶
const ( // EnumOfDeployModeForCreateAddonInputManaged is a EnumOfDeployModeForCreateAddonInput enum value EnumOfDeployModeForCreateAddonInputManaged = "Managed" // EnumOfDeployModeForCreateAddonInputUnmanaged is a EnumOfDeployModeForCreateAddonInput enum value EnumOfDeployModeForCreateAddonInputUnmanaged = "Unmanaged" )
const ( // EnumOfPodNetworkModeForCreateClusterInputCalicoBgp is a EnumOfPodNetworkModeForCreateClusterInput enum value EnumOfPodNetworkModeForCreateClusterInputCalicoBgp = "CalicoBgp" // EnumOfPodNetworkModeForCreateClusterInputCalicoVxlan is a EnumOfPodNetworkModeForCreateClusterInput enum value EnumOfPodNetworkModeForCreateClusterInputCalicoVxlan = "CalicoVxlan" // EnumOfPodNetworkModeForCreateClusterInputCarma is a EnumOfPodNetworkModeForCreateClusterInput enum value EnumOfPodNetworkModeForCreateClusterInputCarma = "Carma" // EnumOfPodNetworkModeForCreateClusterInputCilium is a EnumOfPodNetworkModeForCreateClusterInput enum value EnumOfPodNetworkModeForCreateClusterInputCilium = "Cilium" // EnumOfPodNetworkModeForCreateClusterInputDefault is a EnumOfPodNetworkModeForCreateClusterInput enum value EnumOfPodNetworkModeForCreateClusterInputDefault = "Default" // EnumOfPodNetworkModeForCreateClusterInputFlannel is a EnumOfPodNetworkModeForCreateClusterInput enum value EnumOfPodNetworkModeForCreateClusterInputFlannel = "Flannel" // EnumOfPodNetworkModeForCreateClusterInputKubeOvn is a EnumOfPodNetworkModeForCreateClusterInput enum value EnumOfPodNetworkModeForCreateClusterInputKubeOvn = "KubeOvn" // EnumOfPodNetworkModeForCreateClusterInputVpcCniDedicated is a EnumOfPodNetworkModeForCreateClusterInput enum value EnumOfPodNetworkModeForCreateClusterInputVpcCniDedicated = "VpcCniDedicated" EnumOfPodNetworkModeForCreateClusterInputVpcCniShared = "VpcCniShared" )
const ( // EnumOfEffectForCreateDefaultNodePoolInputNoExecute is a EnumOfEffectForCreateDefaultNodePoolInput enum value EnumOfEffectForCreateDefaultNodePoolInputNoExecute = "NoExecute" // EnumOfEffectForCreateDefaultNodePoolInputNoSchedule is a EnumOfEffectForCreateDefaultNodePoolInput enum value EnumOfEffectForCreateDefaultNodePoolInputNoSchedule = "NoSchedule" // EnumOfEffectForCreateDefaultNodePoolInputPreferNoSchedule is a EnumOfEffectForCreateDefaultNodePoolInput enum value EnumOfEffectForCreateDefaultNodePoolInputPreferNoSchedule = "PreferNoSchedule" )
const ( // EnumOfEffectForCreateNodePoolInputNoExecute is a EnumOfEffectForCreateNodePoolInput enum value EnumOfEffectForCreateNodePoolInputNoExecute = "NoExecute" // EnumOfEffectForCreateNodePoolInputNoSchedule is a EnumOfEffectForCreateNodePoolInput enum value EnumOfEffectForCreateNodePoolInputNoSchedule = "NoSchedule" // EnumOfEffectForCreateNodePoolInputPreferNoSchedule is a EnumOfEffectForCreateNodePoolInput enum value EnumOfEffectForCreateNodePoolInputPreferNoSchedule = "PreferNoSchedule" )
const ( // EnumOfInstanceChargeTypeForCreateNodePoolInputPostPaid is a EnumOfInstanceChargeTypeForCreateNodePoolInput enum value EnumOfInstanceChargeTypeForCreateNodePoolInputPostPaid = "PostPaid" // EnumOfInstanceChargeTypeForCreateNodePoolInputPrePaid is a EnumOfInstanceChargeTypeForCreateNodePoolInput enum value EnumOfInstanceChargeTypeForCreateNodePoolInputPrePaid = "PrePaid" )
const ( // EnumOfTypeForCreateNodePoolInputEssd is a EnumOfTypeForCreateNodePoolInput enum value EnumOfTypeForCreateNodePoolInputEssd = "ESSD" // EnumOfTypeForCreateNodePoolInputEssdFlexPl is a EnumOfTypeForCreateNodePoolInput enum value EnumOfTypeForCreateNodePoolInputEssdFlexPl = "ESSD_FlexPL" // EnumOfTypeForCreateNodePoolInputEssdPl0 is a EnumOfTypeForCreateNodePoolInput enum value EnumOfTypeForCreateNodePoolInputEssdPl0 = "ESSD_PL0" // EnumOfTypeForCreateNodePoolInputEssdPl1 is a EnumOfTypeForCreateNodePoolInput enum value EnumOfTypeForCreateNodePoolInputEssdPl1 = "ESSD_PL1" // EnumOfTypeForCreateNodePoolInputPtssd is a EnumOfTypeForCreateNodePoolInput enum value EnumOfTypeForCreateNodePoolInputPtssd = "PTSSD" )
const ( // EnumOfEffectForCreateNodesInputNoExecute is a EnumOfEffectForCreateNodesInput enum value EnumOfEffectForCreateNodesInputNoExecute = "NoExecute" // EnumOfEffectForCreateNodesInputNoSchedule is a EnumOfEffectForCreateNodesInput enum value EnumOfEffectForCreateNodesInputNoSchedule = "NoSchedule" // EnumOfEffectForCreateNodesInputPreferNoSchedule is a EnumOfEffectForCreateNodesInput enum value EnumOfEffectForCreateNodesInputPreferNoSchedule = "PreferNoSchedule" )
const ( // EnumOfCascadingDeleteResourceListForDeleteClusterInputClb is a EnumOfCascadingDeleteResourceListForDeleteClusterInput enum value EnumOfCascadingDeleteResourceListForDeleteClusterInputClb = "Clb" // EnumOfCascadingDeleteResourceListForDeleteClusterInputDefaultNodePoolResource is a EnumOfCascadingDeleteResourceListForDeleteClusterInput enum value EnumOfCascadingDeleteResourceListForDeleteClusterInputDefaultNodePoolResource = "DefaultNodePoolResource" // EnumOfCascadingDeleteResourceListForDeleteClusterInputNat is a EnumOfCascadingDeleteResourceListForDeleteClusterInput enum value EnumOfCascadingDeleteResourceListForDeleteClusterInputNat = "Nat" // EnumOfCascadingDeleteResourceListForDeleteClusterInputNodePoolResource is a EnumOfCascadingDeleteResourceListForDeleteClusterInput enum value EnumOfCascadingDeleteResourceListForDeleteClusterInputNodePoolResource = "NodePoolResource" // EnumOfCascadingDeleteResourceListForDeleteClusterInputTryBest is a EnumOfCascadingDeleteResourceListForDeleteClusterInput enum value EnumOfCascadingDeleteResourceListForDeleteClusterInputTryBest = "TryBest" )
const ( // EnumOfConditionsTypeForListAddonsInputClusterNotRunning is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputClusterNotRunning = "ClusterNotRunning" // EnumOfConditionsTypeForListAddonsInputClusterVersionUpgrading is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputClusterVersionUpgrading = "ClusterVersionUpgrading" // EnumOfConditionsTypeForListAddonsInputCrashLoopBackOff is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputCrashLoopBackOff = "CrashLoopBackOff" // EnumOfConditionsTypeForListAddonsInputDegraded is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputDegraded = "Degraded" // EnumOfConditionsTypeForListAddonsInputImagePullBackOff is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputImagePullBackOff = "ImagePullBackOff" // EnumOfConditionsTypeForListAddonsInputNameConflict is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputNameConflict = "NameConflict" // EnumOfConditionsTypeForListAddonsInputOk is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputOk = "Ok" // EnumOfConditionsTypeForListAddonsInputProgressing is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputProgressing = "Progressing" // EnumOfConditionsTypeForListAddonsInputResourceCleanupFailed is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputResourceCleanupFailed = "ResourceCleanupFailed" // EnumOfConditionsTypeForListAddonsInputSchedulingFailed is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputSchedulingFailed = "SchedulingFailed" // EnumOfConditionsTypeForListAddonsInputUnknown is a EnumOfConditionsTypeForListAddonsInput enum value EnumOfConditionsTypeForListAddonsInputUnknown = "Unknown" )
const ( // EnumOfDeployModeListForListAddonsInputManaged is a EnumOfDeployModeListForListAddonsInput enum value EnumOfDeployModeListForListAddonsInputManaged = "Managed" // EnumOfDeployModeListForListAddonsInputUnmanaged is a EnumOfDeployModeListForListAddonsInput enum value EnumOfDeployModeListForListAddonsInputUnmanaged = "Unmanaged" )
const ( // EnumOfDeployNodeTypeListForListAddonsInputNode is a EnumOfDeployNodeTypeListForListAddonsInput enum value EnumOfDeployNodeTypeListForListAddonsInputNode = "Node" // EnumOfDeployNodeTypeListForListAddonsInputVirtualNode is a EnumOfDeployNodeTypeListForListAddonsInput enum value EnumOfDeployNodeTypeListForListAddonsInputVirtualNode = "VirtualNode" )
const ( // EnumOfPhaseForListAddonsInputCreating is a EnumOfPhaseForListAddonsInput enum value EnumOfPhaseForListAddonsInputCreating = "Creating" // EnumOfPhaseForListAddonsInputDeleting is a EnumOfPhaseForListAddonsInput enum value EnumOfPhaseForListAddonsInputDeleting = "Deleting" // EnumOfPhaseForListAddonsInputFailed is a EnumOfPhaseForListAddonsInput enum value EnumOfPhaseForListAddonsInputFailed = "Failed" // EnumOfPhaseForListAddonsInputNone is a EnumOfPhaseForListAddonsInput enum value EnumOfPhaseForListAddonsInputNone = "None" // EnumOfPhaseForListAddonsInputRunning is a EnumOfPhaseForListAddonsInput enum value EnumOfPhaseForListAddonsInputRunning = "Running" // EnumOfPhaseForListAddonsInputUpdating is a EnumOfPhaseForListAddonsInput enum value EnumOfPhaseForListAddonsInputUpdating = "Updating" )
const ( // EnumOfConditionsTypeForListClustersInputBalance is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputBalance = "Balance" // EnumOfConditionsTypeForListClustersInputClusterVersionUpgrading is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputClusterVersionUpgrading = "ClusterVersionUpgrading" // EnumOfConditionsTypeForListClustersInputCreateError is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputCreateError = "CreateError" // EnumOfConditionsTypeForListClustersInputDegraded is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputDegraded = "Degraded" // EnumOfConditionsTypeForListClustersInputDisconnected is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputDisconnected = "Disconnected" // EnumOfConditionsTypeForListClustersInputInvalidCertificate is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputInvalidCertificate = "InvalidCertificate" // EnumOfConditionsTypeForListClustersInputLimitedByQuota is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputLimitedByQuota = "LimitedByQuota" // EnumOfConditionsTypeForListClustersInputOk is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputOk = "Ok" // EnumOfConditionsTypeForListClustersInputProgressing is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputProgressing = "Progressing" // EnumOfConditionsTypeForListClustersInputResourceCleanupFailed is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputResourceCleanupFailed = "ResourceCleanupFailed" // EnumOfConditionsTypeForListClustersInputSecurity is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputSecurity = "Security" // EnumOfConditionsTypeForListClustersInputSetByProvider is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputSetByProvider = "SetByProvider" // EnumOfConditionsTypeForListClustersInputSetByUser is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputSetByUser = "SetByUser" // EnumOfConditionsTypeForListClustersInputStockOut is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputStockOut = "StockOut" // EnumOfConditionsTypeForListClustersInputUnknown is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputUnknown = "Unknown" // EnumOfConditionsTypeForListClustersInputWaiting is a EnumOfConditionsTypeForListClustersInput enum value EnumOfConditionsTypeForListClustersInputWaiting = "Waiting" )
const ( // EnumOfPhaseForListClustersInputCreating is a EnumOfPhaseForListClustersInput enum value EnumOfPhaseForListClustersInputCreating = "Creating" // EnumOfPhaseForListClustersInputDeleting is a EnumOfPhaseForListClustersInput enum value EnumOfPhaseForListClustersInputDeleting = "Deleting" // EnumOfPhaseForListClustersInputFailed is a EnumOfPhaseForListClustersInput enum value EnumOfPhaseForListClustersInputFailed = "Failed" // EnumOfPhaseForListClustersInputRunning is a EnumOfPhaseForListClustersInput enum value EnumOfPhaseForListClustersInputRunning = "Running" // EnumOfPhaseForListClustersInputStarting is a EnumOfPhaseForListClustersInput enum value EnumOfPhaseForListClustersInputStarting = "Starting" // EnumOfPhaseForListClustersInputStopped is a EnumOfPhaseForListClustersInput enum value EnumOfPhaseForListClustersInputStopped = "Stopped" // EnumOfPhaseForListClustersInputUpdating is a EnumOfPhaseForListClustersInput enum value EnumOfPhaseForListClustersInputUpdating = "Updating" )
const ( // EnumOfPodsConfigPodNetworkModeForListClustersInputCalicoBgp is a EnumOfPodsConfigPodNetworkModeForListClustersInput enum value EnumOfPodsConfigPodNetworkModeForListClustersInputCalicoBgp = "CalicoBgp" // EnumOfPodsConfigPodNetworkModeForListClustersInputCalicoVxlan is a EnumOfPodsConfigPodNetworkModeForListClustersInput enum value EnumOfPodsConfigPodNetworkModeForListClustersInputCalicoVxlan = "CalicoVxlan" // EnumOfPodsConfigPodNetworkModeForListClustersInputCarma is a EnumOfPodsConfigPodNetworkModeForListClustersInput enum value EnumOfPodsConfigPodNetworkModeForListClustersInputCarma = "Carma" // EnumOfPodsConfigPodNetworkModeForListClustersInputCilium is a EnumOfPodsConfigPodNetworkModeForListClustersInput enum value EnumOfPodsConfigPodNetworkModeForListClustersInputCilium = "Cilium" // EnumOfPodsConfigPodNetworkModeForListClustersInputDefault is a EnumOfPodsConfigPodNetworkModeForListClustersInput enum value EnumOfPodsConfigPodNetworkModeForListClustersInputDefault = "Default" // EnumOfPodsConfigPodNetworkModeForListClustersInputFlannel is a EnumOfPodsConfigPodNetworkModeForListClustersInput enum value EnumOfPodsConfigPodNetworkModeForListClustersInputFlannel = "Flannel" // EnumOfPodsConfigPodNetworkModeForListClustersInputKubeOvn is a EnumOfPodsConfigPodNetworkModeForListClustersInput enum value EnumOfPodsConfigPodNetworkModeForListClustersInputKubeOvn = "KubeOvn" // EnumOfPodsConfigPodNetworkModeForListClustersInputVpcCniDedicated is a EnumOfPodsConfigPodNetworkModeForListClustersInput enum value EnumOfPodsConfigPodNetworkModeForListClustersInputVpcCniDedicated = "VpcCniDedicated" EnumOfPodsConfigPodNetworkModeForListClustersInputVpcCniShared = "VpcCniShared" )
const ( // EnumOfConditionsTypeForListNodePoolsInputBalance is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputBalance = "Balance" // EnumOfConditionsTypeForListNodePoolsInputClusterNotRunning is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputClusterNotRunning = "ClusterNotRunning" // EnumOfConditionsTypeForListNodePoolsInputClusterVersionUpgrading is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputClusterVersionUpgrading = "ClusterVersionUpgrading" // EnumOfConditionsTypeForListNodePoolsInputLimitedByQuota is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputLimitedByQuota = "LimitedByQuota" // EnumOfConditionsTypeForListNodePoolsInputOk is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputOk = "Ok" // EnumOfConditionsTypeForListNodePoolsInputProgressing is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputProgressing = "Progressing" // EnumOfConditionsTypeForListNodePoolsInputResourceCleanupFailed is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputResourceCleanupFailed = "ResourceCleanupFailed" // EnumOfConditionsTypeForListNodePoolsInputStockOut is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputStockOut = "StockOut" // EnumOfConditionsTypeForListNodePoolsInputUnknown is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputUnknown = "Unknown" // EnumOfConditionsTypeForListNodePoolsInputVersionPartlyUpgraded is a EnumOfConditionsTypeForListNodePoolsInput enum value EnumOfConditionsTypeForListNodePoolsInputVersionPartlyUpgraded = "VersionPartlyUpgraded" )
const ( // EnumOfPhaseForListNodePoolsInputCreating is a EnumOfPhaseForListNodePoolsInput enum value EnumOfPhaseForListNodePoolsInputCreating = "Creating" // EnumOfPhaseForListNodePoolsInputDeleting is a EnumOfPhaseForListNodePoolsInput enum value EnumOfPhaseForListNodePoolsInputDeleting = "Deleting" // EnumOfPhaseForListNodePoolsInputFailed is a EnumOfPhaseForListNodePoolsInput enum value EnumOfPhaseForListNodePoolsInputFailed = "Failed" // EnumOfPhaseForListNodePoolsInputRunning is a EnumOfPhaseForListNodePoolsInput enum value EnumOfPhaseForListNodePoolsInputRunning = "Running" // EnumOfPhaseForListNodePoolsInputScaling is a EnumOfPhaseForListNodePoolsInput enum value EnumOfPhaseForListNodePoolsInputScaling = "Scaling" // EnumOfPhaseForListNodePoolsInputUpdating is a EnumOfPhaseForListNodePoolsInput enum value EnumOfPhaseForListNodePoolsInputUpdating = "Updating" )
const ( // EnumOfConditionsTypeForListNodesInputBalance is a EnumOfConditionsTypeForListNodesInput enum value EnumOfConditionsTypeForListNodesInputBalance = "Balance" // EnumOfConditionsTypeForListNodesInputInitializeFailed is a EnumOfConditionsTypeForListNodesInput enum value EnumOfConditionsTypeForListNodesInputInitializeFailed = "InitializeFailed" // EnumOfConditionsTypeForListNodesInputNotReady is a EnumOfConditionsTypeForListNodesInput enum value EnumOfConditionsTypeForListNodesInputNotReady = "NotReady" // EnumOfConditionsTypeForListNodesInputOk is a EnumOfConditionsTypeForListNodesInput enum value EnumOfConditionsTypeForListNodesInputOk = "Ok" // EnumOfConditionsTypeForListNodesInputProgressing is a EnumOfConditionsTypeForListNodesInput enum value EnumOfConditionsTypeForListNodesInputProgressing = "Progressing" // EnumOfConditionsTypeForListNodesInputResourceCleanupFailed is a EnumOfConditionsTypeForListNodesInput enum value EnumOfConditionsTypeForListNodesInputResourceCleanupFailed = "ResourceCleanupFailed" // EnumOfConditionsTypeForListNodesInputSecurity is a EnumOfConditionsTypeForListNodesInput enum value EnumOfConditionsTypeForListNodesInputSecurity = "Security" // EnumOfConditionsTypeForListNodesInputUnknown is a EnumOfConditionsTypeForListNodesInput enum value EnumOfConditionsTypeForListNodesInputUnknown = "Unknown" // EnumOfConditionsTypeForListNodesInputUnschedulable is a EnumOfConditionsTypeForListNodesInput enum value EnumOfConditionsTypeForListNodesInputUnschedulable = "Unschedulable" )
const ( // EnumOfPhaseForListNodesInputCreating is a EnumOfPhaseForListNodesInput enum value EnumOfPhaseForListNodesInputCreating = "Creating" // EnumOfPhaseForListNodesInputDeleting is a EnumOfPhaseForListNodesInput enum value EnumOfPhaseForListNodesInputDeleting = "Deleting" // EnumOfPhaseForListNodesInputFailed is a EnumOfPhaseForListNodesInput enum value EnumOfPhaseForListNodesInputFailed = "Failed" // EnumOfPhaseForListNodesInputRunning is a EnumOfPhaseForListNodesInput enum value EnumOfPhaseForListNodesInputRunning = "Running" // EnumOfPhaseForListNodesInputStarting is a EnumOfPhaseForListNodesInput enum value EnumOfPhaseForListNodesInputStarting = "Starting" // EnumOfPhaseForListNodesInputStopped is a EnumOfPhaseForListNodesInput enum value EnumOfPhaseForListNodesInputStopped = "Stopped" // EnumOfPhaseForListNodesInputStopping is a EnumOfPhaseForListNodesInput enum value EnumOfPhaseForListNodesInputStopping = "Stopping" // EnumOfPhaseForListNodesInputUpdating is a EnumOfPhaseForListNodesInput enum value EnumOfPhaseForListNodesInputUpdating = "Updating" )
const ( // EnumOfRoleListForListNodesOutputEtcd is a EnumOfRoleListForListNodesOutput enum value EnumOfRoleListForListNodesOutputEtcd = "Etcd" // EnumOfRoleListForListNodesOutputMaster is a EnumOfRoleListForListNodesOutput enum value EnumOfRoleListForListNodesOutputMaster = "Master" // EnumOfRoleListForListNodesOutputWorker is a EnumOfRoleListForListNodesOutput enum value EnumOfRoleListForListNodesOutputWorker = "Worker" )
const ( // EnumOfCategoryListForListSupportedAddonsInputDns is a EnumOfCategoryListForListSupportedAddonsInput enum value EnumOfCategoryListForListSupportedAddonsInputDns = "Dns" // EnumOfCategoryListForListSupportedAddonsInputGpu is a EnumOfCategoryListForListSupportedAddonsInput enum value EnumOfCategoryListForListSupportedAddonsInputGpu = "Gpu" // EnumOfCategoryListForListSupportedAddonsInputImage is a EnumOfCategoryListForListSupportedAddonsInput enum value EnumOfCategoryListForListSupportedAddonsInputImage = "Image" // EnumOfCategoryListForListSupportedAddonsInputMonitor is a EnumOfCategoryListForListSupportedAddonsInput enum value EnumOfCategoryListForListSupportedAddonsInputMonitor = "Monitor" // EnumOfCategoryListForListSupportedAddonsInputNetwork is a EnumOfCategoryListForListSupportedAddonsInput enum value EnumOfCategoryListForListSupportedAddonsInputNetwork = "Network" // EnumOfCategoryListForListSupportedAddonsInputScheduler is a EnumOfCategoryListForListSupportedAddonsInput enum value EnumOfCategoryListForListSupportedAddonsInputScheduler = "Scheduler" // EnumOfCategoryListForListSupportedAddonsInputSecurity is a EnumOfCategoryListForListSupportedAddonsInput enum value EnumOfCategoryListForListSupportedAddonsInputSecurity = "Security" // EnumOfCategoryListForListSupportedAddonsInputStorage is a EnumOfCategoryListForListSupportedAddonsInput enum value EnumOfCategoryListForListSupportedAddonsInputStorage = "Storage" )
const ( // EnumOfCategoryListForListSupportedAddonsOutputDns is a EnumOfCategoryListForListSupportedAddonsOutput enum value EnumOfCategoryListForListSupportedAddonsOutputDns = "Dns" // EnumOfCategoryListForListSupportedAddonsOutputGpu is a EnumOfCategoryListForListSupportedAddonsOutput enum value EnumOfCategoryListForListSupportedAddonsOutputGpu = "Gpu" // EnumOfCategoryListForListSupportedAddonsOutputImage is a EnumOfCategoryListForListSupportedAddonsOutput enum value EnumOfCategoryListForListSupportedAddonsOutputImage = "Image" // EnumOfCategoryListForListSupportedAddonsOutputMonitor is a EnumOfCategoryListForListSupportedAddonsOutput enum value EnumOfCategoryListForListSupportedAddonsOutputMonitor = "Monitor" // EnumOfCategoryListForListSupportedAddonsOutputNetwork is a EnumOfCategoryListForListSupportedAddonsOutput enum value EnumOfCategoryListForListSupportedAddonsOutputNetwork = "Network" // EnumOfCategoryListForListSupportedAddonsOutputScheduler is a EnumOfCategoryListForListSupportedAddonsOutput enum value EnumOfCategoryListForListSupportedAddonsOutputScheduler = "Scheduler" // EnumOfCategoryListForListSupportedAddonsOutputSecurity is a EnumOfCategoryListForListSupportedAddonsOutput enum value EnumOfCategoryListForListSupportedAddonsOutputSecurity = "Security" // EnumOfCategoryListForListSupportedAddonsOutputStorage is a EnumOfCategoryListForListSupportedAddonsOutput enum value EnumOfCategoryListForListSupportedAddonsOutputStorage = "Storage" )
const ( // EnumOfDeployModeListForListSupportedAddonsInputEither is a EnumOfDeployModeListForListSupportedAddonsInput enum value EnumOfDeployModeListForListSupportedAddonsInputEither = "Either" // EnumOfDeployModeListForListSupportedAddonsInputManaged is a EnumOfDeployModeListForListSupportedAddonsInput enum value EnumOfDeployModeListForListSupportedAddonsInputManaged = "Managed" // EnumOfDeployModeListForListSupportedAddonsInputUnmanaged is a EnumOfDeployModeListForListSupportedAddonsInput enum value EnumOfDeployModeListForListSupportedAddonsInputUnmanaged = "Unmanaged" )
const ( // EnumOfDeployNodeTypeListForListSupportedAddonsInputNode is a EnumOfDeployNodeTypeListForListSupportedAddonsInput enum value EnumOfDeployNodeTypeListForListSupportedAddonsInputNode = "Node" // EnumOfDeployNodeTypeListForListSupportedAddonsInputVirtualNode is a EnumOfDeployNodeTypeListForListSupportedAddonsInput enum value EnumOfDeployNodeTypeListForListSupportedAddonsInputVirtualNode = "VirtualNode" )
const ( // EnumOfDeployNodeTypeListForListSupportedAddonsOutputNode is a EnumOfDeployNodeTypeListForListSupportedAddonsOutput enum value EnumOfDeployNodeTypeListForListSupportedAddonsOutputNode = "Node" // EnumOfDeployNodeTypeListForListSupportedAddonsOutputVirtualNode is a EnumOfDeployNodeTypeListForListSupportedAddonsOutput enum value EnumOfDeployNodeTypeListForListSupportedAddonsOutputVirtualNode = "VirtualNode" )
const ( // EnumOfNecessaryListForListSupportedAddonsInputOnDemand is a EnumOfNecessaryListForListSupportedAddonsInput enum value EnumOfNecessaryListForListSupportedAddonsInputOnDemand = "OnDemand" // EnumOfNecessaryListForListSupportedAddonsInputRecommended is a EnumOfNecessaryListForListSupportedAddonsInput enum value EnumOfNecessaryListForListSupportedAddonsInputRecommended = "Recommended" // EnumOfNecessaryListForListSupportedAddonsInputRequired is a EnumOfNecessaryListForListSupportedAddonsInput enum value EnumOfNecessaryListForListSupportedAddonsInputRequired = "Required" )
const ( // EnumOfPodNetworkModeListForListSupportedAddonsInputCalicoBgp is a EnumOfPodNetworkModeListForListSupportedAddonsInput enum value EnumOfPodNetworkModeListForListSupportedAddonsInputCalicoBgp = "CalicoBgp" // EnumOfPodNetworkModeListForListSupportedAddonsInputCalicoVxlan is a EnumOfPodNetworkModeListForListSupportedAddonsInput enum value EnumOfPodNetworkModeListForListSupportedAddonsInputCalicoVxlan = "CalicoVxlan" // EnumOfPodNetworkModeListForListSupportedAddonsInputFlannel is a EnumOfPodNetworkModeListForListSupportedAddonsInput enum value EnumOfPodNetworkModeListForListSupportedAddonsInputFlannel = "Flannel" // EnumOfPodNetworkModeListForListSupportedAddonsInputVpcCniDedicated is a EnumOfPodNetworkModeListForListSupportedAddonsInput enum value EnumOfPodNetworkModeListForListSupportedAddonsInputVpcCniDedicated = "VpcCniDedicated" EnumOfPodNetworkModeListForListSupportedAddonsInputVpcCniShared = "VpcCniShared" )
const ( // EnumOfPodNetworkModeListForListSupportedAddonsOutputCalicoBgp is a EnumOfPodNetworkModeListForListSupportedAddonsOutput enum value EnumOfPodNetworkModeListForListSupportedAddonsOutputCalicoBgp = "CalicoBgp" // EnumOfPodNetworkModeListForListSupportedAddonsOutputCalicoVxlan is a EnumOfPodNetworkModeListForListSupportedAddonsOutput enum value EnumOfPodNetworkModeListForListSupportedAddonsOutputCalicoVxlan = "CalicoVxlan" // EnumOfPodNetworkModeListForListSupportedAddonsOutputFlannel is a EnumOfPodNetworkModeListForListSupportedAddonsOutput enum value EnumOfPodNetworkModeListForListSupportedAddonsOutputFlannel = "Flannel" // EnumOfPodNetworkModeListForListSupportedAddonsOutputVpcCniDedicated is a EnumOfPodNetworkModeListForListSupportedAddonsOutput enum value EnumOfPodNetworkModeListForListSupportedAddonsOutputVpcCniDedicated = "VpcCniDedicated" EnumOfPodNetworkModeListForListSupportedAddonsOutputVpcCniShared = "VpcCniShared" )
const ( // EnumOfResourceTypeListForListSupportedResourceTypesInputEcs is a EnumOfResourceTypeListForListSupportedResourceTypesInput enum value EnumOfResourceTypeListForListSupportedResourceTypesInputEcs = "Ecs" // EnumOfResourceTypeListForListSupportedResourceTypesInputZone is a EnumOfResourceTypeListForListSupportedResourceTypesInput enum value EnumOfResourceTypeListForListSupportedResourceTypesInputZone = "Zone" )
const ( // EnumOfResourceTypeForListTagsForResourceInputCluster is a EnumOfResourceTypeForListTagsForResourceInput enum value EnumOfResourceTypeForListTagsForResourceInputCluster = "Cluster" // EnumOfResourceTypeForListTagsForResourceInputNodePool is a EnumOfResourceTypeForListTagsForResourceInput enum value EnumOfResourceTypeForListTagsForResourceInputNodePool = "NodePool" )
const ( // EnumOfTypeForListTagsForResourceInputCustom is a EnumOfTypeForListTagsForResourceInput enum value EnumOfTypeForListTagsForResourceInputCustom = "Custom" // EnumOfTypeForListTagsForResourceInputSystem is a EnumOfTypeForListTagsForResourceInput enum value EnumOfTypeForListTagsForResourceInputSystem = "System" )
const ( // EnumOfResourceTypeForTagResourcesInputCluster is a EnumOfResourceTypeForTagResourcesInput enum value EnumOfResourceTypeForTagResourcesInputCluster = "Cluster" // EnumOfResourceTypeForTagResourcesInputNodePool is a EnumOfResourceTypeForTagResourcesInput enum value EnumOfResourceTypeForTagResourcesInputNodePool = "NodePool" )
const ( // EnumOfResourceTypeForUntagResourcesInputCluster is a EnumOfResourceTypeForUntagResourcesInput enum value EnumOfResourceTypeForUntagResourcesInputCluster = "Cluster" // EnumOfResourceTypeForUntagResourcesInputNodePool is a EnumOfResourceTypeForUntagResourcesInput enum value EnumOfResourceTypeForUntagResourcesInputNodePool = "NodePool" )
const ( // EnumOfIspForUpdateClusterConfigInputBgp is a EnumOfIspForUpdateClusterConfigInput enum value EnumOfIspForUpdateClusterConfigInputBgp = "BGP" // EnumOfIspForUpdateClusterConfigInputChinaMobile is a EnumOfIspForUpdateClusterConfigInput enum value EnumOfIspForUpdateClusterConfigInputChinaMobile = "ChinaMobile" // EnumOfIspForUpdateClusterConfigInputChinaTelecom is a EnumOfIspForUpdateClusterConfigInput enum value EnumOfIspForUpdateClusterConfigInputChinaTelecom = "ChinaTelecom" // EnumOfIspForUpdateClusterConfigInputChinaUnicom is a EnumOfIspForUpdateClusterConfigInput enum value EnumOfIspForUpdateClusterConfigInputChinaUnicom = "ChinaUnicom" )
const ( // EnumOfEffectForUpdateNodePoolConfigInputNoExecute is a EnumOfEffectForUpdateNodePoolConfigInput enum value EnumOfEffectForUpdateNodePoolConfigInputNoExecute = "NoExecute" // EnumOfEffectForUpdateNodePoolConfigInputNoSchedule is a EnumOfEffectForUpdateNodePoolConfigInput enum value EnumOfEffectForUpdateNodePoolConfigInputNoSchedule = "NoSchedule" // EnumOfEffectForUpdateNodePoolConfigInputPreferNoSchedule is a EnumOfEffectForUpdateNodePoolConfigInput enum value EnumOfEffectForUpdateNodePoolConfigInputPreferNoSchedule = "PreferNoSchedule" )
const ( // EnumOfTypeForUpdateNodePoolConfigInputEssd is a EnumOfTypeForUpdateNodePoolConfigInput enum value EnumOfTypeForUpdateNodePoolConfigInputEssd = "ESSD" // EnumOfTypeForUpdateNodePoolConfigInputEssdFlexPl is a EnumOfTypeForUpdateNodePoolConfigInput enum value EnumOfTypeForUpdateNodePoolConfigInputEssdFlexPl = "ESSD_FlexPL" // EnumOfTypeForUpdateNodePoolConfigInputEssdPl0 is a EnumOfTypeForUpdateNodePoolConfigInput enum value EnumOfTypeForUpdateNodePoolConfigInputEssdPl0 = "ESSD_PL0" // EnumOfTypeForUpdateNodePoolConfigInputEssdPl1 is a EnumOfTypeForUpdateNodePoolConfigInput enum value EnumOfTypeForUpdateNodePoolConfigInputEssdPl1 = "ESSD_PL1" // EnumOfTypeForUpdateNodePoolConfigInputPtssd is a EnumOfTypeForUpdateNodePoolConfigInput enum value EnumOfTypeForUpdateNodePoolConfigInputPtssd = "PTSSD" )
const ( ServiceName = "vke" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "vke" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// EnumOfCascadingDeleteResourceListForDeleteAddonInputCrd is a EnumOfCascadingDeleteResourceListForDeleteAddonInput enum value
EnumOfCascadingDeleteResourceListForDeleteAddonInputCrd = "Crd"
)
const (
// EnumOfCascadingDeleteResourceListForDeleteNodePoolInputEcs is a EnumOfCascadingDeleteResourceListForDeleteNodePoolInput enum value
EnumOfCascadingDeleteResourceListForDeleteNodePoolInputEcs = "Ecs"
)
const (
// EnumOfCascadingDeleteResourceListForDeleteNodesInputEcs is a EnumOfCascadingDeleteResourceListForDeleteNodesInput enum value
EnumOfCascadingDeleteResourceListForDeleteNodesInputEcs = "Ecs"
)
const (
// EnumOfSecurityStrategyListForCreateDefaultNodePoolInputHids is a EnumOfSecurityStrategyListForCreateDefaultNodePoolInput enum value
EnumOfSecurityStrategyListForCreateDefaultNodePoolInputHids = "Hids"
)
const (
// EnumOfSecurityStrategyListForCreateNodePoolInputHids is a EnumOfSecurityStrategyListForCreateNodePoolInput enum value
EnumOfSecurityStrategyListForCreateNodePoolInputHids = "Hids"
)
const (
// EnumOfSecurityStrategyListForListNodePoolsOutputHids is a EnumOfSecurityStrategyListForListNodePoolsOutput enum value
EnumOfSecurityStrategyListForListNodePoolsOutputHids = "Hids"
)
const (
// EnumOfSecurityStrategyListForUpdateNodePoolConfigInputHids is a EnumOfSecurityStrategyListForUpdateNodePoolConfigInput enum value
EnumOfSecurityStrategyListForUpdateNodePoolConfigInputHids = "Hids"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiServerEndpointsForListClustersOutput ¶
type ApiServerEndpointsForListClustersOutput struct { PrivateIp *PrivateIpForListClustersOutput `type:"structure"` PublicIp *PublicIpForListClustersOutput `type:"structure"` // contains filtered or unexported fields }
func (ApiServerEndpointsForListClustersOutput) GoString ¶
func (s ApiServerEndpointsForListClustersOutput) GoString() string
GoString returns the string representation
func (*ApiServerEndpointsForListClustersOutput) SetPrivateIp ¶
func (s *ApiServerEndpointsForListClustersOutput) SetPrivateIp(v *PrivateIpForListClustersOutput) *ApiServerEndpointsForListClustersOutput
SetPrivateIp sets the PrivateIp field's value.
func (*ApiServerEndpointsForListClustersOutput) SetPublicIp ¶
func (s *ApiServerEndpointsForListClustersOutput) SetPublicIp(v *PublicIpForListClustersOutput) *ApiServerEndpointsForListClustersOutput
SetPublicIp sets the PublicIp field's value.
func (ApiServerEndpointsForListClustersOutput) String ¶
func (s ApiServerEndpointsForListClustersOutput) String() string
String returns the string representation
type ApiServerPublicAccessConfigForCreateClusterInput ¶
type ApiServerPublicAccessConfigForCreateClusterInput struct { PublicAccessNetworkConfig *PublicAccessNetworkConfigForCreateClusterInput `type:"structure"` // contains filtered or unexported fields }
func (ApiServerPublicAccessConfigForCreateClusterInput) GoString ¶
func (s ApiServerPublicAccessConfigForCreateClusterInput) GoString() string
GoString returns the string representation
func (*ApiServerPublicAccessConfigForCreateClusterInput) SetPublicAccessNetworkConfig ¶
func (s *ApiServerPublicAccessConfigForCreateClusterInput) SetPublicAccessNetworkConfig(v *PublicAccessNetworkConfigForCreateClusterInput) *ApiServerPublicAccessConfigForCreateClusterInput
SetPublicAccessNetworkConfig sets the PublicAccessNetworkConfig field's value.
func (ApiServerPublicAccessConfigForCreateClusterInput) String ¶
func (s ApiServerPublicAccessConfigForCreateClusterInput) String() string
String returns the string representation
type ApiServerPublicAccessConfigForListClustersOutput ¶
type ApiServerPublicAccessConfigForListClustersOutput struct { AccessSourceIpsv4 []*string `type:"list"` PublicAccessNetworkConfig *PublicAccessNetworkConfigForListClustersOutput `type:"structure"` // contains filtered or unexported fields }
func (ApiServerPublicAccessConfigForListClustersOutput) GoString ¶
func (s ApiServerPublicAccessConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*ApiServerPublicAccessConfigForListClustersOutput) SetAccessSourceIpsv4 ¶ added in v1.0.23
func (s *ApiServerPublicAccessConfigForListClustersOutput) SetAccessSourceIpsv4(v []*string) *ApiServerPublicAccessConfigForListClustersOutput
SetAccessSourceIpsv4 sets the AccessSourceIpsv4 field's value.
func (*ApiServerPublicAccessConfigForListClustersOutput) SetPublicAccessNetworkConfig ¶
func (s *ApiServerPublicAccessConfigForListClustersOutput) SetPublicAccessNetworkConfig(v *PublicAccessNetworkConfigForListClustersOutput) *ApiServerPublicAccessConfigForListClustersOutput
SetPublicAccessNetworkConfig sets the PublicAccessNetworkConfig field's value.
func (ApiServerPublicAccessConfigForListClustersOutput) String ¶
func (s ApiServerPublicAccessConfigForListClustersOutput) String() string
String returns the string representation
type ApiServerPublicAccessConfigForUpdateClusterConfigInput ¶
type ApiServerPublicAccessConfigForUpdateClusterConfigInput struct { PublicAccessNetworkConfig *PublicAccessNetworkConfigForUpdateClusterConfigInput `type:"structure"` // contains filtered or unexported fields }
func (ApiServerPublicAccessConfigForUpdateClusterConfigInput) GoString ¶
func (s ApiServerPublicAccessConfigForUpdateClusterConfigInput) GoString() string
GoString returns the string representation
func (*ApiServerPublicAccessConfigForUpdateClusterConfigInput) SetPublicAccessNetworkConfig ¶
func (s *ApiServerPublicAccessConfigForUpdateClusterConfigInput) SetPublicAccessNetworkConfig(v *PublicAccessNetworkConfigForUpdateClusterConfigInput) *ApiServerPublicAccessConfigForUpdateClusterConfigInput
SetPublicAccessNetworkConfig sets the PublicAccessNetworkConfig field's value.
func (ApiServerPublicAccessConfigForUpdateClusterConfigInput) String ¶
func (s ApiServerPublicAccessConfigForUpdateClusterConfigInput) String() string
String returns the string representation
type AutoScalingForCreateNodePoolInput ¶
type AutoScalingForCreateNodePoolInput struct { DesiredReplicas *int32 `type:"int32"` Enabled *bool `type:"boolean"` MaxReplicas *int32 `type:"int32"` MinReplicas *int32 `type:"int32"` Priority *int32 `type:"int32"` // contains filtered or unexported fields }
func (AutoScalingForCreateNodePoolInput) GoString ¶
func (s AutoScalingForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*AutoScalingForCreateNodePoolInput) SetDesiredReplicas ¶
func (s *AutoScalingForCreateNodePoolInput) SetDesiredReplicas(v int32) *AutoScalingForCreateNodePoolInput
SetDesiredReplicas sets the DesiredReplicas field's value.
func (*AutoScalingForCreateNodePoolInput) SetEnabled ¶
func (s *AutoScalingForCreateNodePoolInput) SetEnabled(v bool) *AutoScalingForCreateNodePoolInput
SetEnabled sets the Enabled field's value.
func (*AutoScalingForCreateNodePoolInput) SetMaxReplicas ¶
func (s *AutoScalingForCreateNodePoolInput) SetMaxReplicas(v int32) *AutoScalingForCreateNodePoolInput
SetMaxReplicas sets the MaxReplicas field's value.
func (*AutoScalingForCreateNodePoolInput) SetMinReplicas ¶
func (s *AutoScalingForCreateNodePoolInput) SetMinReplicas(v int32) *AutoScalingForCreateNodePoolInput
SetMinReplicas sets the MinReplicas field's value.
func (*AutoScalingForCreateNodePoolInput) SetPriority ¶
func (s *AutoScalingForCreateNodePoolInput) SetPriority(v int32) *AutoScalingForCreateNodePoolInput
SetPriority sets the Priority field's value.
func (AutoScalingForCreateNodePoolInput) String ¶
func (s AutoScalingForCreateNodePoolInput) String() string
String returns the string representation
type AutoScalingForListNodePoolsOutput ¶
type AutoScalingForListNodePoolsOutput struct { DesiredReplicas *int32 `type:"int32"` Enabled *bool `type:"boolean"` MaxReplicas *int32 `type:"int32"` MinReplicas *int32 `type:"int32"` Priority *int32 `type:"int32"` // contains filtered or unexported fields }
func (AutoScalingForListNodePoolsOutput) GoString ¶
func (s AutoScalingForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*AutoScalingForListNodePoolsOutput) SetDesiredReplicas ¶
func (s *AutoScalingForListNodePoolsOutput) SetDesiredReplicas(v int32) *AutoScalingForListNodePoolsOutput
SetDesiredReplicas sets the DesiredReplicas field's value.
func (*AutoScalingForListNodePoolsOutput) SetEnabled ¶
func (s *AutoScalingForListNodePoolsOutput) SetEnabled(v bool) *AutoScalingForListNodePoolsOutput
SetEnabled sets the Enabled field's value.
func (*AutoScalingForListNodePoolsOutput) SetMaxReplicas ¶
func (s *AutoScalingForListNodePoolsOutput) SetMaxReplicas(v int32) *AutoScalingForListNodePoolsOutput
SetMaxReplicas sets the MaxReplicas field's value.
func (*AutoScalingForListNodePoolsOutput) SetMinReplicas ¶
func (s *AutoScalingForListNodePoolsOutput) SetMinReplicas(v int32) *AutoScalingForListNodePoolsOutput
SetMinReplicas sets the MinReplicas field's value.
func (*AutoScalingForListNodePoolsOutput) SetPriority ¶
func (s *AutoScalingForListNodePoolsOutput) SetPriority(v int32) *AutoScalingForListNodePoolsOutput
SetPriority sets the Priority field's value.
func (AutoScalingForListNodePoolsOutput) String ¶
func (s AutoScalingForListNodePoolsOutput) String() string
String returns the string representation
type AutoScalingForUpdateNodePoolConfigInput ¶
type AutoScalingForUpdateNodePoolConfigInput struct { DesiredReplicas *int32 `type:"int32"` Enabled *bool `type:"boolean"` MaxReplicas *int32 `type:"int32"` MinReplicas *int32 `type:"int32"` Priority *int32 `type:"int32"` // contains filtered or unexported fields }
func (AutoScalingForUpdateNodePoolConfigInput) GoString ¶
func (s AutoScalingForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*AutoScalingForUpdateNodePoolConfigInput) SetDesiredReplicas ¶
func (s *AutoScalingForUpdateNodePoolConfigInput) SetDesiredReplicas(v int32) *AutoScalingForUpdateNodePoolConfigInput
SetDesiredReplicas sets the DesiredReplicas field's value.
func (*AutoScalingForUpdateNodePoolConfigInput) SetEnabled ¶
func (s *AutoScalingForUpdateNodePoolConfigInput) SetEnabled(v bool) *AutoScalingForUpdateNodePoolConfigInput
SetEnabled sets the Enabled field's value.
func (*AutoScalingForUpdateNodePoolConfigInput) SetMaxReplicas ¶
func (s *AutoScalingForUpdateNodePoolConfigInput) SetMaxReplicas(v int32) *AutoScalingForUpdateNodePoolConfigInput
SetMaxReplicas sets the MaxReplicas field's value.
func (*AutoScalingForUpdateNodePoolConfigInput) SetMinReplicas ¶
func (s *AutoScalingForUpdateNodePoolConfigInput) SetMinReplicas(v int32) *AutoScalingForUpdateNodePoolConfigInput
SetMinReplicas sets the MinReplicas field's value.
func (*AutoScalingForUpdateNodePoolConfigInput) SetPriority ¶
func (s *AutoScalingForUpdateNodePoolConfigInput) SetPriority(v int32) *AutoScalingForUpdateNodePoolConfigInput
SetPriority sets the Priority field's value.
func (AutoScalingForUpdateNodePoolConfigInput) String ¶
func (s AutoScalingForUpdateNodePoolConfigInput) String() string
String returns the string representation
type ClusterConfigForCreateClusterInput ¶
type ClusterConfigForCreateClusterInput struct { ApiServerPublicAccessConfig *ApiServerPublicAccessConfigForCreateClusterInput `type:"structure"` ApiServerPublicAccessEnabled *bool `type:"boolean"` ResourcePublicAccessDefaultEnabled *bool `type:"boolean"` SubnetIds []*string `type:"list"` // contains filtered or unexported fields }
func (ClusterConfigForCreateClusterInput) GoString ¶
func (s ClusterConfigForCreateClusterInput) GoString() string
GoString returns the string representation
func (*ClusterConfigForCreateClusterInput) SetApiServerPublicAccessConfig ¶
func (s *ClusterConfigForCreateClusterInput) SetApiServerPublicAccessConfig(v *ApiServerPublicAccessConfigForCreateClusterInput) *ClusterConfigForCreateClusterInput
SetApiServerPublicAccessConfig sets the ApiServerPublicAccessConfig field's value.
func (*ClusterConfigForCreateClusterInput) SetApiServerPublicAccessEnabled ¶
func (s *ClusterConfigForCreateClusterInput) SetApiServerPublicAccessEnabled(v bool) *ClusterConfigForCreateClusterInput
SetApiServerPublicAccessEnabled sets the ApiServerPublicAccessEnabled field's value.
func (*ClusterConfigForCreateClusterInput) SetResourcePublicAccessDefaultEnabled ¶
func (s *ClusterConfigForCreateClusterInput) SetResourcePublicAccessDefaultEnabled(v bool) *ClusterConfigForCreateClusterInput
SetResourcePublicAccessDefaultEnabled sets the ResourcePublicAccessDefaultEnabled field's value.
func (*ClusterConfigForCreateClusterInput) SetSubnetIds ¶
func (s *ClusterConfigForCreateClusterInput) SetSubnetIds(v []*string) *ClusterConfigForCreateClusterInput
SetSubnetIds sets the SubnetIds field's value.
func (ClusterConfigForCreateClusterInput) String ¶
func (s ClusterConfigForCreateClusterInput) String() string
String returns the string representation
type ClusterConfigForListClustersOutput ¶
type ClusterConfigForListClustersOutput struct { ApiServerEndpoints *ApiServerEndpointsForListClustersOutput `type:"structure"` ApiServerPublicAccessConfig *ApiServerPublicAccessConfigForListClustersOutput `type:"structure"` ApiServerPublicAccessEnabled *bool `type:"boolean"` ResourcePublicAccessDefaultEnabled *bool `type:"boolean"` SecurityGroupIds []*string `type:"list"` SubnetIds []*string `type:"list"` VpcId *string `type:"string"` // contains filtered or unexported fields }
func (ClusterConfigForListClustersOutput) GoString ¶
func (s ClusterConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*ClusterConfigForListClustersOutput) SetApiServerEndpoints ¶
func (s *ClusterConfigForListClustersOutput) SetApiServerEndpoints(v *ApiServerEndpointsForListClustersOutput) *ClusterConfigForListClustersOutput
SetApiServerEndpoints sets the ApiServerEndpoints field's value.
func (*ClusterConfigForListClustersOutput) SetApiServerPublicAccessConfig ¶
func (s *ClusterConfigForListClustersOutput) SetApiServerPublicAccessConfig(v *ApiServerPublicAccessConfigForListClustersOutput) *ClusterConfigForListClustersOutput
SetApiServerPublicAccessConfig sets the ApiServerPublicAccessConfig field's value.
func (*ClusterConfigForListClustersOutput) SetApiServerPublicAccessEnabled ¶
func (s *ClusterConfigForListClustersOutput) SetApiServerPublicAccessEnabled(v bool) *ClusterConfigForListClustersOutput
SetApiServerPublicAccessEnabled sets the ApiServerPublicAccessEnabled field's value.
func (*ClusterConfigForListClustersOutput) SetResourcePublicAccessDefaultEnabled ¶
func (s *ClusterConfigForListClustersOutput) SetResourcePublicAccessDefaultEnabled(v bool) *ClusterConfigForListClustersOutput
SetResourcePublicAccessDefaultEnabled sets the ResourcePublicAccessDefaultEnabled field's value.
func (*ClusterConfigForListClustersOutput) SetSecurityGroupIds ¶
func (s *ClusterConfigForListClustersOutput) SetSecurityGroupIds(v []*string) *ClusterConfigForListClustersOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*ClusterConfigForListClustersOutput) SetSubnetIds ¶
func (s *ClusterConfigForListClustersOutput) SetSubnetIds(v []*string) *ClusterConfigForListClustersOutput
SetSubnetIds sets the SubnetIds field's value.
func (*ClusterConfigForListClustersOutput) SetVpcId ¶
func (s *ClusterConfigForListClustersOutput) SetVpcId(v string) *ClusterConfigForListClustersOutput
SetVpcId sets the VpcId field's value.
func (ClusterConfigForListClustersOutput) String ¶
func (s ClusterConfigForListClustersOutput) String() string
String returns the string representation
type ClusterConfigForUpdateClusterConfigInput ¶
type ClusterConfigForUpdateClusterConfigInput struct { ApiServerPublicAccessConfig *ApiServerPublicAccessConfigForUpdateClusterConfigInput `type:"structure"` ApiServerPublicAccessEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
func (ClusterConfigForUpdateClusterConfigInput) GoString ¶
func (s ClusterConfigForUpdateClusterConfigInput) GoString() string
GoString returns the string representation
func (*ClusterConfigForUpdateClusterConfigInput) SetApiServerPublicAccessConfig ¶
func (s *ClusterConfigForUpdateClusterConfigInput) SetApiServerPublicAccessConfig(v *ApiServerPublicAccessConfigForUpdateClusterConfigInput) *ClusterConfigForUpdateClusterConfigInput
SetApiServerPublicAccessConfig sets the ApiServerPublicAccessConfig field's value.
func (*ClusterConfigForUpdateClusterConfigInput) SetApiServerPublicAccessEnabled ¶
func (s *ClusterConfigForUpdateClusterConfigInput) SetApiServerPublicAccessEnabled(v bool) *ClusterConfigForUpdateClusterConfigInput
SetApiServerPublicAccessEnabled sets the ApiServerPublicAccessEnabled field's value.
func (ClusterConfigForUpdateClusterConfigInput) String ¶
func (s ClusterConfigForUpdateClusterConfigInput) String() string
String returns the string representation
type ConditionForListAddonsOutput ¶ added in v1.0.23
type ConditionForListAddonsOutput struct { Type *string `type:"string"` // contains filtered or unexported fields }
func (ConditionForListAddonsOutput) GoString ¶ added in v1.0.23
func (s ConditionForListAddonsOutput) GoString() string
GoString returns the string representation
func (*ConditionForListAddonsOutput) SetType ¶ added in v1.0.23
func (s *ConditionForListAddonsOutput) SetType(v string) *ConditionForListAddonsOutput
SetType sets the Type field's value.
func (ConditionForListAddonsOutput) String ¶ added in v1.0.23
func (s ConditionForListAddonsOutput) String() string
String returns the string representation
type ConditionForListClustersOutput ¶
type ConditionForListClustersOutput struct { Type *string `type:"string"` // contains filtered or unexported fields }
func (ConditionForListClustersOutput) GoString ¶
func (s ConditionForListClustersOutput) GoString() string
GoString returns the string representation
func (*ConditionForListClustersOutput) SetType ¶
func (s *ConditionForListClustersOutput) SetType(v string) *ConditionForListClustersOutput
SetType sets the Type field's value.
func (ConditionForListClustersOutput) String ¶
func (s ConditionForListClustersOutput) String() string
String returns the string representation
type ConditionForListNodePoolsOutput ¶
type ConditionForListNodePoolsOutput struct { Type *string `type:"string"` // contains filtered or unexported fields }
func (ConditionForListNodePoolsOutput) GoString ¶
func (s ConditionForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*ConditionForListNodePoolsOutput) SetType ¶
func (s *ConditionForListNodePoolsOutput) SetType(v string) *ConditionForListNodePoolsOutput
SetType sets the Type field's value.
func (ConditionForListNodePoolsOutput) String ¶
func (s ConditionForListNodePoolsOutput) String() string
String returns the string representation
type ConditionForListNodesOutput ¶
type ConditionForListNodesOutput struct { Type *string `type:"string"` // contains filtered or unexported fields }
func (ConditionForListNodesOutput) GoString ¶
func (s ConditionForListNodesOutput) GoString() string
GoString returns the string representation
func (*ConditionForListNodesOutput) SetType ¶
func (s *ConditionForListNodesOutput) SetType(v string) *ConditionForListNodesOutput
SetType sets the Type field's value.
func (ConditionForListNodesOutput) String ¶
func (s ConditionForListNodesOutput) String() string
String returns the string representation
type ConvertTagForListNodePoolsOutput ¶ added in v1.0.40
type ConvertTagForListNodePoolsOutput struct { Key *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ConvertTagForListNodePoolsOutput) GoString ¶ added in v1.0.40
func (s ConvertTagForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*ConvertTagForListNodePoolsOutput) SetKey ¶ added in v1.0.40
func (s *ConvertTagForListNodePoolsOutput) SetKey(v string) *ConvertTagForListNodePoolsOutput
SetKey sets the Key field's value.
func (*ConvertTagForListNodePoolsOutput) SetType ¶ added in v1.0.40
func (s *ConvertTagForListNodePoolsOutput) SetType(v string) *ConvertTagForListNodePoolsOutput
SetType sets the Type field's value.
func (*ConvertTagForListNodePoolsOutput) SetValue ¶ added in v1.0.40
func (s *ConvertTagForListNodePoolsOutput) SetValue(v string) *ConvertTagForListNodePoolsOutput
SetValue sets the Value field's value.
func (ConvertTagForListNodePoolsOutput) String ¶ added in v1.0.40
func (s ConvertTagForListNodePoolsOutput) String() string
String returns the string representation
type CreateAddonInput ¶ added in v1.0.23
type CreateAddonInput struct { ClientToken *string `type:"string"` ClusterId *string `type:"string"` Config *string `type:"string"` DeployMode *string `type:"string" enum:"EnumOfDeployModeForCreateAddonInput"` Name *string `type:"string"` Version *string `type:"string"` // contains filtered or unexported fields }
func (CreateAddonInput) GoString ¶ added in v1.0.23
func (s CreateAddonInput) GoString() string
GoString returns the string representation
func (*CreateAddonInput) SetClientToken ¶ added in v1.0.23
func (s *CreateAddonInput) SetClientToken(v string) *CreateAddonInput
SetClientToken sets the ClientToken field's value.
func (*CreateAddonInput) SetClusterId ¶ added in v1.0.23
func (s *CreateAddonInput) SetClusterId(v string) *CreateAddonInput
SetClusterId sets the ClusterId field's value.
func (*CreateAddonInput) SetConfig ¶ added in v1.0.23
func (s *CreateAddonInput) SetConfig(v string) *CreateAddonInput
SetConfig sets the Config field's value.
func (*CreateAddonInput) SetDeployMode ¶ added in v1.0.23
func (s *CreateAddonInput) SetDeployMode(v string) *CreateAddonInput
SetDeployMode sets the DeployMode field's value.
func (*CreateAddonInput) SetName ¶ added in v1.0.23
func (s *CreateAddonInput) SetName(v string) *CreateAddonInput
SetName sets the Name field's value.
func (*CreateAddonInput) SetVersion ¶ added in v1.0.23
func (s *CreateAddonInput) SetVersion(v string) *CreateAddonInput
SetVersion sets the Version field's value.
func (CreateAddonInput) String ¶ added in v1.0.23
func (s CreateAddonInput) String() string
String returns the string representation
type CreateAddonOutput ¶ added in v1.0.23
type CreateAddonOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (CreateAddonOutput) GoString ¶ added in v1.0.23
func (s CreateAddonOutput) GoString() string
GoString returns the string representation
func (CreateAddonOutput) String ¶ added in v1.0.23
func (s CreateAddonOutput) String() string
String returns the string representation
type CreateClusterInput ¶
type CreateClusterInput struct { ClientToken *string `type:"string"` ClusterConfig *ClusterConfigForCreateClusterInput `type:"structure"` DeleteProtectionEnabled *bool `type:"boolean"` Description *string `type:"string"` Name *string `type:"string"` PodsConfig *PodsConfigForCreateClusterInput `type:"structure"` ServicesConfig *ServicesConfigForCreateClusterInput `type:"structure"` Tags []*TagForCreateClusterInput `type:"list"` // contains filtered or unexported fields }
func (CreateClusterInput) GoString ¶
func (s CreateClusterInput) GoString() string
GoString returns the string representation
func (*CreateClusterInput) SetClientToken ¶
func (s *CreateClusterInput) SetClientToken(v string) *CreateClusterInput
SetClientToken sets the ClientToken field's value.
func (*CreateClusterInput) SetClusterConfig ¶
func (s *CreateClusterInput) SetClusterConfig(v *ClusterConfigForCreateClusterInput) *CreateClusterInput
SetClusterConfig sets the ClusterConfig field's value.
func (*CreateClusterInput) SetDeleteProtectionEnabled ¶
func (s *CreateClusterInput) SetDeleteProtectionEnabled(v bool) *CreateClusterInput
SetDeleteProtectionEnabled sets the DeleteProtectionEnabled field's value.
func (*CreateClusterInput) SetDescription ¶
func (s *CreateClusterInput) SetDescription(v string) *CreateClusterInput
SetDescription sets the Description field's value.
func (*CreateClusterInput) SetName ¶
func (s *CreateClusterInput) SetName(v string) *CreateClusterInput
SetName sets the Name field's value.
func (*CreateClusterInput) SetPodsConfig ¶
func (s *CreateClusterInput) SetPodsConfig(v *PodsConfigForCreateClusterInput) *CreateClusterInput
SetPodsConfig sets the PodsConfig field's value.
func (*CreateClusterInput) SetServicesConfig ¶
func (s *CreateClusterInput) SetServicesConfig(v *ServicesConfigForCreateClusterInput) *CreateClusterInput
SetServicesConfig sets the ServicesConfig field's value.
func (*CreateClusterInput) SetTags ¶ added in v1.0.40
func (s *CreateClusterInput) SetTags(v []*TagForCreateClusterInput) *CreateClusterInput
SetTags sets the Tags field's value.
func (CreateClusterInput) String ¶
func (s CreateClusterInput) String() string
String returns the string representation
type CreateClusterOutput ¶
type CreateClusterOutput struct { Metadata *response.ResponseMetadata Id *string `type:"string"` // contains filtered or unexported fields }
func (CreateClusterOutput) GoString ¶
func (s CreateClusterOutput) GoString() string
GoString returns the string representation
func (*CreateClusterOutput) SetId ¶
func (s *CreateClusterOutput) SetId(v string) *CreateClusterOutput
SetId sets the Id field's value.
func (CreateClusterOutput) String ¶
func (s CreateClusterOutput) String() string
String returns the string representation
type CreateDefaultNodePoolInput ¶ added in v1.0.23
type CreateDefaultNodePoolInput struct { ClientToken *string `type:"string"` ClusterId *string `type:"string"` KubernetesConfig *KubernetesConfigForCreateDefaultNodePoolInput `type:"structure"` NodeConfig *NodeConfigForCreateDefaultNodePoolInput `type:"structure"` Tags []*TagForCreateDefaultNodePoolInput `type:"list"` // contains filtered or unexported fields }
func (CreateDefaultNodePoolInput) GoString ¶ added in v1.0.23
func (s CreateDefaultNodePoolInput) GoString() string
GoString returns the string representation
func (*CreateDefaultNodePoolInput) SetClientToken ¶ added in v1.0.23
func (s *CreateDefaultNodePoolInput) SetClientToken(v string) *CreateDefaultNodePoolInput
SetClientToken sets the ClientToken field's value.
func (*CreateDefaultNodePoolInput) SetClusterId ¶ added in v1.0.23
func (s *CreateDefaultNodePoolInput) SetClusterId(v string) *CreateDefaultNodePoolInput
SetClusterId sets the ClusterId field's value.
func (*CreateDefaultNodePoolInput) SetKubernetesConfig ¶ added in v1.0.23
func (s *CreateDefaultNodePoolInput) SetKubernetesConfig(v *KubernetesConfigForCreateDefaultNodePoolInput) *CreateDefaultNodePoolInput
SetKubernetesConfig sets the KubernetesConfig field's value.
func (*CreateDefaultNodePoolInput) SetNodeConfig ¶ added in v1.0.23
func (s *CreateDefaultNodePoolInput) SetNodeConfig(v *NodeConfigForCreateDefaultNodePoolInput) *CreateDefaultNodePoolInput
SetNodeConfig sets the NodeConfig field's value.
func (*CreateDefaultNodePoolInput) SetTags ¶ added in v1.0.40
func (s *CreateDefaultNodePoolInput) SetTags(v []*TagForCreateDefaultNodePoolInput) *CreateDefaultNodePoolInput
SetTags sets the Tags field's value.
func (CreateDefaultNodePoolInput) String ¶ added in v1.0.23
func (s CreateDefaultNodePoolInput) String() string
String returns the string representation
type CreateDefaultNodePoolOutput ¶ added in v1.0.23
type CreateDefaultNodePoolOutput struct { Metadata *response.ResponseMetadata Id *string `type:"string"` // contains filtered or unexported fields }
func (CreateDefaultNodePoolOutput) GoString ¶ added in v1.0.23
func (s CreateDefaultNodePoolOutput) GoString() string
GoString returns the string representation
func (*CreateDefaultNodePoolOutput) SetId ¶ added in v1.0.23
func (s *CreateDefaultNodePoolOutput) SetId(v string) *CreateDefaultNodePoolOutput
SetId sets the Id field's value.
func (CreateDefaultNodePoolOutput) String ¶ added in v1.0.23
func (s CreateDefaultNodePoolOutput) String() string
String returns the string representation
type CreateNodePoolInput ¶
type CreateNodePoolInput struct { AutoScaling *AutoScalingForCreateNodePoolInput `type:"structure"` ClientToken *string `type:"string"` ClusterId *string `type:"string"` KubernetesConfig *KubernetesConfigForCreateNodePoolInput `type:"structure"` Name *string `type:"string"` NodeConfig *NodeConfigForCreateNodePoolInput `type:"structure"` Tags []*TagForCreateNodePoolInput `type:"list"` // contains filtered or unexported fields }
func (CreateNodePoolInput) GoString ¶
func (s CreateNodePoolInput) GoString() string
GoString returns the string representation
func (*CreateNodePoolInput) SetAutoScaling ¶
func (s *CreateNodePoolInput) SetAutoScaling(v *AutoScalingForCreateNodePoolInput) *CreateNodePoolInput
SetAutoScaling sets the AutoScaling field's value.
func (*CreateNodePoolInput) SetClientToken ¶
func (s *CreateNodePoolInput) SetClientToken(v string) *CreateNodePoolInput
SetClientToken sets the ClientToken field's value.
func (*CreateNodePoolInput) SetClusterId ¶
func (s *CreateNodePoolInput) SetClusterId(v string) *CreateNodePoolInput
SetClusterId sets the ClusterId field's value.
func (*CreateNodePoolInput) SetKubernetesConfig ¶
func (s *CreateNodePoolInput) SetKubernetesConfig(v *KubernetesConfigForCreateNodePoolInput) *CreateNodePoolInput
SetKubernetesConfig sets the KubernetesConfig field's value.
func (*CreateNodePoolInput) SetName ¶
func (s *CreateNodePoolInput) SetName(v string) *CreateNodePoolInput
SetName sets the Name field's value.
func (*CreateNodePoolInput) SetNodeConfig ¶
func (s *CreateNodePoolInput) SetNodeConfig(v *NodeConfigForCreateNodePoolInput) *CreateNodePoolInput
SetNodeConfig sets the NodeConfig field's value.
func (*CreateNodePoolInput) SetTags ¶ added in v1.0.40
func (s *CreateNodePoolInput) SetTags(v []*TagForCreateNodePoolInput) *CreateNodePoolInput
SetTags sets the Tags field's value.
func (CreateNodePoolInput) String ¶
func (s CreateNodePoolInput) String() string
String returns the string representation
type CreateNodePoolOutput ¶
type CreateNodePoolOutput struct { Metadata *response.ResponseMetadata Id *string `type:"string"` // contains filtered or unexported fields }
func (CreateNodePoolOutput) GoString ¶
func (s CreateNodePoolOutput) GoString() string
GoString returns the string representation
func (*CreateNodePoolOutput) SetId ¶
func (s *CreateNodePoolOutput) SetId(v string) *CreateNodePoolOutput
SetId sets the Id field's value.
func (CreateNodePoolOutput) String ¶
func (s CreateNodePoolOutput) String() string
String returns the string representation
type CreateNodesInput ¶
type CreateNodesInput struct { AdditionalContainerStorageEnabled *bool `type:"boolean"` ClientToken *string `type:"string"` ClusterId *string `type:"string"` ContainerStoragePath *string `type:"string"` InitializeScript *string `type:"string"` InstanceIds []*string `type:"list"` KeepInstanceName *bool `type:"boolean"` KubernetesConfig *KubernetesConfigForCreateNodesInput `type:"structure"` // contains filtered or unexported fields }
func (CreateNodesInput) GoString ¶
func (s CreateNodesInput) GoString() string
GoString returns the string representation
func (*CreateNodesInput) SetAdditionalContainerStorageEnabled ¶
func (s *CreateNodesInput) SetAdditionalContainerStorageEnabled(v bool) *CreateNodesInput
SetAdditionalContainerStorageEnabled sets the AdditionalContainerStorageEnabled field's value.
func (*CreateNodesInput) SetClientToken ¶
func (s *CreateNodesInput) SetClientToken(v string) *CreateNodesInput
SetClientToken sets the ClientToken field's value.
func (*CreateNodesInput) SetClusterId ¶
func (s *CreateNodesInput) SetClusterId(v string) *CreateNodesInput
SetClusterId sets the ClusterId field's value.
func (*CreateNodesInput) SetContainerStoragePath ¶
func (s *CreateNodesInput) SetContainerStoragePath(v string) *CreateNodesInput
SetContainerStoragePath sets the ContainerStoragePath field's value.
func (*CreateNodesInput) SetInitializeScript ¶ added in v1.0.36
func (s *CreateNodesInput) SetInitializeScript(v string) *CreateNodesInput
SetInitializeScript sets the InitializeScript field's value.
func (*CreateNodesInput) SetInstanceIds ¶
func (s *CreateNodesInput) SetInstanceIds(v []*string) *CreateNodesInput
SetInstanceIds sets the InstanceIds field's value.
func (*CreateNodesInput) SetKeepInstanceName ¶
func (s *CreateNodesInput) SetKeepInstanceName(v bool) *CreateNodesInput
SetKeepInstanceName sets the KeepInstanceName field's value.
func (*CreateNodesInput) SetKubernetesConfig ¶ added in v1.0.36
func (s *CreateNodesInput) SetKubernetesConfig(v *KubernetesConfigForCreateNodesInput) *CreateNodesInput
SetKubernetesConfig sets the KubernetesConfig field's value.
func (CreateNodesInput) String ¶
func (s CreateNodesInput) String() string
String returns the string representation
type CreateNodesOutput ¶
type CreateNodesOutput struct { Metadata *response.ResponseMetadata Ids []*string `type:"list"` // contains filtered or unexported fields }
func (CreateNodesOutput) GoString ¶
func (s CreateNodesOutput) GoString() string
GoString returns the string representation
func (*CreateNodesOutput) SetIds ¶
func (s *CreateNodesOutput) SetIds(v []*string) *CreateNodesOutput
SetIds sets the Ids field's value.
func (CreateNodesOutput) String ¶
func (s CreateNodesOutput) String() string
String returns the string representation
type DataVolumeForCreateNodePoolInput ¶
type DataVolumeForCreateNodePoolInput struct { MountPoint *string `type:"string"` Size *int32 `type:"int32"` Type *string `type:"string" enum:"EnumOfTypeForCreateNodePoolInput"` // contains filtered or unexported fields }
func (DataVolumeForCreateNodePoolInput) GoString ¶
func (s DataVolumeForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*DataVolumeForCreateNodePoolInput) SetMountPoint ¶ added in v1.0.23
func (s *DataVolumeForCreateNodePoolInput) SetMountPoint(v string) *DataVolumeForCreateNodePoolInput
SetMountPoint sets the MountPoint field's value.
func (*DataVolumeForCreateNodePoolInput) SetSize ¶
func (s *DataVolumeForCreateNodePoolInput) SetSize(v int32) *DataVolumeForCreateNodePoolInput
SetSize sets the Size field's value.
func (*DataVolumeForCreateNodePoolInput) SetType ¶
func (s *DataVolumeForCreateNodePoolInput) SetType(v string) *DataVolumeForCreateNodePoolInput
SetType sets the Type field's value.
func (DataVolumeForCreateNodePoolInput) String ¶
func (s DataVolumeForCreateNodePoolInput) String() string
String returns the string representation
type DataVolumeForListNodePoolsOutput ¶
type DataVolumeForListNodePoolsOutput struct { MountPoint *string `type:"string"` Size *int32 `type:"int32"` Type *string `type:"string"` // contains filtered or unexported fields }
func (DataVolumeForListNodePoolsOutput) GoString ¶
func (s DataVolumeForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*DataVolumeForListNodePoolsOutput) SetMountPoint ¶ added in v1.0.23
func (s *DataVolumeForListNodePoolsOutput) SetMountPoint(v string) *DataVolumeForListNodePoolsOutput
SetMountPoint sets the MountPoint field's value.
func (*DataVolumeForListNodePoolsOutput) SetSize ¶
func (s *DataVolumeForListNodePoolsOutput) SetSize(v int32) *DataVolumeForListNodePoolsOutput
SetSize sets the Size field's value.
func (*DataVolumeForListNodePoolsOutput) SetType ¶
func (s *DataVolumeForListNodePoolsOutput) SetType(v string) *DataVolumeForListNodePoolsOutput
SetType sets the Type field's value.
func (DataVolumeForListNodePoolsOutput) String ¶
func (s DataVolumeForListNodePoolsOutput) String() string
String returns the string representation
type DataVolumeForUpdateNodePoolConfigInput ¶ added in v1.0.40
type DataVolumeForUpdateNodePoolConfigInput struct { MountPoint *string `type:"string"` Size *int32 `type:"int32"` Type *string `type:"string" enum:"EnumOfTypeForUpdateNodePoolConfigInput"` // contains filtered or unexported fields }
func (DataVolumeForUpdateNodePoolConfigInput) GoString ¶ added in v1.0.40
func (s DataVolumeForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*DataVolumeForUpdateNodePoolConfigInput) SetMountPoint ¶ added in v1.0.40
func (s *DataVolumeForUpdateNodePoolConfigInput) SetMountPoint(v string) *DataVolumeForUpdateNodePoolConfigInput
SetMountPoint sets the MountPoint field's value.
func (*DataVolumeForUpdateNodePoolConfigInput) SetSize ¶ added in v1.0.40
func (s *DataVolumeForUpdateNodePoolConfigInput) SetSize(v int32) *DataVolumeForUpdateNodePoolConfigInput
SetSize sets the Size field's value.
func (*DataVolumeForUpdateNodePoolConfigInput) SetType ¶ added in v1.0.40
func (s *DataVolumeForUpdateNodePoolConfigInput) SetType(v string) *DataVolumeForUpdateNodePoolConfigInput
SetType sets the Type field's value.
func (DataVolumeForUpdateNodePoolConfigInput) String ¶ added in v1.0.40
func (s DataVolumeForUpdateNodePoolConfigInput) String() string
String returns the string representation
type DeleteAddonInput ¶ added in v1.0.23
type DeleteAddonInput struct { CascadingDeleteResources []*string `type:"list"` ClusterId *string `type:"string"` Name *string `type:"string"` // contains filtered or unexported fields }
func (DeleteAddonInput) GoString ¶ added in v1.0.23
func (s DeleteAddonInput) GoString() string
GoString returns the string representation
func (*DeleteAddonInput) SetCascadingDeleteResources ¶ added in v1.0.23
func (s *DeleteAddonInput) SetCascadingDeleteResources(v []*string) *DeleteAddonInput
SetCascadingDeleteResources sets the CascadingDeleteResources field's value.
func (*DeleteAddonInput) SetClusterId ¶ added in v1.0.23
func (s *DeleteAddonInput) SetClusterId(v string) *DeleteAddonInput
SetClusterId sets the ClusterId field's value.
func (*DeleteAddonInput) SetName ¶ added in v1.0.23
func (s *DeleteAddonInput) SetName(v string) *DeleteAddonInput
SetName sets the Name field's value.
func (DeleteAddonInput) String ¶ added in v1.0.23
func (s DeleteAddonInput) String() string
String returns the string representation
type DeleteAddonOutput ¶ added in v1.0.23
type DeleteAddonOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteAddonOutput) GoString ¶ added in v1.0.23
func (s DeleteAddonOutput) GoString() string
GoString returns the string representation
func (DeleteAddonOutput) String ¶ added in v1.0.23
func (s DeleteAddonOutput) String() string
String returns the string representation
type DeleteClusterInput ¶
type DeleteClusterInput struct { CascadingDeleteResources []*string `type:"list"` Force *bool `type:"boolean"` Id *string `type:"string"` // contains filtered or unexported fields }
func (DeleteClusterInput) GoString ¶
func (s DeleteClusterInput) GoString() string
GoString returns the string representation
func (*DeleteClusterInput) SetCascadingDeleteResources ¶
func (s *DeleteClusterInput) SetCascadingDeleteResources(v []*string) *DeleteClusterInput
SetCascadingDeleteResources sets the CascadingDeleteResources field's value.
func (*DeleteClusterInput) SetForce ¶
func (s *DeleteClusterInput) SetForce(v bool) *DeleteClusterInput
SetForce sets the Force field's value.
func (*DeleteClusterInput) SetId ¶
func (s *DeleteClusterInput) SetId(v string) *DeleteClusterInput
SetId sets the Id field's value.
func (DeleteClusterInput) String ¶
func (s DeleteClusterInput) String() string
String returns the string representation
type DeleteClusterOutput ¶
type DeleteClusterOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteClusterOutput) GoString ¶
func (s DeleteClusterOutput) GoString() string
GoString returns the string representation
func (DeleteClusterOutput) String ¶
func (s DeleteClusterOutput) String() string
String returns the string representation
type DeleteNodePoolInput ¶
type DeleteNodePoolInput struct { CascadingDeleteResources []*string `type:"list"` ClusterId *string `type:"string"` Id *string `type:"string"` // contains filtered or unexported fields }
func (DeleteNodePoolInput) GoString ¶
func (s DeleteNodePoolInput) GoString() string
GoString returns the string representation
func (*DeleteNodePoolInput) SetCascadingDeleteResources ¶
func (s *DeleteNodePoolInput) SetCascadingDeleteResources(v []*string) *DeleteNodePoolInput
SetCascadingDeleteResources sets the CascadingDeleteResources field's value.
func (*DeleteNodePoolInput) SetClusterId ¶
func (s *DeleteNodePoolInput) SetClusterId(v string) *DeleteNodePoolInput
SetClusterId sets the ClusterId field's value.
func (*DeleteNodePoolInput) SetId ¶
func (s *DeleteNodePoolInput) SetId(v string) *DeleteNodePoolInput
SetId sets the Id field's value.
func (DeleteNodePoolInput) String ¶
func (s DeleteNodePoolInput) String() string
String returns the string representation
type DeleteNodePoolOutput ¶
type DeleteNodePoolOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteNodePoolOutput) GoString ¶
func (s DeleteNodePoolOutput) GoString() string
GoString returns the string representation
func (DeleteNodePoolOutput) String ¶
func (s DeleteNodePoolOutput) String() string
String returns the string representation
type DeleteNodesInput ¶
type DeleteNodesInput struct { CascadingDeleteResources []*string `type:"list"` ClusterId *string `type:"string"` Ids []*string `type:"list"` NodePoolId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteNodesInput) GoString ¶
func (s DeleteNodesInput) GoString() string
GoString returns the string representation
func (*DeleteNodesInput) SetCascadingDeleteResources ¶
func (s *DeleteNodesInput) SetCascadingDeleteResources(v []*string) *DeleteNodesInput
SetCascadingDeleteResources sets the CascadingDeleteResources field's value.
func (*DeleteNodesInput) SetClusterId ¶
func (s *DeleteNodesInput) SetClusterId(v string) *DeleteNodesInput
SetClusterId sets the ClusterId field's value.
func (*DeleteNodesInput) SetIds ¶
func (s *DeleteNodesInput) SetIds(v []*string) *DeleteNodesInput
SetIds sets the Ids field's value.
func (*DeleteNodesInput) SetNodePoolId ¶
func (s *DeleteNodesInput) SetNodePoolId(v string) *DeleteNodesInput
SetNodePoolId sets the NodePoolId field's value.
func (DeleteNodesInput) String ¶
func (s DeleteNodesInput) String() string
String returns the string representation
type DeleteNodesOutput ¶
type DeleteNodesOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteNodesOutput) GoString ¶
func (s DeleteNodesOutput) GoString() string
GoString returns the string representation
func (DeleteNodesOutput) String ¶
func (s DeleteNodesOutput) String() string
String returns the string representation
type FilterForListAddonsInput ¶ added in v1.0.23
type FilterForListAddonsInput struct { ClusterIds []*string `type:"list"` CreateClientToken *string `type:"string"` DeployModes []*string `type:"list"` DeployNodeTypes []*string `type:"list"` Names []*string `type:"list"` Statuses []*StatusForListAddonsInput `type:"list"` UpdateClientToken *string `type:"string"` // contains filtered or unexported fields }
func (FilterForListAddonsInput) GoString ¶ added in v1.0.23
func (s FilterForListAddonsInput) GoString() string
GoString returns the string representation
func (*FilterForListAddonsInput) SetClusterIds ¶ added in v1.0.23
func (s *FilterForListAddonsInput) SetClusterIds(v []*string) *FilterForListAddonsInput
SetClusterIds sets the ClusterIds field's value.
func (*FilterForListAddonsInput) SetCreateClientToken ¶ added in v1.0.23
func (s *FilterForListAddonsInput) SetCreateClientToken(v string) *FilterForListAddonsInput
SetCreateClientToken sets the CreateClientToken field's value.
func (*FilterForListAddonsInput) SetDeployModes ¶ added in v1.0.23
func (s *FilterForListAddonsInput) SetDeployModes(v []*string) *FilterForListAddonsInput
SetDeployModes sets the DeployModes field's value.
func (*FilterForListAddonsInput) SetDeployNodeTypes ¶ added in v1.0.23
func (s *FilterForListAddonsInput) SetDeployNodeTypes(v []*string) *FilterForListAddonsInput
SetDeployNodeTypes sets the DeployNodeTypes field's value.
func (*FilterForListAddonsInput) SetNames ¶ added in v1.0.23
func (s *FilterForListAddonsInput) SetNames(v []*string) *FilterForListAddonsInput
SetNames sets the Names field's value.
func (*FilterForListAddonsInput) SetStatuses ¶ added in v1.0.23
func (s *FilterForListAddonsInput) SetStatuses(v []*StatusForListAddonsInput) *FilterForListAddonsInput
SetStatuses sets the Statuses field's value.
func (*FilterForListAddonsInput) SetUpdateClientToken ¶ added in v1.0.23
func (s *FilterForListAddonsInput) SetUpdateClientToken(v string) *FilterForListAddonsInput
SetUpdateClientToken sets the UpdateClientToken field's value.
func (FilterForListAddonsInput) String ¶ added in v1.0.23
func (s FilterForListAddonsInput) String() string
String returns the string representation
type FilterForListClustersInput ¶
type FilterForListClustersInput struct { CreateClientToken *string `type:"string"` DeleteProtectionEnabled *bool `type:"boolean"` Ids []*string `type:"list"` Name *string `type:"string"` PodsConfigPodNetworkMode *string `type:"string" json:"PodsConfig.PodNetworkMode" enum:"EnumOfPodsConfigPodNetworkModeForListClustersInput"` Statuses []*StatusForListClustersInput `type:"list"` UpdateClientToken *string `type:"string"` // contains filtered or unexported fields }
func (FilterForListClustersInput) GoString ¶
func (s FilterForListClustersInput) GoString() string
GoString returns the string representation
func (*FilterForListClustersInput) SetCreateClientToken ¶
func (s *FilterForListClustersInput) SetCreateClientToken(v string) *FilterForListClustersInput
SetCreateClientToken sets the CreateClientToken field's value.
func (*FilterForListClustersInput) SetDeleteProtectionEnabled ¶
func (s *FilterForListClustersInput) SetDeleteProtectionEnabled(v bool) *FilterForListClustersInput
SetDeleteProtectionEnabled sets the DeleteProtectionEnabled field's value.
func (*FilterForListClustersInput) SetIds ¶
func (s *FilterForListClustersInput) SetIds(v []*string) *FilterForListClustersInput
SetIds sets the Ids field's value.
func (*FilterForListClustersInput) SetName ¶
func (s *FilterForListClustersInput) SetName(v string) *FilterForListClustersInput
SetName sets the Name field's value.
func (*FilterForListClustersInput) SetPodsConfigPodNetworkMode ¶
func (s *FilterForListClustersInput) SetPodsConfigPodNetworkMode(v string) *FilterForListClustersInput
SetPodsConfigPodNetworkMode sets the PodsConfigPodNetworkMode field's value.
func (*FilterForListClustersInput) SetStatuses ¶
func (s *FilterForListClustersInput) SetStatuses(v []*StatusForListClustersInput) *FilterForListClustersInput
SetStatuses sets the Statuses field's value.
func (*FilterForListClustersInput) SetUpdateClientToken ¶
func (s *FilterForListClustersInput) SetUpdateClientToken(v string) *FilterForListClustersInput
SetUpdateClientToken sets the UpdateClientToken field's value.
func (FilterForListClustersInput) String ¶
func (s FilterForListClustersInput) String() string
String returns the string representation
type FilterForListNodePoolsInput ¶
type FilterForListNodePoolsInput struct { AutoScalingEnabled *bool `type:"boolean" json:"AutoScaling.Enabled"` ClusterIds []*string `type:"list"` CreateClientToken *string `type:"string"` Ids []*string `type:"list"` Name *string `type:"string"` Statuses []*StatusForListNodePoolsInput `type:"list"` UpdateClientToken *string `type:"string"` // contains filtered or unexported fields }
func (FilterForListNodePoolsInput) GoString ¶
func (s FilterForListNodePoolsInput) GoString() string
GoString returns the string representation
func (*FilterForListNodePoolsInput) SetAutoScalingEnabled ¶
func (s *FilterForListNodePoolsInput) SetAutoScalingEnabled(v bool) *FilterForListNodePoolsInput
SetAutoScalingEnabled sets the AutoScalingEnabled field's value.
func (*FilterForListNodePoolsInput) SetClusterIds ¶
func (s *FilterForListNodePoolsInput) SetClusterIds(v []*string) *FilterForListNodePoolsInput
SetClusterIds sets the ClusterIds field's value.
func (*FilterForListNodePoolsInput) SetCreateClientToken ¶
func (s *FilterForListNodePoolsInput) SetCreateClientToken(v string) *FilterForListNodePoolsInput
SetCreateClientToken sets the CreateClientToken field's value.
func (*FilterForListNodePoolsInput) SetIds ¶
func (s *FilterForListNodePoolsInput) SetIds(v []*string) *FilterForListNodePoolsInput
SetIds sets the Ids field's value.
func (*FilterForListNodePoolsInput) SetName ¶
func (s *FilterForListNodePoolsInput) SetName(v string) *FilterForListNodePoolsInput
SetName sets the Name field's value.
func (*FilterForListNodePoolsInput) SetStatuses ¶
func (s *FilterForListNodePoolsInput) SetStatuses(v []*StatusForListNodePoolsInput) *FilterForListNodePoolsInput
SetStatuses sets the Statuses field's value.
func (*FilterForListNodePoolsInput) SetUpdateClientToken ¶
func (s *FilterForListNodePoolsInput) SetUpdateClientToken(v string) *FilterForListNodePoolsInput
SetUpdateClientToken sets the UpdateClientToken field's value.
func (FilterForListNodePoolsInput) String ¶
func (s FilterForListNodePoolsInput) String() string
String returns the string representation
type FilterForListNodesInput ¶
type FilterForListNodesInput struct { ClusterIds []*string `type:"list"` CreateClientToken *string `type:"string"` Ids []*string `type:"list"` Name *string `type:"string"` NodePoolIds []*string `type:"list"` Statuses []*StatusForListNodesInput `type:"list"` ZoneIds []*string `type:"list"` // contains filtered or unexported fields }
func (FilterForListNodesInput) GoString ¶
func (s FilterForListNodesInput) GoString() string
GoString returns the string representation
func (*FilterForListNodesInput) SetClusterIds ¶
func (s *FilterForListNodesInput) SetClusterIds(v []*string) *FilterForListNodesInput
SetClusterIds sets the ClusterIds field's value.
func (*FilterForListNodesInput) SetCreateClientToken ¶
func (s *FilterForListNodesInput) SetCreateClientToken(v string) *FilterForListNodesInput
SetCreateClientToken sets the CreateClientToken field's value.
func (*FilterForListNodesInput) SetIds ¶
func (s *FilterForListNodesInput) SetIds(v []*string) *FilterForListNodesInput
SetIds sets the Ids field's value.
func (*FilterForListNodesInput) SetName ¶
func (s *FilterForListNodesInput) SetName(v string) *FilterForListNodesInput
SetName sets the Name field's value.
func (*FilterForListNodesInput) SetNodePoolIds ¶
func (s *FilterForListNodesInput) SetNodePoolIds(v []*string) *FilterForListNodesInput
SetNodePoolIds sets the NodePoolIds field's value.
func (*FilterForListNodesInput) SetStatuses ¶
func (s *FilterForListNodesInput) SetStatuses(v []*StatusForListNodesInput) *FilterForListNodesInput
SetStatuses sets the Statuses field's value.
func (*FilterForListNodesInput) SetZoneIds ¶ added in v1.0.23
func (s *FilterForListNodesInput) SetZoneIds(v []*string) *FilterForListNodesInput
SetZoneIds sets the ZoneIds field's value.
func (FilterForListNodesInput) String ¶
func (s FilterForListNodesInput) String() string
String returns the string representation
type FilterForListSupportedAddonsInput ¶ added in v1.0.23
type FilterForListSupportedAddonsInput struct { Categories []*string `type:"list"` DeployModes []*string `type:"list"` DeployNodeTypes []*string `type:"list"` Name *string `type:"string"` Necessaries []*string `type:"list"` PodNetworkModes []*string `type:"list"` // contains filtered or unexported fields }
func (FilterForListSupportedAddonsInput) GoString ¶ added in v1.0.23
func (s FilterForListSupportedAddonsInput) GoString() string
GoString returns the string representation
func (*FilterForListSupportedAddonsInput) SetCategories ¶ added in v1.0.23
func (s *FilterForListSupportedAddonsInput) SetCategories(v []*string) *FilterForListSupportedAddonsInput
SetCategories sets the Categories field's value.
func (*FilterForListSupportedAddonsInput) SetDeployModes ¶ added in v1.0.23
func (s *FilterForListSupportedAddonsInput) SetDeployModes(v []*string) *FilterForListSupportedAddonsInput
SetDeployModes sets the DeployModes field's value.
func (*FilterForListSupportedAddonsInput) SetDeployNodeTypes ¶ added in v1.0.23
func (s *FilterForListSupportedAddonsInput) SetDeployNodeTypes(v []*string) *FilterForListSupportedAddonsInput
SetDeployNodeTypes sets the DeployNodeTypes field's value.
func (*FilterForListSupportedAddonsInput) SetName ¶ added in v1.0.23
func (s *FilterForListSupportedAddonsInput) SetName(v string) *FilterForListSupportedAddonsInput
SetName sets the Name field's value.
func (*FilterForListSupportedAddonsInput) SetNecessaries ¶ added in v1.0.23
func (s *FilterForListSupportedAddonsInput) SetNecessaries(v []*string) *FilterForListSupportedAddonsInput
SetNecessaries sets the Necessaries field's value.
func (*FilterForListSupportedAddonsInput) SetPodNetworkModes ¶ added in v1.0.23
func (s *FilterForListSupportedAddonsInput) SetPodNetworkModes(v []*string) *FilterForListSupportedAddonsInput
SetPodNetworkModes sets the PodNetworkModes field's value.
func (FilterForListSupportedAddonsInput) String ¶ added in v1.0.23
func (s FilterForListSupportedAddonsInput) String() string
String returns the string representation
type FilterForListSupportedResourceTypesInput ¶
type FilterForListSupportedResourceTypesInput struct { ResourceTypes []*string `type:"list"` ZoneIds []*string `type:"list"` // contains filtered or unexported fields }
func (FilterForListSupportedResourceTypesInput) GoString ¶
func (s FilterForListSupportedResourceTypesInput) GoString() string
GoString returns the string representation
func (*FilterForListSupportedResourceTypesInput) SetResourceTypes ¶ added in v1.0.36
func (s *FilterForListSupportedResourceTypesInput) SetResourceTypes(v []*string) *FilterForListSupportedResourceTypesInput
SetResourceTypes sets the ResourceTypes field's value.
func (*FilterForListSupportedResourceTypesInput) SetZoneIds ¶
func (s *FilterForListSupportedResourceTypesInput) SetZoneIds(v []*string) *FilterForListSupportedResourceTypesInput
SetZoneIds sets the ZoneIds field's value.
func (FilterForListSupportedResourceTypesInput) String ¶
func (s FilterForListSupportedResourceTypesInput) String() string
String returns the string representation
type FlannelConfigForCreateClusterInput ¶
type FlannelConfigForCreateClusterInput struct { MaxPodsPerNode *int32 `type:"int32"` PodCidrs []*string `type:"list"` // contains filtered or unexported fields }
func (FlannelConfigForCreateClusterInput) GoString ¶
func (s FlannelConfigForCreateClusterInput) GoString() string
GoString returns the string representation
func (*FlannelConfigForCreateClusterInput) SetMaxPodsPerNode ¶
func (s *FlannelConfigForCreateClusterInput) SetMaxPodsPerNode(v int32) *FlannelConfigForCreateClusterInput
SetMaxPodsPerNode sets the MaxPodsPerNode field's value.
func (*FlannelConfigForCreateClusterInput) SetPodCidrs ¶
func (s *FlannelConfigForCreateClusterInput) SetPodCidrs(v []*string) *FlannelConfigForCreateClusterInput
SetPodCidrs sets the PodCidrs field's value.
func (FlannelConfigForCreateClusterInput) String ¶
func (s FlannelConfigForCreateClusterInput) String() string
String returns the string representation
type FlannelConfigForListClustersOutput ¶
type FlannelConfigForListClustersOutput struct { MaxPodsPerNode *int32 `type:"int32"` PodCidrs []*string `type:"list"` // contains filtered or unexported fields }
func (FlannelConfigForListClustersOutput) GoString ¶
func (s FlannelConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*FlannelConfigForListClustersOutput) SetMaxPodsPerNode ¶
func (s *FlannelConfigForListClustersOutput) SetMaxPodsPerNode(v int32) *FlannelConfigForListClustersOutput
SetMaxPodsPerNode sets the MaxPodsPerNode field's value.
func (*FlannelConfigForListClustersOutput) SetPodCidrs ¶
func (s *FlannelConfigForListClustersOutput) SetPodCidrs(v []*string) *FlannelConfigForListClustersOutput
SetPodCidrs sets the PodCidrs field's value.
func (FlannelConfigForListClustersOutput) String ¶
func (s FlannelConfigForListClustersOutput) String() string
String returns the string representation
type ForwardKubernetesApiInput ¶ added in v1.0.36
type ForwardKubernetesApiInput struct { Body *string `type:"string"` ClusterId *string `type:"string"` Headers map[string][]*string `type:"map"` Method *string `type:"string"` Path *string `type:"string"` // contains filtered or unexported fields }
func (ForwardKubernetesApiInput) GoString ¶ added in v1.0.36
func (s ForwardKubernetesApiInput) GoString() string
GoString returns the string representation
func (*ForwardKubernetesApiInput) SetBody ¶ added in v1.0.36
func (s *ForwardKubernetesApiInput) SetBody(v string) *ForwardKubernetesApiInput
SetBody sets the Body field's value.
func (*ForwardKubernetesApiInput) SetClusterId ¶ added in v1.0.36
func (s *ForwardKubernetesApiInput) SetClusterId(v string) *ForwardKubernetesApiInput
SetClusterId sets the ClusterId field's value.
func (*ForwardKubernetesApiInput) SetHeaders ¶ added in v1.0.36
func (s *ForwardKubernetesApiInput) SetHeaders(v map[string][]*string) *ForwardKubernetesApiInput
SetHeaders sets the Headers field's value.
func (*ForwardKubernetesApiInput) SetMethod ¶ added in v1.0.36
func (s *ForwardKubernetesApiInput) SetMethod(v string) *ForwardKubernetesApiInput
SetMethod sets the Method field's value.
func (*ForwardKubernetesApiInput) SetPath ¶ added in v1.0.36
func (s *ForwardKubernetesApiInput) SetPath(v string) *ForwardKubernetesApiInput
SetPath sets the Path field's value.
func (ForwardKubernetesApiInput) String ¶ added in v1.0.36
func (s ForwardKubernetesApiInput) String() string
String returns the string representation
type ForwardKubernetesApiOutput ¶ added in v1.0.36
type ForwardKubernetesApiOutput struct { Metadata *response.ResponseMetadata Body *string `type:"string"` Code *int32 `type:"int32"` // contains filtered or unexported fields }
func (ForwardKubernetesApiOutput) GoString ¶ added in v1.0.36
func (s ForwardKubernetesApiOutput) GoString() string
GoString returns the string representation
func (*ForwardKubernetesApiOutput) SetBody ¶ added in v1.0.36
func (s *ForwardKubernetesApiOutput) SetBody(v string) *ForwardKubernetesApiOutput
SetBody sets the Body field's value.
func (*ForwardKubernetesApiOutput) SetCode ¶ added in v1.0.36
func (s *ForwardKubernetesApiOutput) SetCode(v int32) *ForwardKubernetesApiOutput
SetCode sets the Code field's value.
func (ForwardKubernetesApiOutput) String ¶ added in v1.0.36
func (s ForwardKubernetesApiOutput) String() string
String returns the string representation
type ItemForListAddonsOutput ¶ added in v1.0.23
type ItemForListAddonsOutput struct { ClusterId *string `type:"string"` ClusterType *string `type:"string"` Config *string `type:"string"` CreateClientToken *string `type:"string"` CreateTime *string `type:"string"` DeployMode *string `type:"string"` DeployNodeType *string `type:"string"` Name *string `type:"string"` Status *StatusForListAddonsOutput `type:"structure"` UpdateClientToken *string `type:"string"` UpdateTime *string `type:"string"` Version *string `type:"string"` // contains filtered or unexported fields }
func (ItemForListAddonsOutput) GoString ¶ added in v1.0.23
func (s ItemForListAddonsOutput) GoString() string
GoString returns the string representation
func (*ItemForListAddonsOutput) SetClusterId ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetClusterId(v string) *ItemForListAddonsOutput
SetClusterId sets the ClusterId field's value.
func (*ItemForListAddonsOutput) SetClusterType ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetClusterType(v string) *ItemForListAddonsOutput
SetClusterType sets the ClusterType field's value.
func (*ItemForListAddonsOutput) SetConfig ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetConfig(v string) *ItemForListAddonsOutput
SetConfig sets the Config field's value.
func (*ItemForListAddonsOutput) SetCreateClientToken ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetCreateClientToken(v string) *ItemForListAddonsOutput
SetCreateClientToken sets the CreateClientToken field's value.
func (*ItemForListAddonsOutput) SetCreateTime ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetCreateTime(v string) *ItemForListAddonsOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListAddonsOutput) SetDeployMode ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetDeployMode(v string) *ItemForListAddonsOutput
SetDeployMode sets the DeployMode field's value.
func (*ItemForListAddonsOutput) SetDeployNodeType ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetDeployNodeType(v string) *ItemForListAddonsOutput
SetDeployNodeType sets the DeployNodeType field's value.
func (*ItemForListAddonsOutput) SetName ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetName(v string) *ItemForListAddonsOutput
SetName sets the Name field's value.
func (*ItemForListAddonsOutput) SetStatus ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetStatus(v *StatusForListAddonsOutput) *ItemForListAddonsOutput
SetStatus sets the Status field's value.
func (*ItemForListAddonsOutput) SetUpdateClientToken ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetUpdateClientToken(v string) *ItemForListAddonsOutput
SetUpdateClientToken sets the UpdateClientToken field's value.
func (*ItemForListAddonsOutput) SetUpdateTime ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetUpdateTime(v string) *ItemForListAddonsOutput
SetUpdateTime sets the UpdateTime field's value.
func (*ItemForListAddonsOutput) SetVersion ¶ added in v1.0.23
func (s *ItemForListAddonsOutput) SetVersion(v string) *ItemForListAddonsOutput
SetVersion sets the Version field's value.
func (ItemForListAddonsOutput) String ¶ added in v1.0.23
func (s ItemForListAddonsOutput) String() string
String returns the string representation
type ItemForListClustersOutput ¶
type ItemForListClustersOutput struct { ChargeType *string `type:"string"` ClusterConfig *ClusterConfigForListClustersOutput `type:"structure"` CreateClientToken *string `type:"string"` CreateTime *string `type:"string"` DeleteProtectionEnabled *bool `type:"boolean"` Description *string `type:"string"` Id *string `type:"string"` KubernetesVersion *string `type:"string"` Name *string `type:"string"` NodeStatistics *NodeStatisticsForListClustersOutput `type:"structure"` PodsConfig *PodsConfigForListClustersOutput `type:"structure"` ServicesConfig *ServicesConfigForListClustersOutput `type:"structure"` Status *StatusForListClustersOutput `type:"structure"` Tags []*TagForListClustersOutput `type:"list"` UpdateClientToken *string `type:"string"` UpdateTime *string `type:"string"` // contains filtered or unexported fields }
func (ItemForListClustersOutput) GoString ¶
func (s ItemForListClustersOutput) GoString() string
GoString returns the string representation
func (*ItemForListClustersOutput) SetChargeType ¶
func (s *ItemForListClustersOutput) SetChargeType(v string) *ItemForListClustersOutput
SetChargeType sets the ChargeType field's value.
func (*ItemForListClustersOutput) SetClusterConfig ¶
func (s *ItemForListClustersOutput) SetClusterConfig(v *ClusterConfigForListClustersOutput) *ItemForListClustersOutput
SetClusterConfig sets the ClusterConfig field's value.
func (*ItemForListClustersOutput) SetCreateClientToken ¶
func (s *ItemForListClustersOutput) SetCreateClientToken(v string) *ItemForListClustersOutput
SetCreateClientToken sets the CreateClientToken field's value.
func (*ItemForListClustersOutput) SetCreateTime ¶
func (s *ItemForListClustersOutput) SetCreateTime(v string) *ItemForListClustersOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListClustersOutput) SetDeleteProtectionEnabled ¶
func (s *ItemForListClustersOutput) SetDeleteProtectionEnabled(v bool) *ItemForListClustersOutput
SetDeleteProtectionEnabled sets the DeleteProtectionEnabled field's value.
func (*ItemForListClustersOutput) SetDescription ¶
func (s *ItemForListClustersOutput) SetDescription(v string) *ItemForListClustersOutput
SetDescription sets the Description field's value.
func (*ItemForListClustersOutput) SetId ¶
func (s *ItemForListClustersOutput) SetId(v string) *ItemForListClustersOutput
SetId sets the Id field's value.
func (*ItemForListClustersOutput) SetKubernetesVersion ¶
func (s *ItemForListClustersOutput) SetKubernetesVersion(v string) *ItemForListClustersOutput
SetKubernetesVersion sets the KubernetesVersion field's value.
func (*ItemForListClustersOutput) SetName ¶
func (s *ItemForListClustersOutput) SetName(v string) *ItemForListClustersOutput
SetName sets the Name field's value.
func (*ItemForListClustersOutput) SetNodeStatistics ¶
func (s *ItemForListClustersOutput) SetNodeStatistics(v *NodeStatisticsForListClustersOutput) *ItemForListClustersOutput
SetNodeStatistics sets the NodeStatistics field's value.
func (*ItemForListClustersOutput) SetPodsConfig ¶
func (s *ItemForListClustersOutput) SetPodsConfig(v *PodsConfigForListClustersOutput) *ItemForListClustersOutput
SetPodsConfig sets the PodsConfig field's value.
func (*ItemForListClustersOutput) SetServicesConfig ¶
func (s *ItemForListClustersOutput) SetServicesConfig(v *ServicesConfigForListClustersOutput) *ItemForListClustersOutput
SetServicesConfig sets the ServicesConfig field's value.
func (*ItemForListClustersOutput) SetStatus ¶
func (s *ItemForListClustersOutput) SetStatus(v *StatusForListClustersOutput) *ItemForListClustersOutput
SetStatus sets the Status field's value.
func (*ItemForListClustersOutput) SetTags ¶ added in v1.0.40
func (s *ItemForListClustersOutput) SetTags(v []*TagForListClustersOutput) *ItemForListClustersOutput
SetTags sets the Tags field's value.
func (*ItemForListClustersOutput) SetUpdateClientToken ¶
func (s *ItemForListClustersOutput) SetUpdateClientToken(v string) *ItemForListClustersOutput
SetUpdateClientToken sets the UpdateClientToken field's value.
func (*ItemForListClustersOutput) SetUpdateTime ¶
func (s *ItemForListClustersOutput) SetUpdateTime(v string) *ItemForListClustersOutput
SetUpdateTime sets the UpdateTime field's value.
func (ItemForListClustersOutput) String ¶
func (s ItemForListClustersOutput) String() string
String returns the string representation
type ItemForListNodePoolsOutput ¶
type ItemForListNodePoolsOutput struct { AutoScaling *AutoScalingForListNodePoolsOutput `type:"structure"` ClusterId *string `type:"string"` CreateClientToken *string `type:"string"` CreateTime *string `type:"string"` Id *string `type:"string"` KubernetesConfig *KubernetesConfigForListNodePoolsOutput `type:"structure"` Name *string `type:"string"` NodeConfig *NodeConfigForListNodePoolsOutput `type:"structure"` NodeStatistics *NodeStatisticsForListNodePoolsOutput `type:"structure"` Status *StatusForListNodePoolsOutput `type:"structure"` Tags []*ConvertTagForListNodePoolsOutput `type:"list"` UpdateClientToken *string `type:"string"` UpdateTime *string `type:"string"` // contains filtered or unexported fields }
func (ItemForListNodePoolsOutput) GoString ¶
func (s ItemForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*ItemForListNodePoolsOutput) SetAutoScaling ¶
func (s *ItemForListNodePoolsOutput) SetAutoScaling(v *AutoScalingForListNodePoolsOutput) *ItemForListNodePoolsOutput
SetAutoScaling sets the AutoScaling field's value.
func (*ItemForListNodePoolsOutput) SetClusterId ¶
func (s *ItemForListNodePoolsOutput) SetClusterId(v string) *ItemForListNodePoolsOutput
SetClusterId sets the ClusterId field's value.
func (*ItemForListNodePoolsOutput) SetCreateClientToken ¶
func (s *ItemForListNodePoolsOutput) SetCreateClientToken(v string) *ItemForListNodePoolsOutput
SetCreateClientToken sets the CreateClientToken field's value.
func (*ItemForListNodePoolsOutput) SetCreateTime ¶
func (s *ItemForListNodePoolsOutput) SetCreateTime(v string) *ItemForListNodePoolsOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListNodePoolsOutput) SetId ¶
func (s *ItemForListNodePoolsOutput) SetId(v string) *ItemForListNodePoolsOutput
SetId sets the Id field's value.
func (*ItemForListNodePoolsOutput) SetKubernetesConfig ¶
func (s *ItemForListNodePoolsOutput) SetKubernetesConfig(v *KubernetesConfigForListNodePoolsOutput) *ItemForListNodePoolsOutput
SetKubernetesConfig sets the KubernetesConfig field's value.
func (*ItemForListNodePoolsOutput) SetName ¶
func (s *ItemForListNodePoolsOutput) SetName(v string) *ItemForListNodePoolsOutput
SetName sets the Name field's value.
func (*ItemForListNodePoolsOutput) SetNodeConfig ¶
func (s *ItemForListNodePoolsOutput) SetNodeConfig(v *NodeConfigForListNodePoolsOutput) *ItemForListNodePoolsOutput
SetNodeConfig sets the NodeConfig field's value.
func (*ItemForListNodePoolsOutput) SetNodeStatistics ¶
func (s *ItemForListNodePoolsOutput) SetNodeStatistics(v *NodeStatisticsForListNodePoolsOutput) *ItemForListNodePoolsOutput
SetNodeStatistics sets the NodeStatistics field's value.
func (*ItemForListNodePoolsOutput) SetStatus ¶
func (s *ItemForListNodePoolsOutput) SetStatus(v *StatusForListNodePoolsOutput) *ItemForListNodePoolsOutput
SetStatus sets the Status field's value.
func (*ItemForListNodePoolsOutput) SetTags ¶ added in v1.0.40
func (s *ItemForListNodePoolsOutput) SetTags(v []*ConvertTagForListNodePoolsOutput) *ItemForListNodePoolsOutput
SetTags sets the Tags field's value.
func (*ItemForListNodePoolsOutput) SetUpdateClientToken ¶
func (s *ItemForListNodePoolsOutput) SetUpdateClientToken(v string) *ItemForListNodePoolsOutput
SetUpdateClientToken sets the UpdateClientToken field's value.
func (*ItemForListNodePoolsOutput) SetUpdateTime ¶
func (s *ItemForListNodePoolsOutput) SetUpdateTime(v string) *ItemForListNodePoolsOutput
SetUpdateTime sets the UpdateTime field's value.
func (ItemForListNodePoolsOutput) String ¶
func (s ItemForListNodePoolsOutput) String() string
String returns the string representation
type ItemForListNodesOutput ¶
type ItemForListNodesOutput struct { AdditionalContainerStorageEnabled *bool `type:"boolean"` ClusterId *string `type:"string"` ContainerStoragePath *string `type:"string"` CreateClientToken *string `type:"string"` CreateTime *string `type:"string"` Id *string `type:"string"` InitializeScript *string `type:"string"` InstanceId *string `type:"string"` IsVirtual *bool `type:"boolean"` KubernetesConfig *KubernetesConfigForListNodesOutput `type:"structure"` Name *string `type:"string"` NodePoolId *string `type:"string"` Roles []*string `type:"list"` Status *StatusForListNodesOutput `type:"structure"` UpdateTime *string `type:"string"` ZoneId *string `type:"string"` // contains filtered or unexported fields }
func (ItemForListNodesOutput) GoString ¶
func (s ItemForListNodesOutput) GoString() string
GoString returns the string representation
func (*ItemForListNodesOutput) SetAdditionalContainerStorageEnabled ¶
func (s *ItemForListNodesOutput) SetAdditionalContainerStorageEnabled(v bool) *ItemForListNodesOutput
SetAdditionalContainerStorageEnabled sets the AdditionalContainerStorageEnabled field's value.
func (*ItemForListNodesOutput) SetClusterId ¶
func (s *ItemForListNodesOutput) SetClusterId(v string) *ItemForListNodesOutput
SetClusterId sets the ClusterId field's value.
func (*ItemForListNodesOutput) SetContainerStoragePath ¶
func (s *ItemForListNodesOutput) SetContainerStoragePath(v string) *ItemForListNodesOutput
SetContainerStoragePath sets the ContainerStoragePath field's value.
func (*ItemForListNodesOutput) SetCreateClientToken ¶
func (s *ItemForListNodesOutput) SetCreateClientToken(v string) *ItemForListNodesOutput
SetCreateClientToken sets the CreateClientToken field's value.
func (*ItemForListNodesOutput) SetCreateTime ¶
func (s *ItemForListNodesOutput) SetCreateTime(v string) *ItemForListNodesOutput
SetCreateTime sets the CreateTime field's value.
func (*ItemForListNodesOutput) SetId ¶
func (s *ItemForListNodesOutput) SetId(v string) *ItemForListNodesOutput
SetId sets the Id field's value.
func (*ItemForListNodesOutput) SetInitializeScript ¶ added in v1.0.36
func (s *ItemForListNodesOutput) SetInitializeScript(v string) *ItemForListNodesOutput
SetInitializeScript sets the InitializeScript field's value.
func (*ItemForListNodesOutput) SetInstanceId ¶
func (s *ItemForListNodesOutput) SetInstanceId(v string) *ItemForListNodesOutput
SetInstanceId sets the InstanceId field's value.
func (*ItemForListNodesOutput) SetIsVirtual ¶
func (s *ItemForListNodesOutput) SetIsVirtual(v bool) *ItemForListNodesOutput
SetIsVirtual sets the IsVirtual field's value.
func (*ItemForListNodesOutput) SetKubernetesConfig ¶ added in v1.0.36
func (s *ItemForListNodesOutput) SetKubernetesConfig(v *KubernetesConfigForListNodesOutput) *ItemForListNodesOutput
SetKubernetesConfig sets the KubernetesConfig field's value.
func (*ItemForListNodesOutput) SetName ¶
func (s *ItemForListNodesOutput) SetName(v string) *ItemForListNodesOutput
SetName sets the Name field's value.
func (*ItemForListNodesOutput) SetNodePoolId ¶
func (s *ItemForListNodesOutput) SetNodePoolId(v string) *ItemForListNodesOutput
SetNodePoolId sets the NodePoolId field's value.
func (*ItemForListNodesOutput) SetRoles ¶
func (s *ItemForListNodesOutput) SetRoles(v []*string) *ItemForListNodesOutput
SetRoles sets the Roles field's value.
func (*ItemForListNodesOutput) SetStatus ¶
func (s *ItemForListNodesOutput) SetStatus(v *StatusForListNodesOutput) *ItemForListNodesOutput
SetStatus sets the Status field's value.
func (*ItemForListNodesOutput) SetUpdateTime ¶
func (s *ItemForListNodesOutput) SetUpdateTime(v string) *ItemForListNodesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*ItemForListNodesOutput) SetZoneId ¶ added in v1.0.23
func (s *ItemForListNodesOutput) SetZoneId(v string) *ItemForListNodesOutput
SetZoneId sets the ZoneId field's value.
func (ItemForListNodesOutput) String ¶
func (s ItemForListNodesOutput) String() string
String returns the string representation
type ItemForListSupportedAddonsOutput ¶ added in v1.0.23
type ItemForListSupportedAddonsOutput struct { Categories []*string `type:"list"` DeployMode *string `type:"string"` DeployNodeTypes []*string `type:"list"` Name *string `type:"string"` Necessary *string `type:"string"` PodNetworkModes []*string `type:"list"` Versions []*VersionForListSupportedAddonsOutput `type:"list"` // contains filtered or unexported fields }
func (ItemForListSupportedAddonsOutput) GoString ¶ added in v1.0.23
func (s ItemForListSupportedAddonsOutput) GoString() string
GoString returns the string representation
func (*ItemForListSupportedAddonsOutput) SetCategories ¶ added in v1.0.23
func (s *ItemForListSupportedAddonsOutput) SetCategories(v []*string) *ItemForListSupportedAddonsOutput
SetCategories sets the Categories field's value.
func (*ItemForListSupportedAddonsOutput) SetDeployMode ¶ added in v1.0.23
func (s *ItemForListSupportedAddonsOutput) SetDeployMode(v string) *ItemForListSupportedAddonsOutput
SetDeployMode sets the DeployMode field's value.
func (*ItemForListSupportedAddonsOutput) SetDeployNodeTypes ¶ added in v1.0.23
func (s *ItemForListSupportedAddonsOutput) SetDeployNodeTypes(v []*string) *ItemForListSupportedAddonsOutput
SetDeployNodeTypes sets the DeployNodeTypes field's value.
func (*ItemForListSupportedAddonsOutput) SetName ¶ added in v1.0.23
func (s *ItemForListSupportedAddonsOutput) SetName(v string) *ItemForListSupportedAddonsOutput
SetName sets the Name field's value.
func (*ItemForListSupportedAddonsOutput) SetNecessary ¶ added in v1.0.23
func (s *ItemForListSupportedAddonsOutput) SetNecessary(v string) *ItemForListSupportedAddonsOutput
SetNecessary sets the Necessary field's value.
func (*ItemForListSupportedAddonsOutput) SetPodNetworkModes ¶ added in v1.0.23
func (s *ItemForListSupportedAddonsOutput) SetPodNetworkModes(v []*string) *ItemForListSupportedAddonsOutput
SetPodNetworkModes sets the PodNetworkModes field's value.
func (*ItemForListSupportedAddonsOutput) SetVersions ¶ added in v1.0.23
func (s *ItemForListSupportedAddonsOutput) SetVersions(v []*VersionForListSupportedAddonsOutput) *ItemForListSupportedAddonsOutput
SetVersions sets the Versions field's value.
func (ItemForListSupportedAddonsOutput) String ¶ added in v1.0.23
func (s ItemForListSupportedAddonsOutput) String() string
String returns the string representation
type ItemForListSupportedResourceTypesOutput ¶
type ItemForListSupportedResourceTypesOutput struct { ResourceScope *string `type:"string"` ResourceSpecifications []*string `type:"list"` ResourceType *string `type:"string"` ZoneId *string `type:"string"` // contains filtered or unexported fields }
func (ItemForListSupportedResourceTypesOutput) GoString ¶
func (s ItemForListSupportedResourceTypesOutput) GoString() string
GoString returns the string representation
func (*ItemForListSupportedResourceTypesOutput) SetResourceScope ¶
func (s *ItemForListSupportedResourceTypesOutput) SetResourceScope(v string) *ItemForListSupportedResourceTypesOutput
SetResourceScope sets the ResourceScope field's value.
func (*ItemForListSupportedResourceTypesOutput) SetResourceSpecifications ¶
func (s *ItemForListSupportedResourceTypesOutput) SetResourceSpecifications(v []*string) *ItemForListSupportedResourceTypesOutput
SetResourceSpecifications sets the ResourceSpecifications field's value.
func (*ItemForListSupportedResourceTypesOutput) SetResourceType ¶
func (s *ItemForListSupportedResourceTypesOutput) SetResourceType(v string) *ItemForListSupportedResourceTypesOutput
SetResourceType sets the ResourceType field's value.
func (*ItemForListSupportedResourceTypesOutput) SetZoneId ¶
func (s *ItemForListSupportedResourceTypesOutput) SetZoneId(v string) *ItemForListSupportedResourceTypesOutput
SetZoneId sets the ZoneId field's value.
func (ItemForListSupportedResourceTypesOutput) String ¶
func (s ItemForListSupportedResourceTypesOutput) String() string
String returns the string representation
type KubernetesConfigForCreateDefaultNodePoolInput ¶ added in v1.0.23
type KubernetesConfigForCreateDefaultNodePoolInput struct { Cordon *bool `type:"boolean"` Labels []*LabelForCreateDefaultNodePoolInput `type:"list"` Taints []*TaintForCreateDefaultNodePoolInput `type:"list"` // contains filtered or unexported fields }
func (KubernetesConfigForCreateDefaultNodePoolInput) GoString ¶ added in v1.0.23
func (s KubernetesConfigForCreateDefaultNodePoolInput) GoString() string
GoString returns the string representation
func (*KubernetesConfigForCreateDefaultNodePoolInput) SetCordon ¶ added in v1.0.23
func (s *KubernetesConfigForCreateDefaultNodePoolInput) SetCordon(v bool) *KubernetesConfigForCreateDefaultNodePoolInput
SetCordon sets the Cordon field's value.
func (*KubernetesConfigForCreateDefaultNodePoolInput) SetLabels ¶ added in v1.0.23
func (s *KubernetesConfigForCreateDefaultNodePoolInput) SetLabels(v []*LabelForCreateDefaultNodePoolInput) *KubernetesConfigForCreateDefaultNodePoolInput
SetLabels sets the Labels field's value.
func (*KubernetesConfigForCreateDefaultNodePoolInput) SetTaints ¶ added in v1.0.23
func (s *KubernetesConfigForCreateDefaultNodePoolInput) SetTaints(v []*TaintForCreateDefaultNodePoolInput) *KubernetesConfigForCreateDefaultNodePoolInput
SetTaints sets the Taints field's value.
func (KubernetesConfigForCreateDefaultNodePoolInput) String ¶ added in v1.0.23
func (s KubernetesConfigForCreateDefaultNodePoolInput) String() string
String returns the string representation
type KubernetesConfigForCreateNodePoolInput ¶
type KubernetesConfigForCreateNodePoolInput struct { Cordon *bool `type:"boolean"` Labels []*LabelForCreateNodePoolInput `type:"list"` Taints []*TaintForCreateNodePoolInput `type:"list"` // contains filtered or unexported fields }
func (KubernetesConfigForCreateNodePoolInput) GoString ¶
func (s KubernetesConfigForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*KubernetesConfigForCreateNodePoolInput) SetCordon ¶
func (s *KubernetesConfigForCreateNodePoolInput) SetCordon(v bool) *KubernetesConfigForCreateNodePoolInput
SetCordon sets the Cordon field's value.
func (*KubernetesConfigForCreateNodePoolInput) SetLabels ¶
func (s *KubernetesConfigForCreateNodePoolInput) SetLabels(v []*LabelForCreateNodePoolInput) *KubernetesConfigForCreateNodePoolInput
SetLabels sets the Labels field's value.
func (*KubernetesConfigForCreateNodePoolInput) SetTaints ¶
func (s *KubernetesConfigForCreateNodePoolInput) SetTaints(v []*TaintForCreateNodePoolInput) *KubernetesConfigForCreateNodePoolInput
SetTaints sets the Taints field's value.
func (KubernetesConfigForCreateNodePoolInput) String ¶
func (s KubernetesConfigForCreateNodePoolInput) String() string
String returns the string representation
type KubernetesConfigForCreateNodesInput ¶ added in v1.0.36
type KubernetesConfigForCreateNodesInput struct { Cordon *bool `type:"boolean"` Labels []*LabelForCreateNodesInput `type:"list"` Taints []*TaintForCreateNodesInput `type:"list"` // contains filtered or unexported fields }
func (KubernetesConfigForCreateNodesInput) GoString ¶ added in v1.0.36
func (s KubernetesConfigForCreateNodesInput) GoString() string
GoString returns the string representation
func (*KubernetesConfigForCreateNodesInput) SetCordon ¶ added in v1.0.36
func (s *KubernetesConfigForCreateNodesInput) SetCordon(v bool) *KubernetesConfigForCreateNodesInput
SetCordon sets the Cordon field's value.
func (*KubernetesConfigForCreateNodesInput) SetLabels ¶ added in v1.0.36
func (s *KubernetesConfigForCreateNodesInput) SetLabels(v []*LabelForCreateNodesInput) *KubernetesConfigForCreateNodesInput
SetLabels sets the Labels field's value.
func (*KubernetesConfigForCreateNodesInput) SetTaints ¶ added in v1.0.36
func (s *KubernetesConfigForCreateNodesInput) SetTaints(v []*TaintForCreateNodesInput) *KubernetesConfigForCreateNodesInput
SetTaints sets the Taints field's value.
func (KubernetesConfigForCreateNodesInput) String ¶ added in v1.0.36
func (s KubernetesConfigForCreateNodesInput) String() string
String returns the string representation
type KubernetesConfigForListNodePoolsOutput ¶
type KubernetesConfigForListNodePoolsOutput struct { Cordon *bool `type:"boolean"` Labels []*LabelForListNodePoolsOutput `type:"list"` Taints []*TaintForListNodePoolsOutput `type:"list"` // contains filtered or unexported fields }
func (KubernetesConfigForListNodePoolsOutput) GoString ¶
func (s KubernetesConfigForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*KubernetesConfigForListNodePoolsOutput) SetCordon ¶
func (s *KubernetesConfigForListNodePoolsOutput) SetCordon(v bool) *KubernetesConfigForListNodePoolsOutput
SetCordon sets the Cordon field's value.
func (*KubernetesConfigForListNodePoolsOutput) SetLabels ¶
func (s *KubernetesConfigForListNodePoolsOutput) SetLabels(v []*LabelForListNodePoolsOutput) *KubernetesConfigForListNodePoolsOutput
SetLabels sets the Labels field's value.
func (*KubernetesConfigForListNodePoolsOutput) SetTaints ¶
func (s *KubernetesConfigForListNodePoolsOutput) SetTaints(v []*TaintForListNodePoolsOutput) *KubernetesConfigForListNodePoolsOutput
SetTaints sets the Taints field's value.
func (KubernetesConfigForListNodePoolsOutput) String ¶
func (s KubernetesConfigForListNodePoolsOutput) String() string
String returns the string representation
type KubernetesConfigForListNodesOutput ¶ added in v1.0.36
type KubernetesConfigForListNodesOutput struct { Cordon *bool `type:"boolean"` Labels []*LabelForListNodesOutput `type:"list"` Taints []*TaintForListNodesOutput `type:"list"` // contains filtered or unexported fields }
func (KubernetesConfigForListNodesOutput) GoString ¶ added in v1.0.36
func (s KubernetesConfigForListNodesOutput) GoString() string
GoString returns the string representation
func (*KubernetesConfigForListNodesOutput) SetCordon ¶ added in v1.0.36
func (s *KubernetesConfigForListNodesOutput) SetCordon(v bool) *KubernetesConfigForListNodesOutput
SetCordon sets the Cordon field's value.
func (*KubernetesConfigForListNodesOutput) SetLabels ¶ added in v1.0.36
func (s *KubernetesConfigForListNodesOutput) SetLabels(v []*LabelForListNodesOutput) *KubernetesConfigForListNodesOutput
SetLabels sets the Labels field's value.
func (*KubernetesConfigForListNodesOutput) SetTaints ¶ added in v1.0.36
func (s *KubernetesConfigForListNodesOutput) SetTaints(v []*TaintForListNodesOutput) *KubernetesConfigForListNodesOutput
SetTaints sets the Taints field's value.
func (KubernetesConfigForListNodesOutput) String ¶ added in v1.0.36
func (s KubernetesConfigForListNodesOutput) String() string
String returns the string representation
type KubernetesConfigForUpdateNodePoolConfigInput ¶
type KubernetesConfigForUpdateNodePoolConfigInput struct { Cordon *bool `type:"boolean"` Labels []*LabelForUpdateNodePoolConfigInput `type:"list"` Taints []*TaintForUpdateNodePoolConfigInput `type:"list"` // contains filtered or unexported fields }
func (KubernetesConfigForUpdateNodePoolConfigInput) GoString ¶
func (s KubernetesConfigForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*KubernetesConfigForUpdateNodePoolConfigInput) SetCordon ¶
func (s *KubernetesConfigForUpdateNodePoolConfigInput) SetCordon(v bool) *KubernetesConfigForUpdateNodePoolConfigInput
SetCordon sets the Cordon field's value.
func (*KubernetesConfigForUpdateNodePoolConfigInput) SetLabels ¶
func (s *KubernetesConfigForUpdateNodePoolConfigInput) SetLabels(v []*LabelForUpdateNodePoolConfigInput) *KubernetesConfigForUpdateNodePoolConfigInput
SetLabels sets the Labels field's value.
func (*KubernetesConfigForUpdateNodePoolConfigInput) SetTaints ¶
func (s *KubernetesConfigForUpdateNodePoolConfigInput) SetTaints(v []*TaintForUpdateNodePoolConfigInput) *KubernetesConfigForUpdateNodePoolConfigInput
SetTaints sets the Taints field's value.
func (KubernetesConfigForUpdateNodePoolConfigInput) String ¶
func (s KubernetesConfigForUpdateNodePoolConfigInput) String() string
String returns the string representation
type LabelForCreateDefaultNodePoolInput ¶ added in v1.0.23
type LabelForCreateDefaultNodePoolInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (LabelForCreateDefaultNodePoolInput) GoString ¶ added in v1.0.23
func (s LabelForCreateDefaultNodePoolInput) GoString() string
GoString returns the string representation
func (*LabelForCreateDefaultNodePoolInput) SetKey ¶ added in v1.0.23
func (s *LabelForCreateDefaultNodePoolInput) SetKey(v string) *LabelForCreateDefaultNodePoolInput
SetKey sets the Key field's value.
func (*LabelForCreateDefaultNodePoolInput) SetValue ¶ added in v1.0.23
func (s *LabelForCreateDefaultNodePoolInput) SetValue(v string) *LabelForCreateDefaultNodePoolInput
SetValue sets the Value field's value.
func (LabelForCreateDefaultNodePoolInput) String ¶ added in v1.0.23
func (s LabelForCreateDefaultNodePoolInput) String() string
String returns the string representation
type LabelForCreateNodePoolInput ¶
type LabelForCreateNodePoolInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (LabelForCreateNodePoolInput) GoString ¶
func (s LabelForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*LabelForCreateNodePoolInput) SetKey ¶
func (s *LabelForCreateNodePoolInput) SetKey(v string) *LabelForCreateNodePoolInput
SetKey sets the Key field's value.
func (*LabelForCreateNodePoolInput) SetValue ¶
func (s *LabelForCreateNodePoolInput) SetValue(v string) *LabelForCreateNodePoolInput
SetValue sets the Value field's value.
func (LabelForCreateNodePoolInput) String ¶
func (s LabelForCreateNodePoolInput) String() string
String returns the string representation
type LabelForCreateNodesInput ¶ added in v1.0.36
type LabelForCreateNodesInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (LabelForCreateNodesInput) GoString ¶ added in v1.0.36
func (s LabelForCreateNodesInput) GoString() string
GoString returns the string representation
func (*LabelForCreateNodesInput) SetKey ¶ added in v1.0.36
func (s *LabelForCreateNodesInput) SetKey(v string) *LabelForCreateNodesInput
SetKey sets the Key field's value.
func (*LabelForCreateNodesInput) SetValue ¶ added in v1.0.36
func (s *LabelForCreateNodesInput) SetValue(v string) *LabelForCreateNodesInput
SetValue sets the Value field's value.
func (LabelForCreateNodesInput) String ¶ added in v1.0.36
func (s LabelForCreateNodesInput) String() string
String returns the string representation
type LabelForListNodePoolsOutput ¶
type LabelForListNodePoolsOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (LabelForListNodePoolsOutput) GoString ¶
func (s LabelForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*LabelForListNodePoolsOutput) SetKey ¶
func (s *LabelForListNodePoolsOutput) SetKey(v string) *LabelForListNodePoolsOutput
SetKey sets the Key field's value.
func (*LabelForListNodePoolsOutput) SetValue ¶
func (s *LabelForListNodePoolsOutput) SetValue(v string) *LabelForListNodePoolsOutput
SetValue sets the Value field's value.
func (LabelForListNodePoolsOutput) String ¶
func (s LabelForListNodePoolsOutput) String() string
String returns the string representation
type LabelForListNodesOutput ¶ added in v1.0.36
type LabelForListNodesOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (LabelForListNodesOutput) GoString ¶ added in v1.0.36
func (s LabelForListNodesOutput) GoString() string
GoString returns the string representation
func (*LabelForListNodesOutput) SetKey ¶ added in v1.0.36
func (s *LabelForListNodesOutput) SetKey(v string) *LabelForListNodesOutput
SetKey sets the Key field's value.
func (*LabelForListNodesOutput) SetValue ¶ added in v1.0.36
func (s *LabelForListNodesOutput) SetValue(v string) *LabelForListNodesOutput
SetValue sets the Value field's value.
func (LabelForListNodesOutput) String ¶ added in v1.0.36
func (s LabelForListNodesOutput) String() string
String returns the string representation
type LabelForUpdateNodePoolConfigInput ¶
type LabelForUpdateNodePoolConfigInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (LabelForUpdateNodePoolConfigInput) GoString ¶
func (s LabelForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*LabelForUpdateNodePoolConfigInput) SetKey ¶
func (s *LabelForUpdateNodePoolConfigInput) SetKey(v string) *LabelForUpdateNodePoolConfigInput
SetKey sets the Key field's value.
func (*LabelForUpdateNodePoolConfigInput) SetValue ¶
func (s *LabelForUpdateNodePoolConfigInput) SetValue(v string) *LabelForUpdateNodePoolConfigInput
SetValue sets the Value field's value.
func (LabelForUpdateNodePoolConfigInput) String ¶
func (s LabelForUpdateNodePoolConfigInput) String() string
String returns the string representation
type ListAddonsInput ¶ added in v1.0.23
type ListAddonsInput struct { Filter *FilterForListAddonsInput `type:"structure"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListAddonsInput) GoString ¶ added in v1.0.23
func (s ListAddonsInput) GoString() string
GoString returns the string representation
func (*ListAddonsInput) SetFilter ¶ added in v1.0.23
func (s *ListAddonsInput) SetFilter(v *FilterForListAddonsInput) *ListAddonsInput
SetFilter sets the Filter field's value.
func (*ListAddonsInput) SetPageNumber ¶ added in v1.0.23
func (s *ListAddonsInput) SetPageNumber(v int32) *ListAddonsInput
SetPageNumber sets the PageNumber field's value.
func (*ListAddonsInput) SetPageSize ¶ added in v1.0.23
func (s *ListAddonsInput) SetPageSize(v int32) *ListAddonsInput
SetPageSize sets the PageSize field's value.
func (ListAddonsInput) String ¶ added in v1.0.23
func (s ListAddonsInput) String() string
String returns the string representation
type ListAddonsOutput ¶ added in v1.0.23
type ListAddonsOutput struct { Metadata *response.ResponseMetadata Items []*ItemForListAddonsOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListAddonsOutput) GoString ¶ added in v1.0.23
func (s ListAddonsOutput) GoString() string
GoString returns the string representation
func (*ListAddonsOutput) SetItems ¶ added in v1.0.23
func (s *ListAddonsOutput) SetItems(v []*ItemForListAddonsOutput) *ListAddonsOutput
SetItems sets the Items field's value.
func (*ListAddonsOutput) SetPageNumber ¶ added in v1.0.23
func (s *ListAddonsOutput) SetPageNumber(v int32) *ListAddonsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListAddonsOutput) SetPageSize ¶ added in v1.0.23
func (s *ListAddonsOutput) SetPageSize(v int32) *ListAddonsOutput
SetPageSize sets the PageSize field's value.
func (*ListAddonsOutput) SetTotalCount ¶ added in v1.0.23
func (s *ListAddonsOutput) SetTotalCount(v int32) *ListAddonsOutput
SetTotalCount sets the TotalCount field's value.
func (ListAddonsOutput) String ¶ added in v1.0.23
func (s ListAddonsOutput) String() string
String returns the string representation
type ListClustersInput ¶
type ListClustersInput struct { Filter *FilterForListClustersInput `type:"structure"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` Tags []*TagForListClustersInput `type:"list"` // contains filtered or unexported fields }
func (ListClustersInput) GoString ¶
func (s ListClustersInput) GoString() string
GoString returns the string representation
func (*ListClustersInput) SetFilter ¶
func (s *ListClustersInput) SetFilter(v *FilterForListClustersInput) *ListClustersInput
SetFilter sets the Filter field's value.
func (*ListClustersInput) SetPageNumber ¶
func (s *ListClustersInput) SetPageNumber(v int32) *ListClustersInput
SetPageNumber sets the PageNumber field's value.
func (*ListClustersInput) SetPageSize ¶
func (s *ListClustersInput) SetPageSize(v int32) *ListClustersInput
SetPageSize sets the PageSize field's value.
func (*ListClustersInput) SetTags ¶ added in v1.0.40
func (s *ListClustersInput) SetTags(v []*TagForListClustersInput) *ListClustersInput
SetTags sets the Tags field's value.
func (ListClustersInput) String ¶
func (s ListClustersInput) String() string
String returns the string representation
type ListClustersOutput ¶
type ListClustersOutput struct { Metadata *response.ResponseMetadata Items []*ItemForListClustersOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListClustersOutput) GoString ¶
func (s ListClustersOutput) GoString() string
GoString returns the string representation
func (*ListClustersOutput) SetItems ¶
func (s *ListClustersOutput) SetItems(v []*ItemForListClustersOutput) *ListClustersOutput
SetItems sets the Items field's value.
func (*ListClustersOutput) SetPageNumber ¶
func (s *ListClustersOutput) SetPageNumber(v int32) *ListClustersOutput
SetPageNumber sets the PageNumber field's value.
func (*ListClustersOutput) SetPageSize ¶
func (s *ListClustersOutput) SetPageSize(v int32) *ListClustersOutput
SetPageSize sets the PageSize field's value.
func (*ListClustersOutput) SetTotalCount ¶
func (s *ListClustersOutput) SetTotalCount(v int32) *ListClustersOutput
SetTotalCount sets the TotalCount field's value.
func (ListClustersOutput) String ¶
func (s ListClustersOutput) String() string
String returns the string representation
type ListNodePoolsInput ¶
type ListNodePoolsInput struct { Filter *FilterForListNodePoolsInput `type:"structure"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListNodePoolsInput) GoString ¶
func (s ListNodePoolsInput) GoString() string
GoString returns the string representation
func (*ListNodePoolsInput) SetFilter ¶
func (s *ListNodePoolsInput) SetFilter(v *FilterForListNodePoolsInput) *ListNodePoolsInput
SetFilter sets the Filter field's value.
func (*ListNodePoolsInput) SetPageNumber ¶
func (s *ListNodePoolsInput) SetPageNumber(v int32) *ListNodePoolsInput
SetPageNumber sets the PageNumber field's value.
func (*ListNodePoolsInput) SetPageSize ¶
func (s *ListNodePoolsInput) SetPageSize(v int32) *ListNodePoolsInput
SetPageSize sets the PageSize field's value.
func (ListNodePoolsInput) String ¶
func (s ListNodePoolsInput) String() string
String returns the string representation
type ListNodePoolsOutput ¶
type ListNodePoolsOutput struct { Metadata *response.ResponseMetadata Items []*ItemForListNodePoolsOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListNodePoolsOutput) GoString ¶
func (s ListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*ListNodePoolsOutput) SetItems ¶
func (s *ListNodePoolsOutput) SetItems(v []*ItemForListNodePoolsOutput) *ListNodePoolsOutput
SetItems sets the Items field's value.
func (*ListNodePoolsOutput) SetPageNumber ¶
func (s *ListNodePoolsOutput) SetPageNumber(v int32) *ListNodePoolsOutput
SetPageNumber sets the PageNumber field's value.
func (*ListNodePoolsOutput) SetPageSize ¶
func (s *ListNodePoolsOutput) SetPageSize(v int32) *ListNodePoolsOutput
SetPageSize sets the PageSize field's value.
func (*ListNodePoolsOutput) SetTotalCount ¶
func (s *ListNodePoolsOutput) SetTotalCount(v int32) *ListNodePoolsOutput
SetTotalCount sets the TotalCount field's value.
func (ListNodePoolsOutput) String ¶
func (s ListNodePoolsOutput) String() string
String returns the string representation
type ListNodesInput ¶
type ListNodesInput struct { Filter *FilterForListNodesInput `type:"structure"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListNodesInput) GoString ¶
func (s ListNodesInput) GoString() string
GoString returns the string representation
func (*ListNodesInput) SetFilter ¶
func (s *ListNodesInput) SetFilter(v *FilterForListNodesInput) *ListNodesInput
SetFilter sets the Filter field's value.
func (*ListNodesInput) SetPageNumber ¶
func (s *ListNodesInput) SetPageNumber(v int32) *ListNodesInput
SetPageNumber sets the PageNumber field's value.
func (*ListNodesInput) SetPageSize ¶
func (s *ListNodesInput) SetPageSize(v int32) *ListNodesInput
SetPageSize sets the PageSize field's value.
func (ListNodesInput) String ¶
func (s ListNodesInput) String() string
String returns the string representation
type ListNodesOutput ¶
type ListNodesOutput struct { Metadata *response.ResponseMetadata Items []*ItemForListNodesOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListNodesOutput) GoString ¶
func (s ListNodesOutput) GoString() string
GoString returns the string representation
func (*ListNodesOutput) SetItems ¶
func (s *ListNodesOutput) SetItems(v []*ItemForListNodesOutput) *ListNodesOutput
SetItems sets the Items field's value.
func (*ListNodesOutput) SetPageNumber ¶
func (s *ListNodesOutput) SetPageNumber(v int32) *ListNodesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListNodesOutput) SetPageSize ¶
func (s *ListNodesOutput) SetPageSize(v int32) *ListNodesOutput
SetPageSize sets the PageSize field's value.
func (*ListNodesOutput) SetTotalCount ¶
func (s *ListNodesOutput) SetTotalCount(v int32) *ListNodesOutput
SetTotalCount sets the TotalCount field's value.
func (ListNodesOutput) String ¶
func (s ListNodesOutput) String() string
String returns the string representation
type ListSupportedAddonsInput ¶ added in v1.0.23
type ListSupportedAddonsInput struct { Filter *FilterForListSupportedAddonsInput `type:"structure"` // contains filtered or unexported fields }
func (ListSupportedAddonsInput) GoString ¶ added in v1.0.23
func (s ListSupportedAddonsInput) GoString() string
GoString returns the string representation
func (*ListSupportedAddonsInput) SetFilter ¶ added in v1.0.23
func (s *ListSupportedAddonsInput) SetFilter(v *FilterForListSupportedAddonsInput) *ListSupportedAddonsInput
SetFilter sets the Filter field's value.
func (ListSupportedAddonsInput) String ¶ added in v1.0.23
func (s ListSupportedAddonsInput) String() string
String returns the string representation
type ListSupportedAddonsOutput ¶ added in v1.0.23
type ListSupportedAddonsOutput struct { Metadata *response.ResponseMetadata Items []*ItemForListSupportedAddonsOutput `type:"list"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListSupportedAddonsOutput) GoString ¶ added in v1.0.23
func (s ListSupportedAddonsOutput) GoString() string
GoString returns the string representation
func (*ListSupportedAddonsOutput) SetItems ¶ added in v1.0.23
func (s *ListSupportedAddonsOutput) SetItems(v []*ItemForListSupportedAddonsOutput) *ListSupportedAddonsOutput
SetItems sets the Items field's value.
func (*ListSupportedAddonsOutput) SetTotalCount ¶ added in v1.0.23
func (s *ListSupportedAddonsOutput) SetTotalCount(v int32) *ListSupportedAddonsOutput
SetTotalCount sets the TotalCount field's value.
func (ListSupportedAddonsOutput) String ¶ added in v1.0.23
func (s ListSupportedAddonsOutput) String() string
String returns the string representation
type ListSupportedResourceTypesInput ¶
type ListSupportedResourceTypesInput struct { Filter *FilterForListSupportedResourceTypesInput `type:"structure"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListSupportedResourceTypesInput) GoString ¶
func (s ListSupportedResourceTypesInput) GoString() string
GoString returns the string representation
func (*ListSupportedResourceTypesInput) SetFilter ¶
func (s *ListSupportedResourceTypesInput) SetFilter(v *FilterForListSupportedResourceTypesInput) *ListSupportedResourceTypesInput
SetFilter sets the Filter field's value.
func (*ListSupportedResourceTypesInput) SetPageNumber ¶
func (s *ListSupportedResourceTypesInput) SetPageNumber(v int32) *ListSupportedResourceTypesInput
SetPageNumber sets the PageNumber field's value.
func (*ListSupportedResourceTypesInput) SetPageSize ¶
func (s *ListSupportedResourceTypesInput) SetPageSize(v int32) *ListSupportedResourceTypesInput
SetPageSize sets the PageSize field's value.
func (ListSupportedResourceTypesInput) String ¶
func (s ListSupportedResourceTypesInput) String() string
String returns the string representation
type ListSupportedResourceTypesOutput ¶
type ListSupportedResourceTypesOutput struct { Metadata *response.ResponseMetadata Items []*ItemForListSupportedResourceTypesOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (ListSupportedResourceTypesOutput) GoString ¶
func (s ListSupportedResourceTypesOutput) GoString() string
GoString returns the string representation
func (*ListSupportedResourceTypesOutput) SetItems ¶
func (s *ListSupportedResourceTypesOutput) SetItems(v []*ItemForListSupportedResourceTypesOutput) *ListSupportedResourceTypesOutput
SetItems sets the Items field's value.
func (*ListSupportedResourceTypesOutput) SetPageNumber ¶
func (s *ListSupportedResourceTypesOutput) SetPageNumber(v int32) *ListSupportedResourceTypesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListSupportedResourceTypesOutput) SetPageSize ¶
func (s *ListSupportedResourceTypesOutput) SetPageSize(v int32) *ListSupportedResourceTypesOutput
SetPageSize sets the PageSize field's value.
func (*ListSupportedResourceTypesOutput) SetTotalCount ¶
func (s *ListSupportedResourceTypesOutput) SetTotalCount(v int32) *ListSupportedResourceTypesOutput
SetTotalCount sets the TotalCount field's value.
func (ListSupportedResourceTypesOutput) String ¶
func (s ListSupportedResourceTypesOutput) String() string
String returns the string representation
type ListTagsForResourceInput ¶ added in v1.0.40
type ListTagsForResourceInput struct { MaxResults *int32 `type:"int32"` NextToken *string `type:"string"` ResourceIds []*string `type:"list"` ResourceType *string `type:"string" enum:"EnumOfResourceTypeForListTagsForResourceInput"` TagFilters []*TagFilterForListTagsForResourceInput `type:"list"` Type *string `type:"string" enum:"EnumOfTypeForListTagsForResourceInput"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶ added in v1.0.40
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceInput) SetMaxResults ¶ added in v1.0.40
func (s *ListTagsForResourceInput) SetMaxResults(v int32) *ListTagsForResourceInput
SetMaxResults sets the MaxResults field's value.
func (*ListTagsForResourceInput) SetNextToken ¶ added in v1.0.40
func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourceInput) SetResourceIds ¶ added in v1.0.40
func (s *ListTagsForResourceInput) SetResourceIds(v []*string) *ListTagsForResourceInput
SetResourceIds sets the ResourceIds field's value.
func (*ListTagsForResourceInput) SetResourceType ¶ added in v1.0.40
func (s *ListTagsForResourceInput) SetResourceType(v string) *ListTagsForResourceInput
SetResourceType sets the ResourceType field's value.
func (*ListTagsForResourceInput) SetTagFilters ¶ added in v1.0.40
func (s *ListTagsForResourceInput) SetTagFilters(v []*TagFilterForListTagsForResourceInput) *ListTagsForResourceInput
SetTagFilters sets the TagFilters field's value.
func (*ListTagsForResourceInput) SetType ¶ added in v1.0.40
func (s *ListTagsForResourceInput) SetType(v string) *ListTagsForResourceInput
SetType sets the Type field's value.
func (ListTagsForResourceInput) String ¶ added in v1.0.40
func (s ListTagsForResourceInput) String() string
String returns the string representation
type ListTagsForResourceOutput ¶ added in v1.0.40
type ListTagsForResourceOutput struct { Metadata *response.ResponseMetadata NextToken *string `type:"string"` ResourceTags []*ResourceTagForListTagsForResourceOutput `type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶ added in v1.0.40
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceOutput) SetNextToken ¶ added in v1.0.40
func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourceOutput) SetResourceTags ¶ added in v1.0.40
func (s *ListTagsForResourceOutput) SetResourceTags(v []*ResourceTagForListTagsForResourceOutput) *ListTagsForResourceOutput
SetResourceTags sets the ResourceTags field's value.
func (ListTagsForResourceOutput) String ¶ added in v1.0.40
func (s ListTagsForResourceOutput) String() string
String returns the string representation
type LoginForCreateDefaultNodePoolInput ¶ added in v1.0.23
type LoginForCreateDefaultNodePoolInput struct { Password *string `type:"string"` SshKeyPairName *string `type:"string"` // contains filtered or unexported fields }
func (LoginForCreateDefaultNodePoolInput) GoString ¶ added in v1.0.23
func (s LoginForCreateDefaultNodePoolInput) GoString() string
GoString returns the string representation
func (*LoginForCreateDefaultNodePoolInput) SetPassword ¶ added in v1.0.23
func (s *LoginForCreateDefaultNodePoolInput) SetPassword(v string) *LoginForCreateDefaultNodePoolInput
SetPassword sets the Password field's value.
func (*LoginForCreateDefaultNodePoolInput) SetSshKeyPairName ¶ added in v1.0.23
func (s *LoginForCreateDefaultNodePoolInput) SetSshKeyPairName(v string) *LoginForCreateDefaultNodePoolInput
SetSshKeyPairName sets the SshKeyPairName field's value.
func (LoginForCreateDefaultNodePoolInput) String ¶ added in v1.0.23
func (s LoginForCreateDefaultNodePoolInput) String() string
String returns the string representation
type LoginForCreateNodePoolInput ¶
type LoginForCreateNodePoolInput struct { Password *string `type:"string"` SshKeyPairName *string `type:"string"` // contains filtered or unexported fields }
func (LoginForCreateNodePoolInput) GoString ¶
func (s LoginForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*LoginForCreateNodePoolInput) SetPassword ¶
func (s *LoginForCreateNodePoolInput) SetPassword(v string) *LoginForCreateNodePoolInput
SetPassword sets the Password field's value.
func (*LoginForCreateNodePoolInput) SetSshKeyPairName ¶
func (s *LoginForCreateNodePoolInput) SetSshKeyPairName(v string) *LoginForCreateNodePoolInput
SetSshKeyPairName sets the SshKeyPairName field's value.
func (LoginForCreateNodePoolInput) String ¶
func (s LoginForCreateNodePoolInput) String() string
String returns the string representation
type LoginForListNodePoolsOutput ¶
type LoginForListNodePoolsOutput struct { SshKeyPairName *string `type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
func (LoginForListNodePoolsOutput) GoString ¶
func (s LoginForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*LoginForListNodePoolsOutput) SetSshKeyPairName ¶
func (s *LoginForListNodePoolsOutput) SetSshKeyPairName(v string) *LoginForListNodePoolsOutput
SetSshKeyPairName sets the SshKeyPairName field's value.
func (*LoginForListNodePoolsOutput) SetType ¶
func (s *LoginForListNodePoolsOutput) SetType(v string) *LoginForListNodePoolsOutput
SetType sets the Type field's value.
func (LoginForListNodePoolsOutput) String ¶
func (s LoginForListNodePoolsOutput) String() string
String returns the string representation
type LoginForUpdateNodePoolConfigInput ¶
type LoginForUpdateNodePoolConfigInput struct { Password *string `type:"string"` SshKeyPairName *string `type:"string"` // contains filtered or unexported fields }
func (LoginForUpdateNodePoolConfigInput) GoString ¶
func (s LoginForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*LoginForUpdateNodePoolConfigInput) SetPassword ¶
func (s *LoginForUpdateNodePoolConfigInput) SetPassword(v string) *LoginForUpdateNodePoolConfigInput
SetPassword sets the Password field's value.
func (*LoginForUpdateNodePoolConfigInput) SetSshKeyPairName ¶
func (s *LoginForUpdateNodePoolConfigInput) SetSshKeyPairName(v string) *LoginForUpdateNodePoolConfigInput
SetSshKeyPairName sets the SshKeyPairName field's value.
func (LoginForUpdateNodePoolConfigInput) String ¶
func (s LoginForUpdateNodePoolConfigInput) String() string
String returns the string representation
type NodeConfigForCreateDefaultNodePoolInput ¶ added in v1.0.23
type NodeConfigForCreateDefaultNodePoolInput struct { InitializeScript *string `type:"string"` NamePrefix *string `type:"string"` Security *SecurityForCreateDefaultNodePoolInput `type:"structure"` Tags []*TagForCreateDefaultNodePoolInput `type:"list"` // contains filtered or unexported fields }
func (NodeConfigForCreateDefaultNodePoolInput) GoString ¶ added in v1.0.23
func (s NodeConfigForCreateDefaultNodePoolInput) GoString() string
GoString returns the string representation
func (*NodeConfigForCreateDefaultNodePoolInput) SetInitializeScript ¶ added in v1.0.23
func (s *NodeConfigForCreateDefaultNodePoolInput) SetInitializeScript(v string) *NodeConfigForCreateDefaultNodePoolInput
SetInitializeScript sets the InitializeScript field's value.
func (*NodeConfigForCreateDefaultNodePoolInput) SetNamePrefix ¶ added in v1.0.40
func (s *NodeConfigForCreateDefaultNodePoolInput) SetNamePrefix(v string) *NodeConfigForCreateDefaultNodePoolInput
SetNamePrefix sets the NamePrefix field's value.
func (*NodeConfigForCreateDefaultNodePoolInput) SetSecurity ¶ added in v1.0.23
func (s *NodeConfigForCreateDefaultNodePoolInput) SetSecurity(v *SecurityForCreateDefaultNodePoolInput) *NodeConfigForCreateDefaultNodePoolInput
SetSecurity sets the Security field's value.
func (*NodeConfigForCreateDefaultNodePoolInput) SetTags ¶ added in v1.0.40
func (s *NodeConfigForCreateDefaultNodePoolInput) SetTags(v []*TagForCreateDefaultNodePoolInput) *NodeConfigForCreateDefaultNodePoolInput
SetTags sets the Tags field's value.
func (NodeConfigForCreateDefaultNodePoolInput) String ¶ added in v1.0.23
func (s NodeConfigForCreateDefaultNodePoolInput) String() string
String returns the string representation
type NodeConfigForCreateNodePoolInput ¶
type NodeConfigForCreateNodePoolInput struct { AdditionalContainerStorageEnabled *bool `type:"boolean"` AutoRenew *bool `type:"boolean"` AutoRenewPeriod *int32 `type:"int32"` DataVolumes []*DataVolumeForCreateNodePoolInput `type:"list"` ImageId *string `type:"string"` InitializeScript *string `type:"string"` InstanceChargeType *string `type:"string" enum:"EnumOfInstanceChargeTypeForCreateNodePoolInput"` InstanceTypeIds []*string `type:"list"` NamePrefix *string `type:"string"` Period *int32 `type:"int32"` Security *SecurityForCreateNodePoolInput `type:"structure"` SubnetIds []*string `type:"list"` SystemVolume *SystemVolumeForCreateNodePoolInput `type:"structure"` Tags []*TagForCreateNodePoolInput `type:"list"` // contains filtered or unexported fields }
func (NodeConfigForCreateNodePoolInput) GoString ¶
func (s NodeConfigForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*NodeConfigForCreateNodePoolInput) SetAdditionalContainerStorageEnabled ¶
func (s *NodeConfigForCreateNodePoolInput) SetAdditionalContainerStorageEnabled(v bool) *NodeConfigForCreateNodePoolInput
SetAdditionalContainerStorageEnabled sets the AdditionalContainerStorageEnabled field's value.
func (*NodeConfigForCreateNodePoolInput) SetAutoRenew ¶ added in v1.0.23
func (s *NodeConfigForCreateNodePoolInput) SetAutoRenew(v bool) *NodeConfigForCreateNodePoolInput
SetAutoRenew sets the AutoRenew field's value.
func (*NodeConfigForCreateNodePoolInput) SetAutoRenewPeriod ¶ added in v1.0.23
func (s *NodeConfigForCreateNodePoolInput) SetAutoRenewPeriod(v int32) *NodeConfigForCreateNodePoolInput
SetAutoRenewPeriod sets the AutoRenewPeriod field's value.
func (*NodeConfigForCreateNodePoolInput) SetDataVolumes ¶
func (s *NodeConfigForCreateNodePoolInput) SetDataVolumes(v []*DataVolumeForCreateNodePoolInput) *NodeConfigForCreateNodePoolInput
SetDataVolumes sets the DataVolumes field's value.
func (*NodeConfigForCreateNodePoolInput) SetImageId ¶ added in v1.0.23
func (s *NodeConfigForCreateNodePoolInput) SetImageId(v string) *NodeConfigForCreateNodePoolInput
SetImageId sets the ImageId field's value.
func (*NodeConfigForCreateNodePoolInput) SetInitializeScript ¶
func (s *NodeConfigForCreateNodePoolInput) SetInitializeScript(v string) *NodeConfigForCreateNodePoolInput
SetInitializeScript sets the InitializeScript field's value.
func (*NodeConfigForCreateNodePoolInput) SetInstanceChargeType ¶ added in v1.0.23
func (s *NodeConfigForCreateNodePoolInput) SetInstanceChargeType(v string) *NodeConfigForCreateNodePoolInput
SetInstanceChargeType sets the InstanceChargeType field's value.
func (*NodeConfigForCreateNodePoolInput) SetInstanceTypeIds ¶
func (s *NodeConfigForCreateNodePoolInput) SetInstanceTypeIds(v []*string) *NodeConfigForCreateNodePoolInput
SetInstanceTypeIds sets the InstanceTypeIds field's value.
func (*NodeConfigForCreateNodePoolInput) SetNamePrefix ¶ added in v1.0.40
func (s *NodeConfigForCreateNodePoolInput) SetNamePrefix(v string) *NodeConfigForCreateNodePoolInput
SetNamePrefix sets the NamePrefix field's value.
func (*NodeConfigForCreateNodePoolInput) SetPeriod ¶ added in v1.0.23
func (s *NodeConfigForCreateNodePoolInput) SetPeriod(v int32) *NodeConfigForCreateNodePoolInput
SetPeriod sets the Period field's value.
func (*NodeConfigForCreateNodePoolInput) SetSecurity ¶
func (s *NodeConfigForCreateNodePoolInput) SetSecurity(v *SecurityForCreateNodePoolInput) *NodeConfigForCreateNodePoolInput
SetSecurity sets the Security field's value.
func (*NodeConfigForCreateNodePoolInput) SetSubnetIds ¶
func (s *NodeConfigForCreateNodePoolInput) SetSubnetIds(v []*string) *NodeConfigForCreateNodePoolInput
SetSubnetIds sets the SubnetIds field's value.
func (*NodeConfigForCreateNodePoolInput) SetSystemVolume ¶
func (s *NodeConfigForCreateNodePoolInput) SetSystemVolume(v *SystemVolumeForCreateNodePoolInput) *NodeConfigForCreateNodePoolInput
SetSystemVolume sets the SystemVolume field's value.
func (*NodeConfigForCreateNodePoolInput) SetTags ¶ added in v1.0.40
func (s *NodeConfigForCreateNodePoolInput) SetTags(v []*TagForCreateNodePoolInput) *NodeConfigForCreateNodePoolInput
SetTags sets the Tags field's value.
func (NodeConfigForCreateNodePoolInput) String ¶
func (s NodeConfigForCreateNodePoolInput) String() string
String returns the string representation
type NodeConfigForListNodePoolsOutput ¶
type NodeConfigForListNodePoolsOutput struct { AdditionalContainerStorageEnabled *bool `type:"boolean"` AutoRenew *bool `type:"boolean"` AutoRenewPeriod *int32 `type:"int32"` DataVolumes []*DataVolumeForListNodePoolsOutput `type:"list"` ImageId *string `type:"string"` InitializeScript *string `type:"string"` InstanceChargeType *string `type:"string"` InstanceTypeIds []*string `type:"list"` NamePrefix *string `type:"string"` Period *int32 `type:"int32"` Security *SecurityForListNodePoolsOutput `type:"structure"` SubnetIds []*string `type:"list"` SystemVolume *SystemVolumeForListNodePoolsOutput `type:"structure"` Tags []*TagForListNodePoolsOutput `type:"list"` // contains filtered or unexported fields }
func (NodeConfigForListNodePoolsOutput) GoString ¶
func (s NodeConfigForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*NodeConfigForListNodePoolsOutput) SetAdditionalContainerStorageEnabled ¶
func (s *NodeConfigForListNodePoolsOutput) SetAdditionalContainerStorageEnabled(v bool) *NodeConfigForListNodePoolsOutput
SetAdditionalContainerStorageEnabled sets the AdditionalContainerStorageEnabled field's value.
func (*NodeConfigForListNodePoolsOutput) SetAutoRenew ¶ added in v1.0.23
func (s *NodeConfigForListNodePoolsOutput) SetAutoRenew(v bool) *NodeConfigForListNodePoolsOutput
SetAutoRenew sets the AutoRenew field's value.
func (*NodeConfigForListNodePoolsOutput) SetAutoRenewPeriod ¶ added in v1.0.23
func (s *NodeConfigForListNodePoolsOutput) SetAutoRenewPeriod(v int32) *NodeConfigForListNodePoolsOutput
SetAutoRenewPeriod sets the AutoRenewPeriod field's value.
func (*NodeConfigForListNodePoolsOutput) SetDataVolumes ¶
func (s *NodeConfigForListNodePoolsOutput) SetDataVolumes(v []*DataVolumeForListNodePoolsOutput) *NodeConfigForListNodePoolsOutput
SetDataVolumes sets the DataVolumes field's value.
func (*NodeConfigForListNodePoolsOutput) SetImageId ¶ added in v1.0.23
func (s *NodeConfigForListNodePoolsOutput) SetImageId(v string) *NodeConfigForListNodePoolsOutput
SetImageId sets the ImageId field's value.
func (*NodeConfigForListNodePoolsOutput) SetInitializeScript ¶
func (s *NodeConfigForListNodePoolsOutput) SetInitializeScript(v string) *NodeConfigForListNodePoolsOutput
SetInitializeScript sets the InitializeScript field's value.
func (*NodeConfigForListNodePoolsOutput) SetInstanceChargeType ¶ added in v1.0.23
func (s *NodeConfigForListNodePoolsOutput) SetInstanceChargeType(v string) *NodeConfigForListNodePoolsOutput
SetInstanceChargeType sets the InstanceChargeType field's value.
func (*NodeConfigForListNodePoolsOutput) SetInstanceTypeIds ¶
func (s *NodeConfigForListNodePoolsOutput) SetInstanceTypeIds(v []*string) *NodeConfigForListNodePoolsOutput
SetInstanceTypeIds sets the InstanceTypeIds field's value.
func (*NodeConfigForListNodePoolsOutput) SetNamePrefix ¶ added in v1.0.40
func (s *NodeConfigForListNodePoolsOutput) SetNamePrefix(v string) *NodeConfigForListNodePoolsOutput
SetNamePrefix sets the NamePrefix field's value.
func (*NodeConfigForListNodePoolsOutput) SetPeriod ¶ added in v1.0.23
func (s *NodeConfigForListNodePoolsOutput) SetPeriod(v int32) *NodeConfigForListNodePoolsOutput
SetPeriod sets the Period field's value.
func (*NodeConfigForListNodePoolsOutput) SetSecurity ¶
func (s *NodeConfigForListNodePoolsOutput) SetSecurity(v *SecurityForListNodePoolsOutput) *NodeConfigForListNodePoolsOutput
SetSecurity sets the Security field's value.
func (*NodeConfigForListNodePoolsOutput) SetSubnetIds ¶
func (s *NodeConfigForListNodePoolsOutput) SetSubnetIds(v []*string) *NodeConfigForListNodePoolsOutput
SetSubnetIds sets the SubnetIds field's value.
func (*NodeConfigForListNodePoolsOutput) SetSystemVolume ¶
func (s *NodeConfigForListNodePoolsOutput) SetSystemVolume(v *SystemVolumeForListNodePoolsOutput) *NodeConfigForListNodePoolsOutput
SetSystemVolume sets the SystemVolume field's value.
func (*NodeConfigForListNodePoolsOutput) SetTags ¶ added in v1.0.40
func (s *NodeConfigForListNodePoolsOutput) SetTags(v []*TagForListNodePoolsOutput) *NodeConfigForListNodePoolsOutput
SetTags sets the Tags field's value.
func (NodeConfigForListNodePoolsOutput) String ¶
func (s NodeConfigForListNodePoolsOutput) String() string
String returns the string representation
type NodeConfigForUpdateNodePoolConfigInput ¶
type NodeConfigForUpdateNodePoolConfigInput struct { AdditionalContainerStorageEnabled *bool `type:"boolean"` AutoRenew *bool `type:"boolean"` AutoRenewPeriod *int32 `type:"int32"` DataVolumes []*DataVolumeForUpdateNodePoolConfigInput `type:"list"` InitializeScript *string `type:"string"` InstanceTypeIds []*string `type:"list"` NamePrefix *string `type:"string"` Period *int32 `type:"int32"` Security *SecurityForUpdateNodePoolConfigInput `type:"structure"` SubnetIds []*string `type:"list"` SystemVolume *SystemVolumeForUpdateNodePoolConfigInput `type:"structure"` Tags []*TagForUpdateNodePoolConfigInput `type:"list"` // contains filtered or unexported fields }
func (NodeConfigForUpdateNodePoolConfigInput) GoString ¶
func (s NodeConfigForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*NodeConfigForUpdateNodePoolConfigInput) SetAdditionalContainerStorageEnabled ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetAdditionalContainerStorageEnabled(v bool) *NodeConfigForUpdateNodePoolConfigInput
SetAdditionalContainerStorageEnabled sets the AdditionalContainerStorageEnabled field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetAutoRenew ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetAutoRenew(v bool) *NodeConfigForUpdateNodePoolConfigInput
SetAutoRenew sets the AutoRenew field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetAutoRenewPeriod ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetAutoRenewPeriod(v int32) *NodeConfigForUpdateNodePoolConfigInput
SetAutoRenewPeriod sets the AutoRenewPeriod field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetDataVolumes ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetDataVolumes(v []*DataVolumeForUpdateNodePoolConfigInput) *NodeConfigForUpdateNodePoolConfigInput
SetDataVolumes sets the DataVolumes field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetInitializeScript ¶
func (s *NodeConfigForUpdateNodePoolConfigInput) SetInitializeScript(v string) *NodeConfigForUpdateNodePoolConfigInput
SetInitializeScript sets the InitializeScript field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetInstanceTypeIds ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetInstanceTypeIds(v []*string) *NodeConfigForUpdateNodePoolConfigInput
SetInstanceTypeIds sets the InstanceTypeIds field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetNamePrefix ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetNamePrefix(v string) *NodeConfigForUpdateNodePoolConfigInput
SetNamePrefix sets the NamePrefix field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetPeriod ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetPeriod(v int32) *NodeConfigForUpdateNodePoolConfigInput
SetPeriod sets the Period field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetSecurity ¶
func (s *NodeConfigForUpdateNodePoolConfigInput) SetSecurity(v *SecurityForUpdateNodePoolConfigInput) *NodeConfigForUpdateNodePoolConfigInput
SetSecurity sets the Security field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetSubnetIds ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetSubnetIds(v []*string) *NodeConfigForUpdateNodePoolConfigInput
SetSubnetIds sets the SubnetIds field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetSystemVolume ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetSystemVolume(v *SystemVolumeForUpdateNodePoolConfigInput) *NodeConfigForUpdateNodePoolConfigInput
SetSystemVolume sets the SystemVolume field's value.
func (*NodeConfigForUpdateNodePoolConfigInput) SetTags ¶ added in v1.0.40
func (s *NodeConfigForUpdateNodePoolConfigInput) SetTags(v []*TagForUpdateNodePoolConfigInput) *NodeConfigForUpdateNodePoolConfigInput
SetTags sets the Tags field's value.
func (NodeConfigForUpdateNodePoolConfigInput) String ¶
func (s NodeConfigForUpdateNodePoolConfigInput) String() string
String returns the string representation
type NodeStatisticsForListClustersOutput ¶
type NodeStatisticsForListClustersOutput struct { CreatingCount *int32 `type:"int32"` DeletingCount *int32 `type:"int32"` FailedCount *int32 `type:"int32"` RunningCount *int32 `type:"int32"` TotalCount *int32 `type:"int32"` UpdatingCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (NodeStatisticsForListClustersOutput) GoString ¶
func (s NodeStatisticsForListClustersOutput) GoString() string
GoString returns the string representation
func (*NodeStatisticsForListClustersOutput) SetCreatingCount ¶
func (s *NodeStatisticsForListClustersOutput) SetCreatingCount(v int32) *NodeStatisticsForListClustersOutput
SetCreatingCount sets the CreatingCount field's value.
func (*NodeStatisticsForListClustersOutput) SetDeletingCount ¶
func (s *NodeStatisticsForListClustersOutput) SetDeletingCount(v int32) *NodeStatisticsForListClustersOutput
SetDeletingCount sets the DeletingCount field's value.
func (*NodeStatisticsForListClustersOutput) SetFailedCount ¶
func (s *NodeStatisticsForListClustersOutput) SetFailedCount(v int32) *NodeStatisticsForListClustersOutput
SetFailedCount sets the FailedCount field's value.
func (*NodeStatisticsForListClustersOutput) SetRunningCount ¶
func (s *NodeStatisticsForListClustersOutput) SetRunningCount(v int32) *NodeStatisticsForListClustersOutput
SetRunningCount sets the RunningCount field's value.
func (*NodeStatisticsForListClustersOutput) SetTotalCount ¶
func (s *NodeStatisticsForListClustersOutput) SetTotalCount(v int32) *NodeStatisticsForListClustersOutput
SetTotalCount sets the TotalCount field's value.
func (*NodeStatisticsForListClustersOutput) SetUpdatingCount ¶
func (s *NodeStatisticsForListClustersOutput) SetUpdatingCount(v int32) *NodeStatisticsForListClustersOutput
SetUpdatingCount sets the UpdatingCount field's value.
func (NodeStatisticsForListClustersOutput) String ¶
func (s NodeStatisticsForListClustersOutput) String() string
String returns the string representation
type NodeStatisticsForListNodePoolsOutput ¶
type NodeStatisticsForListNodePoolsOutput struct { CreatingCount *int32 `type:"int32"` DeletingCount *int32 `type:"int32"` FailedCount *int32 `type:"int32"` RunningCount *int32 `type:"int32"` TotalCount *int32 `type:"int32"` UpdatingCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (NodeStatisticsForListNodePoolsOutput) GoString ¶
func (s NodeStatisticsForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*NodeStatisticsForListNodePoolsOutput) SetCreatingCount ¶
func (s *NodeStatisticsForListNodePoolsOutput) SetCreatingCount(v int32) *NodeStatisticsForListNodePoolsOutput
SetCreatingCount sets the CreatingCount field's value.
func (*NodeStatisticsForListNodePoolsOutput) SetDeletingCount ¶
func (s *NodeStatisticsForListNodePoolsOutput) SetDeletingCount(v int32) *NodeStatisticsForListNodePoolsOutput
SetDeletingCount sets the DeletingCount field's value.
func (*NodeStatisticsForListNodePoolsOutput) SetFailedCount ¶
func (s *NodeStatisticsForListNodePoolsOutput) SetFailedCount(v int32) *NodeStatisticsForListNodePoolsOutput
SetFailedCount sets the FailedCount field's value.
func (*NodeStatisticsForListNodePoolsOutput) SetRunningCount ¶
func (s *NodeStatisticsForListNodePoolsOutput) SetRunningCount(v int32) *NodeStatisticsForListNodePoolsOutput
SetRunningCount sets the RunningCount field's value.
func (*NodeStatisticsForListNodePoolsOutput) SetTotalCount ¶
func (s *NodeStatisticsForListNodePoolsOutput) SetTotalCount(v int32) *NodeStatisticsForListNodePoolsOutput
SetTotalCount sets the TotalCount field's value.
func (*NodeStatisticsForListNodePoolsOutput) SetUpdatingCount ¶
func (s *NodeStatisticsForListNodePoolsOutput) SetUpdatingCount(v int32) *NodeStatisticsForListNodePoolsOutput
SetUpdatingCount sets the UpdatingCount field's value.
func (NodeStatisticsForListNodePoolsOutput) String ¶
func (s NodeStatisticsForListNodePoolsOutput) String() string
String returns the string representation
type PodsConfigForCreateClusterInput ¶
type PodsConfigForCreateClusterInput struct { FlannelConfig *FlannelConfigForCreateClusterInput `type:"structure"` PodNetworkMode *string `type:"string" enum:"EnumOfPodNetworkModeForCreateClusterInput"` VpcCniConfig *VpcCniConfigForCreateClusterInput `type:"structure"` // contains filtered or unexported fields }
func (PodsConfigForCreateClusterInput) GoString ¶
func (s PodsConfigForCreateClusterInput) GoString() string
GoString returns the string representation
func (*PodsConfigForCreateClusterInput) SetFlannelConfig ¶
func (s *PodsConfigForCreateClusterInput) SetFlannelConfig(v *FlannelConfigForCreateClusterInput) *PodsConfigForCreateClusterInput
SetFlannelConfig sets the FlannelConfig field's value.
func (*PodsConfigForCreateClusterInput) SetPodNetworkMode ¶
func (s *PodsConfigForCreateClusterInput) SetPodNetworkMode(v string) *PodsConfigForCreateClusterInput
SetPodNetworkMode sets the PodNetworkMode field's value.
func (*PodsConfigForCreateClusterInput) SetVpcCniConfig ¶
func (s *PodsConfigForCreateClusterInput) SetVpcCniConfig(v *VpcCniConfigForCreateClusterInput) *PodsConfigForCreateClusterInput
SetVpcCniConfig sets the VpcCniConfig field's value.
func (PodsConfigForCreateClusterInput) String ¶
func (s PodsConfigForCreateClusterInput) String() string
String returns the string representation
type PodsConfigForListClustersOutput ¶
type PodsConfigForListClustersOutput struct { FlannelConfig *FlannelConfigForListClustersOutput `type:"structure"` PodNetworkMode *string `type:"string"` VpcCniConfig *VpcCniConfigForListClustersOutput `type:"structure"` // contains filtered or unexported fields }
func (PodsConfigForListClustersOutput) GoString ¶
func (s PodsConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*PodsConfigForListClustersOutput) SetFlannelConfig ¶
func (s *PodsConfigForListClustersOutput) SetFlannelConfig(v *FlannelConfigForListClustersOutput) *PodsConfigForListClustersOutput
SetFlannelConfig sets the FlannelConfig field's value.
func (*PodsConfigForListClustersOutput) SetPodNetworkMode ¶
func (s *PodsConfigForListClustersOutput) SetPodNetworkMode(v string) *PodsConfigForListClustersOutput
SetPodNetworkMode sets the PodNetworkMode field's value.
func (*PodsConfigForListClustersOutput) SetVpcCniConfig ¶
func (s *PodsConfigForListClustersOutput) SetVpcCniConfig(v *VpcCniConfigForListClustersOutput) *PodsConfigForListClustersOutput
SetVpcCniConfig sets the VpcCniConfig field's value.
func (PodsConfigForListClustersOutput) String ¶
func (s PodsConfigForListClustersOutput) String() string
String returns the string representation
type PrivateIpForListClustersOutput ¶
type PrivateIpForListClustersOutput struct { Ipv4 *string `type:"string"` // contains filtered or unexported fields }
func (PrivateIpForListClustersOutput) GoString ¶
func (s PrivateIpForListClustersOutput) GoString() string
GoString returns the string representation
func (*PrivateIpForListClustersOutput) SetIpv4 ¶
func (s *PrivateIpForListClustersOutput) SetIpv4(v string) *PrivateIpForListClustersOutput
SetIpv4 sets the Ipv4 field's value.
func (PrivateIpForListClustersOutput) String ¶
func (s PrivateIpForListClustersOutput) String() string
String returns the string representation
type PublicAccessNetworkConfigForCreateClusterInput ¶
type PublicAccessNetworkConfigForCreateClusterInput struct { Bandwidth *int32 `type:"int32"` // contains filtered or unexported fields }
func (PublicAccessNetworkConfigForCreateClusterInput) GoString ¶
func (s PublicAccessNetworkConfigForCreateClusterInput) GoString() string
GoString returns the string representation
func (*PublicAccessNetworkConfigForCreateClusterInput) SetBandwidth ¶
func (s *PublicAccessNetworkConfigForCreateClusterInput) SetBandwidth(v int32) *PublicAccessNetworkConfigForCreateClusterInput
SetBandwidth sets the Bandwidth field's value.
func (PublicAccessNetworkConfigForCreateClusterInput) String ¶
func (s PublicAccessNetworkConfigForCreateClusterInput) String() string
String returns the string representation
type PublicAccessNetworkConfigForListClustersOutput ¶
type PublicAccessNetworkConfigForListClustersOutput struct { Bandwidth *int32 `type:"int32"` BillingType *int32 `type:"int32"` Isp *string `type:"string"` // contains filtered or unexported fields }
func (PublicAccessNetworkConfigForListClustersOutput) GoString ¶
func (s PublicAccessNetworkConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*PublicAccessNetworkConfigForListClustersOutput) SetBandwidth ¶
func (s *PublicAccessNetworkConfigForListClustersOutput) SetBandwidth(v int32) *PublicAccessNetworkConfigForListClustersOutput
SetBandwidth sets the Bandwidth field's value.
func (*PublicAccessNetworkConfigForListClustersOutput) SetBillingType ¶
func (s *PublicAccessNetworkConfigForListClustersOutput) SetBillingType(v int32) *PublicAccessNetworkConfigForListClustersOutput
SetBillingType sets the BillingType field's value.
func (*PublicAccessNetworkConfigForListClustersOutput) SetIsp ¶
func (s *PublicAccessNetworkConfigForListClustersOutput) SetIsp(v string) *PublicAccessNetworkConfigForListClustersOutput
SetIsp sets the Isp field's value.
func (PublicAccessNetworkConfigForListClustersOutput) String ¶
func (s PublicAccessNetworkConfigForListClustersOutput) String() string
String returns the string representation
type PublicAccessNetworkConfigForUpdateClusterConfigInput ¶
type PublicAccessNetworkConfigForUpdateClusterConfigInput struct { Bandwidth *int32 `type:"int32"` BillingType *int32 `type:"int32"` Isp *string `type:"string" enum:"EnumOfIspForUpdateClusterConfigInput"` // contains filtered or unexported fields }
func (PublicAccessNetworkConfigForUpdateClusterConfigInput) GoString ¶
func (s PublicAccessNetworkConfigForUpdateClusterConfigInput) GoString() string
GoString returns the string representation
func (*PublicAccessNetworkConfigForUpdateClusterConfigInput) SetBandwidth ¶
func (s *PublicAccessNetworkConfigForUpdateClusterConfigInput) SetBandwidth(v int32) *PublicAccessNetworkConfigForUpdateClusterConfigInput
SetBandwidth sets the Bandwidth field's value.
func (*PublicAccessNetworkConfigForUpdateClusterConfigInput) SetBillingType ¶
func (s *PublicAccessNetworkConfigForUpdateClusterConfigInput) SetBillingType(v int32) *PublicAccessNetworkConfigForUpdateClusterConfigInput
SetBillingType sets the BillingType field's value.
func (*PublicAccessNetworkConfigForUpdateClusterConfigInput) SetIsp ¶ added in v1.0.23
func (s *PublicAccessNetworkConfigForUpdateClusterConfigInput) SetIsp(v string) *PublicAccessNetworkConfigForUpdateClusterConfigInput
SetIsp sets the Isp field's value.
func (PublicAccessNetworkConfigForUpdateClusterConfigInput) String ¶
func (s PublicAccessNetworkConfigForUpdateClusterConfigInput) String() string
String returns the string representation
type PublicIpForListClustersOutput ¶
type PublicIpForListClustersOutput struct { Ipv4 *string `type:"string"` // contains filtered or unexported fields }
func (PublicIpForListClustersOutput) GoString ¶
func (s PublicIpForListClustersOutput) GoString() string
GoString returns the string representation
func (*PublicIpForListClustersOutput) SetIpv4 ¶
func (s *PublicIpForListClustersOutput) SetIpv4(v string) *PublicIpForListClustersOutput
SetIpv4 sets the Ipv4 field's value.
func (PublicIpForListClustersOutput) String ¶
func (s PublicIpForListClustersOutput) String() string
String returns the string representation
type ResourceTagForListTagsForResourceOutput ¶ added in v1.0.40
type ResourceTagForListTagsForResourceOutput struct { ResourceId *string `type:"string"` ResourceType *string `type:"string"` TagKey *string `type:"string"` TagValue *string `type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
func (ResourceTagForListTagsForResourceOutput) GoString ¶ added in v1.0.40
func (s ResourceTagForListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (*ResourceTagForListTagsForResourceOutput) SetResourceId ¶ added in v1.0.40
func (s *ResourceTagForListTagsForResourceOutput) SetResourceId(v string) *ResourceTagForListTagsForResourceOutput
SetResourceId sets the ResourceId field's value.
func (*ResourceTagForListTagsForResourceOutput) SetResourceType ¶ added in v1.0.40
func (s *ResourceTagForListTagsForResourceOutput) SetResourceType(v string) *ResourceTagForListTagsForResourceOutput
SetResourceType sets the ResourceType field's value.
func (*ResourceTagForListTagsForResourceOutput) SetTagKey ¶ added in v1.0.40
func (s *ResourceTagForListTagsForResourceOutput) SetTagKey(v string) *ResourceTagForListTagsForResourceOutput
SetTagKey sets the TagKey field's value.
func (*ResourceTagForListTagsForResourceOutput) SetTagValue ¶ added in v1.0.40
func (s *ResourceTagForListTagsForResourceOutput) SetTagValue(v string) *ResourceTagForListTagsForResourceOutput
SetTagValue sets the TagValue field's value.
func (*ResourceTagForListTagsForResourceOutput) SetType ¶ added in v1.0.40
func (s *ResourceTagForListTagsForResourceOutput) SetType(v string) *ResourceTagForListTagsForResourceOutput
SetType sets the Type field's value.
func (ResourceTagForListTagsForResourceOutput) String ¶ added in v1.0.40
func (s ResourceTagForListTagsForResourceOutput) String() string
String returns the string representation
type SecurityForCreateDefaultNodePoolInput ¶ added in v1.0.23
type SecurityForCreateDefaultNodePoolInput struct { Login *LoginForCreateDefaultNodePoolInput `type:"structure"` SecurityGroupIds []*string `type:"list"` SecurityStrategies []*string `type:"list"` // contains filtered or unexported fields }
func (SecurityForCreateDefaultNodePoolInput) GoString ¶ added in v1.0.23
func (s SecurityForCreateDefaultNodePoolInput) GoString() string
GoString returns the string representation
func (*SecurityForCreateDefaultNodePoolInput) SetLogin ¶ added in v1.0.23
func (s *SecurityForCreateDefaultNodePoolInput) SetLogin(v *LoginForCreateDefaultNodePoolInput) *SecurityForCreateDefaultNodePoolInput
SetLogin sets the Login field's value.
func (*SecurityForCreateDefaultNodePoolInput) SetSecurityGroupIds ¶ added in v1.0.23
func (s *SecurityForCreateDefaultNodePoolInput) SetSecurityGroupIds(v []*string) *SecurityForCreateDefaultNodePoolInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*SecurityForCreateDefaultNodePoolInput) SetSecurityStrategies ¶ added in v1.0.23
func (s *SecurityForCreateDefaultNodePoolInput) SetSecurityStrategies(v []*string) *SecurityForCreateDefaultNodePoolInput
SetSecurityStrategies sets the SecurityStrategies field's value.
func (SecurityForCreateDefaultNodePoolInput) String ¶ added in v1.0.23
func (s SecurityForCreateDefaultNodePoolInput) String() string
String returns the string representation
type SecurityForCreateNodePoolInput ¶
type SecurityForCreateNodePoolInput struct { Login *LoginForCreateNodePoolInput `type:"structure"` SecurityGroupIds []*string `type:"list"` SecurityStrategies []*string `type:"list"` // contains filtered or unexported fields }
func (SecurityForCreateNodePoolInput) GoString ¶
func (s SecurityForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*SecurityForCreateNodePoolInput) SetLogin ¶
func (s *SecurityForCreateNodePoolInput) SetLogin(v *LoginForCreateNodePoolInput) *SecurityForCreateNodePoolInput
SetLogin sets the Login field's value.
func (*SecurityForCreateNodePoolInput) SetSecurityGroupIds ¶
func (s *SecurityForCreateNodePoolInput) SetSecurityGroupIds(v []*string) *SecurityForCreateNodePoolInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*SecurityForCreateNodePoolInput) SetSecurityStrategies ¶
func (s *SecurityForCreateNodePoolInput) SetSecurityStrategies(v []*string) *SecurityForCreateNodePoolInput
SetSecurityStrategies sets the SecurityStrategies field's value.
func (SecurityForCreateNodePoolInput) String ¶
func (s SecurityForCreateNodePoolInput) String() string
String returns the string representation
type SecurityForListNodePoolsOutput ¶
type SecurityForListNodePoolsOutput struct { Login *LoginForListNodePoolsOutput `type:"structure"` SecurityGroupIds []*string `type:"list"` SecurityStrategies []*string `type:"list"` SecurityStrategyEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
func (SecurityForListNodePoolsOutput) GoString ¶
func (s SecurityForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*SecurityForListNodePoolsOutput) SetLogin ¶
func (s *SecurityForListNodePoolsOutput) SetLogin(v *LoginForListNodePoolsOutput) *SecurityForListNodePoolsOutput
SetLogin sets the Login field's value.
func (*SecurityForListNodePoolsOutput) SetSecurityGroupIds ¶
func (s *SecurityForListNodePoolsOutput) SetSecurityGroupIds(v []*string) *SecurityForListNodePoolsOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*SecurityForListNodePoolsOutput) SetSecurityStrategies ¶
func (s *SecurityForListNodePoolsOutput) SetSecurityStrategies(v []*string) *SecurityForListNodePoolsOutput
SetSecurityStrategies sets the SecurityStrategies field's value.
func (*SecurityForListNodePoolsOutput) SetSecurityStrategyEnabled ¶
func (s *SecurityForListNodePoolsOutput) SetSecurityStrategyEnabled(v bool) *SecurityForListNodePoolsOutput
SetSecurityStrategyEnabled sets the SecurityStrategyEnabled field's value.
func (SecurityForListNodePoolsOutput) String ¶
func (s SecurityForListNodePoolsOutput) String() string
String returns the string representation
type SecurityForUpdateNodePoolConfigInput ¶
type SecurityForUpdateNodePoolConfigInput struct { Login *LoginForUpdateNodePoolConfigInput `type:"structure"` SecurityGroupIds []*string `type:"list"` SecurityStrategies []*string `type:"list"` // contains filtered or unexported fields }
func (SecurityForUpdateNodePoolConfigInput) GoString ¶
func (s SecurityForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*SecurityForUpdateNodePoolConfigInput) SetLogin ¶
func (s *SecurityForUpdateNodePoolConfigInput) SetLogin(v *LoginForUpdateNodePoolConfigInput) *SecurityForUpdateNodePoolConfigInput
SetLogin sets the Login field's value.
func (*SecurityForUpdateNodePoolConfigInput) SetSecurityGroupIds ¶
func (s *SecurityForUpdateNodePoolConfigInput) SetSecurityGroupIds(v []*string) *SecurityForUpdateNodePoolConfigInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*SecurityForUpdateNodePoolConfigInput) SetSecurityStrategies ¶
func (s *SecurityForUpdateNodePoolConfigInput) SetSecurityStrategies(v []*string) *SecurityForUpdateNodePoolConfigInput
SetSecurityStrategies sets the SecurityStrategies field's value.
func (SecurityForUpdateNodePoolConfigInput) String ¶
func (s SecurityForUpdateNodePoolConfigInput) String() string
String returns the string representation
type ServicesConfigForCreateClusterInput ¶
type ServicesConfigForCreateClusterInput struct { ServiceCidrsv4 []*string `type:"list"` // contains filtered or unexported fields }
func (ServicesConfigForCreateClusterInput) GoString ¶
func (s ServicesConfigForCreateClusterInput) GoString() string
GoString returns the string representation
func (*ServicesConfigForCreateClusterInput) SetServiceCidrsv4 ¶
func (s *ServicesConfigForCreateClusterInput) SetServiceCidrsv4(v []*string) *ServicesConfigForCreateClusterInput
SetServiceCidrsv4 sets the ServiceCidrsv4 field's value.
func (ServicesConfigForCreateClusterInput) String ¶
func (s ServicesConfigForCreateClusterInput) String() string
String returns the string representation
type ServicesConfigForListClustersOutput ¶
type ServicesConfigForListClustersOutput struct { ServiceCidrsv4 []*string `type:"list"` // contains filtered or unexported fields }
func (ServicesConfigForListClustersOutput) GoString ¶
func (s ServicesConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*ServicesConfigForListClustersOutput) SetServiceCidrsv4 ¶
func (s *ServicesConfigForListClustersOutput) SetServiceCidrsv4(v []*string) *ServicesConfigForListClustersOutput
SetServiceCidrsv4 sets the ServiceCidrsv4 field's value.
func (ServicesConfigForListClustersOutput) String ¶
func (s ServicesConfigForListClustersOutput) String() string
String returns the string representation
type StatusForListAddonsInput ¶ added in v1.0.23
type StatusForListAddonsInput struct { ConditionsType *string `type:"string" json:"Conditions.Type" enum:"EnumOfConditionsTypeForListAddonsInput"` Phase *string `type:"string" json:"Phase" enum:"EnumOfPhaseForListAddonsInput"` // contains filtered or unexported fields }
func (StatusForListAddonsInput) GoString ¶ added in v1.0.23
func (s StatusForListAddonsInput) GoString() string
GoString returns the string representation
func (*StatusForListAddonsInput) SetConditionsType ¶ added in v1.0.23
func (s *StatusForListAddonsInput) SetConditionsType(v string) *StatusForListAddonsInput
SetConditionsType sets the ConditionsType field's value.
func (*StatusForListAddonsInput) SetPhase ¶ added in v1.0.23
func (s *StatusForListAddonsInput) SetPhase(v string) *StatusForListAddonsInput
SetPhase sets the Phase field's value.
func (StatusForListAddonsInput) String ¶ added in v1.0.23
func (s StatusForListAddonsInput) String() string
String returns the string representation
type StatusForListAddonsOutput ¶ added in v1.0.23
type StatusForListAddonsOutput struct { Conditions []*ConditionForListAddonsOutput `type:"list"` Phase *string `type:"string"` // contains filtered or unexported fields }
func (StatusForListAddonsOutput) GoString ¶ added in v1.0.23
func (s StatusForListAddonsOutput) GoString() string
GoString returns the string representation
func (*StatusForListAddonsOutput) SetConditions ¶ added in v1.0.23
func (s *StatusForListAddonsOutput) SetConditions(v []*ConditionForListAddonsOutput) *StatusForListAddonsOutput
SetConditions sets the Conditions field's value.
func (*StatusForListAddonsOutput) SetPhase ¶ added in v1.0.23
func (s *StatusForListAddonsOutput) SetPhase(v string) *StatusForListAddonsOutput
SetPhase sets the Phase field's value.
func (StatusForListAddonsOutput) String ¶ added in v1.0.23
func (s StatusForListAddonsOutput) String() string
String returns the string representation
type StatusForListClustersInput ¶
type StatusForListClustersInput struct { ConditionsType *string `type:"string" json:"Conditions.Type" enum:"EnumOfConditionsTypeForListClustersInput"` Phase *string `type:"string" enum:"EnumOfPhaseForListClustersInput"` // contains filtered or unexported fields }
func (StatusForListClustersInput) GoString ¶
func (s StatusForListClustersInput) GoString() string
GoString returns the string representation
func (*StatusForListClustersInput) SetConditionsType ¶
func (s *StatusForListClustersInput) SetConditionsType(v string) *StatusForListClustersInput
SetConditionsType sets the ConditionsType field's value.
func (*StatusForListClustersInput) SetPhase ¶
func (s *StatusForListClustersInput) SetPhase(v string) *StatusForListClustersInput
SetPhase sets the Phase field's value.
func (StatusForListClustersInput) String ¶
func (s StatusForListClustersInput) String() string
String returns the string representation
type StatusForListClustersOutput ¶
type StatusForListClustersOutput struct { Conditions []*ConditionForListClustersOutput `type:"list"` Phase *string `type:"string"` // contains filtered or unexported fields }
func (StatusForListClustersOutput) GoString ¶
func (s StatusForListClustersOutput) GoString() string
GoString returns the string representation
func (*StatusForListClustersOutput) SetConditions ¶
func (s *StatusForListClustersOutput) SetConditions(v []*ConditionForListClustersOutput) *StatusForListClustersOutput
SetConditions sets the Conditions field's value.
func (*StatusForListClustersOutput) SetPhase ¶
func (s *StatusForListClustersOutput) SetPhase(v string) *StatusForListClustersOutput
SetPhase sets the Phase field's value.
func (StatusForListClustersOutput) String ¶
func (s StatusForListClustersOutput) String() string
String returns the string representation
type StatusForListNodePoolsInput ¶
type StatusForListNodePoolsInput struct { ConditionsType *string `type:"string" json:"Conditions.Type" enum:"EnumOfConditionsTypeForListNodePoolsInput"` Phase *string `type:"string" enum:"EnumOfPhaseForListNodePoolsInput"` // contains filtered or unexported fields }
func (StatusForListNodePoolsInput) GoString ¶
func (s StatusForListNodePoolsInput) GoString() string
GoString returns the string representation
func (*StatusForListNodePoolsInput) SetConditionsType ¶
func (s *StatusForListNodePoolsInput) SetConditionsType(v string) *StatusForListNodePoolsInput
SetConditionsType sets the ConditionsType field's value.
func (*StatusForListNodePoolsInput) SetPhase ¶
func (s *StatusForListNodePoolsInput) SetPhase(v string) *StatusForListNodePoolsInput
SetPhase sets the Phase field's value.
func (StatusForListNodePoolsInput) String ¶
func (s StatusForListNodePoolsInput) String() string
String returns the string representation
type StatusForListNodePoolsOutput ¶
type StatusForListNodePoolsOutput struct { Conditions []*ConditionForListNodePoolsOutput `type:"list"` Phase *string `type:"string"` // contains filtered or unexported fields }
func (StatusForListNodePoolsOutput) GoString ¶
func (s StatusForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*StatusForListNodePoolsOutput) SetConditions ¶
func (s *StatusForListNodePoolsOutput) SetConditions(v []*ConditionForListNodePoolsOutput) *StatusForListNodePoolsOutput
SetConditions sets the Conditions field's value.
func (*StatusForListNodePoolsOutput) SetPhase ¶
func (s *StatusForListNodePoolsOutput) SetPhase(v string) *StatusForListNodePoolsOutput
SetPhase sets the Phase field's value.
func (StatusForListNodePoolsOutput) String ¶
func (s StatusForListNodePoolsOutput) String() string
String returns the string representation
type StatusForListNodesInput ¶
type StatusForListNodesInput struct { ConditionsType *string `type:"string" json:"Conditions.Type" enum:"EnumOfConditionsTypeForListNodesInput"` Phase *string `type:"string" enum:"EnumOfPhaseForListNodesInput"` // contains filtered or unexported fields }
func (StatusForListNodesInput) GoString ¶
func (s StatusForListNodesInput) GoString() string
GoString returns the string representation
func (*StatusForListNodesInput) SetConditionsType ¶
func (s *StatusForListNodesInput) SetConditionsType(v string) *StatusForListNodesInput
SetConditionsType sets the ConditionsType field's value.
func (*StatusForListNodesInput) SetPhase ¶
func (s *StatusForListNodesInput) SetPhase(v string) *StatusForListNodesInput
SetPhase sets the Phase field's value.
func (StatusForListNodesInput) String ¶
func (s StatusForListNodesInput) String() string
String returns the string representation
type StatusForListNodesOutput ¶
type StatusForListNodesOutput struct { Conditions []*ConditionForListNodesOutput `type:"list"` Phase *string `type:"string"` // contains filtered or unexported fields }
func (StatusForListNodesOutput) GoString ¶
func (s StatusForListNodesOutput) GoString() string
GoString returns the string representation
func (*StatusForListNodesOutput) SetConditions ¶
func (s *StatusForListNodesOutput) SetConditions(v []*ConditionForListNodesOutput) *StatusForListNodesOutput
SetConditions sets the Conditions field's value.
func (*StatusForListNodesOutput) SetPhase ¶
func (s *StatusForListNodesOutput) SetPhase(v string) *StatusForListNodesOutput
SetPhase sets the Phase field's value.
func (StatusForListNodesOutput) String ¶
func (s StatusForListNodesOutput) String() string
String returns the string representation
type SystemVolumeForCreateNodePoolInput ¶
type SystemVolumeForCreateNodePoolInput struct { Size *int32 `type:"int32"` Type *string `type:"string" enum:"EnumOfTypeForCreateNodePoolInput"` // contains filtered or unexported fields }
func (SystemVolumeForCreateNodePoolInput) GoString ¶
func (s SystemVolumeForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*SystemVolumeForCreateNodePoolInput) SetSize ¶
func (s *SystemVolumeForCreateNodePoolInput) SetSize(v int32) *SystemVolumeForCreateNodePoolInput
SetSize sets the Size field's value.
func (*SystemVolumeForCreateNodePoolInput) SetType ¶
func (s *SystemVolumeForCreateNodePoolInput) SetType(v string) *SystemVolumeForCreateNodePoolInput
SetType sets the Type field's value.
func (SystemVolumeForCreateNodePoolInput) String ¶
func (s SystemVolumeForCreateNodePoolInput) String() string
String returns the string representation
type SystemVolumeForListNodePoolsOutput ¶
type SystemVolumeForListNodePoolsOutput struct { Size *int32 `type:"int32"` Type *string `type:"string"` // contains filtered or unexported fields }
func (SystemVolumeForListNodePoolsOutput) GoString ¶
func (s SystemVolumeForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*SystemVolumeForListNodePoolsOutput) SetSize ¶
func (s *SystemVolumeForListNodePoolsOutput) SetSize(v int32) *SystemVolumeForListNodePoolsOutput
SetSize sets the Size field's value.
func (*SystemVolumeForListNodePoolsOutput) SetType ¶
func (s *SystemVolumeForListNodePoolsOutput) SetType(v string) *SystemVolumeForListNodePoolsOutput
SetType sets the Type field's value.
func (SystemVolumeForListNodePoolsOutput) String ¶
func (s SystemVolumeForListNodePoolsOutput) String() string
String returns the string representation
type SystemVolumeForUpdateNodePoolConfigInput ¶ added in v1.0.40
type SystemVolumeForUpdateNodePoolConfigInput struct { Size *int32 `type:"int32"` Type *string `type:"string" enum:"EnumOfTypeForUpdateNodePoolConfigInput"` // contains filtered or unexported fields }
func (SystemVolumeForUpdateNodePoolConfigInput) GoString ¶ added in v1.0.40
func (s SystemVolumeForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*SystemVolumeForUpdateNodePoolConfigInput) SetSize ¶ added in v1.0.40
func (s *SystemVolumeForUpdateNodePoolConfigInput) SetSize(v int32) *SystemVolumeForUpdateNodePoolConfigInput
SetSize sets the Size field's value.
func (*SystemVolumeForUpdateNodePoolConfigInput) SetType ¶ added in v1.0.40
func (s *SystemVolumeForUpdateNodePoolConfigInput) SetType(v string) *SystemVolumeForUpdateNodePoolConfigInput
SetType sets the Type field's value.
func (SystemVolumeForUpdateNodePoolConfigInput) String ¶ added in v1.0.40
func (s SystemVolumeForUpdateNodePoolConfigInput) String() string
String returns the string representation
type TagFilterForListTagsForResourceInput ¶ added in v1.0.40
type TagFilterForListTagsForResourceInput struct { Key *string `type:"string"` Values []*string `type:"list"` // contains filtered or unexported fields }
func (TagFilterForListTagsForResourceInput) GoString ¶ added in v1.0.40
func (s TagFilterForListTagsForResourceInput) GoString() string
GoString returns the string representation
func (*TagFilterForListTagsForResourceInput) SetKey ¶ added in v1.0.40
func (s *TagFilterForListTagsForResourceInput) SetKey(v string) *TagFilterForListTagsForResourceInput
SetKey sets the Key field's value.
func (*TagFilterForListTagsForResourceInput) SetValues ¶ added in v1.0.40
func (s *TagFilterForListTagsForResourceInput) SetValues(v []*string) *TagFilterForListTagsForResourceInput
SetValues sets the Values field's value.
func (TagFilterForListTagsForResourceInput) String ¶ added in v1.0.40
func (s TagFilterForListTagsForResourceInput) String() string
String returns the string representation
type TagForCreateClusterInput ¶ added in v1.0.40
type TagForCreateClusterInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForCreateClusterInput) GoString ¶ added in v1.0.40
func (s TagForCreateClusterInput) GoString() string
GoString returns the string representation
func (*TagForCreateClusterInput) SetKey ¶ added in v1.0.40
func (s *TagForCreateClusterInput) SetKey(v string) *TagForCreateClusterInput
SetKey sets the Key field's value.
func (*TagForCreateClusterInput) SetValue ¶ added in v1.0.40
func (s *TagForCreateClusterInput) SetValue(v string) *TagForCreateClusterInput
SetValue sets the Value field's value.
func (TagForCreateClusterInput) String ¶ added in v1.0.40
func (s TagForCreateClusterInput) String() string
String returns the string representation
type TagForCreateDefaultNodePoolInput ¶ added in v1.0.40
type TagForCreateDefaultNodePoolInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForCreateDefaultNodePoolInput) GoString ¶ added in v1.0.40
func (s TagForCreateDefaultNodePoolInput) GoString() string
GoString returns the string representation
func (*TagForCreateDefaultNodePoolInput) SetKey ¶ added in v1.0.40
func (s *TagForCreateDefaultNodePoolInput) SetKey(v string) *TagForCreateDefaultNodePoolInput
SetKey sets the Key field's value.
func (*TagForCreateDefaultNodePoolInput) SetValue ¶ added in v1.0.40
func (s *TagForCreateDefaultNodePoolInput) SetValue(v string) *TagForCreateDefaultNodePoolInput
SetValue sets the Value field's value.
func (TagForCreateDefaultNodePoolInput) String ¶ added in v1.0.40
func (s TagForCreateDefaultNodePoolInput) String() string
String returns the string representation
type TagForCreateNodePoolInput ¶ added in v1.0.40
type TagForCreateNodePoolInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForCreateNodePoolInput) GoString ¶ added in v1.0.40
func (s TagForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*TagForCreateNodePoolInput) SetKey ¶ added in v1.0.40
func (s *TagForCreateNodePoolInput) SetKey(v string) *TagForCreateNodePoolInput
SetKey sets the Key field's value.
func (*TagForCreateNodePoolInput) SetValue ¶ added in v1.0.40
func (s *TagForCreateNodePoolInput) SetValue(v string) *TagForCreateNodePoolInput
SetValue sets the Value field's value.
func (TagForCreateNodePoolInput) String ¶ added in v1.0.40
func (s TagForCreateNodePoolInput) String() string
String returns the string representation
type TagForListClustersInput ¶ added in v1.0.40
type TagForListClustersInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForListClustersInput) GoString ¶ added in v1.0.40
func (s TagForListClustersInput) GoString() string
GoString returns the string representation
func (*TagForListClustersInput) SetKey ¶ added in v1.0.40
func (s *TagForListClustersInput) SetKey(v string) *TagForListClustersInput
SetKey sets the Key field's value.
func (*TagForListClustersInput) SetValue ¶ added in v1.0.40
func (s *TagForListClustersInput) SetValue(v string) *TagForListClustersInput
SetValue sets the Value field's value.
func (TagForListClustersInput) String ¶ added in v1.0.40
func (s TagForListClustersInput) String() string
String returns the string representation
type TagForListClustersOutput ¶ added in v1.0.40
type TagForListClustersOutput struct { Key *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForListClustersOutput) GoString ¶ added in v1.0.40
func (s TagForListClustersOutput) GoString() string
GoString returns the string representation
func (*TagForListClustersOutput) SetKey ¶ added in v1.0.40
func (s *TagForListClustersOutput) SetKey(v string) *TagForListClustersOutput
SetKey sets the Key field's value.
func (*TagForListClustersOutput) SetType ¶ added in v1.0.40
func (s *TagForListClustersOutput) SetType(v string) *TagForListClustersOutput
SetType sets the Type field's value.
func (*TagForListClustersOutput) SetValue ¶ added in v1.0.40
func (s *TagForListClustersOutput) SetValue(v string) *TagForListClustersOutput
SetValue sets the Value field's value.
func (TagForListClustersOutput) String ¶ added in v1.0.40
func (s TagForListClustersOutput) String() string
String returns the string representation
type TagForListNodePoolsOutput ¶ added in v1.0.40
type TagForListNodePoolsOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForListNodePoolsOutput) GoString ¶ added in v1.0.40
func (s TagForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*TagForListNodePoolsOutput) SetKey ¶ added in v1.0.40
func (s *TagForListNodePoolsOutput) SetKey(v string) *TagForListNodePoolsOutput
SetKey sets the Key field's value.
func (*TagForListNodePoolsOutput) SetValue ¶ added in v1.0.40
func (s *TagForListNodePoolsOutput) SetValue(v string) *TagForListNodePoolsOutput
SetValue sets the Value field's value.
func (TagForListNodePoolsOutput) String ¶ added in v1.0.40
func (s TagForListNodePoolsOutput) String() string
String returns the string representation
type TagForTagResourcesInput ¶ added in v1.0.40
type TagForTagResourcesInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForTagResourcesInput) GoString ¶ added in v1.0.40
func (s TagForTagResourcesInput) GoString() string
GoString returns the string representation
func (*TagForTagResourcesInput) SetKey ¶ added in v1.0.40
func (s *TagForTagResourcesInput) SetKey(v string) *TagForTagResourcesInput
SetKey sets the Key field's value.
func (*TagForTagResourcesInput) SetValue ¶ added in v1.0.40
func (s *TagForTagResourcesInput) SetValue(v string) *TagForTagResourcesInput
SetValue sets the Value field's value.
func (TagForTagResourcesInput) String ¶ added in v1.0.40
func (s TagForTagResourcesInput) String() string
String returns the string representation
type TagForUpdateNodePoolConfigInput ¶ added in v1.0.40
type TagForUpdateNodePoolConfigInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForUpdateNodePoolConfigInput) GoString ¶ added in v1.0.40
func (s TagForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*TagForUpdateNodePoolConfigInput) SetKey ¶ added in v1.0.40
func (s *TagForUpdateNodePoolConfigInput) SetKey(v string) *TagForUpdateNodePoolConfigInput
SetKey sets the Key field's value.
func (*TagForUpdateNodePoolConfigInput) SetValue ¶ added in v1.0.40
func (s *TagForUpdateNodePoolConfigInput) SetValue(v string) *TagForUpdateNodePoolConfigInput
SetValue sets the Value field's value.
func (TagForUpdateNodePoolConfigInput) String ¶ added in v1.0.40
func (s TagForUpdateNodePoolConfigInput) String() string
String returns the string representation
type TagResourcesInput ¶ added in v1.0.40
type TagResourcesInput struct { ResourceIds []*string `type:"list"` ResourceType *string `type:"string" enum:"EnumOfResourceTypeForTagResourcesInput"` Tags []*TagForTagResourcesInput `type:"list"` // contains filtered or unexported fields }
func (TagResourcesInput) GoString ¶ added in v1.0.40
func (s TagResourcesInput) GoString() string
GoString returns the string representation
func (*TagResourcesInput) SetResourceIds ¶ added in v1.0.40
func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*TagResourcesInput) SetResourceType ¶ added in v1.0.40
func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*TagResourcesInput) SetTags ¶ added in v1.0.40
func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
SetTags sets the Tags field's value.
func (TagResourcesInput) String ¶ added in v1.0.40
func (s TagResourcesInput) String() string
String returns the string representation
type TagResourcesOutput ¶ added in v1.0.40
type TagResourcesOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (TagResourcesOutput) GoString ¶ added in v1.0.40
func (s TagResourcesOutput) GoString() string
GoString returns the string representation
func (TagResourcesOutput) String ¶ added in v1.0.40
func (s TagResourcesOutput) String() string
String returns the string representation
type TaintForCreateDefaultNodePoolInput ¶ added in v1.0.23
type TaintForCreateDefaultNodePoolInput struct { Effect *string `type:"string" enum:"EnumOfEffectForCreateDefaultNodePoolInput"` Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TaintForCreateDefaultNodePoolInput) GoString ¶ added in v1.0.23
func (s TaintForCreateDefaultNodePoolInput) GoString() string
GoString returns the string representation
func (*TaintForCreateDefaultNodePoolInput) SetEffect ¶ added in v1.0.23
func (s *TaintForCreateDefaultNodePoolInput) SetEffect(v string) *TaintForCreateDefaultNodePoolInput
SetEffect sets the Effect field's value.
func (*TaintForCreateDefaultNodePoolInput) SetKey ¶ added in v1.0.23
func (s *TaintForCreateDefaultNodePoolInput) SetKey(v string) *TaintForCreateDefaultNodePoolInput
SetKey sets the Key field's value.
func (*TaintForCreateDefaultNodePoolInput) SetValue ¶ added in v1.0.23
func (s *TaintForCreateDefaultNodePoolInput) SetValue(v string) *TaintForCreateDefaultNodePoolInput
SetValue sets the Value field's value.
func (TaintForCreateDefaultNodePoolInput) String ¶ added in v1.0.23
func (s TaintForCreateDefaultNodePoolInput) String() string
String returns the string representation
type TaintForCreateNodePoolInput ¶
type TaintForCreateNodePoolInput struct { Effect *string `type:"string" enum:"EnumOfEffectForCreateNodePoolInput"` Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TaintForCreateNodePoolInput) GoString ¶
func (s TaintForCreateNodePoolInput) GoString() string
GoString returns the string representation
func (*TaintForCreateNodePoolInput) SetEffect ¶
func (s *TaintForCreateNodePoolInput) SetEffect(v string) *TaintForCreateNodePoolInput
SetEffect sets the Effect field's value.
func (*TaintForCreateNodePoolInput) SetKey ¶
func (s *TaintForCreateNodePoolInput) SetKey(v string) *TaintForCreateNodePoolInput
SetKey sets the Key field's value.
func (*TaintForCreateNodePoolInput) SetValue ¶
func (s *TaintForCreateNodePoolInput) SetValue(v string) *TaintForCreateNodePoolInput
SetValue sets the Value field's value.
func (TaintForCreateNodePoolInput) String ¶
func (s TaintForCreateNodePoolInput) String() string
String returns the string representation
type TaintForCreateNodesInput ¶ added in v1.0.36
type TaintForCreateNodesInput struct { Effect *string `type:"string" enum:"EnumOfEffectForCreateNodesInput"` Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TaintForCreateNodesInput) GoString ¶ added in v1.0.36
func (s TaintForCreateNodesInput) GoString() string
GoString returns the string representation
func (*TaintForCreateNodesInput) SetEffect ¶ added in v1.0.36
func (s *TaintForCreateNodesInput) SetEffect(v string) *TaintForCreateNodesInput
SetEffect sets the Effect field's value.
func (*TaintForCreateNodesInput) SetKey ¶ added in v1.0.36
func (s *TaintForCreateNodesInput) SetKey(v string) *TaintForCreateNodesInput
SetKey sets the Key field's value.
func (*TaintForCreateNodesInput) SetValue ¶ added in v1.0.36
func (s *TaintForCreateNodesInput) SetValue(v string) *TaintForCreateNodesInput
SetValue sets the Value field's value.
func (TaintForCreateNodesInput) String ¶ added in v1.0.36
func (s TaintForCreateNodesInput) String() string
String returns the string representation
type TaintForListNodePoolsOutput ¶
type TaintForListNodePoolsOutput struct { Effect *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TaintForListNodePoolsOutput) GoString ¶
func (s TaintForListNodePoolsOutput) GoString() string
GoString returns the string representation
func (*TaintForListNodePoolsOutput) SetEffect ¶
func (s *TaintForListNodePoolsOutput) SetEffect(v string) *TaintForListNodePoolsOutput
SetEffect sets the Effect field's value.
func (*TaintForListNodePoolsOutput) SetKey ¶
func (s *TaintForListNodePoolsOutput) SetKey(v string) *TaintForListNodePoolsOutput
SetKey sets the Key field's value.
func (*TaintForListNodePoolsOutput) SetValue ¶
func (s *TaintForListNodePoolsOutput) SetValue(v string) *TaintForListNodePoolsOutput
SetValue sets the Value field's value.
func (TaintForListNodePoolsOutput) String ¶
func (s TaintForListNodePoolsOutput) String() string
String returns the string representation
type TaintForListNodesOutput ¶ added in v1.0.36
type TaintForListNodesOutput struct { Effect *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TaintForListNodesOutput) GoString ¶ added in v1.0.36
func (s TaintForListNodesOutput) GoString() string
GoString returns the string representation
func (*TaintForListNodesOutput) SetEffect ¶ added in v1.0.36
func (s *TaintForListNodesOutput) SetEffect(v string) *TaintForListNodesOutput
SetEffect sets the Effect field's value.
func (*TaintForListNodesOutput) SetKey ¶ added in v1.0.36
func (s *TaintForListNodesOutput) SetKey(v string) *TaintForListNodesOutput
SetKey sets the Key field's value.
func (*TaintForListNodesOutput) SetValue ¶ added in v1.0.36
func (s *TaintForListNodesOutput) SetValue(v string) *TaintForListNodesOutput
SetValue sets the Value field's value.
func (TaintForListNodesOutput) String ¶ added in v1.0.36
func (s TaintForListNodesOutput) String() string
String returns the string representation
type TaintForUpdateNodePoolConfigInput ¶
type TaintForUpdateNodePoolConfigInput struct { Effect *string `type:"string" enum:"EnumOfEffectForUpdateNodePoolConfigInput"` Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TaintForUpdateNodePoolConfigInput) GoString ¶
func (s TaintForUpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*TaintForUpdateNodePoolConfigInput) SetEffect ¶
func (s *TaintForUpdateNodePoolConfigInput) SetEffect(v string) *TaintForUpdateNodePoolConfigInput
SetEffect sets the Effect field's value.
func (*TaintForUpdateNodePoolConfigInput) SetKey ¶
func (s *TaintForUpdateNodePoolConfigInput) SetKey(v string) *TaintForUpdateNodePoolConfigInput
SetKey sets the Key field's value.
func (*TaintForUpdateNodePoolConfigInput) SetValue ¶
func (s *TaintForUpdateNodePoolConfigInput) SetValue(v string) *TaintForUpdateNodePoolConfigInput
SetValue sets the Value field's value.
func (TaintForUpdateNodePoolConfigInput) String ¶
func (s TaintForUpdateNodePoolConfigInput) String() string
String returns the string representation
type UntagResourcesInput ¶ added in v1.0.40
type UntagResourcesInput struct { ResourceIds []*string `type:"list"` ResourceType *string `type:"string" enum:"EnumOfResourceTypeForUntagResourcesInput"` TagKeys []*string `type:"list"` // contains filtered or unexported fields }
func (UntagResourcesInput) GoString ¶ added in v1.0.40
func (s UntagResourcesInput) GoString() string
GoString returns the string representation
func (*UntagResourcesInput) SetResourceIds ¶ added in v1.0.40
func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*UntagResourcesInput) SetResourceType ¶ added in v1.0.40
func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*UntagResourcesInput) SetTagKeys ¶ added in v1.0.40
func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourcesInput) String ¶ added in v1.0.40
func (s UntagResourcesInput) String() string
String returns the string representation
type UntagResourcesOutput ¶ added in v1.0.40
type UntagResourcesOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UntagResourcesOutput) GoString ¶ added in v1.0.40
func (s UntagResourcesOutput) GoString() string
GoString returns the string representation
func (UntagResourcesOutput) String ¶ added in v1.0.40
func (s UntagResourcesOutput) String() string
String returns the string representation
type UpdateAddonConfigInput ¶ added in v1.0.23
type UpdateAddonConfigInput struct { ClientToken *string `type:"string"` ClusterId *string `type:"string"` Config *string `type:"string"` Name *string `type:"string"` // contains filtered or unexported fields }
func (UpdateAddonConfigInput) GoString ¶ added in v1.0.23
func (s UpdateAddonConfigInput) GoString() string
GoString returns the string representation
func (*UpdateAddonConfigInput) SetClientToken ¶ added in v1.0.23
func (s *UpdateAddonConfigInput) SetClientToken(v string) *UpdateAddonConfigInput
SetClientToken sets the ClientToken field's value.
func (*UpdateAddonConfigInput) SetClusterId ¶ added in v1.0.23
func (s *UpdateAddonConfigInput) SetClusterId(v string) *UpdateAddonConfigInput
SetClusterId sets the ClusterId field's value.
func (*UpdateAddonConfigInput) SetConfig ¶ added in v1.0.23
func (s *UpdateAddonConfigInput) SetConfig(v string) *UpdateAddonConfigInput
SetConfig sets the Config field's value.
func (*UpdateAddonConfigInput) SetName ¶ added in v1.0.23
func (s *UpdateAddonConfigInput) SetName(v string) *UpdateAddonConfigInput
SetName sets the Name field's value.
func (UpdateAddonConfigInput) String ¶ added in v1.0.23
func (s UpdateAddonConfigInput) String() string
String returns the string representation
type UpdateAddonConfigOutput ¶ added in v1.0.23
type UpdateAddonConfigOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateAddonConfigOutput) GoString ¶ added in v1.0.23
func (s UpdateAddonConfigOutput) GoString() string
GoString returns the string representation
func (UpdateAddonConfigOutput) String ¶ added in v1.0.23
func (s UpdateAddonConfigOutput) String() string
String returns the string representation
type UpdateAddonVersionInput ¶ added in v1.0.23
type UpdateAddonVersionInput struct { ClientToken *string `type:"string"` ClusterId *string `type:"string"` Name *string `type:"string"` Version *string `type:"string"` // contains filtered or unexported fields }
func (UpdateAddonVersionInput) GoString ¶ added in v1.0.23
func (s UpdateAddonVersionInput) GoString() string
GoString returns the string representation
func (*UpdateAddonVersionInput) SetClientToken ¶ added in v1.0.23
func (s *UpdateAddonVersionInput) SetClientToken(v string) *UpdateAddonVersionInput
SetClientToken sets the ClientToken field's value.
func (*UpdateAddonVersionInput) SetClusterId ¶ added in v1.0.23
func (s *UpdateAddonVersionInput) SetClusterId(v string) *UpdateAddonVersionInput
SetClusterId sets the ClusterId field's value.
func (*UpdateAddonVersionInput) SetName ¶ added in v1.0.23
func (s *UpdateAddonVersionInput) SetName(v string) *UpdateAddonVersionInput
SetName sets the Name field's value.
func (*UpdateAddonVersionInput) SetVersion ¶ added in v1.0.23
func (s *UpdateAddonVersionInput) SetVersion(v string) *UpdateAddonVersionInput
SetVersion sets the Version field's value.
func (UpdateAddonVersionInput) String ¶ added in v1.0.23
func (s UpdateAddonVersionInput) String() string
String returns the string representation
type UpdateAddonVersionOutput ¶ added in v1.0.23
type UpdateAddonVersionOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateAddonVersionOutput) GoString ¶ added in v1.0.23
func (s UpdateAddonVersionOutput) GoString() string
GoString returns the string representation
func (UpdateAddonVersionOutput) String ¶ added in v1.0.23
func (s UpdateAddonVersionOutput) String() string
String returns the string representation
type UpdateClusterConfigInput ¶
type UpdateClusterConfigInput struct { ClientToken *string `type:"string"` ClusterConfig *ClusterConfigForUpdateClusterConfigInput `type:"structure"` DeleteProtectionEnabled *bool `type:"boolean"` Description *string `type:"string"` Id *string `type:"string"` Name *string `type:"string"` // contains filtered or unexported fields }
func (UpdateClusterConfigInput) GoString ¶
func (s UpdateClusterConfigInput) GoString() string
GoString returns the string representation
func (*UpdateClusterConfigInput) SetClientToken ¶
func (s *UpdateClusterConfigInput) SetClientToken(v string) *UpdateClusterConfigInput
SetClientToken sets the ClientToken field's value.
func (*UpdateClusterConfigInput) SetClusterConfig ¶
func (s *UpdateClusterConfigInput) SetClusterConfig(v *ClusterConfigForUpdateClusterConfigInput) *UpdateClusterConfigInput
SetClusterConfig sets the ClusterConfig field's value.
func (*UpdateClusterConfigInput) SetDeleteProtectionEnabled ¶
func (s *UpdateClusterConfigInput) SetDeleteProtectionEnabled(v bool) *UpdateClusterConfigInput
SetDeleteProtectionEnabled sets the DeleteProtectionEnabled field's value.
func (*UpdateClusterConfigInput) SetDescription ¶
func (s *UpdateClusterConfigInput) SetDescription(v string) *UpdateClusterConfigInput
SetDescription sets the Description field's value.
func (*UpdateClusterConfigInput) SetId ¶
func (s *UpdateClusterConfigInput) SetId(v string) *UpdateClusterConfigInput
SetId sets the Id field's value.
func (*UpdateClusterConfigInput) SetName ¶
func (s *UpdateClusterConfigInput) SetName(v string) *UpdateClusterConfigInput
SetName sets the Name field's value.
func (UpdateClusterConfigInput) String ¶
func (s UpdateClusterConfigInput) String() string
String returns the string representation
type UpdateClusterConfigOutput ¶
type UpdateClusterConfigOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateClusterConfigOutput) GoString ¶
func (s UpdateClusterConfigOutput) GoString() string
GoString returns the string representation
func (UpdateClusterConfigOutput) String ¶
func (s UpdateClusterConfigOutput) String() string
String returns the string representation
type UpdateNodePoolConfigInput ¶
type UpdateNodePoolConfigInput struct { AutoScaling *AutoScalingForUpdateNodePoolConfigInput `type:"structure"` ClientToken *string `type:"string"` ClusterId *string `type:"string"` Id *string `type:"string"` KubernetesConfig *KubernetesConfigForUpdateNodePoolConfigInput `type:"structure"` Name *string `type:"string"` NodeConfig *NodeConfigForUpdateNodePoolConfigInput `type:"structure"` // contains filtered or unexported fields }
func (UpdateNodePoolConfigInput) GoString ¶
func (s UpdateNodePoolConfigInput) GoString() string
GoString returns the string representation
func (*UpdateNodePoolConfigInput) SetAutoScaling ¶
func (s *UpdateNodePoolConfigInput) SetAutoScaling(v *AutoScalingForUpdateNodePoolConfigInput) *UpdateNodePoolConfigInput
SetAutoScaling sets the AutoScaling field's value.
func (*UpdateNodePoolConfigInput) SetClientToken ¶
func (s *UpdateNodePoolConfigInput) SetClientToken(v string) *UpdateNodePoolConfigInput
SetClientToken sets the ClientToken field's value.
func (*UpdateNodePoolConfigInput) SetClusterId ¶
func (s *UpdateNodePoolConfigInput) SetClusterId(v string) *UpdateNodePoolConfigInput
SetClusterId sets the ClusterId field's value.
func (*UpdateNodePoolConfigInput) SetId ¶
func (s *UpdateNodePoolConfigInput) SetId(v string) *UpdateNodePoolConfigInput
SetId sets the Id field's value.
func (*UpdateNodePoolConfigInput) SetKubernetesConfig ¶
func (s *UpdateNodePoolConfigInput) SetKubernetesConfig(v *KubernetesConfigForUpdateNodePoolConfigInput) *UpdateNodePoolConfigInput
SetKubernetesConfig sets the KubernetesConfig field's value.
func (*UpdateNodePoolConfigInput) SetName ¶
func (s *UpdateNodePoolConfigInput) SetName(v string) *UpdateNodePoolConfigInput
SetName sets the Name field's value.
func (*UpdateNodePoolConfigInput) SetNodeConfig ¶
func (s *UpdateNodePoolConfigInput) SetNodeConfig(v *NodeConfigForUpdateNodePoolConfigInput) *UpdateNodePoolConfigInput
SetNodeConfig sets the NodeConfig field's value.
func (UpdateNodePoolConfigInput) String ¶
func (s UpdateNodePoolConfigInput) String() string
String returns the string representation
type UpdateNodePoolConfigOutput ¶
type UpdateNodePoolConfigOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateNodePoolConfigOutput) GoString ¶
func (s UpdateNodePoolConfigOutput) GoString() string
GoString returns the string representation
func (UpdateNodePoolConfigOutput) String ¶
func (s UpdateNodePoolConfigOutput) String() string
String returns the string representation
type VKE ¶
VKE provides the API operation methods for making requests to VKE. See this package's package overview docs for details on the service.
VKE methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *VKE
New create int can support ssl or region locate set
func (*VKE) CreateAddon ¶ added in v1.0.23
func (c *VKE) CreateAddon(input *CreateAddonInput) (*CreateAddonOutput, error)
CreateAddon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateAddon for usage and error information.
func (*VKE) CreateAddonCommon ¶ added in v1.0.23
CreateAddonCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateAddonCommon for usage and error information.
func (*VKE) CreateAddonCommonRequest ¶ added in v1.0.23
func (c *VKE) CreateAddonCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateAddonCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateAddonCommon operation. The "output" return value will be populated with the CreateAddonCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAddonCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAddonCommon Send returns without error.
See CreateAddonCommon for more information on using the CreateAddonCommon API call, and error handling.
// Example sending a request using the CreateAddonCommonRequest method. req, resp := client.CreateAddonCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateAddonCommonWithContext ¶ added in v1.0.23
func (c *VKE) CreateAddonCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateAddonCommonWithContext is the same as CreateAddonCommon with the addition of the ability to pass a context and additional request options.
See CreateAddonCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) CreateAddonRequest ¶ added in v1.0.23
func (c *VKE) CreateAddonRequest(input *CreateAddonInput) (req *request.Request, output *CreateAddonOutput)
CreateAddonRequest generates a "volcengine/request.Request" representing the client's request for the CreateAddon operation. The "output" return value will be populated with the CreateAddonCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAddonCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAddonCommon Send returns without error.
See CreateAddon for more information on using the CreateAddon API call, and error handling.
// Example sending a request using the CreateAddonRequest method. req, resp := client.CreateAddonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateAddonWithContext ¶ added in v1.0.23
func (c *VKE) CreateAddonWithContext(ctx volcengine.Context, input *CreateAddonInput, opts ...request.Option) (*CreateAddonOutput, error)
CreateAddonWithContext is the same as CreateAddon with the addition of the ability to pass a context and additional request options.
See CreateAddon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) CreateCluster ¶
func (c *VKE) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error)
CreateCluster API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateCluster for usage and error information.
func (*VKE) CreateClusterCommon ¶
CreateClusterCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateClusterCommon for usage and error information.
func (*VKE) CreateClusterCommonRequest ¶
func (c *VKE) CreateClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateClusterCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateClusterCommon operation. The "output" return value will be populated with the CreateClusterCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClusterCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClusterCommon Send returns without error.
See CreateClusterCommon for more information on using the CreateClusterCommon API call, and error handling.
// Example sending a request using the CreateClusterCommonRequest method. req, resp := client.CreateClusterCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateClusterCommonWithContext ¶
func (c *VKE) CreateClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateClusterCommonWithContext is the same as CreateClusterCommon with the addition of the ability to pass a context and additional request options.
See CreateClusterCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) CreateClusterRequest ¶
func (c *VKE) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput)
CreateClusterRequest generates a "volcengine/request.Request" representing the client's request for the CreateCluster operation. The "output" return value will be populated with the CreateClusterCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateClusterCommon Request to send the API call to the service. the "output" return value is not valid until after CreateClusterCommon Send returns without error.
See CreateCluster for more information on using the CreateCluster API call, and error handling.
// Example sending a request using the CreateClusterRequest method. req, resp := client.CreateClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateClusterWithContext ¶
func (c *VKE) CreateClusterWithContext(ctx volcengine.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error)
CreateClusterWithContext is the same as CreateCluster with the addition of the ability to pass a context and additional request options.
See CreateCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) CreateDefaultNodePool ¶ added in v1.0.23
func (c *VKE) CreateDefaultNodePool(input *CreateDefaultNodePoolInput) (*CreateDefaultNodePoolOutput, error)
CreateDefaultNodePool API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateDefaultNodePool for usage and error information.
func (*VKE) CreateDefaultNodePoolCommon ¶ added in v1.0.23
func (c *VKE) CreateDefaultNodePoolCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateDefaultNodePoolCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateDefaultNodePoolCommon for usage and error information.
func (*VKE) CreateDefaultNodePoolCommonRequest ¶ added in v1.0.23
func (c *VKE) CreateDefaultNodePoolCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateDefaultNodePoolCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDefaultNodePoolCommon operation. The "output" return value will be populated with the CreateDefaultNodePoolCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDefaultNodePoolCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDefaultNodePoolCommon Send returns without error.
See CreateDefaultNodePoolCommon for more information on using the CreateDefaultNodePoolCommon API call, and error handling.
// Example sending a request using the CreateDefaultNodePoolCommonRequest method. req, resp := client.CreateDefaultNodePoolCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateDefaultNodePoolCommonWithContext ¶ added in v1.0.23
func (c *VKE) CreateDefaultNodePoolCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateDefaultNodePoolCommonWithContext is the same as CreateDefaultNodePoolCommon with the addition of the ability to pass a context and additional request options.
See CreateDefaultNodePoolCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) CreateDefaultNodePoolRequest ¶ added in v1.0.23
func (c *VKE) CreateDefaultNodePoolRequest(input *CreateDefaultNodePoolInput) (req *request.Request, output *CreateDefaultNodePoolOutput)
CreateDefaultNodePoolRequest generates a "volcengine/request.Request" representing the client's request for the CreateDefaultNodePool operation. The "output" return value will be populated with the CreateDefaultNodePoolCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDefaultNodePoolCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDefaultNodePoolCommon Send returns without error.
See CreateDefaultNodePool for more information on using the CreateDefaultNodePool API call, and error handling.
// Example sending a request using the CreateDefaultNodePoolRequest method. req, resp := client.CreateDefaultNodePoolRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateDefaultNodePoolWithContext ¶ added in v1.0.23
func (c *VKE) CreateDefaultNodePoolWithContext(ctx volcengine.Context, input *CreateDefaultNodePoolInput, opts ...request.Option) (*CreateDefaultNodePoolOutput, error)
CreateDefaultNodePoolWithContext is the same as CreateDefaultNodePool with the addition of the ability to pass a context and additional request options.
See CreateDefaultNodePool for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) CreateNodePool ¶
func (c *VKE) CreateNodePool(input *CreateNodePoolInput) (*CreateNodePoolOutput, error)
CreateNodePool API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateNodePool for usage and error information.
func (*VKE) CreateNodePoolCommon ¶
CreateNodePoolCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateNodePoolCommon for usage and error information.
func (*VKE) CreateNodePoolCommonRequest ¶
func (c *VKE) CreateNodePoolCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateNodePoolCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateNodePoolCommon operation. The "output" return value will be populated with the CreateNodePoolCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateNodePoolCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNodePoolCommon Send returns without error.
See CreateNodePoolCommon for more information on using the CreateNodePoolCommon API call, and error handling.
// Example sending a request using the CreateNodePoolCommonRequest method. req, resp := client.CreateNodePoolCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateNodePoolCommonWithContext ¶
func (c *VKE) CreateNodePoolCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateNodePoolCommonWithContext is the same as CreateNodePoolCommon with the addition of the ability to pass a context and additional request options.
See CreateNodePoolCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) CreateNodePoolRequest ¶
func (c *VKE) CreateNodePoolRequest(input *CreateNodePoolInput) (req *request.Request, output *CreateNodePoolOutput)
CreateNodePoolRequest generates a "volcengine/request.Request" representing the client's request for the CreateNodePool operation. The "output" return value will be populated with the CreateNodePoolCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateNodePoolCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNodePoolCommon Send returns without error.
See CreateNodePool for more information on using the CreateNodePool API call, and error handling.
// Example sending a request using the CreateNodePoolRequest method. req, resp := client.CreateNodePoolRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateNodePoolWithContext ¶
func (c *VKE) CreateNodePoolWithContext(ctx volcengine.Context, input *CreateNodePoolInput, opts ...request.Option) (*CreateNodePoolOutput, error)
CreateNodePoolWithContext is the same as CreateNodePool with the addition of the ability to pass a context and additional request options.
See CreateNodePool for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) CreateNodes ¶
func (c *VKE) CreateNodes(input *CreateNodesInput) (*CreateNodesOutput, error)
CreateNodes API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateNodes for usage and error information.
func (*VKE) CreateNodesCommon ¶
CreateNodesCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation CreateNodesCommon for usage and error information.
func (*VKE) CreateNodesCommonRequest ¶
func (c *VKE) CreateNodesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateNodesCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateNodesCommon operation. The "output" return value will be populated with the CreateNodesCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateNodesCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNodesCommon Send returns without error.
See CreateNodesCommon for more information on using the CreateNodesCommon API call, and error handling.
// Example sending a request using the CreateNodesCommonRequest method. req, resp := client.CreateNodesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateNodesCommonWithContext ¶
func (c *VKE) CreateNodesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateNodesCommonWithContext is the same as CreateNodesCommon with the addition of the ability to pass a context and additional request options.
See CreateNodesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) CreateNodesRequest ¶
func (c *VKE) CreateNodesRequest(input *CreateNodesInput) (req *request.Request, output *CreateNodesOutput)
CreateNodesRequest generates a "volcengine/request.Request" representing the client's request for the CreateNodes operation. The "output" return value will be populated with the CreateNodesCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateNodesCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNodesCommon Send returns without error.
See CreateNodes for more information on using the CreateNodes API call, and error handling.
// Example sending a request using the CreateNodesRequest method. req, resp := client.CreateNodesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) CreateNodesWithContext ¶
func (c *VKE) CreateNodesWithContext(ctx volcengine.Context, input *CreateNodesInput, opts ...request.Option) (*CreateNodesOutput, error)
CreateNodesWithContext is the same as CreateNodes with the addition of the ability to pass a context and additional request options.
See CreateNodes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) DeleteAddon ¶ added in v1.0.23
func (c *VKE) DeleteAddon(input *DeleteAddonInput) (*DeleteAddonOutput, error)
DeleteAddon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation DeleteAddon for usage and error information.
func (*VKE) DeleteAddonCommon ¶ added in v1.0.23
DeleteAddonCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation DeleteAddonCommon for usage and error information.
func (*VKE) DeleteAddonCommonRequest ¶ added in v1.0.23
func (c *VKE) DeleteAddonCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteAddonCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAddonCommon operation. The "output" return value will be populated with the DeleteAddonCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAddonCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAddonCommon Send returns without error.
See DeleteAddonCommon for more information on using the DeleteAddonCommon API call, and error handling.
// Example sending a request using the DeleteAddonCommonRequest method. req, resp := client.DeleteAddonCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) DeleteAddonCommonWithContext ¶ added in v1.0.23
func (c *VKE) DeleteAddonCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteAddonCommonWithContext is the same as DeleteAddonCommon with the addition of the ability to pass a context and additional request options.
See DeleteAddonCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) DeleteAddonRequest ¶ added in v1.0.23
func (c *VKE) DeleteAddonRequest(input *DeleteAddonInput) (req *request.Request, output *DeleteAddonOutput)
DeleteAddonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAddon operation. The "output" return value will be populated with the DeleteAddonCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAddonCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAddonCommon Send returns without error.
See DeleteAddon for more information on using the DeleteAddon API call, and error handling.
// Example sending a request using the DeleteAddonRequest method. req, resp := client.DeleteAddonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) DeleteAddonWithContext ¶ added in v1.0.23
func (c *VKE) DeleteAddonWithContext(ctx volcengine.Context, input *DeleteAddonInput, opts ...request.Option) (*DeleteAddonOutput, error)
DeleteAddonWithContext is the same as DeleteAddon with the addition of the ability to pass a context and additional request options.
See DeleteAddon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) DeleteCluster ¶
func (c *VKE) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error)
DeleteCluster API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation DeleteCluster for usage and error information.
func (*VKE) DeleteClusterCommon ¶
DeleteClusterCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation DeleteClusterCommon for usage and error information.
func (*VKE) DeleteClusterCommonRequest ¶
func (c *VKE) DeleteClusterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteClusterCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteClusterCommon operation. The "output" return value will be populated with the DeleteClusterCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClusterCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClusterCommon Send returns without error.
See DeleteClusterCommon for more information on using the DeleteClusterCommon API call, and error handling.
// Example sending a request using the DeleteClusterCommonRequest method. req, resp := client.DeleteClusterCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) DeleteClusterCommonWithContext ¶
func (c *VKE) DeleteClusterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteClusterCommonWithContext is the same as DeleteClusterCommon with the addition of the ability to pass a context and additional request options.
See DeleteClusterCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) DeleteClusterRequest ¶
func (c *VKE) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput)
DeleteClusterRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCluster operation. The "output" return value will be populated with the DeleteClusterCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteClusterCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteClusterCommon Send returns without error.
See DeleteCluster for more information on using the DeleteCluster API call, and error handling.
// Example sending a request using the DeleteClusterRequest method. req, resp := client.DeleteClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) DeleteClusterWithContext ¶
func (c *VKE) DeleteClusterWithContext(ctx volcengine.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error)
DeleteClusterWithContext is the same as DeleteCluster with the addition of the ability to pass a context and additional request options.
See DeleteCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) DeleteNodePool ¶
func (c *VKE) DeleteNodePool(input *DeleteNodePoolInput) (*DeleteNodePoolOutput, error)
DeleteNodePool API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation DeleteNodePool for usage and error information.
func (*VKE) DeleteNodePoolCommon ¶
DeleteNodePoolCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation DeleteNodePoolCommon for usage and error information.
func (*VKE) DeleteNodePoolCommonRequest ¶
func (c *VKE) DeleteNodePoolCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteNodePoolCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNodePoolCommon operation. The "output" return value will be populated with the DeleteNodePoolCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNodePoolCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNodePoolCommon Send returns without error.
See DeleteNodePoolCommon for more information on using the DeleteNodePoolCommon API call, and error handling.
// Example sending a request using the DeleteNodePoolCommonRequest method. req, resp := client.DeleteNodePoolCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) DeleteNodePoolCommonWithContext ¶
func (c *VKE) DeleteNodePoolCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteNodePoolCommonWithContext is the same as DeleteNodePoolCommon with the addition of the ability to pass a context and additional request options.
See DeleteNodePoolCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) DeleteNodePoolRequest ¶
func (c *VKE) DeleteNodePoolRequest(input *DeleteNodePoolInput) (req *request.Request, output *DeleteNodePoolOutput)
DeleteNodePoolRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNodePool operation. The "output" return value will be populated with the DeleteNodePoolCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNodePoolCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNodePoolCommon Send returns without error.
See DeleteNodePool for more information on using the DeleteNodePool API call, and error handling.
// Example sending a request using the DeleteNodePoolRequest method. req, resp := client.DeleteNodePoolRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) DeleteNodePoolWithContext ¶
func (c *VKE) DeleteNodePoolWithContext(ctx volcengine.Context, input *DeleteNodePoolInput, opts ...request.Option) (*DeleteNodePoolOutput, error)
DeleteNodePoolWithContext is the same as DeleteNodePool with the addition of the ability to pass a context and additional request options.
See DeleteNodePool for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) DeleteNodes ¶
func (c *VKE) DeleteNodes(input *DeleteNodesInput) (*DeleteNodesOutput, error)
DeleteNodes API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation DeleteNodes for usage and error information.
func (*VKE) DeleteNodesCommon ¶
DeleteNodesCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation DeleteNodesCommon for usage and error information.
func (*VKE) DeleteNodesCommonRequest ¶
func (c *VKE) DeleteNodesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteNodesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNodesCommon operation. The "output" return value will be populated with the DeleteNodesCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNodesCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNodesCommon Send returns without error.
See DeleteNodesCommon for more information on using the DeleteNodesCommon API call, and error handling.
// Example sending a request using the DeleteNodesCommonRequest method. req, resp := client.DeleteNodesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) DeleteNodesCommonWithContext ¶
func (c *VKE) DeleteNodesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteNodesCommonWithContext is the same as DeleteNodesCommon with the addition of the ability to pass a context and additional request options.
See DeleteNodesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) DeleteNodesRequest ¶
func (c *VKE) DeleteNodesRequest(input *DeleteNodesInput) (req *request.Request, output *DeleteNodesOutput)
DeleteNodesRequest generates a "volcengine/request.Request" representing the client's request for the DeleteNodes operation. The "output" return value will be populated with the DeleteNodesCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteNodesCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteNodesCommon Send returns without error.
See DeleteNodes for more information on using the DeleteNodes API call, and error handling.
// Example sending a request using the DeleteNodesRequest method. req, resp := client.DeleteNodesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) DeleteNodesWithContext ¶
func (c *VKE) DeleteNodesWithContext(ctx volcengine.Context, input *DeleteNodesInput, opts ...request.Option) (*DeleteNodesOutput, error)
DeleteNodesWithContext is the same as DeleteNodes with the addition of the ability to pass a context and additional request options.
See DeleteNodes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ForwardKubernetesApi ¶ added in v1.0.36
func (c *VKE) ForwardKubernetesApi(input *ForwardKubernetesApiInput) (*ForwardKubernetesApiOutput, error)
ForwardKubernetesApi API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ForwardKubernetesApi for usage and error information.
func (*VKE) ForwardKubernetesApiCommon ¶ added in v1.0.36
func (c *VKE) ForwardKubernetesApiCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ForwardKubernetesApiCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ForwardKubernetesApiCommon for usage and error information.
func (*VKE) ForwardKubernetesApiCommonRequest ¶ added in v1.0.36
func (c *VKE) ForwardKubernetesApiCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ForwardKubernetesApiCommonRequest generates a "volcengine/request.Request" representing the client's request for the ForwardKubernetesApiCommon operation. The "output" return value will be populated with the ForwardKubernetesApiCommon request's response once the request completes successfully.
Use "Send" method on the returned ForwardKubernetesApiCommon Request to send the API call to the service. the "output" return value is not valid until after ForwardKubernetesApiCommon Send returns without error.
See ForwardKubernetesApiCommon for more information on using the ForwardKubernetesApiCommon API call, and error handling.
// Example sending a request using the ForwardKubernetesApiCommonRequest method. req, resp := client.ForwardKubernetesApiCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ForwardKubernetesApiCommonWithContext ¶ added in v1.0.36
func (c *VKE) ForwardKubernetesApiCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ForwardKubernetesApiCommonWithContext is the same as ForwardKubernetesApiCommon with the addition of the ability to pass a context and additional request options.
See ForwardKubernetesApiCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ForwardKubernetesApiRequest ¶ added in v1.0.36
func (c *VKE) ForwardKubernetesApiRequest(input *ForwardKubernetesApiInput) (req *request.Request, output *ForwardKubernetesApiOutput)
ForwardKubernetesApiRequest generates a "volcengine/request.Request" representing the client's request for the ForwardKubernetesApi operation. The "output" return value will be populated with the ForwardKubernetesApiCommon request's response once the request completes successfully.
Use "Send" method on the returned ForwardKubernetesApiCommon Request to send the API call to the service. the "output" return value is not valid until after ForwardKubernetesApiCommon Send returns without error.
See ForwardKubernetesApi for more information on using the ForwardKubernetesApi API call, and error handling.
// Example sending a request using the ForwardKubernetesApiRequest method. req, resp := client.ForwardKubernetesApiRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ForwardKubernetesApiWithContext ¶ added in v1.0.36
func (c *VKE) ForwardKubernetesApiWithContext(ctx volcengine.Context, input *ForwardKubernetesApiInput, opts ...request.Option) (*ForwardKubernetesApiOutput, error)
ForwardKubernetesApiWithContext is the same as ForwardKubernetesApi with the addition of the ability to pass a context and additional request options.
See ForwardKubernetesApi for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListAddons ¶ added in v1.0.23
func (c *VKE) ListAddons(input *ListAddonsInput) (*ListAddonsOutput, error)
ListAddons API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListAddons for usage and error information.
func (*VKE) ListAddonsCommon ¶ added in v1.0.23
ListAddonsCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListAddonsCommon for usage and error information.
func (*VKE) ListAddonsCommonRequest ¶ added in v1.0.23
func (c *VKE) ListAddonsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAddonsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAddonsCommon operation. The "output" return value will be populated with the ListAddonsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAddonsCommon Request to send the API call to the service. the "output" return value is not valid until after ListAddonsCommon Send returns without error.
See ListAddonsCommon for more information on using the ListAddonsCommon API call, and error handling.
// Example sending a request using the ListAddonsCommonRequest method. req, resp := client.ListAddonsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListAddonsCommonWithContext ¶ added in v1.0.23
func (c *VKE) ListAddonsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAddonsCommonWithContext is the same as ListAddonsCommon with the addition of the ability to pass a context and additional request options.
See ListAddonsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListAddonsRequest ¶ added in v1.0.23
func (c *VKE) ListAddonsRequest(input *ListAddonsInput) (req *request.Request, output *ListAddonsOutput)
ListAddonsRequest generates a "volcengine/request.Request" representing the client's request for the ListAddons operation. The "output" return value will be populated with the ListAddonsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAddonsCommon Request to send the API call to the service. the "output" return value is not valid until after ListAddonsCommon Send returns without error.
See ListAddons for more information on using the ListAddons API call, and error handling.
// Example sending a request using the ListAddonsRequest method. req, resp := client.ListAddonsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListAddonsWithContext ¶ added in v1.0.23
func (c *VKE) ListAddonsWithContext(ctx volcengine.Context, input *ListAddonsInput, opts ...request.Option) (*ListAddonsOutput, error)
ListAddonsWithContext is the same as ListAddons with the addition of the ability to pass a context and additional request options.
See ListAddons for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListClusters ¶
func (c *VKE) ListClusters(input *ListClustersInput) (*ListClustersOutput, error)
ListClusters API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListClusters for usage and error information.
func (*VKE) ListClustersCommon ¶
ListClustersCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListClustersCommon for usage and error information.
func (*VKE) ListClustersCommonRequest ¶
func (c *VKE) ListClustersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListClustersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClustersCommon operation. The "output" return value will be populated with the ListClustersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClustersCommon Request to send the API call to the service. the "output" return value is not valid until after ListClustersCommon Send returns without error.
See ListClustersCommon for more information on using the ListClustersCommon API call, and error handling.
// Example sending a request using the ListClustersCommonRequest method. req, resp := client.ListClustersCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListClustersCommonWithContext ¶
func (c *VKE) ListClustersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListClustersCommonWithContext is the same as ListClustersCommon with the addition of the ability to pass a context and additional request options.
See ListClustersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListClustersRequest ¶
func (c *VKE) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput)
ListClustersRequest generates a "volcengine/request.Request" representing the client's request for the ListClusters operation. The "output" return value will be populated with the ListClustersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListClustersCommon Request to send the API call to the service. the "output" return value is not valid until after ListClustersCommon Send returns without error.
See ListClusters for more information on using the ListClusters API call, and error handling.
// Example sending a request using the ListClustersRequest method. req, resp := client.ListClustersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListClustersWithContext ¶
func (c *VKE) ListClustersWithContext(ctx volcengine.Context, input *ListClustersInput, opts ...request.Option) (*ListClustersOutput, error)
ListClustersWithContext is the same as ListClusters with the addition of the ability to pass a context and additional request options.
See ListClusters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListNodePools ¶
func (c *VKE) ListNodePools(input *ListNodePoolsInput) (*ListNodePoolsOutput, error)
ListNodePools API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListNodePools for usage and error information.
func (*VKE) ListNodePoolsCommon ¶
ListNodePoolsCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListNodePoolsCommon for usage and error information.
func (*VKE) ListNodePoolsCommonRequest ¶
func (c *VKE) ListNodePoolsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListNodePoolsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListNodePoolsCommon operation. The "output" return value will be populated with the ListNodePoolsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNodePoolsCommon Request to send the API call to the service. the "output" return value is not valid until after ListNodePoolsCommon Send returns without error.
See ListNodePoolsCommon for more information on using the ListNodePoolsCommon API call, and error handling.
// Example sending a request using the ListNodePoolsCommonRequest method. req, resp := client.ListNodePoolsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListNodePoolsCommonWithContext ¶
func (c *VKE) ListNodePoolsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListNodePoolsCommonWithContext is the same as ListNodePoolsCommon with the addition of the ability to pass a context and additional request options.
See ListNodePoolsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListNodePoolsRequest ¶
func (c *VKE) ListNodePoolsRequest(input *ListNodePoolsInput) (req *request.Request, output *ListNodePoolsOutput)
ListNodePoolsRequest generates a "volcengine/request.Request" representing the client's request for the ListNodePools operation. The "output" return value will be populated with the ListNodePoolsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNodePoolsCommon Request to send the API call to the service. the "output" return value is not valid until after ListNodePoolsCommon Send returns without error.
See ListNodePools for more information on using the ListNodePools API call, and error handling.
// Example sending a request using the ListNodePoolsRequest method. req, resp := client.ListNodePoolsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListNodePoolsWithContext ¶
func (c *VKE) ListNodePoolsWithContext(ctx volcengine.Context, input *ListNodePoolsInput, opts ...request.Option) (*ListNodePoolsOutput, error)
ListNodePoolsWithContext is the same as ListNodePools with the addition of the ability to pass a context and additional request options.
See ListNodePools for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListNodes ¶
func (c *VKE) ListNodes(input *ListNodesInput) (*ListNodesOutput, error)
ListNodes API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListNodes for usage and error information.
func (*VKE) ListNodesCommon ¶
ListNodesCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListNodesCommon for usage and error information.
func (*VKE) ListNodesCommonRequest ¶
func (c *VKE) ListNodesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListNodesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListNodesCommon operation. The "output" return value will be populated with the ListNodesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNodesCommon Request to send the API call to the service. the "output" return value is not valid until after ListNodesCommon Send returns without error.
See ListNodesCommon for more information on using the ListNodesCommon API call, and error handling.
// Example sending a request using the ListNodesCommonRequest method. req, resp := client.ListNodesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListNodesCommonWithContext ¶
func (c *VKE) ListNodesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListNodesCommonWithContext is the same as ListNodesCommon with the addition of the ability to pass a context and additional request options.
See ListNodesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListNodesRequest ¶
func (c *VKE) ListNodesRequest(input *ListNodesInput) (req *request.Request, output *ListNodesOutput)
ListNodesRequest generates a "volcengine/request.Request" representing the client's request for the ListNodes operation. The "output" return value will be populated with the ListNodesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListNodesCommon Request to send the API call to the service. the "output" return value is not valid until after ListNodesCommon Send returns without error.
See ListNodes for more information on using the ListNodes API call, and error handling.
// Example sending a request using the ListNodesRequest method. req, resp := client.ListNodesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListNodesWithContext ¶
func (c *VKE) ListNodesWithContext(ctx volcengine.Context, input *ListNodesInput, opts ...request.Option) (*ListNodesOutput, error)
ListNodesWithContext is the same as ListNodes with the addition of the ability to pass a context and additional request options.
See ListNodes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListSupportedAddons ¶ added in v1.0.23
func (c *VKE) ListSupportedAddons(input *ListSupportedAddonsInput) (*ListSupportedAddonsOutput, error)
ListSupportedAddons API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListSupportedAddons for usage and error information.
func (*VKE) ListSupportedAddonsCommon ¶ added in v1.0.23
func (c *VKE) ListSupportedAddonsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListSupportedAddonsCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListSupportedAddonsCommon for usage and error information.
func (*VKE) ListSupportedAddonsCommonRequest ¶ added in v1.0.23
func (c *VKE) ListSupportedAddonsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListSupportedAddonsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListSupportedAddonsCommon operation. The "output" return value will be populated with the ListSupportedAddonsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSupportedAddonsCommon Request to send the API call to the service. the "output" return value is not valid until after ListSupportedAddonsCommon Send returns without error.
See ListSupportedAddonsCommon for more information on using the ListSupportedAddonsCommon API call, and error handling.
// Example sending a request using the ListSupportedAddonsCommonRequest method. req, resp := client.ListSupportedAddonsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListSupportedAddonsCommonWithContext ¶ added in v1.0.23
func (c *VKE) ListSupportedAddonsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListSupportedAddonsCommonWithContext is the same as ListSupportedAddonsCommon with the addition of the ability to pass a context and additional request options.
See ListSupportedAddonsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListSupportedAddonsRequest ¶ added in v1.0.23
func (c *VKE) ListSupportedAddonsRequest(input *ListSupportedAddonsInput) (req *request.Request, output *ListSupportedAddonsOutput)
ListSupportedAddonsRequest generates a "volcengine/request.Request" representing the client's request for the ListSupportedAddons operation. The "output" return value will be populated with the ListSupportedAddonsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSupportedAddonsCommon Request to send the API call to the service. the "output" return value is not valid until after ListSupportedAddonsCommon Send returns without error.
See ListSupportedAddons for more information on using the ListSupportedAddons API call, and error handling.
// Example sending a request using the ListSupportedAddonsRequest method. req, resp := client.ListSupportedAddonsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListSupportedAddonsWithContext ¶ added in v1.0.23
func (c *VKE) ListSupportedAddonsWithContext(ctx volcengine.Context, input *ListSupportedAddonsInput, opts ...request.Option) (*ListSupportedAddonsOutput, error)
ListSupportedAddonsWithContext is the same as ListSupportedAddons with the addition of the ability to pass a context and additional request options.
See ListSupportedAddons for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListSupportedResourceTypes ¶
func (c *VKE) ListSupportedResourceTypes(input *ListSupportedResourceTypesInput) (*ListSupportedResourceTypesOutput, error)
ListSupportedResourceTypes API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListSupportedResourceTypes for usage and error information.
func (*VKE) ListSupportedResourceTypesCommon ¶
func (c *VKE) ListSupportedResourceTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListSupportedResourceTypesCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListSupportedResourceTypesCommon for usage and error information.
func (*VKE) ListSupportedResourceTypesCommonRequest ¶
func (c *VKE) ListSupportedResourceTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListSupportedResourceTypesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListSupportedResourceTypesCommon operation. The "output" return value will be populated with the ListSupportedResourceTypesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSupportedResourceTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListSupportedResourceTypesCommon Send returns without error.
See ListSupportedResourceTypesCommon for more information on using the ListSupportedResourceTypesCommon API call, and error handling.
// Example sending a request using the ListSupportedResourceTypesCommonRequest method. req, resp := client.ListSupportedResourceTypesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListSupportedResourceTypesCommonWithContext ¶
func (c *VKE) ListSupportedResourceTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListSupportedResourceTypesCommonWithContext is the same as ListSupportedResourceTypesCommon with the addition of the ability to pass a context and additional request options.
See ListSupportedResourceTypesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListSupportedResourceTypesRequest ¶
func (c *VKE) ListSupportedResourceTypesRequest(input *ListSupportedResourceTypesInput) (req *request.Request, output *ListSupportedResourceTypesOutput)
ListSupportedResourceTypesRequest generates a "volcengine/request.Request" representing the client's request for the ListSupportedResourceTypes operation. The "output" return value will be populated with the ListSupportedResourceTypesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSupportedResourceTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListSupportedResourceTypesCommon Send returns without error.
See ListSupportedResourceTypes for more information on using the ListSupportedResourceTypes API call, and error handling.
// Example sending a request using the ListSupportedResourceTypesRequest method. req, resp := client.ListSupportedResourceTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListSupportedResourceTypesWithContext ¶
func (c *VKE) ListSupportedResourceTypesWithContext(ctx volcengine.Context, input *ListSupportedResourceTypesInput, opts ...request.Option) (*ListSupportedResourceTypesOutput, error)
ListSupportedResourceTypesWithContext is the same as ListSupportedResourceTypes with the addition of the ability to pass a context and additional request options.
See ListSupportedResourceTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListTagsForResource ¶ added in v1.0.40
func (c *VKE) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListTagsForResource for usage and error information.
func (*VKE) ListTagsForResourceCommon ¶ added in v1.0.40
func (c *VKE) ListTagsForResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListTagsForResourceCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation ListTagsForResourceCommon for usage and error information.
func (*VKE) ListTagsForResourceCommonRequest ¶ added in v1.0.40
func (c *VKE) ListTagsForResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTagsForResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResourceCommon operation. The "output" return value will be populated with the ListTagsForResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourceCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourceCommon Send returns without error.
See ListTagsForResourceCommon for more information on using the ListTagsForResourceCommon API call, and error handling.
// Example sending a request using the ListTagsForResourceCommonRequest method. req, resp := client.ListTagsForResourceCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListTagsForResourceCommonWithContext ¶ added in v1.0.40
func (c *VKE) ListTagsForResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTagsForResourceCommonWithContext is the same as ListTagsForResourceCommon with the addition of the ability to pass a context and additional request options.
See ListTagsForResourceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) ListTagsForResourceRequest ¶ added in v1.0.40
func (c *VKE) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the ListTagsForResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourceCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourceCommon Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) ListTagsForResourceWithContext ¶ added in v1.0.40
func (c *VKE) ListTagsForResourceWithContext(ctx volcengine.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) TagResources ¶ added in v1.0.40
func (c *VKE) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
TagResources API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation TagResources for usage and error information.
func (*VKE) TagResourcesCommon ¶ added in v1.0.40
TagResourcesCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation TagResourcesCommon for usage and error information.
func (*VKE) TagResourcesCommonRequest ¶ added in v1.0.40
func (c *VKE) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
TagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the TagResourcesCommon operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResourcesCommon for more information on using the TagResourcesCommon API call, and error handling.
// Example sending a request using the TagResourcesCommonRequest method. req, resp := client.TagResourcesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) TagResourcesCommonWithContext ¶ added in v1.0.40
func (c *VKE) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
TagResourcesCommonWithContext is the same as TagResourcesCommon with the addition of the ability to pass a context and additional request options.
See TagResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) TagResourcesRequest ¶ added in v1.0.40
func (c *VKE) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
TagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the TagResources operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResources for more information on using the TagResources API call, and error handling.
// Example sending a request using the TagResourcesRequest method. req, resp := client.TagResourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) TagResourcesWithContext ¶ added in v1.0.40
func (c *VKE) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
TagResourcesWithContext is the same as TagResources with the addition of the ability to pass a context and additional request options.
See TagResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UntagResources ¶ added in v1.0.40
func (c *VKE) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResources API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UntagResources for usage and error information.
func (*VKE) UntagResourcesCommon ¶ added in v1.0.40
UntagResourcesCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UntagResourcesCommon for usage and error information.
func (*VKE) UntagResourcesCommonRequest ¶ added in v1.0.40
func (c *VKE) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UntagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the UntagResourcesCommon operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResourcesCommon for more information on using the UntagResourcesCommon API call, and error handling.
// Example sending a request using the UntagResourcesCommonRequest method. req, resp := client.UntagResourcesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UntagResourcesCommonWithContext ¶ added in v1.0.40
func (c *VKE) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UntagResourcesCommonWithContext is the same as UntagResourcesCommon with the addition of the ability to pass a context and additional request options.
See UntagResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UntagResourcesRequest ¶ added in v1.0.40
func (c *VKE) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
UntagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the UntagResources operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResources for more information on using the UntagResources API call, and error handling.
// Example sending a request using the UntagResourcesRequest method. req, resp := client.UntagResourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UntagResourcesWithContext ¶ added in v1.0.40
func (c *VKE) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
UntagResourcesWithContext is the same as UntagResources with the addition of the ability to pass a context and additional request options.
See UntagResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UpdateAddonConfig ¶ added in v1.0.23
func (c *VKE) UpdateAddonConfig(input *UpdateAddonConfigInput) (*UpdateAddonConfigOutput, error)
UpdateAddonConfig API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UpdateAddonConfig for usage and error information.
func (*VKE) UpdateAddonConfigCommon ¶ added in v1.0.23
func (c *VKE) UpdateAddonConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateAddonConfigCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UpdateAddonConfigCommon for usage and error information.
func (*VKE) UpdateAddonConfigCommonRequest ¶ added in v1.0.23
func (c *VKE) UpdateAddonConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateAddonConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAddonConfigCommon operation. The "output" return value will be populated with the UpdateAddonConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAddonConfigCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAddonConfigCommon Send returns without error.
See UpdateAddonConfigCommon for more information on using the UpdateAddonConfigCommon API call, and error handling.
// Example sending a request using the UpdateAddonConfigCommonRequest method. req, resp := client.UpdateAddonConfigCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UpdateAddonConfigCommonWithContext ¶ added in v1.0.23
func (c *VKE) UpdateAddonConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateAddonConfigCommonWithContext is the same as UpdateAddonConfigCommon with the addition of the ability to pass a context and additional request options.
See UpdateAddonConfigCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UpdateAddonConfigRequest ¶ added in v1.0.23
func (c *VKE) UpdateAddonConfigRequest(input *UpdateAddonConfigInput) (req *request.Request, output *UpdateAddonConfigOutput)
UpdateAddonConfigRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAddonConfig operation. The "output" return value will be populated with the UpdateAddonConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAddonConfigCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAddonConfigCommon Send returns without error.
See UpdateAddonConfig for more information on using the UpdateAddonConfig API call, and error handling.
// Example sending a request using the UpdateAddonConfigRequest method. req, resp := client.UpdateAddonConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UpdateAddonConfigWithContext ¶ added in v1.0.23
func (c *VKE) UpdateAddonConfigWithContext(ctx volcengine.Context, input *UpdateAddonConfigInput, opts ...request.Option) (*UpdateAddonConfigOutput, error)
UpdateAddonConfigWithContext is the same as UpdateAddonConfig with the addition of the ability to pass a context and additional request options.
See UpdateAddonConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UpdateAddonVersion ¶ added in v1.0.23
func (c *VKE) UpdateAddonVersion(input *UpdateAddonVersionInput) (*UpdateAddonVersionOutput, error)
UpdateAddonVersion API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UpdateAddonVersion for usage and error information.
func (*VKE) UpdateAddonVersionCommon ¶ added in v1.0.23
func (c *VKE) UpdateAddonVersionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateAddonVersionCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UpdateAddonVersionCommon for usage and error information.
func (*VKE) UpdateAddonVersionCommonRequest ¶ added in v1.0.23
func (c *VKE) UpdateAddonVersionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateAddonVersionCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAddonVersionCommon operation. The "output" return value will be populated with the UpdateAddonVersionCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAddonVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAddonVersionCommon Send returns without error.
See UpdateAddonVersionCommon for more information on using the UpdateAddonVersionCommon API call, and error handling.
// Example sending a request using the UpdateAddonVersionCommonRequest method. req, resp := client.UpdateAddonVersionCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UpdateAddonVersionCommonWithContext ¶ added in v1.0.23
func (c *VKE) UpdateAddonVersionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateAddonVersionCommonWithContext is the same as UpdateAddonVersionCommon with the addition of the ability to pass a context and additional request options.
See UpdateAddonVersionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UpdateAddonVersionRequest ¶ added in v1.0.23
func (c *VKE) UpdateAddonVersionRequest(input *UpdateAddonVersionInput) (req *request.Request, output *UpdateAddonVersionOutput)
UpdateAddonVersionRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAddonVersion operation. The "output" return value will be populated with the UpdateAddonVersionCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAddonVersionCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAddonVersionCommon Send returns without error.
See UpdateAddonVersion for more information on using the UpdateAddonVersion API call, and error handling.
// Example sending a request using the UpdateAddonVersionRequest method. req, resp := client.UpdateAddonVersionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UpdateAddonVersionWithContext ¶ added in v1.0.23
func (c *VKE) UpdateAddonVersionWithContext(ctx volcengine.Context, input *UpdateAddonVersionInput, opts ...request.Option) (*UpdateAddonVersionOutput, error)
UpdateAddonVersionWithContext is the same as UpdateAddonVersion with the addition of the ability to pass a context and additional request options.
See UpdateAddonVersion for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UpdateClusterConfig ¶
func (c *VKE) UpdateClusterConfig(input *UpdateClusterConfigInput) (*UpdateClusterConfigOutput, error)
UpdateClusterConfig API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UpdateClusterConfig for usage and error information.
func (*VKE) UpdateClusterConfigCommon ¶
func (c *VKE) UpdateClusterConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateClusterConfigCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UpdateClusterConfigCommon for usage and error information.
func (*VKE) UpdateClusterConfigCommonRequest ¶
func (c *VKE) UpdateClusterConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateClusterConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateClusterConfigCommon operation. The "output" return value will be populated with the UpdateClusterConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateClusterConfigCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateClusterConfigCommon Send returns without error.
See UpdateClusterConfigCommon for more information on using the UpdateClusterConfigCommon API call, and error handling.
// Example sending a request using the UpdateClusterConfigCommonRequest method. req, resp := client.UpdateClusterConfigCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UpdateClusterConfigCommonWithContext ¶
func (c *VKE) UpdateClusterConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateClusterConfigCommonWithContext is the same as UpdateClusterConfigCommon with the addition of the ability to pass a context and additional request options.
See UpdateClusterConfigCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UpdateClusterConfigRequest ¶
func (c *VKE) UpdateClusterConfigRequest(input *UpdateClusterConfigInput) (req *request.Request, output *UpdateClusterConfigOutput)
UpdateClusterConfigRequest generates a "volcengine/request.Request" representing the client's request for the UpdateClusterConfig operation. The "output" return value will be populated with the UpdateClusterConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateClusterConfigCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateClusterConfigCommon Send returns without error.
See UpdateClusterConfig for more information on using the UpdateClusterConfig API call, and error handling.
// Example sending a request using the UpdateClusterConfigRequest method. req, resp := client.UpdateClusterConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UpdateClusterConfigWithContext ¶
func (c *VKE) UpdateClusterConfigWithContext(ctx volcengine.Context, input *UpdateClusterConfigInput, opts ...request.Option) (*UpdateClusterConfigOutput, error)
UpdateClusterConfigWithContext is the same as UpdateClusterConfig with the addition of the ability to pass a context and additional request options.
See UpdateClusterConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UpdateNodePoolConfig ¶
func (c *VKE) UpdateNodePoolConfig(input *UpdateNodePoolConfigInput) (*UpdateNodePoolConfigOutput, error)
UpdateNodePoolConfig API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UpdateNodePoolConfig for usage and error information.
func (*VKE) UpdateNodePoolConfigCommon ¶
func (c *VKE) UpdateNodePoolConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateNodePoolConfigCommon API operation for VKE.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VKE's API operation UpdateNodePoolConfigCommon for usage and error information.
func (*VKE) UpdateNodePoolConfigCommonRequest ¶
func (c *VKE) UpdateNodePoolConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateNodePoolConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateNodePoolConfigCommon operation. The "output" return value will be populated with the UpdateNodePoolConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateNodePoolConfigCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateNodePoolConfigCommon Send returns without error.
See UpdateNodePoolConfigCommon for more information on using the UpdateNodePoolConfigCommon API call, and error handling.
// Example sending a request using the UpdateNodePoolConfigCommonRequest method. req, resp := client.UpdateNodePoolConfigCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UpdateNodePoolConfigCommonWithContext ¶
func (c *VKE) UpdateNodePoolConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateNodePoolConfigCommonWithContext is the same as UpdateNodePoolConfigCommon with the addition of the ability to pass a context and additional request options.
See UpdateNodePoolConfigCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VKE) UpdateNodePoolConfigRequest ¶
func (c *VKE) UpdateNodePoolConfigRequest(input *UpdateNodePoolConfigInput) (req *request.Request, output *UpdateNodePoolConfigOutput)
UpdateNodePoolConfigRequest generates a "volcengine/request.Request" representing the client's request for the UpdateNodePoolConfig operation. The "output" return value will be populated with the UpdateNodePoolConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateNodePoolConfigCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateNodePoolConfigCommon Send returns without error.
See UpdateNodePoolConfig for more information on using the UpdateNodePoolConfig API call, and error handling.
// Example sending a request using the UpdateNodePoolConfigRequest method. req, resp := client.UpdateNodePoolConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*VKE) UpdateNodePoolConfigWithContext ¶
func (c *VKE) UpdateNodePoolConfigWithContext(ctx volcengine.Context, input *UpdateNodePoolConfigInput, opts ...request.Option) (*UpdateNodePoolConfigOutput, error)
UpdateNodePoolConfigWithContext is the same as UpdateNodePoolConfig with the addition of the ability to pass a context and additional request options.
See UpdateNodePoolConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type VKEAPI ¶
type VKEAPI interface { CreateAddonCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateAddonCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateAddonCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateAddon(*CreateAddonInput) (*CreateAddonOutput, error) CreateAddonWithContext(volcengine.Context, *CreateAddonInput, ...request.Option) (*CreateAddonOutput, error) CreateAddonRequest(*CreateAddonInput) (*request.Request, *CreateAddonOutput) CreateClusterCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateClusterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateClusterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateCluster(*CreateClusterInput) (*CreateClusterOutput, error) CreateClusterWithContext(volcengine.Context, *CreateClusterInput, ...request.Option) (*CreateClusterOutput, error) CreateClusterRequest(*CreateClusterInput) (*request.Request, *CreateClusterOutput) CreateDefaultNodePoolCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateDefaultNodePoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateDefaultNodePoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateDefaultNodePool(*CreateDefaultNodePoolInput) (*CreateDefaultNodePoolOutput, error) CreateDefaultNodePoolWithContext(volcengine.Context, *CreateDefaultNodePoolInput, ...request.Option) (*CreateDefaultNodePoolOutput, error) CreateDefaultNodePoolRequest(*CreateDefaultNodePoolInput) (*request.Request, *CreateDefaultNodePoolOutput) CreateNodePoolCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateNodePoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateNodePoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateNodePool(*CreateNodePoolInput) (*CreateNodePoolOutput, error) CreateNodePoolWithContext(volcengine.Context, *CreateNodePoolInput, ...request.Option) (*CreateNodePoolOutput, error) CreateNodePoolRequest(*CreateNodePoolInput) (*request.Request, *CreateNodePoolOutput) CreateNodesCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateNodesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateNodesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateNodes(*CreateNodesInput) (*CreateNodesOutput, error) CreateNodesWithContext(volcengine.Context, *CreateNodesInput, ...request.Option) (*CreateNodesOutput, error) CreateNodesRequest(*CreateNodesInput) (*request.Request, *CreateNodesOutput) DeleteAddonCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteAddonCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteAddonCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteAddon(*DeleteAddonInput) (*DeleteAddonOutput, error) DeleteAddonWithContext(volcengine.Context, *DeleteAddonInput, ...request.Option) (*DeleteAddonOutput, error) DeleteAddonRequest(*DeleteAddonInput) (*request.Request, *DeleteAddonOutput) DeleteClusterCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteClusterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteClusterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteCluster(*DeleteClusterInput) (*DeleteClusterOutput, error) DeleteClusterWithContext(volcengine.Context, *DeleteClusterInput, ...request.Option) (*DeleteClusterOutput, error) DeleteClusterRequest(*DeleteClusterInput) (*request.Request, *DeleteClusterOutput) DeleteNodePoolCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteNodePoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteNodePoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteNodePool(*DeleteNodePoolInput) (*DeleteNodePoolOutput, error) DeleteNodePoolWithContext(volcengine.Context, *DeleteNodePoolInput, ...request.Option) (*DeleteNodePoolOutput, error) DeleteNodePoolRequest(*DeleteNodePoolInput) (*request.Request, *DeleteNodePoolOutput) DeleteNodesCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteNodesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteNodesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteNodes(*DeleteNodesInput) (*DeleteNodesOutput, error) DeleteNodesWithContext(volcengine.Context, *DeleteNodesInput, ...request.Option) (*DeleteNodesOutput, error) DeleteNodesRequest(*DeleteNodesInput) (*request.Request, *DeleteNodesOutput) ForwardKubernetesApiCommon(*map[string]interface{}) (*map[string]interface{}, error) ForwardKubernetesApiCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ForwardKubernetesApiCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ForwardKubernetesApi(*ForwardKubernetesApiInput) (*ForwardKubernetesApiOutput, error) ForwardKubernetesApiWithContext(volcengine.Context, *ForwardKubernetesApiInput, ...request.Option) (*ForwardKubernetesApiOutput, error) ForwardKubernetesApiRequest(*ForwardKubernetesApiInput) (*request.Request, *ForwardKubernetesApiOutput) ListAddonsCommon(*map[string]interface{}) (*map[string]interface{}, error) ListAddonsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListAddonsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListAddons(*ListAddonsInput) (*ListAddonsOutput, error) ListAddonsWithContext(volcengine.Context, *ListAddonsInput, ...request.Option) (*ListAddonsOutput, error) ListAddonsRequest(*ListAddonsInput) (*request.Request, *ListAddonsOutput) ListClustersCommon(*map[string]interface{}) (*map[string]interface{}, error) ListClustersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListClustersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListClusters(*ListClustersInput) (*ListClustersOutput, error) ListClustersWithContext(volcengine.Context, *ListClustersInput, ...request.Option) (*ListClustersOutput, error) ListClustersRequest(*ListClustersInput) (*request.Request, *ListClustersOutput) ListNodePoolsCommon(*map[string]interface{}) (*map[string]interface{}, error) ListNodePoolsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListNodePoolsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListNodePools(*ListNodePoolsInput) (*ListNodePoolsOutput, error) ListNodePoolsWithContext(volcengine.Context, *ListNodePoolsInput, ...request.Option) (*ListNodePoolsOutput, error) ListNodePoolsRequest(*ListNodePoolsInput) (*request.Request, *ListNodePoolsOutput) ListNodesCommon(*map[string]interface{}) (*map[string]interface{}, error) ListNodesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListNodesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListNodes(*ListNodesInput) (*ListNodesOutput, error) ListNodesWithContext(volcengine.Context, *ListNodesInput, ...request.Option) (*ListNodesOutput, error) ListNodesRequest(*ListNodesInput) (*request.Request, *ListNodesOutput) ListSupportedAddonsCommon(*map[string]interface{}) (*map[string]interface{}, error) ListSupportedAddonsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListSupportedAddonsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListSupportedAddons(*ListSupportedAddonsInput) (*ListSupportedAddonsOutput, error) ListSupportedAddonsWithContext(volcengine.Context, *ListSupportedAddonsInput, ...request.Option) (*ListSupportedAddonsOutput, error) ListSupportedAddonsRequest(*ListSupportedAddonsInput) (*request.Request, *ListSupportedAddonsOutput) ListSupportedResourceTypesCommon(*map[string]interface{}) (*map[string]interface{}, error) ListSupportedResourceTypesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListSupportedResourceTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListSupportedResourceTypes(*ListSupportedResourceTypesInput) (*ListSupportedResourceTypesOutput, error) ListSupportedResourceTypesWithContext(volcengine.Context, *ListSupportedResourceTypesInput, ...request.Option) (*ListSupportedResourceTypesOutput, error) ListSupportedResourceTypesRequest(*ListSupportedResourceTypesInput) (*request.Request, *ListSupportedResourceTypesOutput) ListTagsForResourceCommon(*map[string]interface{}) (*map[string]interface{}, error) ListTagsForResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListTagsForResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListTagsForResource(*ListTagsForResourceInput) (*ListTagsForResourceOutput, error) ListTagsForResourceWithContext(volcengine.Context, *ListTagsForResourceInput, ...request.Option) (*ListTagsForResourceOutput, error) ListTagsForResourceRequest(*ListTagsForResourceInput) (*request.Request, *ListTagsForResourceOutput) TagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error) TagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) TagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) TagResources(*TagResourcesInput) (*TagResourcesOutput, error) TagResourcesWithContext(volcengine.Context, *TagResourcesInput, ...request.Option) (*TagResourcesOutput, error) TagResourcesRequest(*TagResourcesInput) (*request.Request, *TagResourcesOutput) UntagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error) UntagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UntagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UntagResources(*UntagResourcesInput) (*UntagResourcesOutput, error) UntagResourcesWithContext(volcengine.Context, *UntagResourcesInput, ...request.Option) (*UntagResourcesOutput, error) UntagResourcesRequest(*UntagResourcesInput) (*request.Request, *UntagResourcesOutput) UpdateAddonConfigCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateAddonConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateAddonConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateAddonConfig(*UpdateAddonConfigInput) (*UpdateAddonConfigOutput, error) UpdateAddonConfigWithContext(volcengine.Context, *UpdateAddonConfigInput, ...request.Option) (*UpdateAddonConfigOutput, error) UpdateAddonConfigRequest(*UpdateAddonConfigInput) (*request.Request, *UpdateAddonConfigOutput) UpdateAddonVersionCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateAddonVersionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateAddonVersionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateAddonVersion(*UpdateAddonVersionInput) (*UpdateAddonVersionOutput, error) UpdateAddonVersionWithContext(volcengine.Context, *UpdateAddonVersionInput, ...request.Option) (*UpdateAddonVersionOutput, error) UpdateAddonVersionRequest(*UpdateAddonVersionInput) (*request.Request, *UpdateAddonVersionOutput) UpdateClusterConfigCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateClusterConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateClusterConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateClusterConfig(*UpdateClusterConfigInput) (*UpdateClusterConfigOutput, error) UpdateClusterConfigWithContext(volcengine.Context, *UpdateClusterConfigInput, ...request.Option) (*UpdateClusterConfigOutput, error) UpdateClusterConfigRequest(*UpdateClusterConfigInput) (*request.Request, *UpdateClusterConfigOutput) UpdateNodePoolConfigCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateNodePoolConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateNodePoolConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateNodePoolConfig(*UpdateNodePoolConfigInput) (*UpdateNodePoolConfigOutput, error) UpdateNodePoolConfigWithContext(volcengine.Context, *UpdateNodePoolConfigInput, ...request.Option) (*UpdateNodePoolConfigOutput, error) UpdateNodePoolConfigRequest(*UpdateNodePoolConfigInput) (*request.Request, *UpdateNodePoolConfigOutput) }
VKEAPI provides an interface to enable mocking the vke.VKE service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to // VKE. func myFunc(svc VKEAPI) bool { // Make svc.CreateAddon request } func main() { sess := session.New() svc := vke.New(sess) myFunc(svc) }
type VersionForListSupportedAddonsOutput ¶ added in v1.0.23
type VersionForListSupportedAddonsOutput struct { CompatibleVersions []*string `type:"list"` Version *string `type:"string"` // contains filtered or unexported fields }
func (VersionForListSupportedAddonsOutput) GoString ¶ added in v1.0.23
func (s VersionForListSupportedAddonsOutput) GoString() string
GoString returns the string representation
func (*VersionForListSupportedAddonsOutput) SetCompatibleVersions ¶ added in v1.0.23
func (s *VersionForListSupportedAddonsOutput) SetCompatibleVersions(v []*string) *VersionForListSupportedAddonsOutput
SetCompatibleVersions sets the CompatibleVersions field's value.
func (*VersionForListSupportedAddonsOutput) SetVersion ¶ added in v1.0.23
func (s *VersionForListSupportedAddonsOutput) SetVersion(v string) *VersionForListSupportedAddonsOutput
SetVersion sets the Version field's value.
func (VersionForListSupportedAddonsOutput) String ¶ added in v1.0.23
func (s VersionForListSupportedAddonsOutput) String() string
String returns the string representation
type VpcCniConfigForCreateClusterInput ¶
type VpcCniConfigForCreateClusterInput struct { SubnetIds []*string `type:"list"` // contains filtered or unexported fields }
func (VpcCniConfigForCreateClusterInput) GoString ¶
func (s VpcCniConfigForCreateClusterInput) GoString() string
GoString returns the string representation
func (*VpcCniConfigForCreateClusterInput) SetSubnetIds ¶
func (s *VpcCniConfigForCreateClusterInput) SetSubnetIds(v []*string) *VpcCniConfigForCreateClusterInput
SetSubnetIds sets the SubnetIds field's value.
func (VpcCniConfigForCreateClusterInput) String ¶
func (s VpcCniConfigForCreateClusterInput) String() string
String returns the string representation
type VpcCniConfigForListClustersOutput ¶
type VpcCniConfigForListClustersOutput struct { SubnetIds []*string `type:"list"` // contains filtered or unexported fields }
func (VpcCniConfigForListClustersOutput) GoString ¶
func (s VpcCniConfigForListClustersOutput) GoString() string
GoString returns the string representation
func (*VpcCniConfigForListClustersOutput) SetSubnetIds ¶
func (s *VpcCniConfigForListClustersOutput) SetSubnetIds(v []*string) *VpcCniConfigForListClustersOutput
SetSubnetIds sets the SubnetIds field's value.
func (VpcCniConfigForListClustersOutput) String ¶
func (s VpcCniConfigForListClustersOutput) String() string
String returns the string representation
Source Files ¶
- api_create_addon.go
- api_create_cluster.go
- api_create_default_node_pool.go
- api_create_node_pool.go
- api_create_nodes.go
- api_delete_addon.go
- api_delete_cluster.go
- api_delete_node_pool.go
- api_delete_nodes.go
- api_forward_kubernetes_api.go
- api_list_addons.go
- api_list_clusters.go
- api_list_node_pools.go
- api_list_nodes.go
- api_list_supported_addons.go
- api_list_supported_resource_types.go
- api_list_tags_for_resource.go
- api_tag_resources.go
- api_untag_resources.go
- api_update_addon_config.go
- api_update_addon_version.go
- api_update_cluster_config.go
- api_update_node_pool_config.go
- interface_vke.go
- service_vke.go