Documentation ¶
Overview ¶
Package eks provides the client and types for making API requests to Amazon Elastic Kubernetes Service.
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own Kubernetes control plane. Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications.
Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use all the existing plugins and tooling from the Kubernetes community. Applications running on Amazon EKS are fully compatible with applications running on any standard Kubernetes environment, whether running in on-premises data centers or public clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS without any code modification required.
See https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01 for more information on this service.
See eks package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/eks/
Using the Client ¶
To contact Amazon Elastic Kubernetes Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Elastic Kubernetes Service client EKS for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/eks/#New
Index ¶
- Constants
- func AMITypes_Values() []string
- func AccessScopeType_Values() []string
- func AddonIssueCode_Values() []string
- func AddonStatus_Values() []string
- func AuthenticationMode_Values() []string
- func CapacityTypes_Values() []string
- func Category_Values() []string
- func ClusterIssueCode_Values() []string
- func ClusterStatus_Values() []string
- func ConfigStatus_Values() []string
- func ConnectorConfigProvider_Values() []string
- func EksAnywhereSubscriptionLicenseType_Values() []string
- func EksAnywhereSubscriptionStatus_Values() []string
- func EksAnywhereSubscriptionTermUnit_Values() []string
- func ErrorCode_Values() []string
- func FargateProfileStatus_Values() []string
- func InsightStatusValue_Values() []string
- func IpFamily_Values() []string
- func LogType_Values() []string
- func NodegroupIssueCode_Values() []string
- func NodegroupStatus_Values() []string
- func ResolveConflicts_Values() []string
- func TaintEffect_Values() []string
- func UpdateParamType_Values() []string
- func UpdateStatus_Values() []string
- func UpdateType_Values() []string
- type AccessConfigResponse
- type AccessDeniedException
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type AccessEntry
- func (s AccessEntry) GoString() string
- func (s *AccessEntry) SetAccessEntryArn(v string) *AccessEntry
- func (s *AccessEntry) SetClusterName(v string) *AccessEntry
- func (s *AccessEntry) SetCreatedAt(v time.Time) *AccessEntry
- func (s *AccessEntry) SetKubernetesGroups(v []*string) *AccessEntry
- func (s *AccessEntry) SetModifiedAt(v time.Time) *AccessEntry
- func (s *AccessEntry) SetPrincipalArn(v string) *AccessEntry
- func (s *AccessEntry) SetTags(v map[string]*string) *AccessEntry
- func (s *AccessEntry) SetType(v string) *AccessEntry
- func (s *AccessEntry) SetUsername(v string) *AccessEntry
- func (s AccessEntry) String() string
- type AccessPolicy
- type AccessScope
- type Addon
- func (s Addon) GoString() string
- func (s *Addon) SetAddonArn(v string) *Addon
- func (s *Addon) SetAddonName(v string) *Addon
- func (s *Addon) SetAddonVersion(v string) *Addon
- func (s *Addon) SetClusterName(v string) *Addon
- func (s *Addon) SetConfigurationValues(v string) *Addon
- func (s *Addon) SetCreatedAt(v time.Time) *Addon
- func (s *Addon) SetHealth(v *AddonHealth) *Addon
- func (s *Addon) SetMarketplaceInformation(v *MarketplaceInformation) *Addon
- func (s *Addon) SetModifiedAt(v time.Time) *Addon
- func (s *Addon) SetOwner(v string) *Addon
- func (s *Addon) SetPublisher(v string) *Addon
- func (s *Addon) SetServiceAccountRoleArn(v string) *Addon
- func (s *Addon) SetStatus(v string) *Addon
- func (s *Addon) SetTags(v map[string]*string) *Addon
- func (s Addon) String() string
- type AddonHealth
- type AddonInfo
- func (s AddonInfo) GoString() string
- func (s *AddonInfo) SetAddonName(v string) *AddonInfo
- func (s *AddonInfo) SetAddonVersions(v []*AddonVersionInfo) *AddonInfo
- func (s *AddonInfo) SetMarketplaceInformation(v *MarketplaceInformation) *AddonInfo
- func (s *AddonInfo) SetOwner(v string) *AddonInfo
- func (s *AddonInfo) SetPublisher(v string) *AddonInfo
- func (s *AddonInfo) SetType(v string) *AddonInfo
- func (s AddonInfo) String() string
- type AddonIssue
- type AddonVersionInfo
- func (s AddonVersionInfo) GoString() string
- func (s *AddonVersionInfo) SetAddonVersion(v string) *AddonVersionInfo
- func (s *AddonVersionInfo) SetArchitecture(v []*string) *AddonVersionInfo
- func (s *AddonVersionInfo) SetCompatibilities(v []*Compatibility) *AddonVersionInfo
- func (s *AddonVersionInfo) SetRequiresConfiguration(v bool) *AddonVersionInfo
- func (s AddonVersionInfo) String() string
- type AssociateAccessPolicyInput
- func (s AssociateAccessPolicyInput) GoString() string
- func (s *AssociateAccessPolicyInput) SetAccessScope(v *AccessScope) *AssociateAccessPolicyInput
- func (s *AssociateAccessPolicyInput) SetClusterName(v string) *AssociateAccessPolicyInput
- func (s *AssociateAccessPolicyInput) SetPolicyArn(v string) *AssociateAccessPolicyInput
- func (s *AssociateAccessPolicyInput) SetPrincipalArn(v string) *AssociateAccessPolicyInput
- func (s AssociateAccessPolicyInput) String() string
- func (s *AssociateAccessPolicyInput) Validate() error
- type AssociateAccessPolicyOutput
- func (s AssociateAccessPolicyOutput) GoString() string
- func (s *AssociateAccessPolicyOutput) SetAssociatedAccessPolicy(v *AssociatedAccessPolicy) *AssociateAccessPolicyOutput
- func (s *AssociateAccessPolicyOutput) SetClusterName(v string) *AssociateAccessPolicyOutput
- func (s *AssociateAccessPolicyOutput) SetPrincipalArn(v string) *AssociateAccessPolicyOutput
- func (s AssociateAccessPolicyOutput) String() string
- type AssociateEncryptionConfigInput
- func (s AssociateEncryptionConfigInput) GoString() string
- func (s *AssociateEncryptionConfigInput) SetClientRequestToken(v string) *AssociateEncryptionConfigInput
- func (s *AssociateEncryptionConfigInput) SetClusterName(v string) *AssociateEncryptionConfigInput
- func (s *AssociateEncryptionConfigInput) SetEncryptionConfig(v []*EncryptionConfig) *AssociateEncryptionConfigInput
- func (s AssociateEncryptionConfigInput) String() string
- func (s *AssociateEncryptionConfigInput) Validate() error
- type AssociateEncryptionConfigOutput
- type AssociateIdentityProviderConfigInput
- func (s AssociateIdentityProviderConfigInput) GoString() string
- func (s *AssociateIdentityProviderConfigInput) SetClientRequestToken(v string) *AssociateIdentityProviderConfigInput
- func (s *AssociateIdentityProviderConfigInput) SetClusterName(v string) *AssociateIdentityProviderConfigInput
- func (s *AssociateIdentityProviderConfigInput) SetOidc(v *OidcIdentityProviderConfigRequest) *AssociateIdentityProviderConfigInput
- func (s *AssociateIdentityProviderConfigInput) SetTags(v map[string]*string) *AssociateIdentityProviderConfigInput
- func (s AssociateIdentityProviderConfigInput) String() string
- func (s *AssociateIdentityProviderConfigInput) Validate() error
- type AssociateIdentityProviderConfigOutput
- func (s AssociateIdentityProviderConfigOutput) GoString() string
- func (s *AssociateIdentityProviderConfigOutput) SetTags(v map[string]*string) *AssociateIdentityProviderConfigOutput
- func (s *AssociateIdentityProviderConfigOutput) SetUpdate(v *Update) *AssociateIdentityProviderConfigOutput
- func (s AssociateIdentityProviderConfigOutput) String() string
- type AssociatedAccessPolicy
- func (s AssociatedAccessPolicy) GoString() string
- func (s *AssociatedAccessPolicy) SetAccessScope(v *AccessScope) *AssociatedAccessPolicy
- func (s *AssociatedAccessPolicy) SetAssociatedAt(v time.Time) *AssociatedAccessPolicy
- func (s *AssociatedAccessPolicy) SetModifiedAt(v time.Time) *AssociatedAccessPolicy
- func (s *AssociatedAccessPolicy) SetPolicyArn(v string) *AssociatedAccessPolicy
- func (s AssociatedAccessPolicy) String() string
- type AutoScalingGroup
- type BadRequestException
- func (s *BadRequestException) Code() string
- func (s *BadRequestException) Error() string
- func (s BadRequestException) GoString() string
- func (s *BadRequestException) Message() string
- func (s *BadRequestException) OrigErr() error
- func (s *BadRequestException) RequestID() string
- func (s *BadRequestException) StatusCode() int
- func (s BadRequestException) String() string
- type Certificate
- type ClientException
- func (s *ClientException) Code() string
- func (s *ClientException) Error() string
- func (s ClientException) GoString() string
- func (s *ClientException) Message() string
- func (s *ClientException) OrigErr() error
- func (s *ClientException) RequestID() string
- func (s *ClientException) StatusCode() int
- func (s ClientException) String() string
- type ClientStat
- type Cluster
- func (s Cluster) GoString() string
- func (s *Cluster) SetAccessConfig(v *AccessConfigResponse) *Cluster
- func (s *Cluster) SetArn(v string) *Cluster
- func (s *Cluster) SetCertificateAuthority(v *Certificate) *Cluster
- func (s *Cluster) SetClientRequestToken(v string) *Cluster
- func (s *Cluster) SetConnectorConfig(v *ConnectorConfigResponse) *Cluster
- func (s *Cluster) SetCreatedAt(v time.Time) *Cluster
- func (s *Cluster) SetEncryptionConfig(v []*EncryptionConfig) *Cluster
- func (s *Cluster) SetEndpoint(v string) *Cluster
- func (s *Cluster) SetHealth(v *ClusterHealth) *Cluster
- func (s *Cluster) SetId(v string) *Cluster
- func (s *Cluster) SetIdentity(v *Identity) *Cluster
- func (s *Cluster) SetKubernetesNetworkConfig(v *KubernetesNetworkConfigResponse) *Cluster
- func (s *Cluster) SetLogging(v *Logging) *Cluster
- func (s *Cluster) SetName(v string) *Cluster
- func (s *Cluster) SetOutpostConfig(v *OutpostConfigResponse) *Cluster
- func (s *Cluster) SetPlatformVersion(v string) *Cluster
- func (s *Cluster) SetResourcesVpcConfig(v *VpcConfigResponse) *Cluster
- func (s *Cluster) SetRoleArn(v string) *Cluster
- func (s *Cluster) SetStatus(v string) *Cluster
- func (s *Cluster) SetTags(v map[string]*string) *Cluster
- func (s *Cluster) SetVersion(v string) *Cluster
- func (s Cluster) String() string
- type ClusterHealth
- type ClusterIssue
- type Compatibility
- type ConnectorConfigRequest
- func (s ConnectorConfigRequest) GoString() string
- func (s *ConnectorConfigRequest) SetProvider(v string) *ConnectorConfigRequest
- func (s *ConnectorConfigRequest) SetRoleArn(v string) *ConnectorConfigRequest
- func (s ConnectorConfigRequest) String() string
- func (s *ConnectorConfigRequest) Validate() error
- type ConnectorConfigResponse
- func (s ConnectorConfigResponse) GoString() string
- func (s *ConnectorConfigResponse) SetActivationCode(v string) *ConnectorConfigResponse
- func (s *ConnectorConfigResponse) SetActivationExpiry(v time.Time) *ConnectorConfigResponse
- func (s *ConnectorConfigResponse) SetActivationId(v string) *ConnectorConfigResponse
- func (s *ConnectorConfigResponse) SetProvider(v string) *ConnectorConfigResponse
- func (s *ConnectorConfigResponse) SetRoleArn(v string) *ConnectorConfigResponse
- func (s ConnectorConfigResponse) String() string
- type ControlPlanePlacementRequest
- type ControlPlanePlacementResponse
- type CreateAccessConfigRequest
- func (s CreateAccessConfigRequest) GoString() string
- func (s *CreateAccessConfigRequest) SetAuthenticationMode(v string) *CreateAccessConfigRequest
- func (s *CreateAccessConfigRequest) SetBootstrapClusterCreatorAdminPermissions(v bool) *CreateAccessConfigRequest
- func (s CreateAccessConfigRequest) String() string
- type CreateAccessEntryInput
- func (s CreateAccessEntryInput) GoString() string
- func (s *CreateAccessEntryInput) SetClientRequestToken(v string) *CreateAccessEntryInput
- func (s *CreateAccessEntryInput) SetClusterName(v string) *CreateAccessEntryInput
- func (s *CreateAccessEntryInput) SetKubernetesGroups(v []*string) *CreateAccessEntryInput
- func (s *CreateAccessEntryInput) SetPrincipalArn(v string) *CreateAccessEntryInput
- func (s *CreateAccessEntryInput) SetTags(v map[string]*string) *CreateAccessEntryInput
- func (s *CreateAccessEntryInput) SetType(v string) *CreateAccessEntryInput
- func (s *CreateAccessEntryInput) SetUsername(v string) *CreateAccessEntryInput
- func (s CreateAccessEntryInput) String() string
- func (s *CreateAccessEntryInput) Validate() error
- type CreateAccessEntryOutput
- type CreateAddonInput
- func (s CreateAddonInput) GoString() string
- func (s *CreateAddonInput) SetAddonName(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetAddonVersion(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetClientRequestToken(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetClusterName(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetConfigurationValues(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetResolveConflicts(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetServiceAccountRoleArn(v string) *CreateAddonInput
- func (s *CreateAddonInput) SetTags(v map[string]*string) *CreateAddonInput
- func (s CreateAddonInput) String() string
- func (s *CreateAddonInput) Validate() error
- type CreateAddonOutput
- type CreateClusterInput
- func (s CreateClusterInput) GoString() string
- func (s *CreateClusterInput) SetAccessConfig(v *CreateAccessConfigRequest) *CreateClusterInput
- func (s *CreateClusterInput) SetClientRequestToken(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetEncryptionConfig(v []*EncryptionConfig) *CreateClusterInput
- func (s *CreateClusterInput) SetKubernetesNetworkConfig(v *KubernetesNetworkConfigRequest) *CreateClusterInput
- func (s *CreateClusterInput) SetLogging(v *Logging) *CreateClusterInput
- func (s *CreateClusterInput) SetName(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetOutpostConfig(v *OutpostConfigRequest) *CreateClusterInput
- func (s *CreateClusterInput) SetResourcesVpcConfig(v *VpcConfigRequest) *CreateClusterInput
- func (s *CreateClusterInput) SetRoleArn(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetTags(v map[string]*string) *CreateClusterInput
- func (s *CreateClusterInput) SetVersion(v string) *CreateClusterInput
- func (s CreateClusterInput) String() string
- func (s *CreateClusterInput) Validate() error
- type CreateClusterOutput
- type CreateEksAnywhereSubscriptionInput
- func (s CreateEksAnywhereSubscriptionInput) GoString() string
- func (s *CreateEksAnywhereSubscriptionInput) SetAutoRenew(v bool) *CreateEksAnywhereSubscriptionInput
- func (s *CreateEksAnywhereSubscriptionInput) SetClientRequestToken(v string) *CreateEksAnywhereSubscriptionInput
- func (s *CreateEksAnywhereSubscriptionInput) SetLicenseQuantity(v int64) *CreateEksAnywhereSubscriptionInput
- func (s *CreateEksAnywhereSubscriptionInput) SetLicenseType(v string) *CreateEksAnywhereSubscriptionInput
- func (s *CreateEksAnywhereSubscriptionInput) SetName(v string) *CreateEksAnywhereSubscriptionInput
- func (s *CreateEksAnywhereSubscriptionInput) SetTags(v map[string]*string) *CreateEksAnywhereSubscriptionInput
- func (s *CreateEksAnywhereSubscriptionInput) SetTerm(v *EksAnywhereSubscriptionTerm) *CreateEksAnywhereSubscriptionInput
- func (s CreateEksAnywhereSubscriptionInput) String() string
- func (s *CreateEksAnywhereSubscriptionInput) Validate() error
- type CreateEksAnywhereSubscriptionOutput
- type CreateFargateProfileInput
- func (s CreateFargateProfileInput) GoString() string
- func (s *CreateFargateProfileInput) SetClientRequestToken(v string) *CreateFargateProfileInput
- func (s *CreateFargateProfileInput) SetClusterName(v string) *CreateFargateProfileInput
- func (s *CreateFargateProfileInput) SetFargateProfileName(v string) *CreateFargateProfileInput
- func (s *CreateFargateProfileInput) SetPodExecutionRoleArn(v string) *CreateFargateProfileInput
- func (s *CreateFargateProfileInput) SetSelectors(v []*FargateProfileSelector) *CreateFargateProfileInput
- func (s *CreateFargateProfileInput) SetSubnets(v []*string) *CreateFargateProfileInput
- func (s *CreateFargateProfileInput) SetTags(v map[string]*string) *CreateFargateProfileInput
- func (s CreateFargateProfileInput) String() string
- func (s *CreateFargateProfileInput) Validate() error
- type CreateFargateProfileOutput
- type CreateNodegroupInput
- func (s CreateNodegroupInput) GoString() string
- func (s *CreateNodegroupInput) SetAmiType(v string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetCapacityType(v string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetClientRequestToken(v string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetClusterName(v string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetDiskSize(v int64) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetInstanceTypes(v []*string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetLabels(v map[string]*string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetLaunchTemplate(v *LaunchTemplateSpecification) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetNodeRole(v string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetNodegroupName(v string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetReleaseVersion(v string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetRemoteAccess(v *RemoteAccessConfig) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetScalingConfig(v *NodegroupScalingConfig) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetSubnets(v []*string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetTags(v map[string]*string) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetTaints(v []*Taint) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetUpdateConfig(v *NodegroupUpdateConfig) *CreateNodegroupInput
- func (s *CreateNodegroupInput) SetVersion(v string) *CreateNodegroupInput
- func (s CreateNodegroupInput) String() string
- func (s *CreateNodegroupInput) Validate() error
- type CreateNodegroupOutput
- type CreatePodIdentityAssociationInput
- func (s CreatePodIdentityAssociationInput) GoString() string
- func (s *CreatePodIdentityAssociationInput) SetClientRequestToken(v string) *CreatePodIdentityAssociationInput
- func (s *CreatePodIdentityAssociationInput) SetClusterName(v string) *CreatePodIdentityAssociationInput
- func (s *CreatePodIdentityAssociationInput) SetNamespace(v string) *CreatePodIdentityAssociationInput
- func (s *CreatePodIdentityAssociationInput) SetRoleArn(v string) *CreatePodIdentityAssociationInput
- func (s *CreatePodIdentityAssociationInput) SetServiceAccount(v string) *CreatePodIdentityAssociationInput
- func (s *CreatePodIdentityAssociationInput) SetTags(v map[string]*string) *CreatePodIdentityAssociationInput
- func (s CreatePodIdentityAssociationInput) String() string
- func (s *CreatePodIdentityAssociationInput) Validate() error
- type CreatePodIdentityAssociationOutput
- type DeleteAccessEntryInput
- func (s DeleteAccessEntryInput) GoString() string
- func (s *DeleteAccessEntryInput) SetClusterName(v string) *DeleteAccessEntryInput
- func (s *DeleteAccessEntryInput) SetPrincipalArn(v string) *DeleteAccessEntryInput
- func (s DeleteAccessEntryInput) String() string
- func (s *DeleteAccessEntryInput) Validate() error
- type DeleteAccessEntryOutput
- type DeleteAddonInput
- func (s DeleteAddonInput) GoString() string
- func (s *DeleteAddonInput) SetAddonName(v string) *DeleteAddonInput
- func (s *DeleteAddonInput) SetClusterName(v string) *DeleteAddonInput
- func (s *DeleteAddonInput) SetPreserve(v bool) *DeleteAddonInput
- func (s DeleteAddonInput) String() string
- func (s *DeleteAddonInput) Validate() error
- type DeleteAddonOutput
- type DeleteClusterInput
- type DeleteClusterOutput
- type DeleteEksAnywhereSubscriptionInput
- type DeleteEksAnywhereSubscriptionOutput
- type DeleteFargateProfileInput
- func (s DeleteFargateProfileInput) GoString() string
- func (s *DeleteFargateProfileInput) SetClusterName(v string) *DeleteFargateProfileInput
- func (s *DeleteFargateProfileInput) SetFargateProfileName(v string) *DeleteFargateProfileInput
- func (s DeleteFargateProfileInput) String() string
- func (s *DeleteFargateProfileInput) Validate() error
- type DeleteFargateProfileOutput
- type DeleteNodegroupInput
- type DeleteNodegroupOutput
- type DeletePodIdentityAssociationInput
- func (s DeletePodIdentityAssociationInput) GoString() string
- func (s *DeletePodIdentityAssociationInput) SetAssociationId(v string) *DeletePodIdentityAssociationInput
- func (s *DeletePodIdentityAssociationInput) SetClusterName(v string) *DeletePodIdentityAssociationInput
- func (s DeletePodIdentityAssociationInput) String() string
- func (s *DeletePodIdentityAssociationInput) Validate() error
- type DeletePodIdentityAssociationOutput
- type DeprecationDetail
- func (s DeprecationDetail) GoString() string
- func (s *DeprecationDetail) SetClientStats(v []*ClientStat) *DeprecationDetail
- func (s *DeprecationDetail) SetReplacedWith(v string) *DeprecationDetail
- func (s *DeprecationDetail) SetStartServingReplacementVersion(v string) *DeprecationDetail
- func (s *DeprecationDetail) SetStopServingVersion(v string) *DeprecationDetail
- func (s *DeprecationDetail) SetUsage(v string) *DeprecationDetail
- func (s DeprecationDetail) String() string
- type DeregisterClusterInput
- type DeregisterClusterOutput
- type DescribeAccessEntryInput
- func (s DescribeAccessEntryInput) GoString() string
- func (s *DescribeAccessEntryInput) SetClusterName(v string) *DescribeAccessEntryInput
- func (s *DescribeAccessEntryInput) SetPrincipalArn(v string) *DescribeAccessEntryInput
- func (s DescribeAccessEntryInput) String() string
- func (s *DescribeAccessEntryInput) Validate() error
- type DescribeAccessEntryOutput
- type DescribeAddonConfigurationInput
- func (s DescribeAddonConfigurationInput) GoString() string
- func (s *DescribeAddonConfigurationInput) SetAddonName(v string) *DescribeAddonConfigurationInput
- func (s *DescribeAddonConfigurationInput) SetAddonVersion(v string) *DescribeAddonConfigurationInput
- func (s DescribeAddonConfigurationInput) String() string
- func (s *DescribeAddonConfigurationInput) Validate() error
- type DescribeAddonConfigurationOutput
- func (s DescribeAddonConfigurationOutput) GoString() string
- func (s *DescribeAddonConfigurationOutput) SetAddonName(v string) *DescribeAddonConfigurationOutput
- func (s *DescribeAddonConfigurationOutput) SetAddonVersion(v string) *DescribeAddonConfigurationOutput
- func (s *DescribeAddonConfigurationOutput) SetConfigurationSchema(v string) *DescribeAddonConfigurationOutput
- func (s DescribeAddonConfigurationOutput) String() string
- type DescribeAddonInput
- type DescribeAddonOutput
- type DescribeAddonVersionsInput
- func (s DescribeAddonVersionsInput) GoString() string
- func (s *DescribeAddonVersionsInput) SetAddonName(v string) *DescribeAddonVersionsInput
- func (s *DescribeAddonVersionsInput) SetKubernetesVersion(v string) *DescribeAddonVersionsInput
- func (s *DescribeAddonVersionsInput) SetMaxResults(v int64) *DescribeAddonVersionsInput
- func (s *DescribeAddonVersionsInput) SetNextToken(v string) *DescribeAddonVersionsInput
- func (s *DescribeAddonVersionsInput) SetOwners(v []*string) *DescribeAddonVersionsInput
- func (s *DescribeAddonVersionsInput) SetPublishers(v []*string) *DescribeAddonVersionsInput
- func (s *DescribeAddonVersionsInput) SetTypes(v []*string) *DescribeAddonVersionsInput
- func (s DescribeAddonVersionsInput) String() string
- func (s *DescribeAddonVersionsInput) Validate() error
- type DescribeAddonVersionsOutput
- type DescribeClusterInput
- type DescribeClusterOutput
- type DescribeEksAnywhereSubscriptionInput
- type DescribeEksAnywhereSubscriptionOutput
- type DescribeFargateProfileInput
- func (s DescribeFargateProfileInput) GoString() string
- func (s *DescribeFargateProfileInput) SetClusterName(v string) *DescribeFargateProfileInput
- func (s *DescribeFargateProfileInput) SetFargateProfileName(v string) *DescribeFargateProfileInput
- func (s DescribeFargateProfileInput) String() string
- func (s *DescribeFargateProfileInput) Validate() error
- type DescribeFargateProfileOutput
- type DescribeIdentityProviderConfigInput
- func (s DescribeIdentityProviderConfigInput) GoString() string
- func (s *DescribeIdentityProviderConfigInput) SetClusterName(v string) *DescribeIdentityProviderConfigInput
- func (s *DescribeIdentityProviderConfigInput) SetIdentityProviderConfig(v *IdentityProviderConfig) *DescribeIdentityProviderConfigInput
- func (s DescribeIdentityProviderConfigInput) String() string
- func (s *DescribeIdentityProviderConfigInput) Validate() error
- type DescribeIdentityProviderConfigOutput
- type DescribeInsightInput
- type DescribeInsightOutput
- type DescribeNodegroupInput
- func (s DescribeNodegroupInput) GoString() string
- func (s *DescribeNodegroupInput) SetClusterName(v string) *DescribeNodegroupInput
- func (s *DescribeNodegroupInput) SetNodegroupName(v string) *DescribeNodegroupInput
- func (s DescribeNodegroupInput) String() string
- func (s *DescribeNodegroupInput) Validate() error
- type DescribeNodegroupOutput
- type DescribePodIdentityAssociationInput
- func (s DescribePodIdentityAssociationInput) GoString() string
- func (s *DescribePodIdentityAssociationInput) SetAssociationId(v string) *DescribePodIdentityAssociationInput
- func (s *DescribePodIdentityAssociationInput) SetClusterName(v string) *DescribePodIdentityAssociationInput
- func (s DescribePodIdentityAssociationInput) String() string
- func (s *DescribePodIdentityAssociationInput) Validate() error
- type DescribePodIdentityAssociationOutput
- type DescribeUpdateInput
- func (s DescribeUpdateInput) GoString() string
- func (s *DescribeUpdateInput) SetAddonName(v string) *DescribeUpdateInput
- func (s *DescribeUpdateInput) SetName(v string) *DescribeUpdateInput
- func (s *DescribeUpdateInput) SetNodegroupName(v string) *DescribeUpdateInput
- func (s *DescribeUpdateInput) SetUpdateId(v string) *DescribeUpdateInput
- func (s DescribeUpdateInput) String() string
- func (s *DescribeUpdateInput) Validate() error
- type DescribeUpdateOutput
- type DisassociateAccessPolicyInput
- func (s DisassociateAccessPolicyInput) GoString() string
- func (s *DisassociateAccessPolicyInput) SetClusterName(v string) *DisassociateAccessPolicyInput
- func (s *DisassociateAccessPolicyInput) SetPolicyArn(v string) *DisassociateAccessPolicyInput
- func (s *DisassociateAccessPolicyInput) SetPrincipalArn(v string) *DisassociateAccessPolicyInput
- func (s DisassociateAccessPolicyInput) String() string
- func (s *DisassociateAccessPolicyInput) Validate() error
- type DisassociateAccessPolicyOutput
- type DisassociateIdentityProviderConfigInput
- func (s DisassociateIdentityProviderConfigInput) GoString() string
- func (s *DisassociateIdentityProviderConfigInput) SetClientRequestToken(v string) *DisassociateIdentityProviderConfigInput
- func (s *DisassociateIdentityProviderConfigInput) SetClusterName(v string) *DisassociateIdentityProviderConfigInput
- func (s *DisassociateIdentityProviderConfigInput) SetIdentityProviderConfig(v *IdentityProviderConfig) *DisassociateIdentityProviderConfigInput
- func (s DisassociateIdentityProviderConfigInput) String() string
- func (s *DisassociateIdentityProviderConfigInput) Validate() error
- type DisassociateIdentityProviderConfigOutput
- type EKS
- func (c *EKS) AssociateAccessPolicy(input *AssociateAccessPolicyInput) (*AssociateAccessPolicyOutput, error)
- func (c *EKS) AssociateAccessPolicyRequest(input *AssociateAccessPolicyInput) (req *request.Request, output *AssociateAccessPolicyOutput)
- func (c *EKS) AssociateAccessPolicyWithContext(ctx aws.Context, input *AssociateAccessPolicyInput, opts ...request.Option) (*AssociateAccessPolicyOutput, error)
- func (c *EKS) AssociateEncryptionConfig(input *AssociateEncryptionConfigInput) (*AssociateEncryptionConfigOutput, error)
- func (c *EKS) AssociateEncryptionConfigRequest(input *AssociateEncryptionConfigInput) (req *request.Request, output *AssociateEncryptionConfigOutput)
- func (c *EKS) AssociateEncryptionConfigWithContext(ctx aws.Context, input *AssociateEncryptionConfigInput, opts ...request.Option) (*AssociateEncryptionConfigOutput, error)
- func (c *EKS) AssociateIdentityProviderConfig(input *AssociateIdentityProviderConfigInput) (*AssociateIdentityProviderConfigOutput, error)
- func (c *EKS) AssociateIdentityProviderConfigRequest(input *AssociateIdentityProviderConfigInput) (req *request.Request, output *AssociateIdentityProviderConfigOutput)
- func (c *EKS) AssociateIdentityProviderConfigWithContext(ctx aws.Context, input *AssociateIdentityProviderConfigInput, ...) (*AssociateIdentityProviderConfigOutput, error)
- func (c *EKS) CreateAccessEntry(input *CreateAccessEntryInput) (*CreateAccessEntryOutput, error)
- func (c *EKS) CreateAccessEntryRequest(input *CreateAccessEntryInput) (req *request.Request, output *CreateAccessEntryOutput)
- func (c *EKS) CreateAccessEntryWithContext(ctx aws.Context, input *CreateAccessEntryInput, opts ...request.Option) (*CreateAccessEntryOutput, error)
- func (c *EKS) CreateAddon(input *CreateAddonInput) (*CreateAddonOutput, error)
- func (c *EKS) CreateAddonRequest(input *CreateAddonInput) (req *request.Request, output *CreateAddonOutput)
- func (c *EKS) CreateAddonWithContext(ctx aws.Context, input *CreateAddonInput, opts ...request.Option) (*CreateAddonOutput, error)
- func (c *EKS) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error)
- func (c *EKS) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput)
- func (c *EKS) CreateClusterWithContext(ctx aws.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error)
- func (c *EKS) CreateEksAnywhereSubscription(input *CreateEksAnywhereSubscriptionInput) (*CreateEksAnywhereSubscriptionOutput, error)
- func (c *EKS) CreateEksAnywhereSubscriptionRequest(input *CreateEksAnywhereSubscriptionInput) (req *request.Request, output *CreateEksAnywhereSubscriptionOutput)
- func (c *EKS) CreateEksAnywhereSubscriptionWithContext(ctx aws.Context, input *CreateEksAnywhereSubscriptionInput, ...) (*CreateEksAnywhereSubscriptionOutput, error)
- func (c *EKS) CreateFargateProfile(input *CreateFargateProfileInput) (*CreateFargateProfileOutput, error)
- func (c *EKS) CreateFargateProfileRequest(input *CreateFargateProfileInput) (req *request.Request, output *CreateFargateProfileOutput)
- func (c *EKS) CreateFargateProfileWithContext(ctx aws.Context, input *CreateFargateProfileInput, opts ...request.Option) (*CreateFargateProfileOutput, error)
- func (c *EKS) CreateNodegroup(input *CreateNodegroupInput) (*CreateNodegroupOutput, error)
- func (c *EKS) CreateNodegroupRequest(input *CreateNodegroupInput) (req *request.Request, output *CreateNodegroupOutput)
- func (c *EKS) CreateNodegroupWithContext(ctx aws.Context, input *CreateNodegroupInput, opts ...request.Option) (*CreateNodegroupOutput, error)
- func (c *EKS) CreatePodIdentityAssociation(input *CreatePodIdentityAssociationInput) (*CreatePodIdentityAssociationOutput, error)
- func (c *EKS) CreatePodIdentityAssociationRequest(input *CreatePodIdentityAssociationInput) (req *request.Request, output *CreatePodIdentityAssociationOutput)
- func (c *EKS) CreatePodIdentityAssociationWithContext(ctx aws.Context, input *CreatePodIdentityAssociationInput, ...) (*CreatePodIdentityAssociationOutput, error)
- func (c *EKS) DeleteAccessEntry(input *DeleteAccessEntryInput) (*DeleteAccessEntryOutput, error)
- func (c *EKS) DeleteAccessEntryRequest(input *DeleteAccessEntryInput) (req *request.Request, output *DeleteAccessEntryOutput)
- func (c *EKS) DeleteAccessEntryWithContext(ctx aws.Context, input *DeleteAccessEntryInput, opts ...request.Option) (*DeleteAccessEntryOutput, error)
- func (c *EKS) DeleteAddon(input *DeleteAddonInput) (*DeleteAddonOutput, error)
- func (c *EKS) DeleteAddonRequest(input *DeleteAddonInput) (req *request.Request, output *DeleteAddonOutput)
- func (c *EKS) DeleteAddonWithContext(ctx aws.Context, input *DeleteAddonInput, opts ...request.Option) (*DeleteAddonOutput, error)
- func (c *EKS) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error)
- func (c *EKS) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput)
- func (c *EKS) DeleteClusterWithContext(ctx aws.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error)
- func (c *EKS) DeleteEksAnywhereSubscription(input *DeleteEksAnywhereSubscriptionInput) (*DeleteEksAnywhereSubscriptionOutput, error)
- func (c *EKS) DeleteEksAnywhereSubscriptionRequest(input *DeleteEksAnywhereSubscriptionInput) (req *request.Request, output *DeleteEksAnywhereSubscriptionOutput)
- func (c *EKS) DeleteEksAnywhereSubscriptionWithContext(ctx aws.Context, input *DeleteEksAnywhereSubscriptionInput, ...) (*DeleteEksAnywhereSubscriptionOutput, error)
- func (c *EKS) DeleteFargateProfile(input *DeleteFargateProfileInput) (*DeleteFargateProfileOutput, error)
- func (c *EKS) DeleteFargateProfileRequest(input *DeleteFargateProfileInput) (req *request.Request, output *DeleteFargateProfileOutput)
- func (c *EKS) DeleteFargateProfileWithContext(ctx aws.Context, input *DeleteFargateProfileInput, opts ...request.Option) (*DeleteFargateProfileOutput, error)
- func (c *EKS) DeleteNodegroup(input *DeleteNodegroupInput) (*DeleteNodegroupOutput, error)
- func (c *EKS) DeleteNodegroupRequest(input *DeleteNodegroupInput) (req *request.Request, output *DeleteNodegroupOutput)
- func (c *EKS) DeleteNodegroupWithContext(ctx aws.Context, input *DeleteNodegroupInput, opts ...request.Option) (*DeleteNodegroupOutput, error)
- func (c *EKS) DeletePodIdentityAssociation(input *DeletePodIdentityAssociationInput) (*DeletePodIdentityAssociationOutput, error)
- func (c *EKS) DeletePodIdentityAssociationRequest(input *DeletePodIdentityAssociationInput) (req *request.Request, output *DeletePodIdentityAssociationOutput)
- func (c *EKS) DeletePodIdentityAssociationWithContext(ctx aws.Context, input *DeletePodIdentityAssociationInput, ...) (*DeletePodIdentityAssociationOutput, error)
- func (c *EKS) DeregisterCluster(input *DeregisterClusterInput) (*DeregisterClusterOutput, error)
- func (c *EKS) DeregisterClusterRequest(input *DeregisterClusterInput) (req *request.Request, output *DeregisterClusterOutput)
- func (c *EKS) DeregisterClusterWithContext(ctx aws.Context, input *DeregisterClusterInput, opts ...request.Option) (*DeregisterClusterOutput, error)
- func (c *EKS) DescribeAccessEntry(input *DescribeAccessEntryInput) (*DescribeAccessEntryOutput, error)
- func (c *EKS) DescribeAccessEntryRequest(input *DescribeAccessEntryInput) (req *request.Request, output *DescribeAccessEntryOutput)
- func (c *EKS) DescribeAccessEntryWithContext(ctx aws.Context, input *DescribeAccessEntryInput, opts ...request.Option) (*DescribeAccessEntryOutput, error)
- func (c *EKS) DescribeAddon(input *DescribeAddonInput) (*DescribeAddonOutput, error)
- func (c *EKS) DescribeAddonConfiguration(input *DescribeAddonConfigurationInput) (*DescribeAddonConfigurationOutput, error)
- func (c *EKS) DescribeAddonConfigurationRequest(input *DescribeAddonConfigurationInput) (req *request.Request, output *DescribeAddonConfigurationOutput)
- func (c *EKS) DescribeAddonConfigurationWithContext(ctx aws.Context, input *DescribeAddonConfigurationInput, ...) (*DescribeAddonConfigurationOutput, error)
- func (c *EKS) DescribeAddonRequest(input *DescribeAddonInput) (req *request.Request, output *DescribeAddonOutput)
- func (c *EKS) DescribeAddonVersions(input *DescribeAddonVersionsInput) (*DescribeAddonVersionsOutput, error)
- func (c *EKS) DescribeAddonVersionsPages(input *DescribeAddonVersionsInput, ...) error
- func (c *EKS) DescribeAddonVersionsPagesWithContext(ctx aws.Context, input *DescribeAddonVersionsInput, ...) error
- func (c *EKS) DescribeAddonVersionsRequest(input *DescribeAddonVersionsInput) (req *request.Request, output *DescribeAddonVersionsOutput)
- func (c *EKS) DescribeAddonVersionsWithContext(ctx aws.Context, input *DescribeAddonVersionsInput, opts ...request.Option) (*DescribeAddonVersionsOutput, error)
- func (c *EKS) DescribeAddonWithContext(ctx aws.Context, input *DescribeAddonInput, opts ...request.Option) (*DescribeAddonOutput, error)
- func (c *EKS) DescribeCluster(input *DescribeClusterInput) (*DescribeClusterOutput, error)
- func (c *EKS) DescribeClusterRequest(input *DescribeClusterInput) (req *request.Request, output *DescribeClusterOutput)
- func (c *EKS) DescribeClusterWithContext(ctx aws.Context, input *DescribeClusterInput, opts ...request.Option) (*DescribeClusterOutput, error)
- func (c *EKS) DescribeEksAnywhereSubscription(input *DescribeEksAnywhereSubscriptionInput) (*DescribeEksAnywhereSubscriptionOutput, error)
- func (c *EKS) DescribeEksAnywhereSubscriptionRequest(input *DescribeEksAnywhereSubscriptionInput) (req *request.Request, output *DescribeEksAnywhereSubscriptionOutput)
- func (c *EKS) DescribeEksAnywhereSubscriptionWithContext(ctx aws.Context, input *DescribeEksAnywhereSubscriptionInput, ...) (*DescribeEksAnywhereSubscriptionOutput, error)
- func (c *EKS) DescribeFargateProfile(input *DescribeFargateProfileInput) (*DescribeFargateProfileOutput, error)
- func (c *EKS) DescribeFargateProfileRequest(input *DescribeFargateProfileInput) (req *request.Request, output *DescribeFargateProfileOutput)
- func (c *EKS) DescribeFargateProfileWithContext(ctx aws.Context, input *DescribeFargateProfileInput, opts ...request.Option) (*DescribeFargateProfileOutput, error)
- func (c *EKS) DescribeIdentityProviderConfig(input *DescribeIdentityProviderConfigInput) (*DescribeIdentityProviderConfigOutput, error)
- func (c *EKS) DescribeIdentityProviderConfigRequest(input *DescribeIdentityProviderConfigInput) (req *request.Request, output *DescribeIdentityProviderConfigOutput)
- func (c *EKS) DescribeIdentityProviderConfigWithContext(ctx aws.Context, input *DescribeIdentityProviderConfigInput, ...) (*DescribeIdentityProviderConfigOutput, error)
- func (c *EKS) DescribeInsight(input *DescribeInsightInput) (*DescribeInsightOutput, error)
- func (c *EKS) DescribeInsightRequest(input *DescribeInsightInput) (req *request.Request, output *DescribeInsightOutput)
- func (c *EKS) DescribeInsightWithContext(ctx aws.Context, input *DescribeInsightInput, opts ...request.Option) (*DescribeInsightOutput, error)
- func (c *EKS) DescribeNodegroup(input *DescribeNodegroupInput) (*DescribeNodegroupOutput, error)
- func (c *EKS) DescribeNodegroupRequest(input *DescribeNodegroupInput) (req *request.Request, output *DescribeNodegroupOutput)
- func (c *EKS) DescribeNodegroupWithContext(ctx aws.Context, input *DescribeNodegroupInput, opts ...request.Option) (*DescribeNodegroupOutput, error)
- func (c *EKS) DescribePodIdentityAssociation(input *DescribePodIdentityAssociationInput) (*DescribePodIdentityAssociationOutput, error)
- func (c *EKS) DescribePodIdentityAssociationRequest(input *DescribePodIdentityAssociationInput) (req *request.Request, output *DescribePodIdentityAssociationOutput)
- func (c *EKS) DescribePodIdentityAssociationWithContext(ctx aws.Context, input *DescribePodIdentityAssociationInput, ...) (*DescribePodIdentityAssociationOutput, error)
- func (c *EKS) DescribeUpdate(input *DescribeUpdateInput) (*DescribeUpdateOutput, error)
- func (c *EKS) DescribeUpdateRequest(input *DescribeUpdateInput) (req *request.Request, output *DescribeUpdateOutput)
- func (c *EKS) DescribeUpdateWithContext(ctx aws.Context, input *DescribeUpdateInput, opts ...request.Option) (*DescribeUpdateOutput, error)
- func (c *EKS) DisassociateAccessPolicy(input *DisassociateAccessPolicyInput) (*DisassociateAccessPolicyOutput, error)
- func (c *EKS) DisassociateAccessPolicyRequest(input *DisassociateAccessPolicyInput) (req *request.Request, output *DisassociateAccessPolicyOutput)
- func (c *EKS) DisassociateAccessPolicyWithContext(ctx aws.Context, input *DisassociateAccessPolicyInput, opts ...request.Option) (*DisassociateAccessPolicyOutput, error)
- func (c *EKS) DisassociateIdentityProviderConfig(input *DisassociateIdentityProviderConfigInput) (*DisassociateIdentityProviderConfigOutput, error)
- func (c *EKS) DisassociateIdentityProviderConfigRequest(input *DisassociateIdentityProviderConfigInput) (req *request.Request, output *DisassociateIdentityProviderConfigOutput)
- func (c *EKS) DisassociateIdentityProviderConfigWithContext(ctx aws.Context, input *DisassociateIdentityProviderConfigInput, ...) (*DisassociateIdentityProviderConfigOutput, error)
- func (c *EKS) ListAccessEntries(input *ListAccessEntriesInput) (*ListAccessEntriesOutput, error)
- func (c *EKS) ListAccessEntriesPages(input *ListAccessEntriesInput, fn func(*ListAccessEntriesOutput, bool) bool) error
- func (c *EKS) ListAccessEntriesPagesWithContext(ctx aws.Context, input *ListAccessEntriesInput, ...) error
- func (c *EKS) ListAccessEntriesRequest(input *ListAccessEntriesInput) (req *request.Request, output *ListAccessEntriesOutput)
- func (c *EKS) ListAccessEntriesWithContext(ctx aws.Context, input *ListAccessEntriesInput, opts ...request.Option) (*ListAccessEntriesOutput, error)
- func (c *EKS) ListAccessPolicies(input *ListAccessPoliciesInput) (*ListAccessPoliciesOutput, error)
- func (c *EKS) ListAccessPoliciesPages(input *ListAccessPoliciesInput, fn func(*ListAccessPoliciesOutput, bool) bool) error
- func (c *EKS) ListAccessPoliciesPagesWithContext(ctx aws.Context, input *ListAccessPoliciesInput, ...) error
- func (c *EKS) ListAccessPoliciesRequest(input *ListAccessPoliciesInput) (req *request.Request, output *ListAccessPoliciesOutput)
- func (c *EKS) ListAccessPoliciesWithContext(ctx aws.Context, input *ListAccessPoliciesInput, opts ...request.Option) (*ListAccessPoliciesOutput, error)
- func (c *EKS) ListAddons(input *ListAddonsInput) (*ListAddonsOutput, error)
- func (c *EKS) ListAddonsPages(input *ListAddonsInput, fn func(*ListAddonsOutput, bool) bool) error
- func (c *EKS) ListAddonsPagesWithContext(ctx aws.Context, input *ListAddonsInput, fn func(*ListAddonsOutput, bool) bool, ...) error
- func (c *EKS) ListAddonsRequest(input *ListAddonsInput) (req *request.Request, output *ListAddonsOutput)
- func (c *EKS) ListAddonsWithContext(ctx aws.Context, input *ListAddonsInput, opts ...request.Option) (*ListAddonsOutput, error)
- func (c *EKS) ListAssociatedAccessPolicies(input *ListAssociatedAccessPoliciesInput) (*ListAssociatedAccessPoliciesOutput, error)
- func (c *EKS) ListAssociatedAccessPoliciesPages(input *ListAssociatedAccessPoliciesInput, ...) error
- func (c *EKS) ListAssociatedAccessPoliciesPagesWithContext(ctx aws.Context, input *ListAssociatedAccessPoliciesInput, ...) error
- func (c *EKS) ListAssociatedAccessPoliciesRequest(input *ListAssociatedAccessPoliciesInput) (req *request.Request, output *ListAssociatedAccessPoliciesOutput)
- func (c *EKS) ListAssociatedAccessPoliciesWithContext(ctx aws.Context, input *ListAssociatedAccessPoliciesInput, ...) (*ListAssociatedAccessPoliciesOutput, error)
- func (c *EKS) ListClusters(input *ListClustersInput) (*ListClustersOutput, error)
- func (c *EKS) ListClustersPages(input *ListClustersInput, fn func(*ListClustersOutput, bool) bool) error
- func (c *EKS) ListClustersPagesWithContext(ctx aws.Context, input *ListClustersInput, ...) error
- func (c *EKS) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput)
- func (c *EKS) ListClustersWithContext(ctx aws.Context, input *ListClustersInput, opts ...request.Option) (*ListClustersOutput, error)
- func (c *EKS) ListEksAnywhereSubscriptions(input *ListEksAnywhereSubscriptionsInput) (*ListEksAnywhereSubscriptionsOutput, error)
- func (c *EKS) ListEksAnywhereSubscriptionsPages(input *ListEksAnywhereSubscriptionsInput, ...) error
- func (c *EKS) ListEksAnywhereSubscriptionsPagesWithContext(ctx aws.Context, input *ListEksAnywhereSubscriptionsInput, ...) error
- func (c *EKS) ListEksAnywhereSubscriptionsRequest(input *ListEksAnywhereSubscriptionsInput) (req *request.Request, output *ListEksAnywhereSubscriptionsOutput)
- func (c *EKS) ListEksAnywhereSubscriptionsWithContext(ctx aws.Context, input *ListEksAnywhereSubscriptionsInput, ...) (*ListEksAnywhereSubscriptionsOutput, error)
- func (c *EKS) ListFargateProfiles(input *ListFargateProfilesInput) (*ListFargateProfilesOutput, error)
- func (c *EKS) ListFargateProfilesPages(input *ListFargateProfilesInput, ...) error
- func (c *EKS) ListFargateProfilesPagesWithContext(ctx aws.Context, input *ListFargateProfilesInput, ...) error
- func (c *EKS) ListFargateProfilesRequest(input *ListFargateProfilesInput) (req *request.Request, output *ListFargateProfilesOutput)
- func (c *EKS) ListFargateProfilesWithContext(ctx aws.Context, input *ListFargateProfilesInput, opts ...request.Option) (*ListFargateProfilesOutput, error)
- func (c *EKS) ListIdentityProviderConfigs(input *ListIdentityProviderConfigsInput) (*ListIdentityProviderConfigsOutput, error)
- func (c *EKS) ListIdentityProviderConfigsPages(input *ListIdentityProviderConfigsInput, ...) error
- func (c *EKS) ListIdentityProviderConfigsPagesWithContext(ctx aws.Context, input *ListIdentityProviderConfigsInput, ...) error
- func (c *EKS) ListIdentityProviderConfigsRequest(input *ListIdentityProviderConfigsInput) (req *request.Request, output *ListIdentityProviderConfigsOutput)
- func (c *EKS) ListIdentityProviderConfigsWithContext(ctx aws.Context, input *ListIdentityProviderConfigsInput, ...) (*ListIdentityProviderConfigsOutput, error)
- func (c *EKS) ListInsights(input *ListInsightsInput) (*ListInsightsOutput, error)
- func (c *EKS) ListInsightsPages(input *ListInsightsInput, fn func(*ListInsightsOutput, bool) bool) error
- func (c *EKS) ListInsightsPagesWithContext(ctx aws.Context, input *ListInsightsInput, ...) error
- func (c *EKS) ListInsightsRequest(input *ListInsightsInput) (req *request.Request, output *ListInsightsOutput)
- func (c *EKS) ListInsightsWithContext(ctx aws.Context, input *ListInsightsInput, opts ...request.Option) (*ListInsightsOutput, error)
- func (c *EKS) ListNodegroups(input *ListNodegroupsInput) (*ListNodegroupsOutput, error)
- func (c *EKS) ListNodegroupsPages(input *ListNodegroupsInput, fn func(*ListNodegroupsOutput, bool) bool) error
- func (c *EKS) ListNodegroupsPagesWithContext(ctx aws.Context, input *ListNodegroupsInput, ...) error
- func (c *EKS) ListNodegroupsRequest(input *ListNodegroupsInput) (req *request.Request, output *ListNodegroupsOutput)
- func (c *EKS) ListNodegroupsWithContext(ctx aws.Context, input *ListNodegroupsInput, opts ...request.Option) (*ListNodegroupsOutput, error)
- func (c *EKS) ListPodIdentityAssociations(input *ListPodIdentityAssociationsInput) (*ListPodIdentityAssociationsOutput, error)
- func (c *EKS) ListPodIdentityAssociationsPages(input *ListPodIdentityAssociationsInput, ...) error
- func (c *EKS) ListPodIdentityAssociationsPagesWithContext(ctx aws.Context, input *ListPodIdentityAssociationsInput, ...) error
- func (c *EKS) ListPodIdentityAssociationsRequest(input *ListPodIdentityAssociationsInput) (req *request.Request, output *ListPodIdentityAssociationsOutput)
- func (c *EKS) ListPodIdentityAssociationsWithContext(ctx aws.Context, input *ListPodIdentityAssociationsInput, ...) (*ListPodIdentityAssociationsOutput, error)
- func (c *EKS) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *EKS) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *EKS) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *EKS) ListUpdates(input *ListUpdatesInput) (*ListUpdatesOutput, error)
- func (c *EKS) ListUpdatesPages(input *ListUpdatesInput, fn func(*ListUpdatesOutput, bool) bool) error
- func (c *EKS) ListUpdatesPagesWithContext(ctx aws.Context, input *ListUpdatesInput, ...) error
- func (c *EKS) ListUpdatesRequest(input *ListUpdatesInput) (req *request.Request, output *ListUpdatesOutput)
- func (c *EKS) ListUpdatesWithContext(ctx aws.Context, input *ListUpdatesInput, opts ...request.Option) (*ListUpdatesOutput, error)
- func (c *EKS) RegisterCluster(input *RegisterClusterInput) (*RegisterClusterOutput, error)
- func (c *EKS) RegisterClusterRequest(input *RegisterClusterInput) (req *request.Request, output *RegisterClusterOutput)
- func (c *EKS) RegisterClusterWithContext(ctx aws.Context, input *RegisterClusterInput, opts ...request.Option) (*RegisterClusterOutput, error)
- func (c *EKS) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *EKS) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *EKS) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *EKS) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *EKS) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *EKS) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *EKS) UpdateAccessEntry(input *UpdateAccessEntryInput) (*UpdateAccessEntryOutput, error)
- func (c *EKS) UpdateAccessEntryRequest(input *UpdateAccessEntryInput) (req *request.Request, output *UpdateAccessEntryOutput)
- func (c *EKS) UpdateAccessEntryWithContext(ctx aws.Context, input *UpdateAccessEntryInput, opts ...request.Option) (*UpdateAccessEntryOutput, error)
- func (c *EKS) UpdateAddon(input *UpdateAddonInput) (*UpdateAddonOutput, error)
- func (c *EKS) UpdateAddonRequest(input *UpdateAddonInput) (req *request.Request, output *UpdateAddonOutput)
- func (c *EKS) UpdateAddonWithContext(ctx aws.Context, input *UpdateAddonInput, opts ...request.Option) (*UpdateAddonOutput, error)
- func (c *EKS) UpdateClusterConfig(input *UpdateClusterConfigInput) (*UpdateClusterConfigOutput, error)
- func (c *EKS) UpdateClusterConfigRequest(input *UpdateClusterConfigInput) (req *request.Request, output *UpdateClusterConfigOutput)
- func (c *EKS) UpdateClusterConfigWithContext(ctx aws.Context, input *UpdateClusterConfigInput, opts ...request.Option) (*UpdateClusterConfigOutput, error)
- func (c *EKS) UpdateClusterVersion(input *UpdateClusterVersionInput) (*UpdateClusterVersionOutput, error)
- func (c *EKS) UpdateClusterVersionRequest(input *UpdateClusterVersionInput) (req *request.Request, output *UpdateClusterVersionOutput)
- func (c *EKS) UpdateClusterVersionWithContext(ctx aws.Context, input *UpdateClusterVersionInput, opts ...request.Option) (*UpdateClusterVersionOutput, error)
- func (c *EKS) UpdateEksAnywhereSubscription(input *UpdateEksAnywhereSubscriptionInput) (*UpdateEksAnywhereSubscriptionOutput, error)
- func (c *EKS) UpdateEksAnywhereSubscriptionRequest(input *UpdateEksAnywhereSubscriptionInput) (req *request.Request, output *UpdateEksAnywhereSubscriptionOutput)
- func (c *EKS) UpdateEksAnywhereSubscriptionWithContext(ctx aws.Context, input *UpdateEksAnywhereSubscriptionInput, ...) (*UpdateEksAnywhereSubscriptionOutput, error)
- func (c *EKS) UpdateNodegroupConfig(input *UpdateNodegroupConfigInput) (*UpdateNodegroupConfigOutput, error)
- func (c *EKS) UpdateNodegroupConfigRequest(input *UpdateNodegroupConfigInput) (req *request.Request, output *UpdateNodegroupConfigOutput)
- func (c *EKS) UpdateNodegroupConfigWithContext(ctx aws.Context, input *UpdateNodegroupConfigInput, opts ...request.Option) (*UpdateNodegroupConfigOutput, error)
- func (c *EKS) UpdateNodegroupVersion(input *UpdateNodegroupVersionInput) (*UpdateNodegroupVersionOutput, error)
- func (c *EKS) UpdateNodegroupVersionRequest(input *UpdateNodegroupVersionInput) (req *request.Request, output *UpdateNodegroupVersionOutput)
- func (c *EKS) UpdateNodegroupVersionWithContext(ctx aws.Context, input *UpdateNodegroupVersionInput, opts ...request.Option) (*UpdateNodegroupVersionOutput, error)
- func (c *EKS) UpdatePodIdentityAssociation(input *UpdatePodIdentityAssociationInput) (*UpdatePodIdentityAssociationOutput, error)
- func (c *EKS) UpdatePodIdentityAssociationRequest(input *UpdatePodIdentityAssociationInput) (req *request.Request, output *UpdatePodIdentityAssociationOutput)
- func (c *EKS) UpdatePodIdentityAssociationWithContext(ctx aws.Context, input *UpdatePodIdentityAssociationInput, ...) (*UpdatePodIdentityAssociationOutput, error)
- func (c *EKS) WaitUntilAddonActive(input *DescribeAddonInput) error
- func (c *EKS) WaitUntilAddonActiveWithContext(ctx aws.Context, input *DescribeAddonInput, opts ...request.WaiterOption) error
- func (c *EKS) WaitUntilAddonDeleted(input *DescribeAddonInput) error
- func (c *EKS) WaitUntilAddonDeletedWithContext(ctx aws.Context, input *DescribeAddonInput, opts ...request.WaiterOption) error
- func (c *EKS) WaitUntilClusterActive(input *DescribeClusterInput) error
- func (c *EKS) WaitUntilClusterActiveWithContext(ctx aws.Context, input *DescribeClusterInput, opts ...request.WaiterOption) error
- func (c *EKS) WaitUntilClusterDeleted(input *DescribeClusterInput) error
- func (c *EKS) WaitUntilClusterDeletedWithContext(ctx aws.Context, input *DescribeClusterInput, opts ...request.WaiterOption) error
- func (c *EKS) WaitUntilFargateProfileActive(input *DescribeFargateProfileInput) error
- func (c *EKS) WaitUntilFargateProfileActiveWithContext(ctx aws.Context, input *DescribeFargateProfileInput, ...) error
- func (c *EKS) WaitUntilFargateProfileDeleted(input *DescribeFargateProfileInput) error
- func (c *EKS) WaitUntilFargateProfileDeletedWithContext(ctx aws.Context, input *DescribeFargateProfileInput, ...) error
- func (c *EKS) WaitUntilNodegroupActive(input *DescribeNodegroupInput) error
- func (c *EKS) WaitUntilNodegroupActiveWithContext(ctx aws.Context, input *DescribeNodegroupInput, opts ...request.WaiterOption) error
- func (c *EKS) WaitUntilNodegroupDeleted(input *DescribeNodegroupInput) error
- func (c *EKS) WaitUntilNodegroupDeletedWithContext(ctx aws.Context, input *DescribeNodegroupInput, opts ...request.WaiterOption) error
- type EksAnywhereSubscription
- func (s EksAnywhereSubscription) GoString() string
- func (s *EksAnywhereSubscription) SetArn(v string) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetAutoRenew(v bool) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetCreatedAt(v time.Time) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetEffectiveDate(v time.Time) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetExpirationDate(v time.Time) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetId(v string) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetLicenseArns(v []*string) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetLicenseQuantity(v int64) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetLicenseType(v string) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetStatus(v string) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetTags(v map[string]*string) *EksAnywhereSubscription
- func (s *EksAnywhereSubscription) SetTerm(v *EksAnywhereSubscriptionTerm) *EksAnywhereSubscription
- func (s EksAnywhereSubscription) String() string
- type EksAnywhereSubscriptionTerm
- type EncryptionConfig
- type ErrorDetail
- type FargateProfile
- func (s FargateProfile) GoString() string
- func (s *FargateProfile) SetClusterName(v string) *FargateProfile
- func (s *FargateProfile) SetCreatedAt(v time.Time) *FargateProfile
- func (s *FargateProfile) SetFargateProfileArn(v string) *FargateProfile
- func (s *FargateProfile) SetFargateProfileName(v string) *FargateProfile
- func (s *FargateProfile) SetPodExecutionRoleArn(v string) *FargateProfile
- func (s *FargateProfile) SetSelectors(v []*FargateProfileSelector) *FargateProfile
- func (s *FargateProfile) SetStatus(v string) *FargateProfile
- func (s *FargateProfile) SetSubnets(v []*string) *FargateProfile
- func (s *FargateProfile) SetTags(v map[string]*string) *FargateProfile
- func (s FargateProfile) String() string
- type FargateProfileSelector
- type Identity
- type IdentityProviderConfig
- type IdentityProviderConfigResponse
- type Insight
- func (s Insight) GoString() string
- func (s *Insight) SetAdditionalInfo(v map[string]*string) *Insight
- func (s *Insight) SetCategory(v string) *Insight
- func (s *Insight) SetCategorySpecificSummary(v *InsightCategorySpecificSummary) *Insight
- func (s *Insight) SetDescription(v string) *Insight
- func (s *Insight) SetId(v string) *Insight
- func (s *Insight) SetInsightStatus(v *InsightStatus) *Insight
- func (s *Insight) SetKubernetesVersion(v string) *Insight
- func (s *Insight) SetLastRefreshTime(v time.Time) *Insight
- func (s *Insight) SetLastTransitionTime(v time.Time) *Insight
- func (s *Insight) SetName(v string) *Insight
- func (s *Insight) SetRecommendation(v string) *Insight
- func (s *Insight) SetResources(v []*InsightResourceDetail) *Insight
- func (s Insight) String() string
- type InsightCategorySpecificSummary
- type InsightResourceDetail
- func (s InsightResourceDetail) GoString() string
- func (s *InsightResourceDetail) SetArn(v string) *InsightResourceDetail
- func (s *InsightResourceDetail) SetInsightStatus(v *InsightStatus) *InsightResourceDetail
- func (s *InsightResourceDetail) SetKubernetesResourceUri(v string) *InsightResourceDetail
- func (s InsightResourceDetail) String() string
- type InsightStatus
- type InsightSummary
- func (s InsightSummary) GoString() string
- func (s *InsightSummary) SetCategory(v string) *InsightSummary
- func (s *InsightSummary) SetDescription(v string) *InsightSummary
- func (s *InsightSummary) SetId(v string) *InsightSummary
- func (s *InsightSummary) SetInsightStatus(v *InsightStatus) *InsightSummary
- func (s *InsightSummary) SetKubernetesVersion(v string) *InsightSummary
- func (s *InsightSummary) SetLastRefreshTime(v time.Time) *InsightSummary
- func (s *InsightSummary) SetLastTransitionTime(v time.Time) *InsightSummary
- func (s *InsightSummary) SetName(v string) *InsightSummary
- func (s InsightSummary) String() string
- type InsightsFilter
- type InvalidParameterException
- func (s *InvalidParameterException) Code() string
- func (s *InvalidParameterException) Error() string
- func (s InvalidParameterException) GoString() string
- func (s *InvalidParameterException) Message() string
- func (s *InvalidParameterException) OrigErr() error
- func (s *InvalidParameterException) RequestID() string
- func (s *InvalidParameterException) StatusCode() int
- func (s InvalidParameterException) String() string
- type InvalidRequestException
- func (s *InvalidRequestException) Code() string
- func (s *InvalidRequestException) Error() string
- func (s InvalidRequestException) GoString() string
- func (s *InvalidRequestException) Message() string
- func (s *InvalidRequestException) OrigErr() error
- func (s *InvalidRequestException) RequestID() string
- func (s *InvalidRequestException) StatusCode() int
- func (s InvalidRequestException) String() string
- type Issue
- type KubernetesNetworkConfigRequest
- func (s KubernetesNetworkConfigRequest) GoString() string
- func (s *KubernetesNetworkConfigRequest) SetIpFamily(v string) *KubernetesNetworkConfigRequest
- func (s *KubernetesNetworkConfigRequest) SetServiceIpv4Cidr(v string) *KubernetesNetworkConfigRequest
- func (s KubernetesNetworkConfigRequest) String() string
- type KubernetesNetworkConfigResponse
- func (s KubernetesNetworkConfigResponse) GoString() string
- func (s *KubernetesNetworkConfigResponse) SetIpFamily(v string) *KubernetesNetworkConfigResponse
- func (s *KubernetesNetworkConfigResponse) SetServiceIpv4Cidr(v string) *KubernetesNetworkConfigResponse
- func (s *KubernetesNetworkConfigResponse) SetServiceIpv6Cidr(v string) *KubernetesNetworkConfigResponse
- func (s KubernetesNetworkConfigResponse) String() string
- type LaunchTemplateSpecification
- func (s LaunchTemplateSpecification) GoString() string
- func (s *LaunchTemplateSpecification) SetId(v string) *LaunchTemplateSpecification
- func (s *LaunchTemplateSpecification) SetName(v string) *LaunchTemplateSpecification
- func (s *LaunchTemplateSpecification) SetVersion(v string) *LaunchTemplateSpecification
- func (s LaunchTemplateSpecification) String() string
- type ListAccessEntriesInput
- func (s ListAccessEntriesInput) GoString() string
- func (s *ListAccessEntriesInput) SetAssociatedPolicyArn(v string) *ListAccessEntriesInput
- func (s *ListAccessEntriesInput) SetClusterName(v string) *ListAccessEntriesInput
- func (s *ListAccessEntriesInput) SetMaxResults(v int64) *ListAccessEntriesInput
- func (s *ListAccessEntriesInput) SetNextToken(v string) *ListAccessEntriesInput
- func (s ListAccessEntriesInput) String() string
- func (s *ListAccessEntriesInput) Validate() error
- type ListAccessEntriesOutput
- type ListAccessPoliciesInput
- func (s ListAccessPoliciesInput) GoString() string
- func (s *ListAccessPoliciesInput) SetMaxResults(v int64) *ListAccessPoliciesInput
- func (s *ListAccessPoliciesInput) SetNextToken(v string) *ListAccessPoliciesInput
- func (s ListAccessPoliciesInput) String() string
- func (s *ListAccessPoliciesInput) Validate() error
- type ListAccessPoliciesOutput
- type ListAddonsInput
- func (s ListAddonsInput) GoString() string
- func (s *ListAddonsInput) SetClusterName(v string) *ListAddonsInput
- func (s *ListAddonsInput) SetMaxResults(v int64) *ListAddonsInput
- func (s *ListAddonsInput) SetNextToken(v string) *ListAddonsInput
- func (s ListAddonsInput) String() string
- func (s *ListAddonsInput) Validate() error
- type ListAddonsOutput
- type ListAssociatedAccessPoliciesInput
- func (s ListAssociatedAccessPoliciesInput) GoString() string
- func (s *ListAssociatedAccessPoliciesInput) SetClusterName(v string) *ListAssociatedAccessPoliciesInput
- func (s *ListAssociatedAccessPoliciesInput) SetMaxResults(v int64) *ListAssociatedAccessPoliciesInput
- func (s *ListAssociatedAccessPoliciesInput) SetNextToken(v string) *ListAssociatedAccessPoliciesInput
- func (s *ListAssociatedAccessPoliciesInput) SetPrincipalArn(v string) *ListAssociatedAccessPoliciesInput
- func (s ListAssociatedAccessPoliciesInput) String() string
- func (s *ListAssociatedAccessPoliciesInput) Validate() error
- type ListAssociatedAccessPoliciesOutput
- func (s ListAssociatedAccessPoliciesOutput) GoString() string
- func (s *ListAssociatedAccessPoliciesOutput) SetAssociatedAccessPolicies(v []*AssociatedAccessPolicy) *ListAssociatedAccessPoliciesOutput
- func (s *ListAssociatedAccessPoliciesOutput) SetClusterName(v string) *ListAssociatedAccessPoliciesOutput
- func (s *ListAssociatedAccessPoliciesOutput) SetNextToken(v string) *ListAssociatedAccessPoliciesOutput
- func (s *ListAssociatedAccessPoliciesOutput) SetPrincipalArn(v string) *ListAssociatedAccessPoliciesOutput
- func (s ListAssociatedAccessPoliciesOutput) String() string
- type ListClustersInput
- func (s ListClustersInput) GoString() string
- func (s *ListClustersInput) SetInclude(v []*string) *ListClustersInput
- func (s *ListClustersInput) SetMaxResults(v int64) *ListClustersInput
- func (s *ListClustersInput) SetNextToken(v string) *ListClustersInput
- func (s ListClustersInput) String() string
- func (s *ListClustersInput) Validate() error
- type ListClustersOutput
- type ListEksAnywhereSubscriptionsInput
- func (s ListEksAnywhereSubscriptionsInput) GoString() string
- func (s *ListEksAnywhereSubscriptionsInput) SetIncludeStatus(v []*string) *ListEksAnywhereSubscriptionsInput
- func (s *ListEksAnywhereSubscriptionsInput) SetMaxResults(v int64) *ListEksAnywhereSubscriptionsInput
- func (s *ListEksAnywhereSubscriptionsInput) SetNextToken(v string) *ListEksAnywhereSubscriptionsInput
- func (s ListEksAnywhereSubscriptionsInput) String() string
- func (s *ListEksAnywhereSubscriptionsInput) Validate() error
- type ListEksAnywhereSubscriptionsOutput
- func (s ListEksAnywhereSubscriptionsOutput) GoString() string
- func (s *ListEksAnywhereSubscriptionsOutput) SetNextToken(v string) *ListEksAnywhereSubscriptionsOutput
- func (s *ListEksAnywhereSubscriptionsOutput) SetSubscriptions(v []*EksAnywhereSubscription) *ListEksAnywhereSubscriptionsOutput
- func (s ListEksAnywhereSubscriptionsOutput) String() string
- type ListFargateProfilesInput
- func (s ListFargateProfilesInput) GoString() string
- func (s *ListFargateProfilesInput) SetClusterName(v string) *ListFargateProfilesInput
- func (s *ListFargateProfilesInput) SetMaxResults(v int64) *ListFargateProfilesInput
- func (s *ListFargateProfilesInput) SetNextToken(v string) *ListFargateProfilesInput
- func (s ListFargateProfilesInput) String() string
- func (s *ListFargateProfilesInput) Validate() error
- type ListFargateProfilesOutput
- type ListIdentityProviderConfigsInput
- func (s ListIdentityProviderConfigsInput) GoString() string
- func (s *ListIdentityProviderConfigsInput) SetClusterName(v string) *ListIdentityProviderConfigsInput
- func (s *ListIdentityProviderConfigsInput) SetMaxResults(v int64) *ListIdentityProviderConfigsInput
- func (s *ListIdentityProviderConfigsInput) SetNextToken(v string) *ListIdentityProviderConfigsInput
- func (s ListIdentityProviderConfigsInput) String() string
- func (s *ListIdentityProviderConfigsInput) Validate() error
- type ListIdentityProviderConfigsOutput
- func (s ListIdentityProviderConfigsOutput) GoString() string
- func (s *ListIdentityProviderConfigsOutput) SetIdentityProviderConfigs(v []*IdentityProviderConfig) *ListIdentityProviderConfigsOutput
- func (s *ListIdentityProviderConfigsOutput) SetNextToken(v string) *ListIdentityProviderConfigsOutput
- func (s ListIdentityProviderConfigsOutput) String() string
- type ListInsightsInput
- func (s ListInsightsInput) GoString() string
- func (s *ListInsightsInput) SetClusterName(v string) *ListInsightsInput
- func (s *ListInsightsInput) SetFilter(v *InsightsFilter) *ListInsightsInput
- func (s *ListInsightsInput) SetMaxResults(v int64) *ListInsightsInput
- func (s *ListInsightsInput) SetNextToken(v string) *ListInsightsInput
- func (s ListInsightsInput) String() string
- func (s *ListInsightsInput) Validate() error
- type ListInsightsOutput
- type ListNodegroupsInput
- func (s ListNodegroupsInput) GoString() string
- func (s *ListNodegroupsInput) SetClusterName(v string) *ListNodegroupsInput
- func (s *ListNodegroupsInput) SetMaxResults(v int64) *ListNodegroupsInput
- func (s *ListNodegroupsInput) SetNextToken(v string) *ListNodegroupsInput
- func (s ListNodegroupsInput) String() string
- func (s *ListNodegroupsInput) Validate() error
- type ListNodegroupsOutput
- type ListPodIdentityAssociationsInput
- func (s ListPodIdentityAssociationsInput) GoString() string
- func (s *ListPodIdentityAssociationsInput) SetClusterName(v string) *ListPodIdentityAssociationsInput
- func (s *ListPodIdentityAssociationsInput) SetMaxResults(v int64) *ListPodIdentityAssociationsInput
- func (s *ListPodIdentityAssociationsInput) SetNamespace(v string) *ListPodIdentityAssociationsInput
- func (s *ListPodIdentityAssociationsInput) SetNextToken(v string) *ListPodIdentityAssociationsInput
- func (s *ListPodIdentityAssociationsInput) SetServiceAccount(v string) *ListPodIdentityAssociationsInput
- func (s ListPodIdentityAssociationsInput) String() string
- func (s *ListPodIdentityAssociationsInput) Validate() error
- type ListPodIdentityAssociationsOutput
- func (s ListPodIdentityAssociationsOutput) GoString() string
- func (s *ListPodIdentityAssociationsOutput) SetAssociations(v []*PodIdentityAssociationSummary) *ListPodIdentityAssociationsOutput
- func (s *ListPodIdentityAssociationsOutput) SetNextToken(v string) *ListPodIdentityAssociationsOutput
- func (s ListPodIdentityAssociationsOutput) String() string
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListUpdatesInput
- func (s ListUpdatesInput) GoString() string
- func (s *ListUpdatesInput) SetAddonName(v string) *ListUpdatesInput
- func (s *ListUpdatesInput) SetMaxResults(v int64) *ListUpdatesInput
- func (s *ListUpdatesInput) SetName(v string) *ListUpdatesInput
- func (s *ListUpdatesInput) SetNextToken(v string) *ListUpdatesInput
- func (s *ListUpdatesInput) SetNodegroupName(v string) *ListUpdatesInput
- func (s ListUpdatesInput) String() string
- func (s *ListUpdatesInput) Validate() error
- type ListUpdatesOutput
- type LogSetup
- type Logging
- type MarketplaceInformation
- type Nodegroup
- func (s Nodegroup) GoString() string
- func (s *Nodegroup) SetAmiType(v string) *Nodegroup
- func (s *Nodegroup) SetCapacityType(v string) *Nodegroup
- func (s *Nodegroup) SetClusterName(v string) *Nodegroup
- func (s *Nodegroup) SetCreatedAt(v time.Time) *Nodegroup
- func (s *Nodegroup) SetDiskSize(v int64) *Nodegroup
- func (s *Nodegroup) SetHealth(v *NodegroupHealth) *Nodegroup
- func (s *Nodegroup) SetInstanceTypes(v []*string) *Nodegroup
- func (s *Nodegroup) SetLabels(v map[string]*string) *Nodegroup
- func (s *Nodegroup) SetLaunchTemplate(v *LaunchTemplateSpecification) *Nodegroup
- func (s *Nodegroup) SetModifiedAt(v time.Time) *Nodegroup
- func (s *Nodegroup) SetNodeRole(v string) *Nodegroup
- func (s *Nodegroup) SetNodegroupArn(v string) *Nodegroup
- func (s *Nodegroup) SetNodegroupName(v string) *Nodegroup
- func (s *Nodegroup) SetReleaseVersion(v string) *Nodegroup
- func (s *Nodegroup) SetRemoteAccess(v *RemoteAccessConfig) *Nodegroup
- func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup
- func (s *Nodegroup) SetScalingConfig(v *NodegroupScalingConfig) *Nodegroup
- func (s *Nodegroup) SetStatus(v string) *Nodegroup
- func (s *Nodegroup) SetSubnets(v []*string) *Nodegroup
- func (s *Nodegroup) SetTags(v map[string]*string) *Nodegroup
- func (s *Nodegroup) SetTaints(v []*Taint) *Nodegroup
- func (s *Nodegroup) SetUpdateConfig(v *NodegroupUpdateConfig) *Nodegroup
- func (s *Nodegroup) SetVersion(v string) *Nodegroup
- func (s Nodegroup) String() string
- type NodegroupHealth
- type NodegroupResources
- type NodegroupScalingConfig
- func (s NodegroupScalingConfig) GoString() string
- func (s *NodegroupScalingConfig) SetDesiredSize(v int64) *NodegroupScalingConfig
- func (s *NodegroupScalingConfig) SetMaxSize(v int64) *NodegroupScalingConfig
- func (s *NodegroupScalingConfig) SetMinSize(v int64) *NodegroupScalingConfig
- func (s NodegroupScalingConfig) String() string
- func (s *NodegroupScalingConfig) Validate() error
- type NodegroupUpdateConfig
- func (s NodegroupUpdateConfig) GoString() string
- func (s *NodegroupUpdateConfig) SetMaxUnavailable(v int64) *NodegroupUpdateConfig
- func (s *NodegroupUpdateConfig) SetMaxUnavailablePercentage(v int64) *NodegroupUpdateConfig
- func (s NodegroupUpdateConfig) String() string
- func (s *NodegroupUpdateConfig) Validate() error
- type NotFoundException
- func (s *NotFoundException) Code() string
- func (s *NotFoundException) Error() string
- func (s NotFoundException) GoString() string
- func (s *NotFoundException) Message() string
- func (s *NotFoundException) OrigErr() error
- func (s *NotFoundException) RequestID() string
- func (s *NotFoundException) StatusCode() int
- func (s NotFoundException) String() string
- type OIDC
- type OidcIdentityProviderConfig
- func (s OidcIdentityProviderConfig) GoString() string
- func (s *OidcIdentityProviderConfig) SetClientId(v string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetClusterName(v string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetGroupsClaim(v string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetGroupsPrefix(v string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetIdentityProviderConfigArn(v string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetIdentityProviderConfigName(v string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetIssuerUrl(v string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetRequiredClaims(v map[string]*string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetStatus(v string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetTags(v map[string]*string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetUsernameClaim(v string) *OidcIdentityProviderConfig
- func (s *OidcIdentityProviderConfig) SetUsernamePrefix(v string) *OidcIdentityProviderConfig
- func (s OidcIdentityProviderConfig) String() string
- type OidcIdentityProviderConfigRequest
- func (s OidcIdentityProviderConfigRequest) GoString() string
- func (s *OidcIdentityProviderConfigRequest) SetClientId(v string) *OidcIdentityProviderConfigRequest
- func (s *OidcIdentityProviderConfigRequest) SetGroupsClaim(v string) *OidcIdentityProviderConfigRequest
- func (s *OidcIdentityProviderConfigRequest) SetGroupsPrefix(v string) *OidcIdentityProviderConfigRequest
- func (s *OidcIdentityProviderConfigRequest) SetIdentityProviderConfigName(v string) *OidcIdentityProviderConfigRequest
- func (s *OidcIdentityProviderConfigRequest) SetIssuerUrl(v string) *OidcIdentityProviderConfigRequest
- func (s *OidcIdentityProviderConfigRequest) SetRequiredClaims(v map[string]*string) *OidcIdentityProviderConfigRequest
- func (s *OidcIdentityProviderConfigRequest) SetUsernameClaim(v string) *OidcIdentityProviderConfigRequest
- func (s *OidcIdentityProviderConfigRequest) SetUsernamePrefix(v string) *OidcIdentityProviderConfigRequest
- func (s OidcIdentityProviderConfigRequest) String() string
- func (s *OidcIdentityProviderConfigRequest) Validate() error
- type OutpostConfigRequest
- func (s OutpostConfigRequest) GoString() string
- func (s *OutpostConfigRequest) SetControlPlaneInstanceType(v string) *OutpostConfigRequest
- func (s *OutpostConfigRequest) SetControlPlanePlacement(v *ControlPlanePlacementRequest) *OutpostConfigRequest
- func (s *OutpostConfigRequest) SetOutpostArns(v []*string) *OutpostConfigRequest
- func (s OutpostConfigRequest) String() string
- func (s *OutpostConfigRequest) Validate() error
- type OutpostConfigResponse
- func (s OutpostConfigResponse) GoString() string
- func (s *OutpostConfigResponse) SetControlPlaneInstanceType(v string) *OutpostConfigResponse
- func (s *OutpostConfigResponse) SetControlPlanePlacement(v *ControlPlanePlacementResponse) *OutpostConfigResponse
- func (s *OutpostConfigResponse) SetOutpostArns(v []*string) *OutpostConfigResponse
- func (s OutpostConfigResponse) String() string
- type PodIdentityAssociation
- func (s PodIdentityAssociation) GoString() string
- func (s *PodIdentityAssociation) SetAssociationArn(v string) *PodIdentityAssociation
- func (s *PodIdentityAssociation) SetAssociationId(v string) *PodIdentityAssociation
- func (s *PodIdentityAssociation) SetClusterName(v string) *PodIdentityAssociation
- func (s *PodIdentityAssociation) SetCreatedAt(v time.Time) *PodIdentityAssociation
- func (s *PodIdentityAssociation) SetModifiedAt(v time.Time) *PodIdentityAssociation
- func (s *PodIdentityAssociation) SetNamespace(v string) *PodIdentityAssociation
- func (s *PodIdentityAssociation) SetRoleArn(v string) *PodIdentityAssociation
- func (s *PodIdentityAssociation) SetServiceAccount(v string) *PodIdentityAssociation
- func (s *PodIdentityAssociation) SetTags(v map[string]*string) *PodIdentityAssociation
- func (s PodIdentityAssociation) String() string
- type PodIdentityAssociationSummary
- func (s PodIdentityAssociationSummary) GoString() string
- func (s *PodIdentityAssociationSummary) SetAssociationArn(v string) *PodIdentityAssociationSummary
- func (s *PodIdentityAssociationSummary) SetAssociationId(v string) *PodIdentityAssociationSummary
- func (s *PodIdentityAssociationSummary) SetClusterName(v string) *PodIdentityAssociationSummary
- func (s *PodIdentityAssociationSummary) SetNamespace(v string) *PodIdentityAssociationSummary
- func (s *PodIdentityAssociationSummary) SetServiceAccount(v string) *PodIdentityAssociationSummary
- func (s PodIdentityAssociationSummary) String() string
- type Provider
- type RegisterClusterInput
- func (s RegisterClusterInput) GoString() string
- func (s *RegisterClusterInput) SetClientRequestToken(v string) *RegisterClusterInput
- func (s *RegisterClusterInput) SetConnectorConfig(v *ConnectorConfigRequest) *RegisterClusterInput
- func (s *RegisterClusterInput) SetName(v string) *RegisterClusterInput
- func (s *RegisterClusterInput) SetTags(v map[string]*string) *RegisterClusterInput
- func (s RegisterClusterInput) String() string
- func (s *RegisterClusterInput) Validate() error
- type RegisterClusterOutput
- type RemoteAccessConfig
- type ResourceInUseException
- func (s *ResourceInUseException) Code() string
- func (s *ResourceInUseException) Error() string
- func (s ResourceInUseException) GoString() string
- func (s *ResourceInUseException) Message() string
- func (s *ResourceInUseException) OrigErr() error
- func (s *ResourceInUseException) RequestID() string
- func (s *ResourceInUseException) StatusCode() int
- func (s ResourceInUseException) String() string
- type ResourceLimitExceededException
- func (s *ResourceLimitExceededException) Code() string
- func (s *ResourceLimitExceededException) Error() string
- func (s ResourceLimitExceededException) GoString() string
- func (s *ResourceLimitExceededException) Message() string
- func (s *ResourceLimitExceededException) OrigErr() error
- func (s *ResourceLimitExceededException) RequestID() string
- func (s *ResourceLimitExceededException) StatusCode() int
- func (s ResourceLimitExceededException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ResourcePropagationDelayException
- func (s *ResourcePropagationDelayException) Code() string
- func (s *ResourcePropagationDelayException) Error() string
- func (s ResourcePropagationDelayException) GoString() string
- func (s *ResourcePropagationDelayException) Message() string
- func (s *ResourcePropagationDelayException) OrigErr() error
- func (s *ResourcePropagationDelayException) RequestID() string
- func (s *ResourcePropagationDelayException) StatusCode() int
- func (s ResourcePropagationDelayException) String() string
- type ServerException
- func (s *ServerException) Code() string
- func (s *ServerException) Error() string
- func (s ServerException) GoString() string
- func (s *ServerException) Message() string
- func (s *ServerException) OrigErr() error
- func (s *ServerException) RequestID() string
- func (s *ServerException) StatusCode() int
- func (s ServerException) String() string
- type ServiceUnavailableException
- func (s *ServiceUnavailableException) Code() string
- func (s *ServiceUnavailableException) Error() string
- func (s ServiceUnavailableException) GoString() string
- func (s *ServiceUnavailableException) Message() string
- func (s *ServiceUnavailableException) OrigErr() error
- func (s *ServiceUnavailableException) RequestID() string
- func (s *ServiceUnavailableException) StatusCode() int
- func (s ServiceUnavailableException) String() string
- type TagResourceInput
- type TagResourceOutput
- type Taint
- type UnsupportedAvailabilityZoneException
- func (s *UnsupportedAvailabilityZoneException) Code() string
- func (s *UnsupportedAvailabilityZoneException) Error() string
- func (s UnsupportedAvailabilityZoneException) GoString() string
- func (s *UnsupportedAvailabilityZoneException) Message() string
- func (s *UnsupportedAvailabilityZoneException) OrigErr() error
- func (s *UnsupportedAvailabilityZoneException) RequestID() string
- func (s *UnsupportedAvailabilityZoneException) StatusCode() int
- func (s UnsupportedAvailabilityZoneException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type Update
- func (s Update) GoString() string
- func (s *Update) SetCreatedAt(v time.Time) *Update
- func (s *Update) SetErrors(v []*ErrorDetail) *Update
- func (s *Update) SetId(v string) *Update
- func (s *Update) SetParams(v []*UpdateParam) *Update
- func (s *Update) SetStatus(v string) *Update
- func (s *Update) SetType(v string) *Update
- func (s Update) String() string
- type UpdateAccessConfigRequest
- type UpdateAccessEntryInput
- func (s UpdateAccessEntryInput) GoString() string
- func (s *UpdateAccessEntryInput) SetClientRequestToken(v string) *UpdateAccessEntryInput
- func (s *UpdateAccessEntryInput) SetClusterName(v string) *UpdateAccessEntryInput
- func (s *UpdateAccessEntryInput) SetKubernetesGroups(v []*string) *UpdateAccessEntryInput
- func (s *UpdateAccessEntryInput) SetPrincipalArn(v string) *UpdateAccessEntryInput
- func (s *UpdateAccessEntryInput) SetUsername(v string) *UpdateAccessEntryInput
- func (s UpdateAccessEntryInput) String() string
- func (s *UpdateAccessEntryInput) Validate() error
- type UpdateAccessEntryOutput
- type UpdateAddonInput
- func (s UpdateAddonInput) GoString() string
- func (s *UpdateAddonInput) SetAddonName(v string) *UpdateAddonInput
- func (s *UpdateAddonInput) SetAddonVersion(v string) *UpdateAddonInput
- func (s *UpdateAddonInput) SetClientRequestToken(v string) *UpdateAddonInput
- func (s *UpdateAddonInput) SetClusterName(v string) *UpdateAddonInput
- func (s *UpdateAddonInput) SetConfigurationValues(v string) *UpdateAddonInput
- func (s *UpdateAddonInput) SetResolveConflicts(v string) *UpdateAddonInput
- func (s *UpdateAddonInput) SetServiceAccountRoleArn(v string) *UpdateAddonInput
- func (s UpdateAddonInput) String() string
- func (s *UpdateAddonInput) Validate() error
- type UpdateAddonOutput
- type UpdateClusterConfigInput
- func (s UpdateClusterConfigInput) GoString() string
- func (s *UpdateClusterConfigInput) SetAccessConfig(v *UpdateAccessConfigRequest) *UpdateClusterConfigInput
- func (s *UpdateClusterConfigInput) SetClientRequestToken(v string) *UpdateClusterConfigInput
- func (s *UpdateClusterConfigInput) SetLogging(v *Logging) *UpdateClusterConfigInput
- func (s *UpdateClusterConfigInput) SetName(v string) *UpdateClusterConfigInput
- func (s *UpdateClusterConfigInput) SetResourcesVpcConfig(v *VpcConfigRequest) *UpdateClusterConfigInput
- func (s UpdateClusterConfigInput) String() string
- func (s *UpdateClusterConfigInput) Validate() error
- type UpdateClusterConfigOutput
- type UpdateClusterVersionInput
- func (s UpdateClusterVersionInput) GoString() string
- func (s *UpdateClusterVersionInput) SetClientRequestToken(v string) *UpdateClusterVersionInput
- func (s *UpdateClusterVersionInput) SetName(v string) *UpdateClusterVersionInput
- func (s *UpdateClusterVersionInput) SetVersion(v string) *UpdateClusterVersionInput
- func (s UpdateClusterVersionInput) String() string
- func (s *UpdateClusterVersionInput) Validate() error
- type UpdateClusterVersionOutput
- type UpdateEksAnywhereSubscriptionInput
- func (s UpdateEksAnywhereSubscriptionInput) GoString() string
- func (s *UpdateEksAnywhereSubscriptionInput) SetAutoRenew(v bool) *UpdateEksAnywhereSubscriptionInput
- func (s *UpdateEksAnywhereSubscriptionInput) SetClientRequestToken(v string) *UpdateEksAnywhereSubscriptionInput
- func (s *UpdateEksAnywhereSubscriptionInput) SetId(v string) *UpdateEksAnywhereSubscriptionInput
- func (s UpdateEksAnywhereSubscriptionInput) String() string
- func (s *UpdateEksAnywhereSubscriptionInput) Validate() error
- type UpdateEksAnywhereSubscriptionOutput
- type UpdateLabelsPayload
- type UpdateNodegroupConfigInput
- func (s UpdateNodegroupConfigInput) GoString() string
- func (s *UpdateNodegroupConfigInput) SetClientRequestToken(v string) *UpdateNodegroupConfigInput
- func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput
- func (s *UpdateNodegroupConfigInput) SetLabels(v *UpdateLabelsPayload) *UpdateNodegroupConfigInput
- func (s *UpdateNodegroupConfigInput) SetNodegroupName(v string) *UpdateNodegroupConfigInput
- func (s *UpdateNodegroupConfigInput) SetScalingConfig(v *NodegroupScalingConfig) *UpdateNodegroupConfigInput
- func (s *UpdateNodegroupConfigInput) SetTaints(v *UpdateTaintsPayload) *UpdateNodegroupConfigInput
- func (s *UpdateNodegroupConfigInput) SetUpdateConfig(v *NodegroupUpdateConfig) *UpdateNodegroupConfigInput
- func (s UpdateNodegroupConfigInput) String() string
- func (s *UpdateNodegroupConfigInput) Validate() error
- type UpdateNodegroupConfigOutput
- type UpdateNodegroupVersionInput
- func (s UpdateNodegroupVersionInput) GoString() string
- func (s *UpdateNodegroupVersionInput) SetClientRequestToken(v string) *UpdateNodegroupVersionInput
- func (s *UpdateNodegroupVersionInput) SetClusterName(v string) *UpdateNodegroupVersionInput
- func (s *UpdateNodegroupVersionInput) SetForce(v bool) *UpdateNodegroupVersionInput
- func (s *UpdateNodegroupVersionInput) SetLaunchTemplate(v *LaunchTemplateSpecification) *UpdateNodegroupVersionInput
- func (s *UpdateNodegroupVersionInput) SetNodegroupName(v string) *UpdateNodegroupVersionInput
- func (s *UpdateNodegroupVersionInput) SetReleaseVersion(v string) *UpdateNodegroupVersionInput
- func (s *UpdateNodegroupVersionInput) SetVersion(v string) *UpdateNodegroupVersionInput
- func (s UpdateNodegroupVersionInput) String() string
- func (s *UpdateNodegroupVersionInput) Validate() error
- type UpdateNodegroupVersionOutput
- type UpdateParam
- type UpdatePodIdentityAssociationInput
- func (s UpdatePodIdentityAssociationInput) GoString() string
- func (s *UpdatePodIdentityAssociationInput) SetAssociationId(v string) *UpdatePodIdentityAssociationInput
- func (s *UpdatePodIdentityAssociationInput) SetClientRequestToken(v string) *UpdatePodIdentityAssociationInput
- func (s *UpdatePodIdentityAssociationInput) SetClusterName(v string) *UpdatePodIdentityAssociationInput
- func (s *UpdatePodIdentityAssociationInput) SetRoleArn(v string) *UpdatePodIdentityAssociationInput
- func (s UpdatePodIdentityAssociationInput) String() string
- func (s *UpdatePodIdentityAssociationInput) Validate() error
- type UpdatePodIdentityAssociationOutput
- type UpdateTaintsPayload
- func (s UpdateTaintsPayload) GoString() string
- func (s *UpdateTaintsPayload) SetAddOrUpdateTaints(v []*Taint) *UpdateTaintsPayload
- func (s *UpdateTaintsPayload) SetRemoveTaints(v []*Taint) *UpdateTaintsPayload
- func (s UpdateTaintsPayload) String() string
- func (s *UpdateTaintsPayload) Validate() error
- type VpcConfigRequest
- func (s VpcConfigRequest) GoString() string
- func (s *VpcConfigRequest) SetEndpointPrivateAccess(v bool) *VpcConfigRequest
- func (s *VpcConfigRequest) SetEndpointPublicAccess(v bool) *VpcConfigRequest
- func (s *VpcConfigRequest) SetPublicAccessCidrs(v []*string) *VpcConfigRequest
- func (s *VpcConfigRequest) SetSecurityGroupIds(v []*string) *VpcConfigRequest
- func (s *VpcConfigRequest) SetSubnetIds(v []*string) *VpcConfigRequest
- func (s VpcConfigRequest) String() string
- type VpcConfigResponse
- func (s VpcConfigResponse) GoString() string
- func (s *VpcConfigResponse) SetClusterSecurityGroupId(v string) *VpcConfigResponse
- func (s *VpcConfigResponse) SetEndpointPrivateAccess(v bool) *VpcConfigResponse
- func (s *VpcConfigResponse) SetEndpointPublicAccess(v bool) *VpcConfigResponse
- func (s *VpcConfigResponse) SetPublicAccessCidrs(v []*string) *VpcConfigResponse
- func (s *VpcConfigResponse) SetSecurityGroupIds(v []*string) *VpcConfigResponse
- func (s *VpcConfigResponse) SetSubnetIds(v []*string) *VpcConfigResponse
- func (s *VpcConfigResponse) SetVpcId(v string) *VpcConfigResponse
- func (s VpcConfigResponse) String() string
Examples ¶
Constants ¶
const ( // AMITypesAl2X8664 is a AMITypes enum value AMITypesAl2X8664 = "AL2_x86_64" // AMITypesAl2X8664Gpu is a AMITypes enum value AMITypesAl2X8664Gpu = "AL2_x86_64_GPU" // AMITypesAl2Arm64 is a AMITypes enum value AMITypesAl2Arm64 = "AL2_ARM_64" // AMITypesCustom is a AMITypes enum value AMITypesCustom = "CUSTOM" // AMITypesBottlerocketArm64 is a AMITypes enum value AMITypesBottlerocketArm64 = "BOTTLEROCKET_ARM_64" // AMITypesBottlerocketX8664 is a AMITypes enum value AMITypesBottlerocketX8664 = "BOTTLEROCKET_x86_64" // AMITypesBottlerocketArm64Nvidia is a AMITypes enum value AMITypesBottlerocketArm64Nvidia = "BOTTLEROCKET_ARM_64_NVIDIA" // AMITypesBottlerocketX8664Nvidia is a AMITypes enum value AMITypesBottlerocketX8664Nvidia = "BOTTLEROCKET_x86_64_NVIDIA" // AMITypesWindowsCore2019X8664 is a AMITypes enum value AMITypesWindowsCore2019X8664 = "WINDOWS_CORE_2019_x86_64" // AMITypesWindowsFull2019X8664 is a AMITypes enum value AMITypesWindowsFull2019X8664 = "WINDOWS_FULL_2019_x86_64" // AMITypesWindowsCore2022X8664 is a AMITypes enum value AMITypesWindowsCore2022X8664 = "WINDOWS_CORE_2022_x86_64" // AMITypesWindowsFull2022X8664 is a AMITypes enum value AMITypesWindowsFull2022X8664 = "WINDOWS_FULL_2022_x86_64" )
const ( // AccessScopeTypeCluster is a AccessScopeType enum value AccessScopeTypeCluster = "cluster" // AccessScopeTypeNamespace is a AccessScopeType enum value AccessScopeTypeNamespace = "namespace" )
const ( // AddonIssueCodeAccessDenied is a AddonIssueCode enum value AddonIssueCodeAccessDenied = "AccessDenied" // AddonIssueCodeInternalFailure is a AddonIssueCode enum value AddonIssueCodeInternalFailure = "InternalFailure" // AddonIssueCodeClusterUnreachable is a AddonIssueCode enum value AddonIssueCodeClusterUnreachable = "ClusterUnreachable" // AddonIssueCodeInsufficientNumberOfReplicas is a AddonIssueCode enum value AddonIssueCodeInsufficientNumberOfReplicas = "InsufficientNumberOfReplicas" // AddonIssueCodeConfigurationConflict is a AddonIssueCode enum value AddonIssueCodeConfigurationConflict = "ConfigurationConflict" // AddonIssueCodeAdmissionRequestDenied is a AddonIssueCode enum value AddonIssueCodeAdmissionRequestDenied = "AdmissionRequestDenied" // AddonIssueCodeUnsupportedAddonModification is a AddonIssueCode enum value AddonIssueCodeUnsupportedAddonModification = "UnsupportedAddonModification" // AddonIssueCodeK8sResourceNotFound is a AddonIssueCode enum value AddonIssueCodeK8sResourceNotFound = "K8sResourceNotFound" )
const ( // AddonStatusCreating is a AddonStatus enum value AddonStatusCreating = "CREATING" // AddonStatusActive is a AddonStatus enum value AddonStatusActive = "ACTIVE" // AddonStatusCreateFailed is a AddonStatus enum value AddonStatusCreateFailed = "CREATE_FAILED" // AddonStatusUpdating is a AddonStatus enum value AddonStatusUpdating = "UPDATING" // AddonStatusDeleting is a AddonStatus enum value AddonStatusDeleting = "DELETING" // AddonStatusDeleteFailed is a AddonStatus enum value AddonStatusDeleteFailed = "DELETE_FAILED" // AddonStatusDegraded is a AddonStatus enum value AddonStatusDegraded = "DEGRADED" // AddonStatusUpdateFailed is a AddonStatus enum value AddonStatusUpdateFailed = "UPDATE_FAILED" )
const ( // AuthenticationModeApi is a AuthenticationMode enum value AuthenticationModeApi = "API" // AuthenticationModeApiAndConfigMap is a AuthenticationMode enum value AuthenticationModeApiAndConfigMap = "API_AND_CONFIG_MAP" // AuthenticationModeConfigMap is a AuthenticationMode enum value AuthenticationModeConfigMap = "CONFIG_MAP" )
const ( // CapacityTypesOnDemand is a CapacityTypes enum value CapacityTypesOnDemand = "ON_DEMAND" // CapacityTypesSpot is a CapacityTypes enum value CapacityTypesSpot = "SPOT" )
const ( // ClusterIssueCodeAccessDenied is a ClusterIssueCode enum value ClusterIssueCodeAccessDenied = "AccessDenied" // ClusterIssueCodeClusterUnreachable is a ClusterIssueCode enum value ClusterIssueCodeClusterUnreachable = "ClusterUnreachable" // ClusterIssueCodeConfigurationConflict is a ClusterIssueCode enum value ClusterIssueCodeConfigurationConflict = "ConfigurationConflict" // ClusterIssueCodeInternalFailure is a ClusterIssueCode enum value ClusterIssueCodeInternalFailure = "InternalFailure" // ClusterIssueCodeResourceLimitExceeded is a ClusterIssueCode enum value ClusterIssueCodeResourceLimitExceeded = "ResourceLimitExceeded" // ClusterIssueCodeResourceNotFound is a ClusterIssueCode enum value ClusterIssueCodeResourceNotFound = "ResourceNotFound" // ClusterIssueCodeIamRoleNotFound is a ClusterIssueCode enum value ClusterIssueCodeIamRoleNotFound = "IamRoleNotFound" // ClusterIssueCodeVpcNotFound is a ClusterIssueCode enum value ClusterIssueCodeVpcNotFound = "VpcNotFound" // ClusterIssueCodeInsufficientFreeAddresses is a ClusterIssueCode enum value ClusterIssueCodeInsufficientFreeAddresses = "InsufficientFreeAddresses" // ClusterIssueCodeEc2serviceNotSubscribed is a ClusterIssueCode enum value ClusterIssueCodeEc2serviceNotSubscribed = "Ec2ServiceNotSubscribed" // ClusterIssueCodeEc2subnetNotFound is a ClusterIssueCode enum value ClusterIssueCodeEc2subnetNotFound = "Ec2SubnetNotFound" // ClusterIssueCodeEc2securityGroupNotFound is a ClusterIssueCode enum value ClusterIssueCodeEc2securityGroupNotFound = "Ec2SecurityGroupNotFound" // ClusterIssueCodeKmsGrantRevoked is a ClusterIssueCode enum value ClusterIssueCodeKmsGrantRevoked = "KmsGrantRevoked" // ClusterIssueCodeKmsKeyNotFound is a ClusterIssueCode enum value ClusterIssueCodeKmsKeyNotFound = "KmsKeyNotFound" // ClusterIssueCodeKmsKeyMarkedForDeletion is a ClusterIssueCode enum value ClusterIssueCodeKmsKeyMarkedForDeletion = "KmsKeyMarkedForDeletion" // ClusterIssueCodeKmsKeyDisabled is a ClusterIssueCode enum value ClusterIssueCodeKmsKeyDisabled = "KmsKeyDisabled" // ClusterIssueCodeStsRegionalEndpointDisabled is a ClusterIssueCode enum value ClusterIssueCodeStsRegionalEndpointDisabled = "StsRegionalEndpointDisabled" // ClusterIssueCodeUnsupportedVersion is a ClusterIssueCode enum value ClusterIssueCodeUnsupportedVersion = "UnsupportedVersion" // ClusterIssueCodeOther is a ClusterIssueCode enum value ClusterIssueCodeOther = "Other" )
const ( // ClusterStatusCreating is a ClusterStatus enum value ClusterStatusCreating = "CREATING" // ClusterStatusActive is a ClusterStatus enum value ClusterStatusActive = "ACTIVE" // ClusterStatusDeleting is a ClusterStatus enum value ClusterStatusDeleting = "DELETING" // ClusterStatusFailed is a ClusterStatus enum value ClusterStatusFailed = "FAILED" // ClusterStatusUpdating is a ClusterStatus enum value ClusterStatusUpdating = "UPDATING" // ClusterStatusPending is a ClusterStatus enum value ClusterStatusPending = "PENDING" )
const ( // ConfigStatusCreating is a ConfigStatus enum value ConfigStatusCreating = "CREATING" // ConfigStatusDeleting is a ConfigStatus enum value ConfigStatusDeleting = "DELETING" // ConfigStatusActive is a ConfigStatus enum value ConfigStatusActive = "ACTIVE" )
const ( // ConnectorConfigProviderEksAnywhere is a ConnectorConfigProvider enum value ConnectorConfigProviderEksAnywhere = "EKS_ANYWHERE" // ConnectorConfigProviderAnthos is a ConnectorConfigProvider enum value ConnectorConfigProviderAnthos = "ANTHOS" // ConnectorConfigProviderGke is a ConnectorConfigProvider enum value ConnectorConfigProviderGke = "GKE" // ConnectorConfigProviderAks is a ConnectorConfigProvider enum value ConnectorConfigProviderAks = "AKS" // ConnectorConfigProviderOpenshift is a ConnectorConfigProvider enum value ConnectorConfigProviderOpenshift = "OPENSHIFT" // ConnectorConfigProviderTanzu is a ConnectorConfigProvider enum value ConnectorConfigProviderTanzu = "TANZU" // ConnectorConfigProviderRancher is a ConnectorConfigProvider enum value ConnectorConfigProviderRancher = "RANCHER" // ConnectorConfigProviderEc2 is a ConnectorConfigProvider enum value ConnectorConfigProviderEc2 = "EC2" // ConnectorConfigProviderOther is a ConnectorConfigProvider enum value ConnectorConfigProviderOther = "OTHER" )
const ( // EksAnywhereSubscriptionStatusCreating is a EksAnywhereSubscriptionStatus enum value EksAnywhereSubscriptionStatusCreating = "CREATING" // EksAnywhereSubscriptionStatusActive is a EksAnywhereSubscriptionStatus enum value EksAnywhereSubscriptionStatusActive = "ACTIVE" // EksAnywhereSubscriptionStatusUpdating is a EksAnywhereSubscriptionStatus enum value EksAnywhereSubscriptionStatusUpdating = "UPDATING" // EksAnywhereSubscriptionStatusExpiring is a EksAnywhereSubscriptionStatus enum value EksAnywhereSubscriptionStatusExpiring = "EXPIRING" // EksAnywhereSubscriptionStatusExpired is a EksAnywhereSubscriptionStatus enum value EksAnywhereSubscriptionStatusExpired = "EXPIRED" // EksAnywhereSubscriptionStatusDeleting is a EksAnywhereSubscriptionStatus enum value EksAnywhereSubscriptionStatusDeleting = "DELETING" )
const ( // ErrorCodeSubnetNotFound is a ErrorCode enum value ErrorCodeSubnetNotFound = "SubnetNotFound" // ErrorCodeSecurityGroupNotFound is a ErrorCode enum value ErrorCodeSecurityGroupNotFound = "SecurityGroupNotFound" // ErrorCodeEniLimitReached is a ErrorCode enum value ErrorCodeEniLimitReached = "EniLimitReached" // ErrorCodeIpNotAvailable is a ErrorCode enum value ErrorCodeIpNotAvailable = "IpNotAvailable" // ErrorCodeAccessDenied is a ErrorCode enum value ErrorCodeAccessDenied = "AccessDenied" // ErrorCodeOperationNotPermitted is a ErrorCode enum value ErrorCodeOperationNotPermitted = "OperationNotPermitted" // ErrorCodeVpcIdNotFound is a ErrorCode enum value ErrorCodeVpcIdNotFound = "VpcIdNotFound" // ErrorCodeUnknown is a ErrorCode enum value ErrorCodeUnknown = "Unknown" // ErrorCodeNodeCreationFailure is a ErrorCode enum value ErrorCodeNodeCreationFailure = "NodeCreationFailure" // ErrorCodePodEvictionFailure is a ErrorCode enum value ErrorCodePodEvictionFailure = "PodEvictionFailure" // ErrorCodeInsufficientFreeAddresses is a ErrorCode enum value ErrorCodeInsufficientFreeAddresses = "InsufficientFreeAddresses" // ErrorCodeClusterUnreachable is a ErrorCode enum value ErrorCodeClusterUnreachable = "ClusterUnreachable" // ErrorCodeInsufficientNumberOfReplicas is a ErrorCode enum value ErrorCodeInsufficientNumberOfReplicas = "InsufficientNumberOfReplicas" // ErrorCodeConfigurationConflict is a ErrorCode enum value ErrorCodeConfigurationConflict = "ConfigurationConflict" // ErrorCodeAdmissionRequestDenied is a ErrorCode enum value ErrorCodeAdmissionRequestDenied = "AdmissionRequestDenied" // ErrorCodeUnsupportedAddonModification is a ErrorCode enum value ErrorCodeUnsupportedAddonModification = "UnsupportedAddonModification" // ErrorCodeK8sResourceNotFound is a ErrorCode enum value ErrorCodeK8sResourceNotFound = "K8sResourceNotFound" )
const ( // FargateProfileStatusCreating is a FargateProfileStatus enum value FargateProfileStatusCreating = "CREATING" // FargateProfileStatusActive is a FargateProfileStatus enum value FargateProfileStatusActive = "ACTIVE" // FargateProfileStatusDeleting is a FargateProfileStatus enum value FargateProfileStatusDeleting = "DELETING" // FargateProfileStatusCreateFailed is a FargateProfileStatus enum value FargateProfileStatusCreateFailed = "CREATE_FAILED" // FargateProfileStatusDeleteFailed is a FargateProfileStatus enum value FargateProfileStatusDeleteFailed = "DELETE_FAILED" )
const ( // InsightStatusValuePassing is a InsightStatusValue enum value InsightStatusValuePassing = "PASSING" // InsightStatusValueWarning is a InsightStatusValue enum value InsightStatusValueWarning = "WARNING" // InsightStatusValueError is a InsightStatusValue enum value InsightStatusValueError = "ERROR" // InsightStatusValueUnknown is a InsightStatusValue enum value InsightStatusValueUnknown = "UNKNOWN" )
const ( // IpFamilyIpv4 is a IpFamily enum value IpFamilyIpv4 = "ipv4" // IpFamilyIpv6 is a IpFamily enum value IpFamilyIpv6 = "ipv6" )
const ( // LogTypeApi is a LogType enum value LogTypeApi = "api" // LogTypeAudit is a LogType enum value LogTypeAudit = "audit" // LogTypeAuthenticator is a LogType enum value LogTypeAuthenticator = "authenticator" // LogTypeControllerManager is a LogType enum value LogTypeControllerManager = "controllerManager" // LogTypeScheduler is a LogType enum value LogTypeScheduler = "scheduler" )
const ( // NodegroupIssueCodeAutoScalingGroupNotFound is a NodegroupIssueCode enum value NodegroupIssueCodeAutoScalingGroupNotFound = "AutoScalingGroupNotFound" // NodegroupIssueCodeAutoScalingGroupInvalidConfiguration is a NodegroupIssueCode enum value NodegroupIssueCodeAutoScalingGroupInvalidConfiguration = "AutoScalingGroupInvalidConfiguration" // NodegroupIssueCodeEc2securityGroupNotFound is a NodegroupIssueCode enum value NodegroupIssueCodeEc2securityGroupNotFound = "Ec2SecurityGroupNotFound" // NodegroupIssueCodeEc2securityGroupDeletionFailure is a NodegroupIssueCode enum value NodegroupIssueCodeEc2securityGroupDeletionFailure = "Ec2SecurityGroupDeletionFailure" // NodegroupIssueCodeEc2launchTemplateNotFound is a NodegroupIssueCode enum value NodegroupIssueCodeEc2launchTemplateNotFound = "Ec2LaunchTemplateNotFound" // NodegroupIssueCodeEc2launchTemplateVersionMismatch is a NodegroupIssueCode enum value NodegroupIssueCodeEc2launchTemplateVersionMismatch = "Ec2LaunchTemplateVersionMismatch" // NodegroupIssueCodeEc2subnetNotFound is a NodegroupIssueCode enum value NodegroupIssueCodeEc2subnetNotFound = "Ec2SubnetNotFound" // NodegroupIssueCodeEc2subnetInvalidConfiguration is a NodegroupIssueCode enum value NodegroupIssueCodeEc2subnetInvalidConfiguration = "Ec2SubnetInvalidConfiguration" // NodegroupIssueCodeIamInstanceProfileNotFound is a NodegroupIssueCode enum value NodegroupIssueCodeIamInstanceProfileNotFound = "IamInstanceProfileNotFound" // NodegroupIssueCodeEc2subnetMissingIpv6assignment is a NodegroupIssueCode enum value NodegroupIssueCodeEc2subnetMissingIpv6assignment = "Ec2SubnetMissingIpv6Assignment" // NodegroupIssueCodeIamLimitExceeded is a NodegroupIssueCode enum value NodegroupIssueCodeIamLimitExceeded = "IamLimitExceeded" // NodegroupIssueCodeIamNodeRoleNotFound is a NodegroupIssueCode enum value NodegroupIssueCodeIamNodeRoleNotFound = "IamNodeRoleNotFound" // NodegroupIssueCodeNodeCreationFailure is a NodegroupIssueCode enum value NodegroupIssueCodeNodeCreationFailure = "NodeCreationFailure" // NodegroupIssueCodeAsgInstanceLaunchFailures is a NodegroupIssueCode enum value NodegroupIssueCodeAsgInstanceLaunchFailures = "AsgInstanceLaunchFailures" // NodegroupIssueCodeInstanceLimitExceeded is a NodegroupIssueCode enum value NodegroupIssueCodeInstanceLimitExceeded = "InstanceLimitExceeded" // NodegroupIssueCodeInsufficientFreeAddresses is a NodegroupIssueCode enum value NodegroupIssueCodeInsufficientFreeAddresses = "InsufficientFreeAddresses" // NodegroupIssueCodeAccessDenied is a NodegroupIssueCode enum value NodegroupIssueCodeAccessDenied = "AccessDenied" // NodegroupIssueCodeInternalFailure is a NodegroupIssueCode enum value NodegroupIssueCodeInternalFailure = "InternalFailure" // NodegroupIssueCodeClusterUnreachable is a NodegroupIssueCode enum value NodegroupIssueCodeClusterUnreachable = "ClusterUnreachable" // NodegroupIssueCodeAmiIdNotFound is a NodegroupIssueCode enum value NodegroupIssueCodeAmiIdNotFound = "AmiIdNotFound" // NodegroupIssueCodeAutoScalingGroupOptInRequired is a NodegroupIssueCode enum value NodegroupIssueCodeAutoScalingGroupOptInRequired = "AutoScalingGroupOptInRequired" // NodegroupIssueCodeAutoScalingGroupRateLimitExceeded is a NodegroupIssueCode enum value NodegroupIssueCodeAutoScalingGroupRateLimitExceeded = "AutoScalingGroupRateLimitExceeded" // NodegroupIssueCodeEc2launchTemplateDeletionFailure is a NodegroupIssueCode enum value NodegroupIssueCodeEc2launchTemplateDeletionFailure = "Ec2LaunchTemplateDeletionFailure" // NodegroupIssueCodeEc2launchTemplateInvalidConfiguration is a NodegroupIssueCode enum value NodegroupIssueCodeEc2launchTemplateInvalidConfiguration = "Ec2LaunchTemplateInvalidConfiguration" // NodegroupIssueCodeEc2launchTemplateMaxLimitExceeded is a NodegroupIssueCode enum value NodegroupIssueCodeEc2launchTemplateMaxLimitExceeded = "Ec2LaunchTemplateMaxLimitExceeded" // NodegroupIssueCodeEc2subnetListTooLong is a NodegroupIssueCode enum value NodegroupIssueCodeEc2subnetListTooLong = "Ec2SubnetListTooLong" // NodegroupIssueCodeIamThrottling is a NodegroupIssueCode enum value NodegroupIssueCodeIamThrottling = "IamThrottling" // NodegroupIssueCodeNodeTerminationFailure is a NodegroupIssueCode enum value NodegroupIssueCodeNodeTerminationFailure = "NodeTerminationFailure" // NodegroupIssueCodePodEvictionFailure is a NodegroupIssueCode enum value NodegroupIssueCodePodEvictionFailure = "PodEvictionFailure" // NodegroupIssueCodeSourceEc2launchTemplateNotFound is a NodegroupIssueCode enum value NodegroupIssueCodeSourceEc2launchTemplateNotFound = "SourceEc2LaunchTemplateNotFound" // NodegroupIssueCodeLimitExceeded is a NodegroupIssueCode enum value NodegroupIssueCodeLimitExceeded = "LimitExceeded" // NodegroupIssueCodeUnknown is a NodegroupIssueCode enum value NodegroupIssueCodeUnknown = "Unknown" // NodegroupIssueCodeAutoScalingGroupInstanceRefreshActive is a NodegroupIssueCode enum value NodegroupIssueCodeAutoScalingGroupInstanceRefreshActive = "AutoScalingGroupInstanceRefreshActive" )
const ( // NodegroupStatusCreating is a NodegroupStatus enum value NodegroupStatusCreating = "CREATING" // NodegroupStatusActive is a NodegroupStatus enum value NodegroupStatusActive = "ACTIVE" // NodegroupStatusUpdating is a NodegroupStatus enum value NodegroupStatusUpdating = "UPDATING" // NodegroupStatusDeleting is a NodegroupStatus enum value NodegroupStatusDeleting = "DELETING" // NodegroupStatusCreateFailed is a NodegroupStatus enum value NodegroupStatusCreateFailed = "CREATE_FAILED" // NodegroupStatusDeleteFailed is a NodegroupStatus enum value NodegroupStatusDeleteFailed = "DELETE_FAILED" // NodegroupStatusDegraded is a NodegroupStatus enum value NodegroupStatusDegraded = "DEGRADED" )
const ( // ResolveConflictsOverwrite is a ResolveConflicts enum value ResolveConflictsOverwrite = "OVERWRITE" // ResolveConflictsNone is a ResolveConflicts enum value ResolveConflictsNone = "NONE" // ResolveConflictsPreserve is a ResolveConflicts enum value ResolveConflictsPreserve = "PRESERVE" )
const ( // TaintEffectNoSchedule is a TaintEffect enum value TaintEffectNoSchedule = "NO_SCHEDULE" // TaintEffectNoExecute is a TaintEffect enum value TaintEffectNoExecute = "NO_EXECUTE" // TaintEffectPreferNoSchedule is a TaintEffect enum value TaintEffectPreferNoSchedule = "PREFER_NO_SCHEDULE" )
const ( // UpdateParamTypeVersion is a UpdateParamType enum value UpdateParamTypeVersion = "Version" // UpdateParamTypePlatformVersion is a UpdateParamType enum value UpdateParamTypePlatformVersion = "PlatformVersion" // UpdateParamTypeEndpointPrivateAccess is a UpdateParamType enum value UpdateParamTypeEndpointPrivateAccess = "EndpointPrivateAccess" // UpdateParamTypeEndpointPublicAccess is a UpdateParamType enum value UpdateParamTypeEndpointPublicAccess = "EndpointPublicAccess" // UpdateParamTypeClusterLogging is a UpdateParamType enum value UpdateParamTypeClusterLogging = "ClusterLogging" // UpdateParamTypeDesiredSize is a UpdateParamType enum value UpdateParamTypeDesiredSize = "DesiredSize" // UpdateParamTypeLabelsToAdd is a UpdateParamType enum value UpdateParamTypeLabelsToAdd = "LabelsToAdd" // UpdateParamTypeLabelsToRemove is a UpdateParamType enum value UpdateParamTypeLabelsToRemove = "LabelsToRemove" // UpdateParamTypeTaintsToAdd is a UpdateParamType enum value UpdateParamTypeTaintsToAdd = "TaintsToAdd" // UpdateParamTypeTaintsToRemove is a UpdateParamType enum value UpdateParamTypeTaintsToRemove = "TaintsToRemove" // UpdateParamTypeMaxSize is a UpdateParamType enum value UpdateParamTypeMaxSize = "MaxSize" // UpdateParamTypeMinSize is a UpdateParamType enum value UpdateParamTypeMinSize = "MinSize" // UpdateParamTypeReleaseVersion is a UpdateParamType enum value UpdateParamTypeReleaseVersion = "ReleaseVersion" // UpdateParamTypePublicAccessCidrs is a UpdateParamType enum value UpdateParamTypePublicAccessCidrs = "PublicAccessCidrs" // UpdateParamTypeLaunchTemplateName is a UpdateParamType enum value UpdateParamTypeLaunchTemplateName = "LaunchTemplateName" // UpdateParamTypeLaunchTemplateVersion is a UpdateParamType enum value UpdateParamTypeLaunchTemplateVersion = "LaunchTemplateVersion" // UpdateParamTypeIdentityProviderConfig is a UpdateParamType enum value UpdateParamTypeIdentityProviderConfig = "IdentityProviderConfig" // UpdateParamTypeEncryptionConfig is a UpdateParamType enum value UpdateParamTypeEncryptionConfig = "EncryptionConfig" // UpdateParamTypeAddonVersion is a UpdateParamType enum value UpdateParamTypeAddonVersion = "AddonVersion" // UpdateParamTypeServiceAccountRoleArn is a UpdateParamType enum value UpdateParamTypeServiceAccountRoleArn = "ServiceAccountRoleArn" // UpdateParamTypeResolveConflicts is a UpdateParamType enum value UpdateParamTypeResolveConflicts = "ResolveConflicts" UpdateParamTypeMaxUnavailable = "MaxUnavailable" UpdateParamTypeMaxUnavailablePercentage = "MaxUnavailablePercentage" // UpdateParamTypeConfigurationValues is a UpdateParamType enum value UpdateParamTypeConfigurationValues = "ConfigurationValues" // UpdateParamTypeSecurityGroups is a UpdateParamType enum value UpdateParamTypeSecurityGroups = "SecurityGroups" // UpdateParamTypeSubnets is a UpdateParamType enum value UpdateParamTypeSubnets = "Subnets" // UpdateParamTypeAuthenticationMode is a UpdateParamType enum value UpdateParamTypeAuthenticationMode = "AuthenticationMode" )
const ( // UpdateStatusInProgress is a UpdateStatus enum value UpdateStatusInProgress = "InProgress" // UpdateStatusFailed is a UpdateStatus enum value UpdateStatusFailed = "Failed" // UpdateStatusCancelled is a UpdateStatus enum value UpdateStatusCancelled = "Cancelled" // UpdateStatusSuccessful is a UpdateStatus enum value UpdateStatusSuccessful = "Successful" )
const ( // UpdateTypeVersionUpdate is a UpdateType enum value UpdateTypeVersionUpdate = "VersionUpdate" // UpdateTypeEndpointAccessUpdate is a UpdateType enum value UpdateTypeEndpointAccessUpdate = "EndpointAccessUpdate" // UpdateTypeLoggingUpdate is a UpdateType enum value UpdateTypeLoggingUpdate = "LoggingUpdate" // UpdateTypeConfigUpdate is a UpdateType enum value UpdateTypeConfigUpdate = "ConfigUpdate" // UpdateTypeAssociateIdentityProviderConfig is a UpdateType enum value UpdateTypeAssociateIdentityProviderConfig = "AssociateIdentityProviderConfig" // UpdateTypeDisassociateIdentityProviderConfig is a UpdateType enum value UpdateTypeDisassociateIdentityProviderConfig = "DisassociateIdentityProviderConfig" // UpdateTypeAssociateEncryptionConfig is a UpdateType enum value UpdateTypeAssociateEncryptionConfig = "AssociateEncryptionConfig" // UpdateTypeAddonUpdate is a UpdateType enum value UpdateTypeAddonUpdate = "AddonUpdate" // UpdateTypeVpcConfigUpdate is a UpdateType enum value UpdateTypeVpcConfigUpdate = "VpcConfigUpdate" // UpdateTypeAccessConfigUpdate is a UpdateType enum value UpdateTypeAccessConfigUpdate = "AccessConfigUpdate" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // You don't have permissions to perform the requested operation. The IAM principal // (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) // making the request must have at least one IAM permissions policy attached // that grants the required permissions. For more information, see Access management // (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM // User Guide. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeBadRequestException for service response error code // "BadRequestException". // // This exception is thrown if the request contains a semantic error. The precise // meaning will depend on the API, and will be documented in the error message. ErrCodeBadRequestException = "BadRequestException" // ErrCodeClientException for service response error code // "ClientException". // // These errors are usually caused by a client action. Actions can include using // an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) // that doesn't have permissions to use the action or resource or specifying // an identifier that is not valid. ErrCodeClientException = "ClientException" // ErrCodeInvalidParameterException for service response error code // "InvalidParameterException". // // The specified parameter is invalid. Review the available parameters for the // API request. ErrCodeInvalidParameterException = "InvalidParameterException" // ErrCodeInvalidRequestException for service response error code // "InvalidRequestException". // // The request is invalid given the state of the cluster. Check the state of // the cluster and the associated operations. ErrCodeInvalidRequestException = "InvalidRequestException" // ErrCodeNotFoundException for service response error code // "NotFoundException". // // A service resource associated with the request could not be found. Clients // should not retry such requests. ErrCodeNotFoundException = "NotFoundException" // ErrCodeResourceInUseException for service response error code // "ResourceInUseException". // // The specified resource is in use. ErrCodeResourceInUseException = "ResourceInUseException" // ErrCodeResourceLimitExceededException for service response error code // "ResourceLimitExceededException". // // You have encountered a service limit on the specified resource. ErrCodeResourceLimitExceededException = "ResourceLimitExceededException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The specified resource could not be found. You can view your available clusters // with ListClusters. You can view your available managed node groups with ListNodegroups. // Amazon EKS clusters and node groups are Amazon Web Services Region specific. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeResourcePropagationDelayException for service response error code // "ResourcePropagationDelayException". // // Required resources (such as service-linked roles) were created and are still // propagating. Retry later. ErrCodeResourcePropagationDelayException = "ResourcePropagationDelayException" // ErrCodeServerException for service response error code // "ServerException". // // These errors are usually caused by a server-side issue. ErrCodeServerException = "ServerException" // "ServiceUnavailableException". // // The service is unavailable. Back off and retry the operation. ErrCodeServiceUnavailableException = "ServiceUnavailableException" // ErrCodeUnsupportedAvailabilityZoneException for service response error code // "UnsupportedAvailabilityZoneException". // // At least one of your specified cluster subnets is in an Availability Zone // that does not support Amazon EKS. The exception output specifies the supported // Availability Zones for your account, from which you can choose subnets for // your cluster. ErrCodeUnsupportedAvailabilityZoneException = "UnsupportedAvailabilityZoneException" )
const ( ServiceName = "eks" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "EKS" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// CategoryUpgradeReadiness is a Category enum value
CategoryUpgradeReadiness = "UPGRADE_READINESS"
)
const (
// EksAnywhereSubscriptionLicenseTypeCluster is a EksAnywhereSubscriptionLicenseType enum value
EksAnywhereSubscriptionLicenseTypeCluster = "Cluster"
)
const (
// EksAnywhereSubscriptionTermUnitMonths is a EksAnywhereSubscriptionTermUnit enum value
EksAnywhereSubscriptionTermUnitMonths = "MONTHS"
)
Variables ¶
This section is empty.
Functions ¶
func AMITypes_Values ¶ added in v1.34.3
func AMITypes_Values() []string
AMITypes_Values returns all elements of the AMITypes enum
func AccessScopeType_Values ¶ added in v1.49.5
func AccessScopeType_Values() []string
AccessScopeType_Values returns all elements of the AccessScopeType enum
func AddonIssueCode_Values ¶ added in v1.35.37
func AddonIssueCode_Values() []string
AddonIssueCode_Values returns all elements of the AddonIssueCode enum
func AddonStatus_Values ¶ added in v1.35.37
func AddonStatus_Values() []string
AddonStatus_Values returns all elements of the AddonStatus enum
func AuthenticationMode_Values ¶ added in v1.49.5
func AuthenticationMode_Values() []string
AuthenticationMode_Values returns all elements of the AuthenticationMode enum
func CapacityTypes_Values ¶ added in v1.35.37
func CapacityTypes_Values() []string
CapacityTypes_Values returns all elements of the CapacityTypes enum
func Category_Values ¶ added in v1.49.7
func Category_Values() []string
Category_Values returns all elements of the Category enum
func ClusterIssueCode_Values ¶ added in v1.44.96
func ClusterIssueCode_Values() []string
ClusterIssueCode_Values returns all elements of the ClusterIssueCode enum
func ClusterStatus_Values ¶ added in v1.34.3
func ClusterStatus_Values() []string
ClusterStatus_Values returns all elements of the ClusterStatus enum
func ConfigStatus_Values ¶ added in v1.37.10
func ConfigStatus_Values() []string
ConfigStatus_Values returns all elements of the ConfigStatus enum
func ConnectorConfigProvider_Values ¶ added in v1.40.38
func ConnectorConfigProvider_Values() []string
ConnectorConfigProvider_Values returns all elements of the ConnectorConfigProvider enum
func EksAnywhereSubscriptionLicenseType_Values ¶ added in v1.47.8
func EksAnywhereSubscriptionLicenseType_Values() []string
EksAnywhereSubscriptionLicenseType_Values returns all elements of the EksAnywhereSubscriptionLicenseType enum
func EksAnywhereSubscriptionStatus_Values ¶ added in v1.47.8
func EksAnywhereSubscriptionStatus_Values() []string
EksAnywhereSubscriptionStatus_Values returns all elements of the EksAnywhereSubscriptionStatus enum
func EksAnywhereSubscriptionTermUnit_Values ¶ added in v1.47.8
func EksAnywhereSubscriptionTermUnit_Values() []string
EksAnywhereSubscriptionTermUnit_Values returns all elements of the EksAnywhereSubscriptionTermUnit enum
func ErrorCode_Values ¶ added in v1.34.3
func ErrorCode_Values() []string
ErrorCode_Values returns all elements of the ErrorCode enum
func FargateProfileStatus_Values ¶ added in v1.34.3
func FargateProfileStatus_Values() []string
FargateProfileStatus_Values returns all elements of the FargateProfileStatus enum
func InsightStatusValue_Values ¶ added in v1.49.7
func InsightStatusValue_Values() []string
InsightStatusValue_Values returns all elements of the InsightStatusValue enum
func IpFamily_Values ¶ added in v1.42.28
func IpFamily_Values() []string
IpFamily_Values returns all elements of the IpFamily enum
func LogType_Values ¶ added in v1.34.3
func LogType_Values() []string
LogType_Values returns all elements of the LogType enum
func NodegroupIssueCode_Values ¶ added in v1.34.3
func NodegroupIssueCode_Values() []string
NodegroupIssueCode_Values returns all elements of the NodegroupIssueCode enum
func NodegroupStatus_Values ¶ added in v1.34.3
func NodegroupStatus_Values() []string
NodegroupStatus_Values returns all elements of the NodegroupStatus enum
func ResolveConflicts_Values ¶ added in v1.35.37
func ResolveConflicts_Values() []string
ResolveConflicts_Values returns all elements of the ResolveConflicts enum
func TaintEffect_Values ¶ added in v1.38.37
func TaintEffect_Values() []string
TaintEffect_Values returns all elements of the TaintEffect enum
func UpdateParamType_Values ¶ added in v1.34.3
func UpdateParamType_Values() []string
UpdateParamType_Values returns all elements of the UpdateParamType enum
func UpdateStatus_Values ¶ added in v1.34.3
func UpdateStatus_Values() []string
UpdateStatus_Values returns all elements of the UpdateStatus enum
func UpdateType_Values ¶ added in v1.34.3
func UpdateType_Values() []string
UpdateType_Values returns all elements of the UpdateType enum
Types ¶
type AccessConfigResponse ¶ added in v1.49.5
type AccessConfigResponse struct { // The current authentication mode of the cluster. AuthenticationMode *string `locationName:"authenticationMode" type:"string" enum:"AuthenticationMode"` // Specifies whether or not the cluster creator IAM principal was set as a cluster // admin access entry during cluster creation time. BootstrapClusterCreatorAdminPermissions *bool `locationName:"bootstrapClusterCreatorAdminPermissions" type:"boolean"` // contains filtered or unexported fields }
The access configuration for the cluster.
func (AccessConfigResponse) GoString ¶ added in v1.49.5
func (s AccessConfigResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessConfigResponse) SetAuthenticationMode ¶ added in v1.49.5
func (s *AccessConfigResponse) SetAuthenticationMode(v string) *AccessConfigResponse
SetAuthenticationMode sets the AuthenticationMode field's value.
func (*AccessConfigResponse) SetBootstrapClusterCreatorAdminPermissions ¶ added in v1.49.5
func (s *AccessConfigResponse) SetBootstrapClusterCreatorAdminPermissions(v bool) *AccessConfigResponse
SetBootstrapClusterCreatorAdminPermissions sets the BootstrapClusterCreatorAdminPermissions field's value.
func (AccessConfigResponse) String ¶ added in v1.49.5
func (s AccessConfigResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AccessDeniedException ¶ added in v1.42.5
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // You do not have sufficient access to perform this action. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You don't have permissions to perform the requested operation. The IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.
func (*AccessDeniedException) Code ¶ added in v1.42.5
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (*AccessDeniedException) Error ¶ added in v1.42.5
func (s *AccessDeniedException) Error() string
func (AccessDeniedException) GoString ¶ added in v1.42.5
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessDeniedException) Message ¶ added in v1.42.5
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (*AccessDeniedException) OrigErr ¶ added in v1.42.5
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccessDeniedException) RequestID ¶ added in v1.42.5
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccessDeniedException) StatusCode ¶ added in v1.42.5
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccessDeniedException) String ¶ added in v1.42.5
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AccessEntry ¶ added in v1.49.5
type AccessEntry struct { // The ARN of the access entry. AccessEntryArn *string `locationName:"accessEntryArn" type:"string"` // The name of your cluster. ClusterName *string `locationName:"clusterName" type:"string"` // The Unix epoch timestamp at object creation. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // A name that you've specified in a Kubernetes RoleBinding or ClusterRoleBinding // object so that Kubernetes authorizes the principalARN access to cluster objects. KubernetesGroups []*string `locationName:"kubernetesGroups" type:"list"` // The Unix epoch timestamp for the last modification to the object. ModifiedAt *time.Time `locationName:"modifiedAt" type:"timestamp"` // The ARN of the IAM principal for the access entry. If you ever delete the // IAM principal with this ARN, the access entry isn't automatically deleted. // We recommend that you delete the access entry with an ARN for an IAM principal // that you delete. If you don't delete the access entry and ever recreate the // IAM principal, even if it has the same ARN, the access entry won't work. // This is because even though the ARN is the same for the recreated IAM principal, // the roleID or userID (you can see this with the Security Token Service GetCallerIdentity // API) is different for the recreated IAM principal than it was for the original // IAM principal. Even though you don't see the IAM principal's roleID or userID // for an access entry, Amazon EKS stores it with the access entry. PrincipalArn *string `locationName:"principalArn" type:"string"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // The type of the access entry. Type *string `locationName:"type" type:"string"` // The name of a user that can authenticate to your cluster. Username *string `locationName:"username" type:"string"` // contains filtered or unexported fields }
An access entry allows an IAM principal (user or role) to access your cluster. Access entries can replace the need to maintain the aws-auth ConfigMap for authentication. For more information about access entries, see Access entries (https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html) in the Amazon EKS User Guide.
func (AccessEntry) GoString ¶ added in v1.49.5
func (s AccessEntry) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessEntry) SetAccessEntryArn ¶ added in v1.49.5
func (s *AccessEntry) SetAccessEntryArn(v string) *AccessEntry
SetAccessEntryArn sets the AccessEntryArn field's value.
func (*AccessEntry) SetClusterName ¶ added in v1.49.5
func (s *AccessEntry) SetClusterName(v string) *AccessEntry
SetClusterName sets the ClusterName field's value.
func (*AccessEntry) SetCreatedAt ¶ added in v1.49.5
func (s *AccessEntry) SetCreatedAt(v time.Time) *AccessEntry
SetCreatedAt sets the CreatedAt field's value.
func (*AccessEntry) SetKubernetesGroups ¶ added in v1.49.5
func (s *AccessEntry) SetKubernetesGroups(v []*string) *AccessEntry
SetKubernetesGroups sets the KubernetesGroups field's value.
func (*AccessEntry) SetModifiedAt ¶ added in v1.49.5
func (s *AccessEntry) SetModifiedAt(v time.Time) *AccessEntry
SetModifiedAt sets the ModifiedAt field's value.
func (*AccessEntry) SetPrincipalArn ¶ added in v1.49.5
func (s *AccessEntry) SetPrincipalArn(v string) *AccessEntry
SetPrincipalArn sets the PrincipalArn field's value.
func (*AccessEntry) SetTags ¶ added in v1.49.5
func (s *AccessEntry) SetTags(v map[string]*string) *AccessEntry
SetTags sets the Tags field's value.
func (*AccessEntry) SetType ¶ added in v1.49.5
func (s *AccessEntry) SetType(v string) *AccessEntry
SetType sets the Type field's value.
func (*AccessEntry) SetUsername ¶ added in v1.49.5
func (s *AccessEntry) SetUsername(v string) *AccessEntry
SetUsername sets the Username field's value.
func (AccessEntry) String ¶ added in v1.49.5
func (s AccessEntry) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AccessPolicy ¶ added in v1.49.5
type AccessPolicy struct { // The ARN of the access policy. Arn *string `locationName:"arn" type:"string"` // The name of the access policy. Name *string `locationName:"name" type:"string"` // contains filtered or unexported fields }
An access policy includes permissions that allow Amazon EKS to authorize an IAM principal to work with Kubernetes objects on your cluster. The policies are managed by Amazon EKS, but they're not IAM policies. You can't view the permissions in the policies using the API. The permissions for many of the policies are similar to the Kubernetes cluster-admin, admin, edit, and view cluster roles. For more information about these cluster roles, see User-facing roles (https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles) in the Kubernetes documentation. To view the contents of the policies, see Access policy permissions (https://docs.aws.amazon.com/eks/latest/userguide/access-policies.html#access-policy-permissions) in the Amazon EKS User Guide.
func (AccessPolicy) GoString ¶ added in v1.49.5
func (s AccessPolicy) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessPolicy) SetArn ¶ added in v1.49.5
func (s *AccessPolicy) SetArn(v string) *AccessPolicy
SetArn sets the Arn field's value.
func (*AccessPolicy) SetName ¶ added in v1.49.5
func (s *AccessPolicy) SetName(v string) *AccessPolicy
SetName sets the Name field's value.
func (AccessPolicy) String ¶ added in v1.49.5
func (s AccessPolicy) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AccessScope ¶ added in v1.49.5
type AccessScope struct { // A Kubernetes namespace that an access policy is scoped to. A value is required // if you specified namespace for Type. Namespaces []*string `locationName:"namespaces" type:"list"` // The scope type of an access policy. Type *string `locationName:"type" type:"string" enum:"AccessScopeType"` // contains filtered or unexported fields }
The scope of an AccessPolicy that's associated to an AccessEntry.
func (AccessScope) GoString ¶ added in v1.49.5
func (s AccessScope) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessScope) SetNamespaces ¶ added in v1.49.5
func (s *AccessScope) SetNamespaces(v []*string) *AccessScope
SetNamespaces sets the Namespaces field's value.
func (*AccessScope) SetType ¶ added in v1.49.5
func (s *AccessScope) SetType(v string) *AccessScope
SetType sets the Type field's value.
func (AccessScope) String ¶ added in v1.49.5
func (s AccessScope) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Addon ¶ added in v1.35.37
type Addon struct { // The Amazon Resource Name (ARN) of the add-on. AddonArn *string `locationName:"addonArn" type:"string"` // The name of the add-on. AddonName *string `locationName:"addonName" type:"string"` // The version of the add-on. AddonVersion *string `locationName:"addonVersion" type:"string"` // The name of your cluster. ClusterName *string `locationName:"clusterName" min:"1" type:"string"` // The configuration values that you provided. ConfigurationValues *string `locationName:"configurationValues" type:"string"` // The Unix epoch timestamp at object creation. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // An object that represents the health of the add-on. Health *AddonHealth `locationName:"health" type:"structure"` // Information about an Amazon EKS add-on from the Amazon Web Services Marketplace. MarketplaceInformation *MarketplaceInformation `locationName:"marketplaceInformation" type:"structure"` // The Unix epoch timestamp for the last modification to the object. ModifiedAt *time.Time `locationName:"modifiedAt" type:"timestamp"` // The owner of the add-on. Owner *string `locationName:"owner" type:"string"` // The publisher of the add-on. Publisher *string `locationName:"publisher" type:"string"` // The Amazon Resource Name (ARN) of the IAM role that's bound to the Kubernetes // ServiceAccount object that the add-on uses. ServiceAccountRoleArn *string `locationName:"serviceAccountRoleArn" type:"string"` // The status of the add-on. Status *string `locationName:"status" type:"string" enum:"AddonStatus"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
An Amazon EKS add-on. For more information, see Amazon EKS add-ons (https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html) in the Amazon EKS User Guide.
func (Addon) GoString ¶ added in v1.35.37
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Addon) SetAddonArn ¶ added in v1.35.37
SetAddonArn sets the AddonArn field's value.
func (*Addon) SetAddonName ¶ added in v1.35.37
SetAddonName sets the AddonName field's value.
func (*Addon) SetAddonVersion ¶ added in v1.35.37
SetAddonVersion sets the AddonVersion field's value.
func (*Addon) SetClusterName ¶ added in v1.35.37
SetClusterName sets the ClusterName field's value.
func (*Addon) SetConfigurationValues ¶ added in v1.44.155
SetConfigurationValues sets the ConfigurationValues field's value.
func (*Addon) SetCreatedAt ¶ added in v1.35.37
SetCreatedAt sets the CreatedAt field's value.
func (*Addon) SetHealth ¶ added in v1.35.37
func (s *Addon) SetHealth(v *AddonHealth) *Addon
SetHealth sets the Health field's value.
func (*Addon) SetMarketplaceInformation ¶ added in v1.44.147
func (s *Addon) SetMarketplaceInformation(v *MarketplaceInformation) *Addon
SetMarketplaceInformation sets the MarketplaceInformation field's value.
func (*Addon) SetModifiedAt ¶ added in v1.35.37
SetModifiedAt sets the ModifiedAt field's value.
func (*Addon) SetPublisher ¶ added in v1.44.147
SetPublisher sets the Publisher field's value.
func (*Addon) SetServiceAccountRoleArn ¶ added in v1.35.37
SetServiceAccountRoleArn sets the ServiceAccountRoleArn field's value.
type AddonHealth ¶ added in v1.35.37
type AddonHealth struct { // An object representing the health issues for an add-on. Issues []*AddonIssue `locationName:"issues" type:"list"` // contains filtered or unexported fields }
The health of the add-on.
func (AddonHealth) GoString ¶ added in v1.35.37
func (s AddonHealth) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddonHealth) SetIssues ¶ added in v1.35.37
func (s *AddonHealth) SetIssues(v []*AddonIssue) *AddonHealth
SetIssues sets the Issues field's value.
func (AddonHealth) String ¶ added in v1.35.37
func (s AddonHealth) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AddonInfo ¶ added in v1.35.37
type AddonInfo struct { // The name of the add-on. AddonName *string `locationName:"addonName" type:"string"` // An object representing information about available add-on versions and compatible // Kubernetes versions. AddonVersions []*AddonVersionInfo `locationName:"addonVersions" type:"list"` // Information about the add-on from the Amazon Web Services Marketplace. MarketplaceInformation *MarketplaceInformation `locationName:"marketplaceInformation" type:"structure"` // The owner of the add-on. Owner *string `locationName:"owner" type:"string"` // The publisher of the add-on. Publisher *string `locationName:"publisher" type:"string"` // The type of the add-on. Type *string `locationName:"type" type:"string"` // contains filtered or unexported fields }
Information about an add-on.
func (AddonInfo) GoString ¶ added in v1.35.37
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddonInfo) SetAddonName ¶ added in v1.35.37
SetAddonName sets the AddonName field's value.
func (*AddonInfo) SetAddonVersions ¶ added in v1.35.37
func (s *AddonInfo) SetAddonVersions(v []*AddonVersionInfo) *AddonInfo
SetAddonVersions sets the AddonVersions field's value.
func (*AddonInfo) SetMarketplaceInformation ¶ added in v1.44.147
func (s *AddonInfo) SetMarketplaceInformation(v *MarketplaceInformation) *AddonInfo
SetMarketplaceInformation sets the MarketplaceInformation field's value.
func (*AddonInfo) SetPublisher ¶ added in v1.44.147
SetPublisher sets the Publisher field's value.
type AddonIssue ¶ added in v1.35.37
type AddonIssue struct { // A code that describes the type of issue. Code *string `locationName:"code" type:"string" enum:"AddonIssueCode"` // A message that provides details about the issue and what might cause it. Message *string `locationName:"message" type:"string"` // The resource IDs of the issue. ResourceIds []*string `locationName:"resourceIds" type:"list"` // contains filtered or unexported fields }
An issue related to an add-on.
func (AddonIssue) GoString ¶ added in v1.35.37
func (s AddonIssue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddonIssue) SetCode ¶ added in v1.35.37
func (s *AddonIssue) SetCode(v string) *AddonIssue
SetCode sets the Code field's value.
func (*AddonIssue) SetMessage ¶ added in v1.35.37
func (s *AddonIssue) SetMessage(v string) *AddonIssue
SetMessage sets the Message field's value.
func (*AddonIssue) SetResourceIds ¶ added in v1.35.37
func (s *AddonIssue) SetResourceIds(v []*string) *AddonIssue
SetResourceIds sets the ResourceIds field's value.
func (AddonIssue) String ¶ added in v1.35.37
func (s AddonIssue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AddonVersionInfo ¶ added in v1.35.37
type AddonVersionInfo struct { // The version of the add-on. AddonVersion *string `locationName:"addonVersion" type:"string"` // The architectures that the version supports. Architecture []*string `locationName:"architecture" type:"list"` // An object representing the compatibilities of a version. Compatibilities []*Compatibility `locationName:"compatibilities" type:"list"` // Whether the add-on requires configuration. RequiresConfiguration *bool `locationName:"requiresConfiguration" type:"boolean"` // contains filtered or unexported fields }
Information about an add-on version.
func (AddonVersionInfo) GoString ¶ added in v1.35.37
func (s AddonVersionInfo) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddonVersionInfo) SetAddonVersion ¶ added in v1.35.37
func (s *AddonVersionInfo) SetAddonVersion(v string) *AddonVersionInfo
SetAddonVersion sets the AddonVersion field's value.
func (*AddonVersionInfo) SetArchitecture ¶ added in v1.35.37
func (s *AddonVersionInfo) SetArchitecture(v []*string) *AddonVersionInfo
SetArchitecture sets the Architecture field's value.
func (*AddonVersionInfo) SetCompatibilities ¶ added in v1.35.37
func (s *AddonVersionInfo) SetCompatibilities(v []*Compatibility) *AddonVersionInfo
SetCompatibilities sets the Compatibilities field's value.
func (*AddonVersionInfo) SetRequiresConfiguration ¶ added in v1.44.147
func (s *AddonVersionInfo) SetRequiresConfiguration(v bool) *AddonVersionInfo
SetRequiresConfiguration sets the RequiresConfiguration field's value.
func (AddonVersionInfo) String ¶ added in v1.35.37
func (s AddonVersionInfo) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateAccessPolicyInput ¶ added in v1.49.5
type AssociateAccessPolicyInput struct { // The scope for the AccessPolicy. You can scope access policies to an entire // cluster or to specific Kubernetes namespaces. // // AccessScope is a required field AccessScope *AccessScope `locationName:"accessScope" type:"structure" required:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The ARN of the AccessPolicy that you're associating. For a list of ARNs, // use ListAccessPolicies. // // PolicyArn is a required field PolicyArn *string `locationName:"policyArn" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM user or role for the AccessEntry // that you're associating the access policy to. // // PrincipalArn is a required field PrincipalArn *string `location:"uri" locationName:"principalArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateAccessPolicyInput) GoString ¶ added in v1.49.5
func (s AssociateAccessPolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateAccessPolicyInput) SetAccessScope ¶ added in v1.49.5
func (s *AssociateAccessPolicyInput) SetAccessScope(v *AccessScope) *AssociateAccessPolicyInput
SetAccessScope sets the AccessScope field's value.
func (*AssociateAccessPolicyInput) SetClusterName ¶ added in v1.49.5
func (s *AssociateAccessPolicyInput) SetClusterName(v string) *AssociateAccessPolicyInput
SetClusterName sets the ClusterName field's value.
func (*AssociateAccessPolicyInput) SetPolicyArn ¶ added in v1.49.5
func (s *AssociateAccessPolicyInput) SetPolicyArn(v string) *AssociateAccessPolicyInput
SetPolicyArn sets the PolicyArn field's value.
func (*AssociateAccessPolicyInput) SetPrincipalArn ¶ added in v1.49.5
func (s *AssociateAccessPolicyInput) SetPrincipalArn(v string) *AssociateAccessPolicyInput
SetPrincipalArn sets the PrincipalArn field's value.
func (AssociateAccessPolicyInput) String ¶ added in v1.49.5
func (s AssociateAccessPolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateAccessPolicyInput) Validate ¶ added in v1.49.5
func (s *AssociateAccessPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateAccessPolicyOutput ¶ added in v1.49.5
type AssociateAccessPolicyOutput struct { // The AccessPolicy and scope associated to the AccessEntry. AssociatedAccessPolicy *AssociatedAccessPolicy `locationName:"associatedAccessPolicy" type:"structure"` // The name of your cluster. ClusterName *string `locationName:"clusterName" type:"string"` // The ARN of the IAM principal for the AccessEntry. PrincipalArn *string `locationName:"principalArn" type:"string"` // contains filtered or unexported fields }
func (AssociateAccessPolicyOutput) GoString ¶ added in v1.49.5
func (s AssociateAccessPolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateAccessPolicyOutput) SetAssociatedAccessPolicy ¶ added in v1.49.5
func (s *AssociateAccessPolicyOutput) SetAssociatedAccessPolicy(v *AssociatedAccessPolicy) *AssociateAccessPolicyOutput
SetAssociatedAccessPolicy sets the AssociatedAccessPolicy field's value.
func (*AssociateAccessPolicyOutput) SetClusterName ¶ added in v1.49.5
func (s *AssociateAccessPolicyOutput) SetClusterName(v string) *AssociateAccessPolicyOutput
SetClusterName sets the ClusterName field's value.
func (*AssociateAccessPolicyOutput) SetPrincipalArn ¶ added in v1.49.5
func (s *AssociateAccessPolicyOutput) SetPrincipalArn(v string) *AssociateAccessPolicyOutput
SetPrincipalArn sets the PrincipalArn field's value.
func (AssociateAccessPolicyOutput) String ¶ added in v1.49.5
func (s AssociateAccessPolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateEncryptionConfigInput ¶ added in v1.37.20
type AssociateEncryptionConfigInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The configuration you are using for encryption. // // EncryptionConfig is a required field EncryptionConfig []*EncryptionConfig `locationName:"encryptionConfig" type:"list" required:"true"` // contains filtered or unexported fields }
func (AssociateEncryptionConfigInput) GoString ¶ added in v1.37.20
func (s AssociateEncryptionConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateEncryptionConfigInput) SetClientRequestToken ¶ added in v1.37.20
func (s *AssociateEncryptionConfigInput) SetClientRequestToken(v string) *AssociateEncryptionConfigInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*AssociateEncryptionConfigInput) SetClusterName ¶ added in v1.37.20
func (s *AssociateEncryptionConfigInput) SetClusterName(v string) *AssociateEncryptionConfigInput
SetClusterName sets the ClusterName field's value.
func (*AssociateEncryptionConfigInput) SetEncryptionConfig ¶ added in v1.37.20
func (s *AssociateEncryptionConfigInput) SetEncryptionConfig(v []*EncryptionConfig) *AssociateEncryptionConfigInput
SetEncryptionConfig sets the EncryptionConfig field's value.
func (AssociateEncryptionConfigInput) String ¶ added in v1.37.20
func (s AssociateEncryptionConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateEncryptionConfigInput) Validate ¶ added in v1.37.20
func (s *AssociateEncryptionConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateEncryptionConfigOutput ¶ added in v1.37.20
type AssociateEncryptionConfigOutput struct { // An object representing an asynchronous update. Update *Update `locationName:"update" type:"structure"` // contains filtered or unexported fields }
func (AssociateEncryptionConfigOutput) GoString ¶ added in v1.37.20
func (s AssociateEncryptionConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateEncryptionConfigOutput) SetUpdate ¶ added in v1.37.20
func (s *AssociateEncryptionConfigOutput) SetUpdate(v *Update) *AssociateEncryptionConfigOutput
SetUpdate sets the Update field's value.
func (AssociateEncryptionConfigOutput) String ¶ added in v1.37.20
func (s AssociateEncryptionConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateIdentityProviderConfigInput ¶ added in v1.37.10
type AssociateIdentityProviderConfigInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // An object representing an OpenID Connect (OIDC) identity provider configuration. // // Oidc is a required field Oidc *OidcIdentityProviderConfigRequest `locationName:"oidc" type:"structure" required:"true"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
func (AssociateIdentityProviderConfigInput) GoString ¶ added in v1.37.10
func (s AssociateIdentityProviderConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateIdentityProviderConfigInput) SetClientRequestToken ¶ added in v1.37.10
func (s *AssociateIdentityProviderConfigInput) SetClientRequestToken(v string) *AssociateIdentityProviderConfigInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*AssociateIdentityProviderConfigInput) SetClusterName ¶ added in v1.37.10
func (s *AssociateIdentityProviderConfigInput) SetClusterName(v string) *AssociateIdentityProviderConfigInput
SetClusterName sets the ClusterName field's value.
func (*AssociateIdentityProviderConfigInput) SetOidc ¶ added in v1.37.10
func (s *AssociateIdentityProviderConfigInput) SetOidc(v *OidcIdentityProviderConfigRequest) *AssociateIdentityProviderConfigInput
SetOidc sets the Oidc field's value.
func (*AssociateIdentityProviderConfigInput) SetTags ¶ added in v1.37.10
func (s *AssociateIdentityProviderConfigInput) SetTags(v map[string]*string) *AssociateIdentityProviderConfigInput
SetTags sets the Tags field's value.
func (AssociateIdentityProviderConfigInput) String ¶ added in v1.37.10
func (s AssociateIdentityProviderConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateIdentityProviderConfigInput) Validate ¶ added in v1.37.10
func (s *AssociateIdentityProviderConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateIdentityProviderConfigOutput ¶ added in v1.37.10
type AssociateIdentityProviderConfigOutput struct { // The tags for the resource. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // An object representing an asynchronous update. Update *Update `locationName:"update" type:"structure"` // contains filtered or unexported fields }
func (AssociateIdentityProviderConfigOutput) GoString ¶ added in v1.37.10
func (s AssociateIdentityProviderConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateIdentityProviderConfigOutput) SetTags ¶ added in v1.37.10
func (s *AssociateIdentityProviderConfigOutput) SetTags(v map[string]*string) *AssociateIdentityProviderConfigOutput
SetTags sets the Tags field's value.
func (*AssociateIdentityProviderConfigOutput) SetUpdate ¶ added in v1.37.10
func (s *AssociateIdentityProviderConfigOutput) SetUpdate(v *Update) *AssociateIdentityProviderConfigOutput
SetUpdate sets the Update field's value.
func (AssociateIdentityProviderConfigOutput) String ¶ added in v1.37.10
func (s AssociateIdentityProviderConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociatedAccessPolicy ¶ added in v1.49.5
type AssociatedAccessPolicy struct { // The scope of the access policy. AccessScope *AccessScope `locationName:"accessScope" type:"structure"` // The date and time the AccessPolicy was associated with an AccessEntry. AssociatedAt *time.Time `locationName:"associatedAt" type:"timestamp"` // The Unix epoch timestamp for the last modification to the object. ModifiedAt *time.Time `locationName:"modifiedAt" type:"timestamp"` // The ARN of the AccessPolicy. PolicyArn *string `locationName:"policyArn" type:"string"` // contains filtered or unexported fields }
An access policy association.
func (AssociatedAccessPolicy) GoString ¶ added in v1.49.5
func (s AssociatedAccessPolicy) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociatedAccessPolicy) SetAccessScope ¶ added in v1.49.5
func (s *AssociatedAccessPolicy) SetAccessScope(v *AccessScope) *AssociatedAccessPolicy
SetAccessScope sets the AccessScope field's value.
func (*AssociatedAccessPolicy) SetAssociatedAt ¶ added in v1.49.5
func (s *AssociatedAccessPolicy) SetAssociatedAt(v time.Time) *AssociatedAccessPolicy
SetAssociatedAt sets the AssociatedAt field's value.
func (*AssociatedAccessPolicy) SetModifiedAt ¶ added in v1.49.5
func (s *AssociatedAccessPolicy) SetModifiedAt(v time.Time) *AssociatedAccessPolicy
SetModifiedAt sets the ModifiedAt field's value.
func (*AssociatedAccessPolicy) SetPolicyArn ¶ added in v1.49.5
func (s *AssociatedAccessPolicy) SetPolicyArn(v string) *AssociatedAccessPolicy
SetPolicyArn sets the PolicyArn field's value.
func (AssociatedAccessPolicy) String ¶ added in v1.49.5
func (s AssociatedAccessPolicy) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AutoScalingGroup ¶ added in v1.25.36
type AutoScalingGroup struct { // The name of the Auto Scaling group associated with an Amazon EKS managed // node group. Name *string `locationName:"name" type:"string"` // contains filtered or unexported fields }
An Auto Scaling group that is associated with an Amazon EKS managed node group.
func (AutoScalingGroup) GoString ¶ added in v1.25.36
func (s AutoScalingGroup) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AutoScalingGroup) SetName ¶ added in v1.25.36
func (s *AutoScalingGroup) SetName(v string) *AutoScalingGroup
SetName sets the Name field's value.
func (AutoScalingGroup) String ¶ added in v1.25.36
func (s AutoScalingGroup) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BadRequestException ¶ added in v1.28.0
type BadRequestException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // This exception is thrown if the request contains a semantic error. The precise // meaning will depend on the API, and will be documented in the error message. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
This exception is thrown if the request contains a semantic error. The precise meaning will depend on the API, and will be documented in the error message.
func (*BadRequestException) Code ¶ added in v1.28.0
func (s *BadRequestException) Code() string
Code returns the exception type name.
func (*BadRequestException) Error ¶ added in v1.28.0
func (s *BadRequestException) Error() string
func (BadRequestException) GoString ¶ added in v1.28.0
func (s BadRequestException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BadRequestException) Message ¶ added in v1.28.0
func (s *BadRequestException) Message() string
Message returns the exception's message.
func (*BadRequestException) OrigErr ¶ added in v1.28.0
func (s *BadRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*BadRequestException) RequestID ¶ added in v1.28.0
func (s *BadRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*BadRequestException) StatusCode ¶ added in v1.28.0
func (s *BadRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (BadRequestException) String ¶ added in v1.28.0
func (s BadRequestException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Certificate ¶
type Certificate struct { // The Base64-encoded certificate data required to communicate with your cluster. // Add this to the certificate-authority-data section of the kubeconfig file // for your cluster. Data *string `locationName:"data" type:"string"` // contains filtered or unexported fields }
An object representing the certificate-authority-data for your cluster.
func (Certificate) GoString ¶
func (s Certificate) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Certificate) SetData ¶
func (s *Certificate) SetData(v string) *Certificate
SetData sets the Data field's value.
func (Certificate) String ¶
func (s Certificate) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ClientException ¶ added in v1.28.0
type ClientException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The Amazon EKS add-on name associated with the exception. AddonName *string `locationName:"addonName" type:"string"` // The Amazon EKS cluster associated with the exception. ClusterName *string `locationName:"clusterName" type:"string"` // These errors are usually caused by a client action. Actions can include using // an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) // that doesn't have permissions to use the action or resource or specifying // an identifier that is not valid. Message_ *string `locationName:"message" type:"string"` // The Amazon EKS managed node group associated with the exception. NodegroupName *string `locationName:"nodegroupName" type:"string"` // The Amazon EKS subscription ID with the exception. SubscriptionId *string `locationName:"subscriptionId" type:"string"` // contains filtered or unexported fields }
These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
func (*ClientException) Code ¶ added in v1.28.0
func (s *ClientException) Code() string
Code returns the exception type name.
func (*ClientException) Error ¶ added in v1.28.0
func (s *ClientException) Error() string
func (ClientException) GoString ¶ added in v1.28.0
func (s ClientException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ClientException) Message ¶ added in v1.28.0
func (s *ClientException) Message() string
Message returns the exception's message.
func (*ClientException) OrigErr ¶ added in v1.28.0
func (s *ClientException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ClientException) RequestID ¶ added in v1.28.0
func (s *ClientException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ClientException) StatusCode ¶ added in v1.28.0
func (s *ClientException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ClientException) String ¶ added in v1.28.0
func (s ClientException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ClientStat ¶ added in v1.49.7
type ClientStat struct { // The timestamp of the last request seen from the Kubernetes client. LastRequestTime *time.Time `locationName:"lastRequestTime" type:"timestamp"` // The number of requests from the Kubernetes client seen over the last 30 days. NumberOfRequestsLast30Days *int64 `locationName:"numberOfRequestsLast30Days" type:"integer"` // The user agent of the Kubernetes client using the deprecated resource. UserAgent *string `locationName:"userAgent" type:"string"` // contains filtered or unexported fields }
Details about clients using the deprecated resources.
func (ClientStat) GoString ¶ added in v1.49.7
func (s ClientStat) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ClientStat) SetLastRequestTime ¶ added in v1.49.7
func (s *ClientStat) SetLastRequestTime(v time.Time) *ClientStat
SetLastRequestTime sets the LastRequestTime field's value.
func (*ClientStat) SetNumberOfRequestsLast30Days ¶ added in v1.49.7
func (s *ClientStat) SetNumberOfRequestsLast30Days(v int64) *ClientStat
SetNumberOfRequestsLast30Days sets the NumberOfRequestsLast30Days field's value.
func (*ClientStat) SetUserAgent ¶ added in v1.49.7
func (s *ClientStat) SetUserAgent(v string) *ClientStat
SetUserAgent sets the UserAgent field's value.
func (ClientStat) String ¶ added in v1.49.7
func (s ClientStat) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Cluster ¶
type Cluster struct { // The access configuration for the cluster. AccessConfig *AccessConfigResponse `locationName:"accessConfig" type:"structure"` // The Amazon Resource Name (ARN) of the cluster. Arn *string `locationName:"arn" type:"string"` // The certificate-authority-data for your cluster. CertificateAuthority *Certificate `locationName:"certificateAuthority" type:"structure"` // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string"` // The configuration used to connect to a cluster for registration. ConnectorConfig *ConnectorConfigResponse `locationName:"connectorConfig" type:"structure"` // The Unix epoch timestamp at object creation. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The encryption configuration for the cluster. EncryptionConfig []*EncryptionConfig `locationName:"encryptionConfig" type:"list"` // The endpoint for your Kubernetes API server. Endpoint *string `locationName:"endpoint" type:"string"` // An object representing the health of your local Amazon EKS cluster on an // Amazon Web Services Outpost. This object isn't available for clusters on // the Amazon Web Services cloud. Health *ClusterHealth `locationName:"health" type:"structure"` // The ID of your local Amazon EKS cluster on an Amazon Web Services Outpost. // This property isn't available for an Amazon EKS cluster on the Amazon Web // Services cloud. Id *string `locationName:"id" type:"string"` // The identity provider information for the cluster. Identity *Identity `locationName:"identity" type:"structure"` // The Kubernetes network configuration for the cluster. KubernetesNetworkConfig *KubernetesNetworkConfigResponse `locationName:"kubernetesNetworkConfig" type:"structure"` // The logging configuration for your cluster. Logging *Logging `locationName:"logging" type:"structure"` // The name of your cluster. Name *string `locationName:"name" type:"string"` // An object representing the configuration of your local Amazon EKS cluster // on an Amazon Web Services Outpost. This object isn't available for clusters // on the Amazon Web Services cloud. OutpostConfig *OutpostConfigResponse `locationName:"outpostConfig" type:"structure"` // The platform version of your Amazon EKS cluster. For more information about // clusters deployed on the Amazon Web Services Cloud, see Platform versions // (https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html) // in the Amazon EKS User Guide . For more information about local clusters // deployed on an Outpost, see Amazon EKS local cluster platform versions (https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-platform-versions.html) // in the Amazon EKS User Guide . PlatformVersion *string `locationName:"platformVersion" type:"string"` // The VPC configuration used by the cluster control plane. Amazon EKS VPC resources // have specific requirements to work properly with Kubernetes. For more information, // see Cluster VPC considerations (https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html) // and Cluster security group considerations (https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) // in the Amazon EKS User Guide. ResourcesVpcConfig *VpcConfigResponse `locationName:"resourcesVpcConfig" type:"structure"` // The Amazon Resource Name (ARN) of the IAM role that provides permissions // for the Kubernetes control plane to make calls to Amazon Web Services API // operations on your behalf. RoleArn *string `locationName:"roleArn" type:"string"` // The current status of the cluster. Status *string `locationName:"status" type:"string" enum:"ClusterStatus"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // The Kubernetes server version for the cluster. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
An object representing an Amazon EKS cluster.
func (Cluster) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Cluster) SetAccessConfig ¶ added in v1.49.5
func (s *Cluster) SetAccessConfig(v *AccessConfigResponse) *Cluster
SetAccessConfig sets the AccessConfig field's value.
func (*Cluster) SetCertificateAuthority ¶
func (s *Cluster) SetCertificateAuthority(v *Certificate) *Cluster
SetCertificateAuthority sets the CertificateAuthority field's value.
func (*Cluster) SetClientRequestToken ¶
SetClientRequestToken sets the ClientRequestToken field's value.
func (*Cluster) SetConnectorConfig ¶ added in v1.40.38
func (s *Cluster) SetConnectorConfig(v *ConnectorConfigResponse) *Cluster
SetConnectorConfig sets the ConnectorConfig field's value.
func (*Cluster) SetCreatedAt ¶
SetCreatedAt sets the CreatedAt field's value.
func (*Cluster) SetEncryptionConfig ¶ added in v1.29.18
func (s *Cluster) SetEncryptionConfig(v []*EncryptionConfig) *Cluster
SetEncryptionConfig sets the EncryptionConfig field's value.
func (*Cluster) SetEndpoint ¶
SetEndpoint sets the Endpoint field's value.
func (*Cluster) SetHealth ¶ added in v1.44.96
func (s *Cluster) SetHealth(v *ClusterHealth) *Cluster
SetHealth sets the Health field's value.
func (*Cluster) SetIdentity ¶ added in v1.23.15
SetIdentity sets the Identity field's value.
func (*Cluster) SetKubernetesNetworkConfig ¶ added in v1.34.31
func (s *Cluster) SetKubernetesNetworkConfig(v *KubernetesNetworkConfigResponse) *Cluster
SetKubernetesNetworkConfig sets the KubernetesNetworkConfig field's value.
func (*Cluster) SetLogging ¶ added in v1.19.10
SetLogging sets the Logging field's value.
func (*Cluster) SetOutpostConfig ¶ added in v1.44.96
func (s *Cluster) SetOutpostConfig(v *OutpostConfigResponse) *Cluster
SetOutpostConfig sets the OutpostConfig field's value.
func (*Cluster) SetPlatformVersion ¶ added in v1.15.26
SetPlatformVersion sets the PlatformVersion field's value.
func (*Cluster) SetResourcesVpcConfig ¶
func (s *Cluster) SetResourcesVpcConfig(v *VpcConfigResponse) *Cluster
SetResourcesVpcConfig sets the ResourcesVpcConfig field's value.
func (*Cluster) SetRoleArn ¶
SetRoleArn sets the RoleArn field's value.
func (*Cluster) SetVersion ¶
SetVersion sets the Version field's value.
type ClusterHealth ¶ added in v1.44.96
type ClusterHealth struct { // An object representing the health issues of your local Amazon EKS cluster // on an Amazon Web Services Outpost. Issues []*ClusterIssue `locationName:"issues" type:"list"` // contains filtered or unexported fields }
An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.
func (ClusterHealth) GoString ¶ added in v1.44.96
func (s ClusterHealth) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ClusterHealth) SetIssues ¶ added in v1.44.96
func (s *ClusterHealth) SetIssues(v []*ClusterIssue) *ClusterHealth
SetIssues sets the Issues field's value.
func (ClusterHealth) String ¶ added in v1.44.96
func (s ClusterHealth) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ClusterIssue ¶ added in v1.44.96
type ClusterIssue struct { // The error code of the issue. Code *string `locationName:"code" type:"string" enum:"ClusterIssueCode"` // A description of the issue. Message *string `locationName:"message" type:"string"` // The resource IDs that the issue relates to. ResourceIds []*string `locationName:"resourceIds" type:"list"` // contains filtered or unexported fields }
An issue with your local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.
func (ClusterIssue) GoString ¶ added in v1.44.96
func (s ClusterIssue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ClusterIssue) SetCode ¶ added in v1.44.96
func (s *ClusterIssue) SetCode(v string) *ClusterIssue
SetCode sets the Code field's value.
func (*ClusterIssue) SetMessage ¶ added in v1.44.96
func (s *ClusterIssue) SetMessage(v string) *ClusterIssue
SetMessage sets the Message field's value.
func (*ClusterIssue) SetResourceIds ¶ added in v1.44.96
func (s *ClusterIssue) SetResourceIds(v []*string) *ClusterIssue
SetResourceIds sets the ResourceIds field's value.
func (ClusterIssue) String ¶ added in v1.44.96
func (s ClusterIssue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Compatibility ¶ added in v1.35.37
type Compatibility struct { // The supported Kubernetes version of the cluster. ClusterVersion *string `locationName:"clusterVersion" type:"string"` // The supported default version. DefaultVersion *bool `locationName:"defaultVersion" type:"boolean"` // The supported compute platform. PlatformVersions []*string `locationName:"platformVersions" type:"list"` // contains filtered or unexported fields }
Compatibility information.
func (Compatibility) GoString ¶ added in v1.35.37
func (s Compatibility) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Compatibility) SetClusterVersion ¶ added in v1.35.37
func (s *Compatibility) SetClusterVersion(v string) *Compatibility
SetClusterVersion sets the ClusterVersion field's value.
func (*Compatibility) SetDefaultVersion ¶ added in v1.35.37
func (s *Compatibility) SetDefaultVersion(v bool) *Compatibility
SetDefaultVersion sets the DefaultVersion field's value.
func (*Compatibility) SetPlatformVersions ¶ added in v1.35.37
func (s *Compatibility) SetPlatformVersions(v []*string) *Compatibility
SetPlatformVersions sets the PlatformVersions field's value.
func (Compatibility) String ¶ added in v1.35.37
func (s Compatibility) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConnectorConfigRequest ¶ added in v1.40.38
type ConnectorConfigRequest struct { // The cloud provider for the target cluster to connect. // // Provider is a required field Provider *string `locationName:"provider" type:"string" required:"true" enum:"ConnectorConfigProvider"` // The Amazon Resource Name (ARN) of the role that is authorized to request // the connector configuration. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // contains filtered or unexported fields }
The configuration sent to a cluster for configuration.
func (ConnectorConfigRequest) GoString ¶ added in v1.40.38
func (s ConnectorConfigRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConnectorConfigRequest) SetProvider ¶ added in v1.40.38
func (s *ConnectorConfigRequest) SetProvider(v string) *ConnectorConfigRequest
SetProvider sets the Provider field's value.
func (*ConnectorConfigRequest) SetRoleArn ¶ added in v1.40.38
func (s *ConnectorConfigRequest) SetRoleArn(v string) *ConnectorConfigRequest
SetRoleArn sets the RoleArn field's value.
func (ConnectorConfigRequest) String ¶ added in v1.40.38
func (s ConnectorConfigRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConnectorConfigRequest) Validate ¶ added in v1.40.38
func (s *ConnectorConfigRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConnectorConfigResponse ¶ added in v1.40.38
type ConnectorConfigResponse struct { // A unique code associated with the cluster for registration purposes. ActivationCode *string `locationName:"activationCode" type:"string"` // The expiration time of the connected cluster. The cluster's YAML file must // be applied through the native provider. ActivationExpiry *time.Time `locationName:"activationExpiry" type:"timestamp"` // A unique ID associated with the cluster for registration purposes. ActivationId *string `locationName:"activationId" type:"string"` // The cluster's cloud service provider. Provider *string `locationName:"provider" type:"string"` // The Amazon Resource Name (ARN) of the role to communicate with services from // the connected Kubernetes cluster. RoleArn *string `locationName:"roleArn" type:"string"` // contains filtered or unexported fields }
The full description of your connected cluster.
func (ConnectorConfigResponse) GoString ¶ added in v1.40.38
func (s ConnectorConfigResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConnectorConfigResponse) SetActivationCode ¶ added in v1.40.38
func (s *ConnectorConfigResponse) SetActivationCode(v string) *ConnectorConfigResponse
SetActivationCode sets the ActivationCode field's value.
func (*ConnectorConfigResponse) SetActivationExpiry ¶ added in v1.40.38
func (s *ConnectorConfigResponse) SetActivationExpiry(v time.Time) *ConnectorConfigResponse
SetActivationExpiry sets the ActivationExpiry field's value.
func (*ConnectorConfigResponse) SetActivationId ¶ added in v1.40.38
func (s *ConnectorConfigResponse) SetActivationId(v string) *ConnectorConfigResponse
SetActivationId sets the ActivationId field's value.
func (*ConnectorConfigResponse) SetProvider ¶ added in v1.40.38
func (s *ConnectorConfigResponse) SetProvider(v string) *ConnectorConfigResponse
SetProvider sets the Provider field's value.
func (*ConnectorConfigResponse) SetRoleArn ¶ added in v1.40.38
func (s *ConnectorConfigResponse) SetRoleArn(v string) *ConnectorConfigResponse
SetRoleArn sets the RoleArn field's value.
func (ConnectorConfigResponse) String ¶ added in v1.40.38
func (s ConnectorConfigResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ControlPlanePlacementRequest ¶ added in v1.44.139
type ControlPlanePlacementRequest struct { // The name of the placement group for the Kubernetes control plane instances. // This setting can't be changed after cluster creation. GroupName *string `locationName:"groupName" type:"string"` // contains filtered or unexported fields }
The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations (https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html) in the Amazon EKS User Guide.
func (ControlPlanePlacementRequest) GoString ¶ added in v1.44.139
func (s ControlPlanePlacementRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ControlPlanePlacementRequest) SetGroupName ¶ added in v1.44.139
func (s *ControlPlanePlacementRequest) SetGroupName(v string) *ControlPlanePlacementRequest
SetGroupName sets the GroupName field's value.
func (ControlPlanePlacementRequest) String ¶ added in v1.44.139
func (s ControlPlanePlacementRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ControlPlanePlacementResponse ¶ added in v1.44.139
type ControlPlanePlacementResponse struct { // The name of the placement group for the Kubernetes control plane instances. GroupName *string `locationName:"groupName" type:"string"` // contains filtered or unexported fields }
The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations (https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html) in the Amazon EKS User Guide.
func (ControlPlanePlacementResponse) GoString ¶ added in v1.44.139
func (s ControlPlanePlacementResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ControlPlanePlacementResponse) SetGroupName ¶ added in v1.44.139
func (s *ControlPlanePlacementResponse) SetGroupName(v string) *ControlPlanePlacementResponse
SetGroupName sets the GroupName field's value.
func (ControlPlanePlacementResponse) String ¶ added in v1.44.139
func (s ControlPlanePlacementResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAccessConfigRequest ¶ added in v1.49.5
type CreateAccessConfigRequest struct { // The desired authentication mode for the cluster. If you create a cluster // by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default // is CONFIG_MAP. If you create the cluster by using the Amazon Web Services // Management Console, the default value is API_AND_CONFIG_MAP. AuthenticationMode *string `locationName:"authenticationMode" type:"string" enum:"AuthenticationMode"` // Specifies whether or not the cluster creator IAM principal was set as a cluster // admin access entry during cluster creation time. The default value is true. BootstrapClusterCreatorAdminPermissions *bool `locationName:"bootstrapClusterCreatorAdminPermissions" type:"boolean"` // contains filtered or unexported fields }
The access configuration information for the cluster.
func (CreateAccessConfigRequest) GoString ¶ added in v1.49.5
func (s CreateAccessConfigRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAccessConfigRequest) SetAuthenticationMode ¶ added in v1.49.5
func (s *CreateAccessConfigRequest) SetAuthenticationMode(v string) *CreateAccessConfigRequest
SetAuthenticationMode sets the AuthenticationMode field's value.
func (*CreateAccessConfigRequest) SetBootstrapClusterCreatorAdminPermissions ¶ added in v1.49.5
func (s *CreateAccessConfigRequest) SetBootstrapClusterCreatorAdminPermissions(v bool) *CreateAccessConfigRequest
SetBootstrapClusterCreatorAdminPermissions sets the BootstrapClusterCreatorAdminPermissions field's value.
func (CreateAccessConfigRequest) String ¶ added in v1.49.5
func (s CreateAccessConfigRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAccessEntryInput ¶ added in v1.49.5
type CreateAccessEntryInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The value for name that you've specified for kind: Group as a subject in // a Kubernetes RoleBinding or ClusterRoleBinding object. Amazon EKS doesn't // confirm that the value for name exists in any bindings on your cluster. You // can specify one or more names. // // Kubernetes authorizes the principalArn of the access entry to access any // cluster objects that you've specified in a Kubernetes Role or ClusterRole // object that is also specified in a binding's roleRef. For more information // about creating Kubernetes RoleBinding, ClusterRoleBinding, Role, or ClusterRole // objects, see Using RBAC Authorization in the Kubernetes documentation (https://kubernetes.io/docs/reference/access-authn-authz/rbac/). // // If you want Amazon EKS to authorize the principalArn (instead of, or in addition // to Kubernetes authorizing the principalArn), you can associate one or more // access policies to the access entry using AssociateAccessPolicy. If you associate // any access policies, the principalARN has all permissions assigned in the // associated access policies and all permissions in any Kubernetes Role or // ClusterRole objects that the group names are bound to. KubernetesGroups []*string `locationName:"kubernetesGroups" type:"list"` // The ARN of the IAM principal for the AccessEntry. You can specify one ARN // for each access entry. You can't specify the same ARN in more than one access // entry. This value can't be changed after access entry creation. // // The valid principals differ depending on the type of the access entry in // the type field. The only valid ARN is IAM roles for the types of access entries // for nodes: . You can use every IAM principal type for STANDARD access entries. // You can't use the STS session principal type with access entries because // this is a temporary principal for each session and not a permanent identity // that can be assigned permissions. // // IAM best practices (https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#bp-users-federation-idp) // recommend using IAM roles with temporary credentials, rather than IAM users // with long-term credentials. // // PrincipalArn is a required field PrincipalArn *string `locationName:"principalArn" type:"string" required:"true"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // The type of the new access entry. Valid values are Standard, FARGATE_LINUX, // EC2_LINUX, and EC2_WINDOWS. // // If the principalArn is for an IAM role that's used for self-managed Amazon // EC2 nodes, specify EC2_LINUX or EC2_WINDOWS. Amazon EKS grants the necessary // permissions to the node for you. If the principalArn is for any other purpose, // specify STANDARD. If you don't specify a value, Amazon EKS sets the value // to STANDARD. It's unnecessary to create access entries for IAM roles used // with Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates // entries in the aws-auth ConfigMap for the roles. You can't change this value // once you've created the access entry. // // If you set the value to EC2_LINUX or EC2_WINDOWS, you can't specify values // for kubernetesGroups, or associate an AccessPolicy to the access entry. Type *string `locationName:"type" type:"string"` // The username to authenticate to Kubernetes with. We recommend not specifying // a username and letting Amazon EKS specify it for you. For more information // about the value Amazon EKS specifies for you, or constraints before specifying // your own username, see Creating access entries (https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html#creating-access-entries) // in the Amazon EKS User Guide. Username *string `locationName:"username" type:"string"` // contains filtered or unexported fields }
func (CreateAccessEntryInput) GoString ¶ added in v1.49.5
func (s CreateAccessEntryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAccessEntryInput) SetClientRequestToken ¶ added in v1.49.5
func (s *CreateAccessEntryInput) SetClientRequestToken(v string) *CreateAccessEntryInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*CreateAccessEntryInput) SetClusterName ¶ added in v1.49.5
func (s *CreateAccessEntryInput) SetClusterName(v string) *CreateAccessEntryInput
SetClusterName sets the ClusterName field's value.
func (*CreateAccessEntryInput) SetKubernetesGroups ¶ added in v1.49.5
func (s *CreateAccessEntryInput) SetKubernetesGroups(v []*string) *CreateAccessEntryInput
SetKubernetesGroups sets the KubernetesGroups field's value.
func (*CreateAccessEntryInput) SetPrincipalArn ¶ added in v1.49.5
func (s *CreateAccessEntryInput) SetPrincipalArn(v string) *CreateAccessEntryInput
SetPrincipalArn sets the PrincipalArn field's value.
func (*CreateAccessEntryInput) SetTags ¶ added in v1.49.5
func (s *CreateAccessEntryInput) SetTags(v map[string]*string) *CreateAccessEntryInput
SetTags sets the Tags field's value.
func (*CreateAccessEntryInput) SetType ¶ added in v1.49.5
func (s *CreateAccessEntryInput) SetType(v string) *CreateAccessEntryInput
SetType sets the Type field's value.
func (*CreateAccessEntryInput) SetUsername ¶ added in v1.49.5
func (s *CreateAccessEntryInput) SetUsername(v string) *CreateAccessEntryInput
SetUsername sets the Username field's value.
func (CreateAccessEntryInput) String ¶ added in v1.49.5
func (s CreateAccessEntryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAccessEntryInput) Validate ¶ added in v1.49.5
func (s *CreateAccessEntryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAccessEntryOutput ¶ added in v1.49.5
type CreateAccessEntryOutput struct { // An access entry allows an IAM principal (user or role) to access your cluster. // Access entries can replace the need to maintain the aws-auth ConfigMap for // authentication. For more information about access entries, see Access entries // (https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html) in // the Amazon EKS User Guide. AccessEntry *AccessEntry `locationName:"accessEntry" type:"structure"` // contains filtered or unexported fields }
func (CreateAccessEntryOutput) GoString ¶ added in v1.49.5
func (s CreateAccessEntryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAccessEntryOutput) SetAccessEntry ¶ added in v1.49.5
func (s *CreateAccessEntryOutput) SetAccessEntry(v *AccessEntry) *CreateAccessEntryOutput
SetAccessEntry sets the AccessEntry field's value.
func (CreateAccessEntryOutput) String ¶ added in v1.49.5
func (s CreateAccessEntryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAddonInput ¶ added in v1.35.37
type CreateAddonInput struct { // The name of the add-on. The name must match one of the names returned by // DescribeAddonVersions. // // AddonName is a required field AddonName *string `locationName:"addonName" type:"string" required:"true"` // The version of the add-on. The version must match one of the versions returned // by DescribeAddonVersions (https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html). AddonVersion *string `locationName:"addonVersion" type:"string"` // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" min:"1" type:"string" required:"true"` // The set of configuration values for the add-on that's created. The values // that you provide are validated against the schema returned by DescribeAddonConfiguration. ConfigurationValues *string `locationName:"configurationValues" type:"string"` // How to resolve field value conflicts for an Amazon EKS add-on. Conflicts // are handled based on the value you choose: // // * None – If the self-managed version of the add-on is installed on your // cluster, Amazon EKS doesn't change the value. Creation of the add-on might // fail. // // * Overwrite – If the self-managed version of the add-on is installed // on your cluster and the Amazon EKS default value is different than the // existing value, Amazon EKS changes the value to the Amazon EKS default // value. // // * Preserve – This is similar to the NONE option. If the self-managed // version of the add-on is installed on your cluster Amazon EKS doesn't // change the add-on resource properties. Creation of the add-on might fail // if conflicts are detected. This option works differently during the update // operation. For more information, see UpdateAddon (https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html). // // If you don't currently have the self-managed version of the add-on installed // on your cluster, the Amazon EKS add-on is installed. Amazon EKS sets all // values to default values, regardless of the option that you specify. ResolveConflicts *string `locationName:"resolveConflicts" type:"string" enum:"ResolveConflicts"` // The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's // service account. The role must be assigned the IAM permissions required by // the add-on. If you don't specify an existing IAM role, then the add-on uses // the permissions assigned to the node IAM role. For more information, see // Amazon EKS node IAM role (https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html) // in the Amazon EKS User Guide. // // To specify an existing IAM role, you must have an IAM OpenID Connect (OIDC) // provider created for your cluster. For more information, see Enabling IAM // roles for service accounts on your cluster (https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) // in the Amazon EKS User Guide. ServiceAccountRoleArn *string `locationName:"serviceAccountRoleArn" min:"1" type:"string"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
func (CreateAddonInput) GoString ¶ added in v1.35.37
func (s CreateAddonInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAddonInput) SetAddonName ¶ added in v1.35.37
func (s *CreateAddonInput) SetAddonName(v string) *CreateAddonInput
SetAddonName sets the AddonName field's value.
func (*CreateAddonInput) SetAddonVersion ¶ added in v1.35.37
func (s *CreateAddonInput) SetAddonVersion(v string) *CreateAddonInput
SetAddonVersion sets the AddonVersion field's value.
func (*CreateAddonInput) SetClientRequestToken ¶ added in v1.35.37
func (s *CreateAddonInput) SetClientRequestToken(v string) *CreateAddonInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*CreateAddonInput) SetClusterName ¶ added in v1.35.37
func (s *CreateAddonInput) SetClusterName(v string) *CreateAddonInput
SetClusterName sets the ClusterName field's value.
func (*CreateAddonInput) SetConfigurationValues ¶ added in v1.44.155
func (s *CreateAddonInput) SetConfigurationValues(v string) *CreateAddonInput
SetConfigurationValues sets the ConfigurationValues field's value.
func (*CreateAddonInput) SetResolveConflicts ¶ added in v1.35.37
func (s *CreateAddonInput) SetResolveConflicts(v string) *CreateAddonInput
SetResolveConflicts sets the ResolveConflicts field's value.
func (*CreateAddonInput) SetServiceAccountRoleArn ¶ added in v1.35.37
func (s *CreateAddonInput) SetServiceAccountRoleArn(v string) *CreateAddonInput
SetServiceAccountRoleArn sets the ServiceAccountRoleArn field's value.
func (*CreateAddonInput) SetTags ¶ added in v1.35.37
func (s *CreateAddonInput) SetTags(v map[string]*string) *CreateAddonInput
SetTags sets the Tags field's value.
func (CreateAddonInput) String ¶ added in v1.35.37
func (s CreateAddonInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAddonInput) Validate ¶ added in v1.35.37
func (s *CreateAddonInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAddonOutput ¶ added in v1.35.37
type CreateAddonOutput struct { // An Amazon EKS add-on. For more information, see Amazon EKS add-ons (https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html) // in the Amazon EKS User Guide. Addon *Addon `locationName:"addon" type:"structure"` // contains filtered or unexported fields }
func (CreateAddonOutput) GoString ¶ added in v1.35.37
func (s CreateAddonOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAddonOutput) SetAddon ¶ added in v1.35.37
func (s *CreateAddonOutput) SetAddon(v *Addon) *CreateAddonOutput
SetAddon sets the Addon field's value.
func (CreateAddonOutput) String ¶ added in v1.35.37
func (s CreateAddonOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateClusterInput ¶
type CreateClusterInput struct { // The access configuration for the cluster. AccessConfig *CreateAccessConfigRequest `locationName:"accessConfig" type:"structure"` // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The encryption configuration for the cluster. EncryptionConfig []*EncryptionConfig `locationName:"encryptionConfig" type:"list"` // The Kubernetes network configuration for the cluster. KubernetesNetworkConfig *KubernetesNetworkConfigRequest `locationName:"kubernetesNetworkConfig" type:"structure"` // Enable or disable exporting the Kubernetes control plane logs for your cluster // to CloudWatch Logs. By default, cluster control plane logs aren't exported // to CloudWatch Logs. For more information, see Amazon EKS Cluster control // plane logs (https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html) // in the Amazon EKS User Guide . // // CloudWatch Logs ingestion, archive storage, and data scanning rates apply // to exported control plane logs. For more information, see CloudWatch Pricing // (http://aws.amazon.com/cloudwatch/pricing/). Logging *Logging `locationName:"logging" type:"structure"` // The unique name to give to your cluster. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // An object representing the configuration of your local Amazon EKS cluster // on an Amazon Web Services Outpost. Before creating a local cluster on an // Outpost, review Local clusters for Amazon EKS on Amazon Web Services Outposts // (https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-local-cluster-overview.html) // in the Amazon EKS User Guide. This object isn't available for creating Amazon // EKS clusters on the Amazon Web Services cloud. OutpostConfig *OutpostConfigRequest `locationName:"outpostConfig" type:"structure"` // The VPC configuration that's used by the cluster control plane. Amazon EKS // VPC resources have specific requirements to work properly with Kubernetes. // For more information, see Cluster VPC Considerations (https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html) // and Cluster Security Group Considerations (https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) // in the Amazon EKS User Guide. You must specify at least two subnets. You // can specify up to five security groups. However, we recommend that you use // a dedicated security group for your cluster control plane. // // ResourcesVpcConfig is a required field ResourcesVpcConfig *VpcConfigRequest `locationName:"resourcesVpcConfig" type:"structure" required:"true"` // The Amazon Resource Name (ARN) of the IAM role that provides permissions // for the Kubernetes control plane to make calls to Amazon Web Services API // operations on your behalf. For more information, see Amazon EKS Service IAM // Role (https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html) // in the Amazon EKS User Guide . // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // The desired Kubernetes version for your cluster. If you don't specify a value // here, the default version available in Amazon EKS is used. // // The default version might not be the latest version available. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
func (CreateClusterInput) GoString ¶
func (s CreateClusterInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateClusterInput) SetAccessConfig ¶ added in v1.49.5
func (s *CreateClusterInput) SetAccessConfig(v *CreateAccessConfigRequest) *CreateClusterInput
SetAccessConfig sets the AccessConfig field's value.
func (*CreateClusterInput) SetClientRequestToken ¶
func (s *CreateClusterInput) SetClientRequestToken(v string) *CreateClusterInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*CreateClusterInput) SetEncryptionConfig ¶ added in v1.29.18
func (s *CreateClusterInput) SetEncryptionConfig(v []*EncryptionConfig) *CreateClusterInput
SetEncryptionConfig sets the EncryptionConfig field's value.
func (*CreateClusterInput) SetKubernetesNetworkConfig ¶ added in v1.34.31
func (s *CreateClusterInput) SetKubernetesNetworkConfig(v *KubernetesNetworkConfigRequest) *CreateClusterInput
SetKubernetesNetworkConfig sets the KubernetesNetworkConfig field's value.
func (*CreateClusterInput) SetLogging ¶ added in v1.19.10
func (s *CreateClusterInput) SetLogging(v *Logging) *CreateClusterInput
SetLogging sets the Logging field's value.
func (*CreateClusterInput) SetName ¶
func (s *CreateClusterInput) SetName(v string) *CreateClusterInput
SetName sets the Name field's value.
func (*CreateClusterInput) SetOutpostConfig ¶ added in v1.44.96
func (s *CreateClusterInput) SetOutpostConfig(v *OutpostConfigRequest) *CreateClusterInput
SetOutpostConfig sets the OutpostConfig field's value.
func (*CreateClusterInput) SetResourcesVpcConfig ¶
func (s *CreateClusterInput) SetResourcesVpcConfig(v *VpcConfigRequest) *CreateClusterInput
SetResourcesVpcConfig sets the ResourcesVpcConfig field's value.
func (*CreateClusterInput) SetRoleArn ¶
func (s *CreateClusterInput) SetRoleArn(v string) *CreateClusterInput
SetRoleArn sets the RoleArn field's value.
func (*CreateClusterInput) SetTags ¶ added in v1.23.22
func (s *CreateClusterInput) SetTags(v map[string]*string) *CreateClusterInput
SetTags sets the Tags field's value.
func (*CreateClusterInput) SetVersion ¶
func (s *CreateClusterInput) SetVersion(v string) *CreateClusterInput
SetVersion sets the Version field's value.
func (CreateClusterInput) String ¶
func (s CreateClusterInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateClusterInput) Validate ¶
func (s *CreateClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateClusterOutput ¶
type CreateClusterOutput struct { // The full description of your new cluster. Cluster *Cluster `locationName:"cluster" type:"structure"` // contains filtered or unexported fields }
func (CreateClusterOutput) GoString ¶
func (s CreateClusterOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateClusterOutput) SetCluster ¶
func (s *CreateClusterOutput) SetCluster(v *Cluster) *CreateClusterOutput
SetCluster sets the Cluster field's value.
func (CreateClusterOutput) String ¶
func (s CreateClusterOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateEksAnywhereSubscriptionInput ¶ added in v1.47.8
type CreateEksAnywhereSubscriptionInput struct { // A boolean indicating whether the subscription auto renews at the end of the // term. AutoRenew *bool `locationName:"autoRenew" type:"boolean"` // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The number of licenses to purchase with the subscription. Valid values are // between 1 and 100. This value can't be changed after creating the subscription. LicenseQuantity *int64 `locationName:"licenseQuantity" type:"integer"` // The license type for all licenses in the subscription. Valid value is CLUSTER. // With the CLUSTER license type, each license covers support for a single EKS // Anywhere cluster. LicenseType *string `locationName:"licenseType" type:"string" enum:"EksAnywhereSubscriptionLicenseType"` // The unique name for your subscription. It must be unique in your Amazon Web // Services account in the Amazon Web Services Region you're creating the subscription // in. The name can contain only alphanumeric characters (case-sensitive), hyphens, // and underscores. It must start with an alphabetic character and can't be // longer than 100 characters. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The metadata for a subscription to assist with categorization and organization. // Each tag consists of a key and an optional value. Subscription tags don't // propagate to any other resources associated with the subscription. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // An object representing the term duration and term unit type of your subscription. // This determines the term length of your subscription. Valid values are MONTHS // for term unit and 12 or 36 for term duration, indicating a 12 month or 36 // month subscription. This value cannot be changed after creating the subscription. // // Term is a required field Term *EksAnywhereSubscriptionTerm `locationName:"term" type:"structure" required:"true"` // contains filtered or unexported fields }
func (CreateEksAnywhereSubscriptionInput) GoString ¶ added in v1.47.8
func (s CreateEksAnywhereSubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateEksAnywhereSubscriptionInput) SetAutoRenew ¶ added in v1.47.8
func (s *CreateEksAnywhereSubscriptionInput) SetAutoRenew(v bool) *CreateEksAnywhereSubscriptionInput
SetAutoRenew sets the AutoRenew field's value.
func (*CreateEksAnywhereSubscriptionInput) SetClientRequestToken ¶ added in v1.47.8
func (s *CreateEksAnywhereSubscriptionInput) SetClientRequestToken(v string) *CreateEksAnywhereSubscriptionInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*CreateEksAnywhereSubscriptionInput) SetLicenseQuantity ¶ added in v1.47.8
func (s *CreateEksAnywhereSubscriptionInput) SetLicenseQuantity(v int64) *CreateEksAnywhereSubscriptionInput
SetLicenseQuantity sets the LicenseQuantity field's value.
func (*CreateEksAnywhereSubscriptionInput) SetLicenseType ¶ added in v1.47.8
func (s *CreateEksAnywhereSubscriptionInput) SetLicenseType(v string) *CreateEksAnywhereSubscriptionInput
SetLicenseType sets the LicenseType field's value.
func (*CreateEksAnywhereSubscriptionInput) SetName ¶ added in v1.47.8
func (s *CreateEksAnywhereSubscriptionInput) SetName(v string) *CreateEksAnywhereSubscriptionInput
SetName sets the Name field's value.
func (*CreateEksAnywhereSubscriptionInput) SetTags ¶ added in v1.47.8
func (s *CreateEksAnywhereSubscriptionInput) SetTags(v map[string]*string) *CreateEksAnywhereSubscriptionInput
SetTags sets the Tags field's value.
func (*CreateEksAnywhereSubscriptionInput) SetTerm ¶ added in v1.47.8
func (s *CreateEksAnywhereSubscriptionInput) SetTerm(v *EksAnywhereSubscriptionTerm) *CreateEksAnywhereSubscriptionInput
SetTerm sets the Term field's value.
func (CreateEksAnywhereSubscriptionInput) String ¶ added in v1.47.8
func (s CreateEksAnywhereSubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateEksAnywhereSubscriptionInput) Validate ¶ added in v1.47.8
func (s *CreateEksAnywhereSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEksAnywhereSubscriptionOutput ¶ added in v1.47.8
type CreateEksAnywhereSubscriptionOutput struct { // The full description of the subscription. Subscription *EksAnywhereSubscription `locationName:"subscription" type:"structure"` // contains filtered or unexported fields }
func (CreateEksAnywhereSubscriptionOutput) GoString ¶ added in v1.47.8
func (s CreateEksAnywhereSubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateEksAnywhereSubscriptionOutput) SetSubscription ¶ added in v1.47.8
func (s *CreateEksAnywhereSubscriptionOutput) SetSubscription(v *EksAnywhereSubscription) *CreateEksAnywhereSubscriptionOutput
SetSubscription sets the Subscription field's value.
func (CreateEksAnywhereSubscriptionOutput) String ¶ added in v1.47.8
func (s CreateEksAnywhereSubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateFargateProfileInput ¶ added in v1.25.46
type CreateFargateProfileInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The name of the Fargate profile. // // FargateProfileName is a required field FargateProfileName *string `locationName:"fargateProfileName" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the Pod execution role to use for a Pod // that matches the selectors in the Fargate profile. The Pod execution role // allows Fargate infrastructure to register with your cluster as a node, and // it provides read access to Amazon ECR image repositories. For more information, // see Pod execution role (https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html) // in the Amazon EKS User Guide. // // PodExecutionRoleArn is a required field PodExecutionRoleArn *string `locationName:"podExecutionRoleArn" type:"string" required:"true"` // The selectors to match for a Pod to use this Fargate profile. Each selector // must have an associated Kubernetes namespace. Optionally, you can also specify // labels for a namespace. You may specify up to five selectors in a Fargate // profile. Selectors []*FargateProfileSelector `locationName:"selectors" type:"list"` // The IDs of subnets to launch a Pod into. A Pod running on Fargate isn't assigned // a public IP address, so only private subnets (with no direct route to an // Internet Gateway) are accepted for this parameter. Subnets []*string `locationName:"subnets" type:"list"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
func (CreateFargateProfileInput) GoString ¶ added in v1.25.46
func (s CreateFargateProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFargateProfileInput) SetClientRequestToken ¶ added in v1.25.46
func (s *CreateFargateProfileInput) SetClientRequestToken(v string) *CreateFargateProfileInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*CreateFargateProfileInput) SetClusterName ¶ added in v1.25.46
func (s *CreateFargateProfileInput) SetClusterName(v string) *CreateFargateProfileInput
SetClusterName sets the ClusterName field's value.
func (*CreateFargateProfileInput) SetFargateProfileName ¶ added in v1.25.46
func (s *CreateFargateProfileInput) SetFargateProfileName(v string) *CreateFargateProfileInput
SetFargateProfileName sets the FargateProfileName field's value.
func (*CreateFargateProfileInput) SetPodExecutionRoleArn ¶ added in v1.25.46
func (s *CreateFargateProfileInput) SetPodExecutionRoleArn(v string) *CreateFargateProfileInput
SetPodExecutionRoleArn sets the PodExecutionRoleArn field's value.
func (*CreateFargateProfileInput) SetSelectors ¶ added in v1.25.46
func (s *CreateFargateProfileInput) SetSelectors(v []*FargateProfileSelector) *CreateFargateProfileInput
SetSelectors sets the Selectors field's value.
func (*CreateFargateProfileInput) SetSubnets ¶ added in v1.25.46
func (s *CreateFargateProfileInput) SetSubnets(v []*string) *CreateFargateProfileInput
SetSubnets sets the Subnets field's value.
func (*CreateFargateProfileInput) SetTags ¶ added in v1.25.46
func (s *CreateFargateProfileInput) SetTags(v map[string]*string) *CreateFargateProfileInput
SetTags sets the Tags field's value.
func (CreateFargateProfileInput) String ¶ added in v1.25.46
func (s CreateFargateProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFargateProfileInput) Validate ¶ added in v1.25.46
func (s *CreateFargateProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFargateProfileOutput ¶ added in v1.25.46
type CreateFargateProfileOutput struct { // The full description of your new Fargate profile. FargateProfile *FargateProfile `locationName:"fargateProfile" type:"structure"` // contains filtered or unexported fields }
func (CreateFargateProfileOutput) GoString ¶ added in v1.25.46
func (s CreateFargateProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFargateProfileOutput) SetFargateProfile ¶ added in v1.25.46
func (s *CreateFargateProfileOutput) SetFargateProfile(v *FargateProfile) *CreateFargateProfileOutput
SetFargateProfile sets the FargateProfile field's value.
func (CreateFargateProfileOutput) String ¶ added in v1.25.46
func (s CreateFargateProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateNodegroupInput ¶ added in v1.25.36
type CreateNodegroupInput struct { // The AMI type for your node group. If you specify launchTemplate, and your // launch template uses a custom AMI, then don't specify amiType, or the node // group deployment will fail. If your launch template uses a Windows custom // AMI, then add eks:kube-proxy-windows to your Windows nodes rolearn in the // aws-auth ConfigMap. For more information about using launch templates with // Amazon EKS, see Launch template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. AmiType *string `locationName:"amiType" type:"string" enum:"AMITypes"` // The capacity type for your node group. CapacityType *string `locationName:"capacityType" type:"string" enum:"CapacityTypes"` // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The root device disk size (in GiB) for your node group instances. The default // disk size is 20 GiB for Linux and Bottlerocket. The default disk size is // 50 GiB for Windows. If you specify launchTemplate, then don't specify diskSize, // or the node group deployment will fail. For more information about using // launch templates with Amazon EKS, see Launch template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. DiskSize *int64 `locationName:"diskSize" type:"integer"` // Specify the instance types for a node group. If you specify a GPU instance // type, make sure to also specify an applicable GPU AMI type with the amiType // parameter. If you specify launchTemplate, then you can specify zero or one // instance type in your launch template or you can specify 0-20 instance types // for instanceTypes. If however, you specify an instance type in your launch // template and specify any instanceTypes, the node group deployment will fail. // If you don't specify an instance type in a launch template or for instanceTypes, // then t3.medium is used, by default. If you specify Spot for capacityType, // then we recommend specifying multiple values for instanceTypes. For more // information, see Managed node group capacity types (https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html#managed-node-group-capacity-types) // and Launch template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. InstanceTypes []*string `locationName:"instanceTypes" type:"list"` // The Kubernetes labels to apply to the nodes in the node group when they are // created. Labels map[string]*string `locationName:"labels" type:"map"` // An object representing a node group's launch template specification. If specified, // then do not specify instanceTypes, diskSize, or remoteAccess and make sure // that the launch template meets the requirements in launchTemplateSpecification. LaunchTemplate *LaunchTemplateSpecification `locationName:"launchTemplate" type:"structure"` // The Amazon Resource Name (ARN) of the IAM role to associate with your node // group. The Amazon EKS worker node kubelet daemon makes calls to Amazon Web // Services APIs on your behalf. Nodes receive permissions for these API calls // through an IAM instance profile and associated policies. Before you can launch // nodes and register them into a cluster, you must create an IAM role for those // nodes to use when they are launched. For more information, see Amazon EKS // node IAM role (https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html) // in the Amazon EKS User Guide . If you specify launchTemplate, then don't // specify IamInstanceProfile (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IamInstanceProfile.html) // in your launch template, or the node group deployment will fail. For more // information about using launch templates with Amazon EKS, see Launch template // support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. // // NodeRole is a required field NodeRole *string `locationName:"nodeRole" type:"string" required:"true"` // The unique name to give your node group. // // NodegroupName is a required field NodegroupName *string `locationName:"nodegroupName" type:"string" required:"true"` // The AMI version of the Amazon EKS optimized AMI to use with your node group. // By default, the latest available AMI version for the node group's current // Kubernetes version is used. For information about Linux versions, see Amazon // EKS optimized Amazon Linux AMI versions (https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html) // in the Amazon EKS User Guide. Amazon EKS managed node groups support the // November 2022 and later releases of the Windows AMIs. For information about // Windows versions, see Amazon EKS optimized Windows AMI versions (https://docs.aws.amazon.com/eks/latest/userguide/eks-ami-versions-windows.html) // in the Amazon EKS User Guide. // // If you specify launchTemplate, and your launch template uses a custom AMI, // then don't specify releaseVersion, or the node group deployment will fail. // For more information about using launch templates with Amazon EKS, see Launch // template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. ReleaseVersion *string `locationName:"releaseVersion" type:"string"` // The remote access configuration to use with your node group. For Linux, the // protocol is SSH. For Windows, the protocol is RDP. If you specify launchTemplate, // then don't specify remoteAccess, or the node group deployment will fail. // For more information about using launch templates with Amazon EKS, see Launch // template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. RemoteAccess *RemoteAccessConfig `locationName:"remoteAccess" type:"structure"` // The scaling configuration details for the Auto Scaling group that is created // for your node group. ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"` // The subnets to use for the Auto Scaling group that is created for your node // group. If you specify launchTemplate, then don't specify SubnetId (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html) // in your launch template, or the node group deployment will fail. For more // information about using launch templates with Amazon EKS, see Launch template // support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. // // Subnets is a required field Subnets []*string `locationName:"subnets" type:"list" required:"true"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // The Kubernetes taints to be applied to the nodes in the node group. For more // information, see Node taints on managed node groups (https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html). Taints []*Taint `locationName:"taints" type:"list"` // The node group update configuration. UpdateConfig *NodegroupUpdateConfig `locationName:"updateConfig" type:"structure"` // The Kubernetes version to use for your managed nodes. By default, the Kubernetes // version of the cluster is used, and this is the only accepted specified value. // If you specify launchTemplate, and your launch template uses a custom AMI, // then don't specify version, or the node group deployment will fail. For more // information about using launch templates with Amazon EKS, see Launch template // support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
func (CreateNodegroupInput) GoString ¶ added in v1.25.36
func (s CreateNodegroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateNodegroupInput) SetAmiType ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetAmiType(v string) *CreateNodegroupInput
SetAmiType sets the AmiType field's value.
func (*CreateNodegroupInput) SetCapacityType ¶ added in v1.35.37
func (s *CreateNodegroupInput) SetCapacityType(v string) *CreateNodegroupInput
SetCapacityType sets the CapacityType field's value.
func (*CreateNodegroupInput) SetClientRequestToken ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetClientRequestToken(v string) *CreateNodegroupInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*CreateNodegroupInput) SetClusterName ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetClusterName(v string) *CreateNodegroupInput
SetClusterName sets the ClusterName field's value.
func (*CreateNodegroupInput) SetDiskSize ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetDiskSize(v int64) *CreateNodegroupInput
SetDiskSize sets the DiskSize field's value.
func (*CreateNodegroupInput) SetInstanceTypes ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetInstanceTypes(v []*string) *CreateNodegroupInput
SetInstanceTypes sets the InstanceTypes field's value.
func (*CreateNodegroupInput) SetLabels ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetLabels(v map[string]*string) *CreateNodegroupInput
SetLabels sets the Labels field's value.
func (*CreateNodegroupInput) SetLaunchTemplate ¶ added in v1.34.4
func (s *CreateNodegroupInput) SetLaunchTemplate(v *LaunchTemplateSpecification) *CreateNodegroupInput
SetLaunchTemplate sets the LaunchTemplate field's value.
func (*CreateNodegroupInput) SetNodeRole ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetNodeRole(v string) *CreateNodegroupInput
SetNodeRole sets the NodeRole field's value.
func (*CreateNodegroupInput) SetNodegroupName ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetNodegroupName(v string) *CreateNodegroupInput
SetNodegroupName sets the NodegroupName field's value.
func (*CreateNodegroupInput) SetReleaseVersion ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetReleaseVersion(v string) *CreateNodegroupInput
SetReleaseVersion sets the ReleaseVersion field's value.
func (*CreateNodegroupInput) SetRemoteAccess ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetRemoteAccess(v *RemoteAccessConfig) *CreateNodegroupInput
SetRemoteAccess sets the RemoteAccess field's value.
func (*CreateNodegroupInput) SetScalingConfig ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetScalingConfig(v *NodegroupScalingConfig) *CreateNodegroupInput
SetScalingConfig sets the ScalingConfig field's value.
func (*CreateNodegroupInput) SetSubnets ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetSubnets(v []*string) *CreateNodegroupInput
SetSubnets sets the Subnets field's value.
func (*CreateNodegroupInput) SetTags ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetTags(v map[string]*string) *CreateNodegroupInput
SetTags sets the Tags field's value.
func (*CreateNodegroupInput) SetTaints ¶ added in v1.38.37
func (s *CreateNodegroupInput) SetTaints(v []*Taint) *CreateNodegroupInput
SetTaints sets the Taints field's value.
func (*CreateNodegroupInput) SetUpdateConfig ¶ added in v1.38.56
func (s *CreateNodegroupInput) SetUpdateConfig(v *NodegroupUpdateConfig) *CreateNodegroupInput
SetUpdateConfig sets the UpdateConfig field's value.
func (*CreateNodegroupInput) SetVersion ¶ added in v1.25.36
func (s *CreateNodegroupInput) SetVersion(v string) *CreateNodegroupInput
SetVersion sets the Version field's value.
func (CreateNodegroupInput) String ¶ added in v1.25.36
func (s CreateNodegroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateNodegroupInput) Validate ¶ added in v1.25.36
func (s *CreateNodegroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateNodegroupOutput ¶ added in v1.25.36
type CreateNodegroupOutput struct { // The full description of your new node group. Nodegroup *Nodegroup `locationName:"nodegroup" type:"structure"` // contains filtered or unexported fields }
func (CreateNodegroupOutput) GoString ¶ added in v1.25.36
func (s CreateNodegroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateNodegroupOutput) SetNodegroup ¶ added in v1.25.36
func (s *CreateNodegroupOutput) SetNodegroup(v *Nodegroup) *CreateNodegroupOutput
SetNodegroup sets the Nodegroup field's value.
func (CreateNodegroupOutput) String ¶ added in v1.25.36
func (s CreateNodegroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreatePodIdentityAssociationInput ¶ added in v1.48.4
type CreatePodIdentityAssociationInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of the cluster to create the association in. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The name of the Kubernetes namespace inside the cluster to create the association // in. The service account and the pods that use the service account must be // in this namespace. // // Namespace is a required field Namespace *string `locationName:"namespace" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM role to associate with the service // account. The EKS Pod Identity agent manages credentials to assume this role // for applications in the containers in the pods that use this service account. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The name of the Kubernetes service account inside the cluster to associate // the IAM credentials with. // // ServiceAccount is a required field ServiceAccount *string `locationName:"serviceAccount" type:"string" required:"true"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. // // The following basic restrictions apply to tags: // // * Maximum number of tags per resource – 50 // // * For each resource, each tag key must be unique, and each tag key can // have only one value. // // * Maximum key length – 128 Unicode characters in UTF-8 // // * Maximum value length – 256 Unicode characters in UTF-8 // // * If your tagging schema is used across multiple services and resources, // remember that other services may have restrictions on allowed characters. // Generally allowed characters are: letters, numbers, and spaces representable // in UTF-8, and the following characters: + - = . _ : / @. // // * Tag keys and values are case-sensitive. // // * Do not use aws:, AWS:, or any upper or lowercase combination of such // as a prefix for either keys or values as it is reserved for Amazon Web // Services use. You cannot edit or delete tag keys or values with this prefix. // Tags with this prefix do not count against your tags per resource limit. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
func (CreatePodIdentityAssociationInput) GoString ¶ added in v1.48.4
func (s CreatePodIdentityAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePodIdentityAssociationInput) SetClientRequestToken ¶ added in v1.48.4
func (s *CreatePodIdentityAssociationInput) SetClientRequestToken(v string) *CreatePodIdentityAssociationInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*CreatePodIdentityAssociationInput) SetClusterName ¶ added in v1.48.4
func (s *CreatePodIdentityAssociationInput) SetClusterName(v string) *CreatePodIdentityAssociationInput
SetClusterName sets the ClusterName field's value.
func (*CreatePodIdentityAssociationInput) SetNamespace ¶ added in v1.48.4
func (s *CreatePodIdentityAssociationInput) SetNamespace(v string) *CreatePodIdentityAssociationInput
SetNamespace sets the Namespace field's value.
func (*CreatePodIdentityAssociationInput) SetRoleArn ¶ added in v1.48.4
func (s *CreatePodIdentityAssociationInput) SetRoleArn(v string) *CreatePodIdentityAssociationInput
SetRoleArn sets the RoleArn field's value.
func (*CreatePodIdentityAssociationInput) SetServiceAccount ¶ added in v1.48.4
func (s *CreatePodIdentityAssociationInput) SetServiceAccount(v string) *CreatePodIdentityAssociationInput
SetServiceAccount sets the ServiceAccount field's value.
func (*CreatePodIdentityAssociationInput) SetTags ¶ added in v1.48.4
func (s *CreatePodIdentityAssociationInput) SetTags(v map[string]*string) *CreatePodIdentityAssociationInput
SetTags sets the Tags field's value.
func (CreatePodIdentityAssociationInput) String ¶ added in v1.48.4
func (s CreatePodIdentityAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePodIdentityAssociationInput) Validate ¶ added in v1.48.4
func (s *CreatePodIdentityAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePodIdentityAssociationOutput ¶ added in v1.48.4
type CreatePodIdentityAssociationOutput struct { // The full description of your new association. // // The description includes an ID for the association. Use the ID of the association // in further actions to manage the association. Association *PodIdentityAssociation `locationName:"association" type:"structure"` // contains filtered or unexported fields }
func (CreatePodIdentityAssociationOutput) GoString ¶ added in v1.48.4
func (s CreatePodIdentityAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePodIdentityAssociationOutput) SetAssociation ¶ added in v1.48.4
func (s *CreatePodIdentityAssociationOutput) SetAssociation(v *PodIdentityAssociation) *CreatePodIdentityAssociationOutput
SetAssociation sets the Association field's value.
func (CreatePodIdentityAssociationOutput) String ¶ added in v1.48.4
func (s CreatePodIdentityAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAccessEntryInput ¶ added in v1.49.5
type DeleteAccessEntryInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The ARN of the IAM principal for the AccessEntry. // // PrincipalArn is a required field PrincipalArn *string `location:"uri" locationName:"principalArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAccessEntryInput) GoString ¶ added in v1.49.5
func (s DeleteAccessEntryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAccessEntryInput) SetClusterName ¶ added in v1.49.5
func (s *DeleteAccessEntryInput) SetClusterName(v string) *DeleteAccessEntryInput
SetClusterName sets the ClusterName field's value.
func (*DeleteAccessEntryInput) SetPrincipalArn ¶ added in v1.49.5
func (s *DeleteAccessEntryInput) SetPrincipalArn(v string) *DeleteAccessEntryInput
SetPrincipalArn sets the PrincipalArn field's value.
func (DeleteAccessEntryInput) String ¶ added in v1.49.5
func (s DeleteAccessEntryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAccessEntryInput) Validate ¶ added in v1.49.5
func (s *DeleteAccessEntryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAccessEntryOutput ¶ added in v1.49.5
type DeleteAccessEntryOutput struct {
// contains filtered or unexported fields
}
func (DeleteAccessEntryOutput) GoString ¶ added in v1.49.5
func (s DeleteAccessEntryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteAccessEntryOutput) String ¶ added in v1.49.5
func (s DeleteAccessEntryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAddonInput ¶ added in v1.35.37
type DeleteAddonInput struct { // The name of the add-on. The name must match one of the names returned by // ListAddons (https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html). // // AddonName is a required field AddonName *string `location:"uri" locationName:"addonName" type:"string" required:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" min:"1" type:"string" required:"true"` // Specifying this option preserves the add-on software on your cluster but // Amazon EKS stops managing any settings for the add-on. If an IAM account // is associated with the add-on, it isn't removed. Preserve *bool `location:"querystring" locationName:"preserve" type:"boolean"` // contains filtered or unexported fields }
func (DeleteAddonInput) GoString ¶ added in v1.35.37
func (s DeleteAddonInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAddonInput) SetAddonName ¶ added in v1.35.37
func (s *DeleteAddonInput) SetAddonName(v string) *DeleteAddonInput
SetAddonName sets the AddonName field's value.
func (*DeleteAddonInput) SetClusterName ¶ added in v1.35.37
func (s *DeleteAddonInput) SetClusterName(v string) *DeleteAddonInput
SetClusterName sets the ClusterName field's value.
func (*DeleteAddonInput) SetPreserve ¶ added in v1.40.27
func (s *DeleteAddonInput) SetPreserve(v bool) *DeleteAddonInput
SetPreserve sets the Preserve field's value.
func (DeleteAddonInput) String ¶ added in v1.35.37
func (s DeleteAddonInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAddonInput) Validate ¶ added in v1.35.37
func (s *DeleteAddonInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAddonOutput ¶ added in v1.35.37
type DeleteAddonOutput struct { // An Amazon EKS add-on. For more information, see Amazon EKS add-ons (https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html) // in the Amazon EKS User Guide. Addon *Addon `locationName:"addon" type:"structure"` // contains filtered or unexported fields }
func (DeleteAddonOutput) GoString ¶ added in v1.35.37
func (s DeleteAddonOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAddonOutput) SetAddon ¶ added in v1.35.37
func (s *DeleteAddonOutput) SetAddon(v *Addon) *DeleteAddonOutput
SetAddon sets the Addon field's value.
func (DeleteAddonOutput) String ¶ added in v1.35.37
func (s DeleteAddonOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteClusterInput ¶
type DeleteClusterInput struct { // The name of the cluster to delete. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteClusterInput) GoString ¶
func (s DeleteClusterInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteClusterInput) SetName ¶
func (s *DeleteClusterInput) SetName(v string) *DeleteClusterInput
SetName sets the Name field's value.
func (DeleteClusterInput) String ¶
func (s DeleteClusterInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteClusterInput) Validate ¶
func (s *DeleteClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteClusterOutput ¶
type DeleteClusterOutput struct { // The full description of the cluster to delete. Cluster *Cluster `locationName:"cluster" type:"structure"` // contains filtered or unexported fields }
func (DeleteClusterOutput) GoString ¶
func (s DeleteClusterOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteClusterOutput) SetCluster ¶
func (s *DeleteClusterOutput) SetCluster(v *Cluster) *DeleteClusterOutput
SetCluster sets the Cluster field's value.
func (DeleteClusterOutput) String ¶
func (s DeleteClusterOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteEksAnywhereSubscriptionInput ¶ added in v1.47.8
type DeleteEksAnywhereSubscriptionInput struct { // The ID of the subscription. // // Id is a required field Id *string `location:"uri" locationName:"id" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteEksAnywhereSubscriptionInput) GoString ¶ added in v1.47.8
func (s DeleteEksAnywhereSubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteEksAnywhereSubscriptionInput) SetId ¶ added in v1.47.8
func (s *DeleteEksAnywhereSubscriptionInput) SetId(v string) *DeleteEksAnywhereSubscriptionInput
SetId sets the Id field's value.
func (DeleteEksAnywhereSubscriptionInput) String ¶ added in v1.47.8
func (s DeleteEksAnywhereSubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteEksAnywhereSubscriptionInput) Validate ¶ added in v1.47.8
func (s *DeleteEksAnywhereSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEksAnywhereSubscriptionOutput ¶ added in v1.47.8
type DeleteEksAnywhereSubscriptionOutput struct { // The full description of the subscription to be deleted. Subscription *EksAnywhereSubscription `locationName:"subscription" type:"structure"` // contains filtered or unexported fields }
func (DeleteEksAnywhereSubscriptionOutput) GoString ¶ added in v1.47.8
func (s DeleteEksAnywhereSubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteEksAnywhereSubscriptionOutput) SetSubscription ¶ added in v1.47.8
func (s *DeleteEksAnywhereSubscriptionOutput) SetSubscription(v *EksAnywhereSubscription) *DeleteEksAnywhereSubscriptionOutput
SetSubscription sets the Subscription field's value.
func (DeleteEksAnywhereSubscriptionOutput) String ¶ added in v1.47.8
func (s DeleteEksAnywhereSubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteFargateProfileInput ¶ added in v1.25.46
type DeleteFargateProfileInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The name of the Fargate profile to delete. // // FargateProfileName is a required field FargateProfileName *string `location:"uri" locationName:"fargateProfileName" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteFargateProfileInput) GoString ¶ added in v1.25.46
func (s DeleteFargateProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFargateProfileInput) SetClusterName ¶ added in v1.25.46
func (s *DeleteFargateProfileInput) SetClusterName(v string) *DeleteFargateProfileInput
SetClusterName sets the ClusterName field's value.
func (*DeleteFargateProfileInput) SetFargateProfileName ¶ added in v1.25.46
func (s *DeleteFargateProfileInput) SetFargateProfileName(v string) *DeleteFargateProfileInput
SetFargateProfileName sets the FargateProfileName field's value.
func (DeleteFargateProfileInput) String ¶ added in v1.25.46
func (s DeleteFargateProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFargateProfileInput) Validate ¶ added in v1.25.46
func (s *DeleteFargateProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFargateProfileOutput ¶ added in v1.25.46
type DeleteFargateProfileOutput struct { // The deleted Fargate profile. FargateProfile *FargateProfile `locationName:"fargateProfile" type:"structure"` // contains filtered or unexported fields }
func (DeleteFargateProfileOutput) GoString ¶ added in v1.25.46
func (s DeleteFargateProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFargateProfileOutput) SetFargateProfile ¶ added in v1.25.46
func (s *DeleteFargateProfileOutput) SetFargateProfile(v *FargateProfile) *DeleteFargateProfileOutput
SetFargateProfile sets the FargateProfile field's value.
func (DeleteFargateProfileOutput) String ¶ added in v1.25.46
func (s DeleteFargateProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteNodegroupInput ¶ added in v1.25.36
type DeleteNodegroupInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The name of the node group to delete. // // NodegroupName is a required field NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteNodegroupInput) GoString ¶ added in v1.25.36
func (s DeleteNodegroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteNodegroupInput) SetClusterName ¶ added in v1.25.36
func (s *DeleteNodegroupInput) SetClusterName(v string) *DeleteNodegroupInput
SetClusterName sets the ClusterName field's value.
func (*DeleteNodegroupInput) SetNodegroupName ¶ added in v1.25.36
func (s *DeleteNodegroupInput) SetNodegroupName(v string) *DeleteNodegroupInput
SetNodegroupName sets the NodegroupName field's value.
func (DeleteNodegroupInput) String ¶ added in v1.25.36
func (s DeleteNodegroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteNodegroupInput) Validate ¶ added in v1.25.36
func (s *DeleteNodegroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNodegroupOutput ¶ added in v1.25.36
type DeleteNodegroupOutput struct { // The full description of your deleted node group. Nodegroup *Nodegroup `locationName:"nodegroup" type:"structure"` // contains filtered or unexported fields }
func (DeleteNodegroupOutput) GoString ¶ added in v1.25.36
func (s DeleteNodegroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteNodegroupOutput) SetNodegroup ¶ added in v1.25.36
func (s *DeleteNodegroupOutput) SetNodegroup(v *Nodegroup) *DeleteNodegroupOutput
SetNodegroup sets the Nodegroup field's value.
func (DeleteNodegroupOutput) String ¶ added in v1.25.36
func (s DeleteNodegroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeletePodIdentityAssociationInput ¶ added in v1.48.4
type DeletePodIdentityAssociationInput struct { // The ID of the association to be deleted. // // AssociationId is a required field AssociationId *string `location:"uri" locationName:"associationId" type:"string" required:"true"` // The cluster name that // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeletePodIdentityAssociationInput) GoString ¶ added in v1.48.4
func (s DeletePodIdentityAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePodIdentityAssociationInput) SetAssociationId ¶ added in v1.48.4
func (s *DeletePodIdentityAssociationInput) SetAssociationId(v string) *DeletePodIdentityAssociationInput
SetAssociationId sets the AssociationId field's value.
func (*DeletePodIdentityAssociationInput) SetClusterName ¶ added in v1.48.4
func (s *DeletePodIdentityAssociationInput) SetClusterName(v string) *DeletePodIdentityAssociationInput
SetClusterName sets the ClusterName field's value.
func (DeletePodIdentityAssociationInput) String ¶ added in v1.48.4
func (s DeletePodIdentityAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePodIdentityAssociationInput) Validate ¶ added in v1.48.4
func (s *DeletePodIdentityAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePodIdentityAssociationOutput ¶ added in v1.48.4
type DeletePodIdentityAssociationOutput struct { // The full description of the EKS Pod Identity association that was deleted. Association *PodIdentityAssociation `locationName:"association" type:"structure"` // contains filtered or unexported fields }
func (DeletePodIdentityAssociationOutput) GoString ¶ added in v1.48.4
func (s DeletePodIdentityAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePodIdentityAssociationOutput) SetAssociation ¶ added in v1.48.4
func (s *DeletePodIdentityAssociationOutput) SetAssociation(v *PodIdentityAssociation) *DeletePodIdentityAssociationOutput
SetAssociation sets the Association field's value.
func (DeletePodIdentityAssociationOutput) String ¶ added in v1.48.4
func (s DeletePodIdentityAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeprecationDetail ¶ added in v1.49.7
type DeprecationDetail struct { // Details about Kubernetes clients using the deprecated resources. ClientStats []*ClientStat `locationName:"clientStats" type:"list"` // The newer version of the resource to migrate to if applicable. ReplacedWith *string `locationName:"replacedWith" type:"string"` // The version of the software where the newer resource version became available // to migrate to if applicable. StartServingReplacementVersion *string `locationName:"startServingReplacementVersion" type:"string"` // The version of the software where the deprecated resource version will stop // being served. StopServingVersion *string `locationName:"stopServingVersion" type:"string"` // The deprecated version of the resource. Usage *string `locationName:"usage" type:"string"` // contains filtered or unexported fields }
The summary information about deprecated resource usage for an insight check in the UPGRADE_READINESS category.
func (DeprecationDetail) GoString ¶ added in v1.49.7
func (s DeprecationDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeprecationDetail) SetClientStats ¶ added in v1.49.7
func (s *DeprecationDetail) SetClientStats(v []*ClientStat) *DeprecationDetail
SetClientStats sets the ClientStats field's value.
func (*DeprecationDetail) SetReplacedWith ¶ added in v1.49.7
func (s *DeprecationDetail) SetReplacedWith(v string) *DeprecationDetail
SetReplacedWith sets the ReplacedWith field's value.
func (*DeprecationDetail) SetStartServingReplacementVersion ¶ added in v1.49.7
func (s *DeprecationDetail) SetStartServingReplacementVersion(v string) *DeprecationDetail
SetStartServingReplacementVersion sets the StartServingReplacementVersion field's value.
func (*DeprecationDetail) SetStopServingVersion ¶ added in v1.49.7
func (s *DeprecationDetail) SetStopServingVersion(v string) *DeprecationDetail
SetStopServingVersion sets the StopServingVersion field's value.
func (*DeprecationDetail) SetUsage ¶ added in v1.49.7
func (s *DeprecationDetail) SetUsage(v string) *DeprecationDetail
SetUsage sets the Usage field's value.
func (DeprecationDetail) String ¶ added in v1.49.7
func (s DeprecationDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeregisterClusterInput ¶ added in v1.40.38
type DeregisterClusterInput struct { // The name of the connected cluster to deregister. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeregisterClusterInput) GoString ¶ added in v1.40.38
func (s DeregisterClusterInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeregisterClusterInput) SetName ¶ added in v1.40.38
func (s *DeregisterClusterInput) SetName(v string) *DeregisterClusterInput
SetName sets the Name field's value.
func (DeregisterClusterInput) String ¶ added in v1.40.38
func (s DeregisterClusterInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeregisterClusterInput) Validate ¶ added in v1.40.38
func (s *DeregisterClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterClusterOutput ¶ added in v1.40.38
type DeregisterClusterOutput struct { // An object representing an Amazon EKS cluster. Cluster *Cluster `locationName:"cluster" type:"structure"` // contains filtered or unexported fields }
func (DeregisterClusterOutput) GoString ¶ added in v1.40.38
func (s DeregisterClusterOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeregisterClusterOutput) SetCluster ¶ added in v1.40.38
func (s *DeregisterClusterOutput) SetCluster(v *Cluster) *DeregisterClusterOutput
SetCluster sets the Cluster field's value.
func (DeregisterClusterOutput) String ¶ added in v1.40.38
func (s DeregisterClusterOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeAccessEntryInput ¶ added in v1.49.5
type DescribeAccessEntryInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The ARN of the IAM principal for the AccessEntry. // // PrincipalArn is a required field PrincipalArn *string `location:"uri" locationName:"principalArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeAccessEntryInput) GoString ¶ added in v1.49.5
func (s DescribeAccessEntryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAccessEntryInput) SetClusterName ¶ added in v1.49.5
func (s *DescribeAccessEntryInput) SetClusterName(v string) *DescribeAccessEntryInput
SetClusterName sets the ClusterName field's value.
func (*DescribeAccessEntryInput) SetPrincipalArn ¶ added in v1.49.5
func (s *DescribeAccessEntryInput) SetPrincipalArn(v string) *DescribeAccessEntryInput
SetPrincipalArn sets the PrincipalArn field's value.
func (DescribeAccessEntryInput) String ¶ added in v1.49.5
func (s DescribeAccessEntryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAccessEntryInput) Validate ¶ added in v1.49.5
func (s *DescribeAccessEntryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeAccessEntryOutput ¶ added in v1.49.5
type DescribeAccessEntryOutput struct { // Information about the access entry. AccessEntry *AccessEntry `locationName:"accessEntry" type:"structure"` // contains filtered or unexported fields }
func (DescribeAccessEntryOutput) GoString ¶ added in v1.49.5
func (s DescribeAccessEntryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAccessEntryOutput) SetAccessEntry ¶ added in v1.49.5
func (s *DescribeAccessEntryOutput) SetAccessEntry(v *AccessEntry) *DescribeAccessEntryOutput
SetAccessEntry sets the AccessEntry field's value.
func (DescribeAccessEntryOutput) String ¶ added in v1.49.5
func (s DescribeAccessEntryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeAddonConfigurationInput ¶ added in v1.44.155
type DescribeAddonConfigurationInput struct { // The name of the add-on. The name must match one of the names returned by // DescribeAddonVersions. // // AddonName is a required field AddonName *string `location:"querystring" locationName:"addonName" type:"string" required:"true"` // The version of the add-on. The version must match one of the versions returned // by DescribeAddonVersions (https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html). // // AddonVersion is a required field AddonVersion *string `location:"querystring" locationName:"addonVersion" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeAddonConfigurationInput) GoString ¶ added in v1.44.155
func (s DescribeAddonConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAddonConfigurationInput) SetAddonName ¶ added in v1.44.155
func (s *DescribeAddonConfigurationInput) SetAddonName(v string) *DescribeAddonConfigurationInput
SetAddonName sets the AddonName field's value.
func (*DescribeAddonConfigurationInput) SetAddonVersion ¶ added in v1.44.155
func (s *DescribeAddonConfigurationInput) SetAddonVersion(v string) *DescribeAddonConfigurationInput
SetAddonVersion sets the AddonVersion field's value.
func (DescribeAddonConfigurationInput) String ¶ added in v1.44.155
func (s DescribeAddonConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAddonConfigurationInput) Validate ¶ added in v1.44.155
func (s *DescribeAddonConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeAddonConfigurationOutput ¶ added in v1.44.155
type DescribeAddonConfigurationOutput struct { // The name of the add-on. AddonName *string `locationName:"addonName" type:"string"` // The version of the add-on. The version must match one of the versions returned // by DescribeAddonVersions (https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html). AddonVersion *string `locationName:"addonVersion" type:"string"` // A JSON schema that's used to validate the configuration values you provide // when an add-on is created or updated. ConfigurationSchema *string `locationName:"configurationSchema" type:"string"` // contains filtered or unexported fields }
func (DescribeAddonConfigurationOutput) GoString ¶ added in v1.44.155
func (s DescribeAddonConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAddonConfigurationOutput) SetAddonName ¶ added in v1.44.155
func (s *DescribeAddonConfigurationOutput) SetAddonName(v string) *DescribeAddonConfigurationOutput
SetAddonName sets the AddonName field's value.
func (*DescribeAddonConfigurationOutput) SetAddonVersion ¶ added in v1.44.155
func (s *DescribeAddonConfigurationOutput) SetAddonVersion(v string) *DescribeAddonConfigurationOutput
SetAddonVersion sets the AddonVersion field's value.
func (*DescribeAddonConfigurationOutput) SetConfigurationSchema ¶ added in v1.44.155
func (s *DescribeAddonConfigurationOutput) SetConfigurationSchema(v string) *DescribeAddonConfigurationOutput
SetConfigurationSchema sets the ConfigurationSchema field's value.
func (DescribeAddonConfigurationOutput) String ¶ added in v1.44.155
func (s DescribeAddonConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeAddonInput ¶ added in v1.35.37
type DescribeAddonInput struct { // The name of the add-on. The name must match one of the names returned by // ListAddons (https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html). // // AddonName is a required field AddonName *string `location:"uri" locationName:"addonName" type:"string" required:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeAddonInput) GoString ¶ added in v1.35.37
func (s DescribeAddonInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAddonInput) SetAddonName ¶ added in v1.35.37
func (s *DescribeAddonInput) SetAddonName(v string) *DescribeAddonInput
SetAddonName sets the AddonName field's value.
func (*DescribeAddonInput) SetClusterName ¶ added in v1.35.37
func (s *DescribeAddonInput) SetClusterName(v string) *DescribeAddonInput
SetClusterName sets the ClusterName field's value.
func (DescribeAddonInput) String ¶ added in v1.35.37
func (s DescribeAddonInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAddonInput) Validate ¶ added in v1.35.37
func (s *DescribeAddonInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeAddonOutput ¶ added in v1.35.37
type DescribeAddonOutput struct { // An Amazon EKS add-on. For more information, see Amazon EKS add-ons (https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html) // in the Amazon EKS User Guide. Addon *Addon `locationName:"addon" type:"structure"` // contains filtered or unexported fields }
func (DescribeAddonOutput) GoString ¶ added in v1.35.37
func (s DescribeAddonOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAddonOutput) SetAddon ¶ added in v1.35.37
func (s *DescribeAddonOutput) SetAddon(v *Addon) *DescribeAddonOutput
SetAddon sets the Addon field's value.
func (DescribeAddonOutput) String ¶ added in v1.35.37
func (s DescribeAddonOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeAddonVersionsInput ¶ added in v1.35.37
type DescribeAddonVersionsInput struct { // The name of the add-on. The name must match one of the names returned by // ListAddons (https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html). AddonName *string `location:"querystring" locationName:"addonName" type:"string"` // The Kubernetes versions that you can use the add-on with. KubernetesVersion *string `location:"querystring" locationName:"kubernetesVersion" type:"string"` // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // The owner of the add-on. For valid owners, don't specify a value for this // property. Owners []*string `location:"querystring" locationName:"owners" type:"list"` // The publisher of the add-on. For valid publishers, don't specify a value // for this property. Publishers []*string `location:"querystring" locationName:"publishers" type:"list"` // The type of the add-on. For valid types, don't specify a value for this property. Types []*string `location:"querystring" locationName:"types" type:"list"` // contains filtered or unexported fields }
func (DescribeAddonVersionsInput) GoString ¶ added in v1.35.37
func (s DescribeAddonVersionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAddonVersionsInput) SetAddonName ¶ added in v1.35.37
func (s *DescribeAddonVersionsInput) SetAddonName(v string) *DescribeAddonVersionsInput
SetAddonName sets the AddonName field's value.
func (*DescribeAddonVersionsInput) SetKubernetesVersion ¶ added in v1.35.37
func (s *DescribeAddonVersionsInput) SetKubernetesVersion(v string) *DescribeAddonVersionsInput
SetKubernetesVersion sets the KubernetesVersion field's value.
func (*DescribeAddonVersionsInput) SetMaxResults ¶ added in v1.35.37
func (s *DescribeAddonVersionsInput) SetMaxResults(v int64) *DescribeAddonVersionsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeAddonVersionsInput) SetNextToken ¶ added in v1.35.37
func (s *DescribeAddonVersionsInput) SetNextToken(v string) *DescribeAddonVersionsInput
SetNextToken sets the NextToken field's value.
func (*DescribeAddonVersionsInput) SetOwners ¶ added in v1.44.147
func (s *DescribeAddonVersionsInput) SetOwners(v []*string) *DescribeAddonVersionsInput
SetOwners sets the Owners field's value.
func (*DescribeAddonVersionsInput) SetPublishers ¶ added in v1.44.147
func (s *DescribeAddonVersionsInput) SetPublishers(v []*string) *DescribeAddonVersionsInput
SetPublishers sets the Publishers field's value.
func (*DescribeAddonVersionsInput) SetTypes ¶ added in v1.44.147
func (s *DescribeAddonVersionsInput) SetTypes(v []*string) *DescribeAddonVersionsInput
SetTypes sets the Types field's value.
func (DescribeAddonVersionsInput) String ¶ added in v1.35.37
func (s DescribeAddonVersionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAddonVersionsInput) Validate ¶ added in v1.35.37
func (s *DescribeAddonVersionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeAddonVersionsOutput ¶ added in v1.35.37
type DescribeAddonVersionsOutput struct { // The list of available versions with Kubernetes version compatibility and // other properties. Addons []*AddonInfo `locationName:"addons" type:"list"` // The nextToken value to include in a future DescribeAddonVersions request. // When the results of a DescribeAddonVersions request exceed maxResults, you // can use this value to retrieve the next page of results. This value is null // when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeAddonVersionsOutput) GoString ¶ added in v1.35.37
func (s DescribeAddonVersionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAddonVersionsOutput) SetAddons ¶ added in v1.35.37
func (s *DescribeAddonVersionsOutput) SetAddons(v []*AddonInfo) *DescribeAddonVersionsOutput
SetAddons sets the Addons field's value.
func (*DescribeAddonVersionsOutput) SetNextToken ¶ added in v1.35.37
func (s *DescribeAddonVersionsOutput) SetNextToken(v string) *DescribeAddonVersionsOutput
SetNextToken sets the NextToken field's value.
func (DescribeAddonVersionsOutput) String ¶ added in v1.35.37
func (s DescribeAddonVersionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeClusterInput ¶
type DescribeClusterInput struct { // The name of your cluster. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeClusterInput) GoString ¶
func (s DescribeClusterInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeClusterInput) SetName ¶
func (s *DescribeClusterInput) SetName(v string) *DescribeClusterInput
SetName sets the Name field's value.
func (DescribeClusterInput) String ¶
func (s DescribeClusterInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeClusterInput) Validate ¶
func (s *DescribeClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeClusterOutput ¶
type DescribeClusterOutput struct { // The full description of your specified cluster. Cluster *Cluster `locationName:"cluster" type:"structure"` // contains filtered or unexported fields }
func (DescribeClusterOutput) GoString ¶
func (s DescribeClusterOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeClusterOutput) SetCluster ¶
func (s *DescribeClusterOutput) SetCluster(v *Cluster) *DescribeClusterOutput
SetCluster sets the Cluster field's value.
func (DescribeClusterOutput) String ¶
func (s DescribeClusterOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeEksAnywhereSubscriptionInput ¶ added in v1.47.8
type DescribeEksAnywhereSubscriptionInput struct { // The ID of the subscription. // // Id is a required field Id *string `location:"uri" locationName:"id" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeEksAnywhereSubscriptionInput) GoString ¶ added in v1.47.8
func (s DescribeEksAnywhereSubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeEksAnywhereSubscriptionInput) SetId ¶ added in v1.47.8
func (s *DescribeEksAnywhereSubscriptionInput) SetId(v string) *DescribeEksAnywhereSubscriptionInput
SetId sets the Id field's value.
func (DescribeEksAnywhereSubscriptionInput) String ¶ added in v1.47.8
func (s DescribeEksAnywhereSubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeEksAnywhereSubscriptionInput) Validate ¶ added in v1.47.8
func (s *DescribeEksAnywhereSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEksAnywhereSubscriptionOutput ¶ added in v1.47.8
type DescribeEksAnywhereSubscriptionOutput struct { // The full description of the subscription. Subscription *EksAnywhereSubscription `locationName:"subscription" type:"structure"` // contains filtered or unexported fields }
func (DescribeEksAnywhereSubscriptionOutput) GoString ¶ added in v1.47.8
func (s DescribeEksAnywhereSubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeEksAnywhereSubscriptionOutput) SetSubscription ¶ added in v1.47.8
func (s *DescribeEksAnywhereSubscriptionOutput) SetSubscription(v *EksAnywhereSubscription) *DescribeEksAnywhereSubscriptionOutput
SetSubscription sets the Subscription field's value.
func (DescribeEksAnywhereSubscriptionOutput) String ¶ added in v1.47.8
func (s DescribeEksAnywhereSubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeFargateProfileInput ¶ added in v1.25.46
type DescribeFargateProfileInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The name of the Fargate profile to describe. // // FargateProfileName is a required field FargateProfileName *string `location:"uri" locationName:"fargateProfileName" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeFargateProfileInput) GoString ¶ added in v1.25.46
func (s DescribeFargateProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeFargateProfileInput) SetClusterName ¶ added in v1.25.46
func (s *DescribeFargateProfileInput) SetClusterName(v string) *DescribeFargateProfileInput
SetClusterName sets the ClusterName field's value.
func (*DescribeFargateProfileInput) SetFargateProfileName ¶ added in v1.25.46
func (s *DescribeFargateProfileInput) SetFargateProfileName(v string) *DescribeFargateProfileInput
SetFargateProfileName sets the FargateProfileName field's value.
func (DescribeFargateProfileInput) String ¶ added in v1.25.46
func (s DescribeFargateProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeFargateProfileInput) Validate ¶ added in v1.25.46
func (s *DescribeFargateProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeFargateProfileOutput ¶ added in v1.25.46
type DescribeFargateProfileOutput struct { // The full description of your Fargate profile. FargateProfile *FargateProfile `locationName:"fargateProfile" type:"structure"` // contains filtered or unexported fields }
func (DescribeFargateProfileOutput) GoString ¶ added in v1.25.46
func (s DescribeFargateProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeFargateProfileOutput) SetFargateProfile ¶ added in v1.25.46
func (s *DescribeFargateProfileOutput) SetFargateProfile(v *FargateProfile) *DescribeFargateProfileOutput
SetFargateProfile sets the FargateProfile field's value.
func (DescribeFargateProfileOutput) String ¶ added in v1.25.46
func (s DescribeFargateProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeIdentityProviderConfigInput ¶ added in v1.37.10
type DescribeIdentityProviderConfigInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // An object representing an identity provider configuration. // // IdentityProviderConfig is a required field IdentityProviderConfig *IdentityProviderConfig `locationName:"identityProviderConfig" type:"structure" required:"true"` // contains filtered or unexported fields }
func (DescribeIdentityProviderConfigInput) GoString ¶ added in v1.37.10
func (s DescribeIdentityProviderConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeIdentityProviderConfigInput) SetClusterName ¶ added in v1.37.10
func (s *DescribeIdentityProviderConfigInput) SetClusterName(v string) *DescribeIdentityProviderConfigInput
SetClusterName sets the ClusterName field's value.
func (*DescribeIdentityProviderConfigInput) SetIdentityProviderConfig ¶ added in v1.37.10
func (s *DescribeIdentityProviderConfigInput) SetIdentityProviderConfig(v *IdentityProviderConfig) *DescribeIdentityProviderConfigInput
SetIdentityProviderConfig sets the IdentityProviderConfig field's value.
func (DescribeIdentityProviderConfigInput) String ¶ added in v1.37.10
func (s DescribeIdentityProviderConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeIdentityProviderConfigInput) Validate ¶ added in v1.37.10
func (s *DescribeIdentityProviderConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeIdentityProviderConfigOutput ¶ added in v1.37.10
type DescribeIdentityProviderConfigOutput struct { // The object that represents an OpenID Connect (OIDC) identity provider configuration. IdentityProviderConfig *IdentityProviderConfigResponse `locationName:"identityProviderConfig" type:"structure"` // contains filtered or unexported fields }
func (DescribeIdentityProviderConfigOutput) GoString ¶ added in v1.37.10
func (s DescribeIdentityProviderConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeIdentityProviderConfigOutput) SetIdentityProviderConfig ¶ added in v1.37.10
func (s *DescribeIdentityProviderConfigOutput) SetIdentityProviderConfig(v *IdentityProviderConfigResponse) *DescribeIdentityProviderConfigOutput
SetIdentityProviderConfig sets the IdentityProviderConfig field's value.
func (DescribeIdentityProviderConfigOutput) String ¶ added in v1.37.10
func (s DescribeIdentityProviderConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeInsightInput ¶ added in v1.49.7
type DescribeInsightInput struct { // The name of the cluster to describe the insight for. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The identity of the insight to describe. // // Id is a required field Id *string `location:"uri" locationName:"id" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeInsightInput) GoString ¶ added in v1.49.7
func (s DescribeInsightInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeInsightInput) SetClusterName ¶ added in v1.49.7
func (s *DescribeInsightInput) SetClusterName(v string) *DescribeInsightInput
SetClusterName sets the ClusterName field's value.
func (*DescribeInsightInput) SetId ¶ added in v1.49.7
func (s *DescribeInsightInput) SetId(v string) *DescribeInsightInput
SetId sets the Id field's value.
func (DescribeInsightInput) String ¶ added in v1.49.7
func (s DescribeInsightInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeInsightInput) Validate ¶ added in v1.49.7
func (s *DescribeInsightInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeInsightOutput ¶ added in v1.49.7
type DescribeInsightOutput struct { // The full description of the insight. Insight *Insight `locationName:"insight" type:"structure"` // contains filtered or unexported fields }
func (DescribeInsightOutput) GoString ¶ added in v1.49.7
func (s DescribeInsightOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeInsightOutput) SetInsight ¶ added in v1.49.7
func (s *DescribeInsightOutput) SetInsight(v *Insight) *DescribeInsightOutput
SetInsight sets the Insight field's value.
func (DescribeInsightOutput) String ¶ added in v1.49.7
func (s DescribeInsightOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeNodegroupInput ¶ added in v1.25.36
type DescribeNodegroupInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The name of the node group to describe. // // NodegroupName is a required field NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeNodegroupInput) GoString ¶ added in v1.25.36
func (s DescribeNodegroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeNodegroupInput) SetClusterName ¶ added in v1.25.36
func (s *DescribeNodegroupInput) SetClusterName(v string) *DescribeNodegroupInput
SetClusterName sets the ClusterName field's value.
func (*DescribeNodegroupInput) SetNodegroupName ¶ added in v1.25.36
func (s *DescribeNodegroupInput) SetNodegroupName(v string) *DescribeNodegroupInput
SetNodegroupName sets the NodegroupName field's value.
func (DescribeNodegroupInput) String ¶ added in v1.25.36
func (s DescribeNodegroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeNodegroupInput) Validate ¶ added in v1.25.36
func (s *DescribeNodegroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeNodegroupOutput ¶ added in v1.25.36
type DescribeNodegroupOutput struct { // The full description of your node group. Nodegroup *Nodegroup `locationName:"nodegroup" type:"structure"` // contains filtered or unexported fields }
func (DescribeNodegroupOutput) GoString ¶ added in v1.25.36
func (s DescribeNodegroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeNodegroupOutput) SetNodegroup ¶ added in v1.25.36
func (s *DescribeNodegroupOutput) SetNodegroup(v *Nodegroup) *DescribeNodegroupOutput
SetNodegroup sets the Nodegroup field's value.
func (DescribeNodegroupOutput) String ¶ added in v1.25.36
func (s DescribeNodegroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribePodIdentityAssociationInput ¶ added in v1.48.4
type DescribePodIdentityAssociationInput struct { // The ID of the association that you want the description of. // // AssociationId is a required field AssociationId *string `location:"uri" locationName:"associationId" type:"string" required:"true"` // The name of the cluster that the association is in. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribePodIdentityAssociationInput) GoString ¶ added in v1.48.4
func (s DescribePodIdentityAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePodIdentityAssociationInput) SetAssociationId ¶ added in v1.48.4
func (s *DescribePodIdentityAssociationInput) SetAssociationId(v string) *DescribePodIdentityAssociationInput
SetAssociationId sets the AssociationId field's value.
func (*DescribePodIdentityAssociationInput) SetClusterName ¶ added in v1.48.4
func (s *DescribePodIdentityAssociationInput) SetClusterName(v string) *DescribePodIdentityAssociationInput
SetClusterName sets the ClusterName field's value.
func (DescribePodIdentityAssociationInput) String ¶ added in v1.48.4
func (s DescribePodIdentityAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePodIdentityAssociationInput) Validate ¶ added in v1.48.4
func (s *DescribePodIdentityAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePodIdentityAssociationOutput ¶ added in v1.48.4
type DescribePodIdentityAssociationOutput struct { // The full description of the EKS Pod Identity association. Association *PodIdentityAssociation `locationName:"association" type:"structure"` // contains filtered or unexported fields }
func (DescribePodIdentityAssociationOutput) GoString ¶ added in v1.48.4
func (s DescribePodIdentityAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePodIdentityAssociationOutput) SetAssociation ¶ added in v1.48.4
func (s *DescribePodIdentityAssociationOutput) SetAssociation(v *PodIdentityAssociation) *DescribePodIdentityAssociationOutput
SetAssociation sets the Association field's value.
func (DescribePodIdentityAssociationOutput) String ¶ added in v1.48.4
func (s DescribePodIdentityAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeUpdateInput ¶ added in v1.16.4
type DescribeUpdateInput struct { // The name of the add-on. The name must match one of the names returned by // ListAddons (https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html). // This parameter is required if the update is an add-on update. AddonName *string `location:"querystring" locationName:"addonName" type:"string"` // The name of the Amazon EKS cluster associated with the update. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // The name of the Amazon EKS node group associated with the update. This parameter // is required if the update is a node group update. NodegroupName *string `location:"querystring" locationName:"nodegroupName" type:"string"` // The ID of the update to describe. // // UpdateId is a required field UpdateId *string `location:"uri" locationName:"updateId" type:"string" required:"true"` // contains filtered or unexported fields }
Describes an update request.
func (DescribeUpdateInput) GoString ¶ added in v1.16.4
func (s DescribeUpdateInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeUpdateInput) SetAddonName ¶ added in v1.35.37
func (s *DescribeUpdateInput) SetAddonName(v string) *DescribeUpdateInput
SetAddonName sets the AddonName field's value.
func (*DescribeUpdateInput) SetName ¶ added in v1.16.4
func (s *DescribeUpdateInput) SetName(v string) *DescribeUpdateInput
SetName sets the Name field's value.
func (*DescribeUpdateInput) SetNodegroupName ¶ added in v1.25.36
func (s *DescribeUpdateInput) SetNodegroupName(v string) *DescribeUpdateInput
SetNodegroupName sets the NodegroupName field's value.
func (*DescribeUpdateInput) SetUpdateId ¶ added in v1.16.4
func (s *DescribeUpdateInput) SetUpdateId(v string) *DescribeUpdateInput
SetUpdateId sets the UpdateId field's value.
func (DescribeUpdateInput) String ¶ added in v1.16.4
func (s DescribeUpdateInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeUpdateInput) Validate ¶ added in v1.16.4
func (s *DescribeUpdateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeUpdateOutput ¶ added in v1.16.4
type DescribeUpdateOutput struct { // The full description of the specified update. Update *Update `locationName:"update" type:"structure"` // contains filtered or unexported fields }
func (DescribeUpdateOutput) GoString ¶ added in v1.16.4
func (s DescribeUpdateOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeUpdateOutput) SetUpdate ¶ added in v1.16.4
func (s *DescribeUpdateOutput) SetUpdate(v *Update) *DescribeUpdateOutput
SetUpdate sets the Update field's value.
func (DescribeUpdateOutput) String ¶ added in v1.16.4
func (s DescribeUpdateOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateAccessPolicyInput ¶ added in v1.49.5
type DisassociateAccessPolicyInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The ARN of the policy to disassociate from the access entry. For a list of // associated policies ARNs, use ListAssociatedAccessPolicies. // // PolicyArn is a required field PolicyArn *string `location:"uri" locationName:"policyArn" type:"string" required:"true"` // The ARN of the IAM principal for the AccessEntry. // // PrincipalArn is a required field PrincipalArn *string `location:"uri" locationName:"principalArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateAccessPolicyInput) GoString ¶ added in v1.49.5
func (s DisassociateAccessPolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateAccessPolicyInput) SetClusterName ¶ added in v1.49.5
func (s *DisassociateAccessPolicyInput) SetClusterName(v string) *DisassociateAccessPolicyInput
SetClusterName sets the ClusterName field's value.
func (*DisassociateAccessPolicyInput) SetPolicyArn ¶ added in v1.49.5
func (s *DisassociateAccessPolicyInput) SetPolicyArn(v string) *DisassociateAccessPolicyInput
SetPolicyArn sets the PolicyArn field's value.
func (*DisassociateAccessPolicyInput) SetPrincipalArn ¶ added in v1.49.5
func (s *DisassociateAccessPolicyInput) SetPrincipalArn(v string) *DisassociateAccessPolicyInput
SetPrincipalArn sets the PrincipalArn field's value.
func (DisassociateAccessPolicyInput) String ¶ added in v1.49.5
func (s DisassociateAccessPolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateAccessPolicyInput) Validate ¶ added in v1.49.5
func (s *DisassociateAccessPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateAccessPolicyOutput ¶ added in v1.49.5
type DisassociateAccessPolicyOutput struct {
// contains filtered or unexported fields
}
func (DisassociateAccessPolicyOutput) GoString ¶ added in v1.49.5
func (s DisassociateAccessPolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DisassociateAccessPolicyOutput) String ¶ added in v1.49.5
func (s DisassociateAccessPolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateIdentityProviderConfigInput ¶ added in v1.37.10
type DisassociateIdentityProviderConfigInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // An object representing an identity provider configuration. // // IdentityProviderConfig is a required field IdentityProviderConfig *IdentityProviderConfig `locationName:"identityProviderConfig" type:"structure" required:"true"` // contains filtered or unexported fields }
func (DisassociateIdentityProviderConfigInput) GoString ¶ added in v1.37.10
func (s DisassociateIdentityProviderConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateIdentityProviderConfigInput) SetClientRequestToken ¶ added in v1.37.10
func (s *DisassociateIdentityProviderConfigInput) SetClientRequestToken(v string) *DisassociateIdentityProviderConfigInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*DisassociateIdentityProviderConfigInput) SetClusterName ¶ added in v1.37.10
func (s *DisassociateIdentityProviderConfigInput) SetClusterName(v string) *DisassociateIdentityProviderConfigInput
SetClusterName sets the ClusterName field's value.
func (*DisassociateIdentityProviderConfigInput) SetIdentityProviderConfig ¶ added in v1.37.10
func (s *DisassociateIdentityProviderConfigInput) SetIdentityProviderConfig(v *IdentityProviderConfig) *DisassociateIdentityProviderConfigInput
SetIdentityProviderConfig sets the IdentityProviderConfig field's value.
func (DisassociateIdentityProviderConfigInput) String ¶ added in v1.37.10
func (s DisassociateIdentityProviderConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateIdentityProviderConfigInput) Validate ¶ added in v1.37.10
func (s *DisassociateIdentityProviderConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateIdentityProviderConfigOutput ¶ added in v1.37.10
type DisassociateIdentityProviderConfigOutput struct { // An object representing an asynchronous update. Update *Update `locationName:"update" type:"structure"` // contains filtered or unexported fields }
func (DisassociateIdentityProviderConfigOutput) GoString ¶ added in v1.37.10
func (s DisassociateIdentityProviderConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateIdentityProviderConfigOutput) SetUpdate ¶ added in v1.37.10
func (s *DisassociateIdentityProviderConfigOutput) SetUpdate(v *Update) *DisassociateIdentityProviderConfigOutput
SetUpdate sets the Update field's value.
func (DisassociateIdentityProviderConfigOutput) String ¶ added in v1.37.10
func (s DisassociateIdentityProviderConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EKS ¶
EKS provides the API operation methods for making requests to Amazon Elastic Kubernetes Service. See this package's package overview docs for details on the service.
EKS 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 ...*aws.Config) *EKS
New creates a new instance of the EKS client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a EKS client from just a session. svc := eks.New(mySession) // Create a EKS client with additional configuration svc := eks.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*EKS) AssociateAccessPolicy ¶ added in v1.49.5
func (c *EKS) AssociateAccessPolicy(input *AssociateAccessPolicyInput) (*AssociateAccessPolicyOutput, error)
AssociateAccessPolicy API operation for Amazon Elastic Kubernetes Service.
Associates an access policy and its scope to an access entry. For more information about associating access policies, see Associating and disassociating access policies to and from access entries (https://docs.aws.amazon.com/eks/latest/userguide/access-policies.html) in the Amazon EKS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation AssociateAccessPolicy for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AssociateAccessPolicy
func (*EKS) AssociateAccessPolicyRequest ¶ added in v1.49.5
func (c *EKS) AssociateAccessPolicyRequest(input *AssociateAccessPolicyInput) (req *request.Request, output *AssociateAccessPolicyOutput)
AssociateAccessPolicyRequest generates a "aws/request.Request" representing the client's request for the AssociateAccessPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateAccessPolicy for more information on using the AssociateAccessPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateAccessPolicyRequest method. req, resp := client.AssociateAccessPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AssociateAccessPolicy
func (*EKS) AssociateAccessPolicyWithContext ¶ added in v1.49.5
func (c *EKS) AssociateAccessPolicyWithContext(ctx aws.Context, input *AssociateAccessPolicyInput, opts ...request.Option) (*AssociateAccessPolicyOutput, error)
AssociateAccessPolicyWithContext is the same as AssociateAccessPolicy with the addition of the ability to pass a context and additional request options.
See AssociateAccessPolicy 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 (*EKS) AssociateEncryptionConfig ¶ added in v1.37.20
func (c *EKS) AssociateEncryptionConfig(input *AssociateEncryptionConfigInput) (*AssociateEncryptionConfigOutput, error)
AssociateEncryptionConfig API operation for Amazon Elastic Kubernetes Service.
Associates an encryption configuration to an existing cluster.
Use this API to enable encryption on existing clusters that don't already have encryption enabled. This allows you to implement a defense-in-depth security strategy without migrating applications to new Amazon EKS clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation AssociateEncryptionConfig for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AssociateEncryptionConfig
func (*EKS) AssociateEncryptionConfigRequest ¶ added in v1.37.20
func (c *EKS) AssociateEncryptionConfigRequest(input *AssociateEncryptionConfigInput) (req *request.Request, output *AssociateEncryptionConfigOutput)
AssociateEncryptionConfigRequest generates a "aws/request.Request" representing the client's request for the AssociateEncryptionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateEncryptionConfig for more information on using the AssociateEncryptionConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateEncryptionConfigRequest method. req, resp := client.AssociateEncryptionConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AssociateEncryptionConfig
func (*EKS) AssociateEncryptionConfigWithContext ¶ added in v1.37.20
func (c *EKS) AssociateEncryptionConfigWithContext(ctx aws.Context, input *AssociateEncryptionConfigInput, opts ...request.Option) (*AssociateEncryptionConfigOutput, error)
AssociateEncryptionConfigWithContext is the same as AssociateEncryptionConfig with the addition of the ability to pass a context and additional request options.
See AssociateEncryptionConfig 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 (*EKS) AssociateIdentityProviderConfig ¶ added in v1.37.10
func (c *EKS) AssociateIdentityProviderConfig(input *AssociateIdentityProviderConfigInput) (*AssociateIdentityProviderConfigOutput, error)
AssociateIdentityProviderConfig API operation for Amazon Elastic Kubernetes Service.
Associates an identity provider configuration to a cluster.
If you want to authenticate identities using an identity provider, you can create an identity provider configuration and associate it to your cluster. After configuring authentication to your cluster you can create Kubernetes Role and ClusterRole objects, assign permissions to them, and then bind them to the identities using Kubernetes RoleBinding and ClusterRoleBinding objects. For more information see Using RBAC Authorization (https://kubernetes.io/docs/reference/access-authn-authz/rbac/) in the Kubernetes documentation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation AssociateIdentityProviderConfig for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AssociateIdentityProviderConfig
func (*EKS) AssociateIdentityProviderConfigRequest ¶ added in v1.37.10
func (c *EKS) AssociateIdentityProviderConfigRequest(input *AssociateIdentityProviderConfigInput) (req *request.Request, output *AssociateIdentityProviderConfigOutput)
AssociateIdentityProviderConfigRequest generates a "aws/request.Request" representing the client's request for the AssociateIdentityProviderConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateIdentityProviderConfig for more information on using the AssociateIdentityProviderConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateIdentityProviderConfigRequest method. req, resp := client.AssociateIdentityProviderConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AssociateIdentityProviderConfig
func (*EKS) AssociateIdentityProviderConfigWithContext ¶ added in v1.37.10
func (c *EKS) AssociateIdentityProviderConfigWithContext(ctx aws.Context, input *AssociateIdentityProviderConfigInput, opts ...request.Option) (*AssociateIdentityProviderConfigOutput, error)
AssociateIdentityProviderConfigWithContext is the same as AssociateIdentityProviderConfig with the addition of the ability to pass a context and additional request options.
See AssociateIdentityProviderConfig 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 (*EKS) CreateAccessEntry ¶ added in v1.49.5
func (c *EKS) CreateAccessEntry(input *CreateAccessEntryInput) (*CreateAccessEntryOutput, error)
CreateAccessEntry API operation for Amazon Elastic Kubernetes Service.
Creates an access entry.
An access entry allows an IAM principal to access your cluster. Access entries can replace the need to maintain entries in the aws-auth ConfigMap for authentication. You have the following options for authorizing an IAM principal to access Kubernetes objects on your cluster: Kubernetes role-based access control (RBAC), Amazon EKS, or both. Kubernetes RBAC authorization requires you to create and manage Kubernetes Role, ClusterRole, RoleBinding, and ClusterRoleBinding objects, in addition to managing access entries. If you use Amazon EKS authorization exclusively, you don't need to create and manage Kubernetes Role, ClusterRole, RoleBinding, and ClusterRoleBinding objects.
For more information about access entries, see Access entries (https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html) in the Amazon EKS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation CreateAccessEntry for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ResourceLimitExceededException You have encountered a service limit on the specified resource.
ResourceInUseException The specified resource is in use.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateAccessEntry
func (*EKS) CreateAccessEntryRequest ¶ added in v1.49.5
func (c *EKS) CreateAccessEntryRequest(input *CreateAccessEntryInput) (req *request.Request, output *CreateAccessEntryOutput)
CreateAccessEntryRequest generates a "aws/request.Request" representing the client's request for the CreateAccessEntry operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAccessEntry for more information on using the CreateAccessEntry API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAccessEntryRequest method. req, resp := client.CreateAccessEntryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateAccessEntry
func (*EKS) CreateAccessEntryWithContext ¶ added in v1.49.5
func (c *EKS) CreateAccessEntryWithContext(ctx aws.Context, input *CreateAccessEntryInput, opts ...request.Option) (*CreateAccessEntryOutput, error)
CreateAccessEntryWithContext is the same as CreateAccessEntry with the addition of the ability to pass a context and additional request options.
See CreateAccessEntry 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 (*EKS) CreateAddon ¶ added in v1.35.37
func (c *EKS) CreateAddon(input *CreateAddonInput) (*CreateAddonOutput, error)
CreateAddon API operation for Amazon Elastic Kubernetes Service.
Creates an Amazon EKS add-on.
Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters. For more information, see Amazon EKS add-ons (https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html) in the Amazon EKS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation CreateAddon for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ResourceInUseException The specified resource is in use.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateAddon
func (*EKS) CreateAddonRequest ¶ added in v1.35.37
func (c *EKS) CreateAddonRequest(input *CreateAddonInput) (req *request.Request, output *CreateAddonOutput)
CreateAddonRequest generates a "aws/request.Request" representing the client's request for the CreateAddon operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAddon for more information on using the CreateAddon API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateAddon
func (*EKS) CreateAddonWithContext ¶ added in v1.35.37
func (c *EKS) CreateAddonWithContext(ctx aws.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. 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 (*EKS) CreateCluster ¶
func (c *EKS) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error)
CreateCluster API operation for Amazon Elastic Kubernetes Service.
Creates an Amazon EKS control plane.
The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances.
The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows).
Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster.
You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control (https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) in the Amazon EKS User Guide .
You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs (https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html) in the Amazon EKS User Guide .
CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing (http://aws.amazon.com/cloudwatch/pricing/).
In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Managing Cluster Authentication (https://docs.aws.amazon.com/eks/latest/userguide/managing-auth.html) and Launching Amazon EKS nodes (https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html) in the Amazon EKS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation CreateCluster for usage and error information.
Returned Error Types:
ResourceInUseException The specified resource is in use.
ResourceLimitExceededException You have encountered a service limit on the specified resource.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
UnsupportedAvailabilityZoneException At least one of your specified cluster subnets is in an Availability Zone that does not support Amazon EKS. The exception output specifies the supported Availability Zones for your account, from which you can choose subnets for your cluster.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster
func (*EKS) CreateClusterRequest ¶
func (c *EKS) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput)
CreateClusterRequest generates a "aws/request.Request" representing the client's request for the CreateCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateCluster for more information on using the CreateCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster
func (*EKS) CreateClusterWithContext ¶
func (c *EKS) CreateClusterWithContext(ctx aws.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. 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 (*EKS) CreateEksAnywhereSubscription ¶ added in v1.47.8
func (c *EKS) CreateEksAnywhereSubscription(input *CreateEksAnywhereSubscriptionInput) (*CreateEksAnywhereSubscriptionOutput, error)
CreateEksAnywhereSubscription API operation for Amazon Elastic Kubernetes Service.
Creates an EKS Anywhere subscription. When a subscription is created, it is a contract agreement for the length of the term specified in the request. Licenses that are used to validate support are provisioned in Amazon Web Services License Manager and the caller account is granted access to EKS Anywhere Curated Packages.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation CreateEksAnywhereSubscription for usage and error information.
Returned Error Types:
ResourceLimitExceededException You have encountered a service limit on the specified resource.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateEksAnywhereSubscription
func (*EKS) CreateEksAnywhereSubscriptionRequest ¶ added in v1.47.8
func (c *EKS) CreateEksAnywhereSubscriptionRequest(input *CreateEksAnywhereSubscriptionInput) (req *request.Request, output *CreateEksAnywhereSubscriptionOutput)
CreateEksAnywhereSubscriptionRequest generates a "aws/request.Request" representing the client's request for the CreateEksAnywhereSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateEksAnywhereSubscription for more information on using the CreateEksAnywhereSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateEksAnywhereSubscriptionRequest method. req, resp := client.CreateEksAnywhereSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateEksAnywhereSubscription
func (*EKS) CreateEksAnywhereSubscriptionWithContext ¶ added in v1.47.8
func (c *EKS) CreateEksAnywhereSubscriptionWithContext(ctx aws.Context, input *CreateEksAnywhereSubscriptionInput, opts ...request.Option) (*CreateEksAnywhereSubscriptionOutput, error)
CreateEksAnywhereSubscriptionWithContext is the same as CreateEksAnywhereSubscription with the addition of the ability to pass a context and additional request options.
See CreateEksAnywhereSubscription 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 (*EKS) CreateFargateProfile ¶ added in v1.25.46
func (c *EKS) CreateFargateProfile(input *CreateFargateProfileInput) (*CreateFargateProfileOutput, error)
CreateFargateProfile API operation for Amazon Elastic Kubernetes Service.
Creates an Fargate profile for your Amazon EKS cluster. You must have at least one Fargate profile in a cluster to be able to run pods on Fargate.
The Fargate profile allows an administrator to declare which pods run on Fargate and specify which pods run on which Fargate profile. This declaration is done through the profile’s selectors. Each profile can have up to five selectors that contain a namespace and labels. A namespace is required for every selector. The label field consists of multiple optional key-value pairs. Pods that match the selectors are scheduled on Fargate. If a to-be-scheduled pod matches any of the selectors in the Fargate profile, then that pod is run on Fargate.
When you create a Fargate profile, you must specify a pod execution role to use with the pods that are scheduled with the profile. This role is added to the cluster's Kubernetes Role Based Access Control (https://kubernetes.io/docs/reference/access-authn-authz/rbac/) (RBAC) for authorization so that the kubelet that is running on the Fargate infrastructure can register with your Amazon EKS cluster so that it can appear in your cluster as a node. The pod execution role also provides IAM permissions to the Fargate infrastructure to allow read access to Amazon ECR image repositories. For more information, see Pod Execution Role (https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html) in the Amazon EKS User Guide.
Fargate profiles are immutable. However, you can create a new updated profile to replace an existing profile and then delete the original after the updated profile has finished creating.
If any Fargate profiles in a cluster are in the DELETING status, you must wait for that Fargate profile to finish deleting before you can create any other profiles in that cluster.
For more information, see Fargate profile (https://docs.aws.amazon.com/eks/latest/userguide/fargate-profile.html) in the Amazon EKS User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation CreateFargateProfile for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceLimitExceededException You have encountered a service limit on the specified resource.
UnsupportedAvailabilityZoneException At least one of your specified cluster subnets is in an Availability Zone that does not support Amazon EKS. The exception output specifies the supported Availability Zones for your account, from which you can choose subnets for your cluster.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateFargateProfile
func (*EKS) CreateFargateProfileRequest ¶ added in v1.25.46
func (c *EKS) CreateFargateProfileRequest(input *CreateFargateProfileInput) (req *request.Request, output *CreateFargateProfileOutput)
CreateFargateProfileRequest generates a "aws/request.Request" representing the client's request for the CreateFargateProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateFargateProfile for more information on using the CreateFargateProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateFargateProfileRequest method. req, resp := client.CreateFargateProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateFargateProfile
func (*EKS) CreateFargateProfileWithContext ¶ added in v1.25.46
func (c *EKS) CreateFargateProfileWithContext(ctx aws.Context, input *CreateFargateProfileInput, opts ...request.Option) (*CreateFargateProfileOutput, error)
CreateFargateProfileWithContext is the same as CreateFargateProfile with the addition of the ability to pass a context and additional request options.
See CreateFargateProfile 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 (*EKS) CreateNodegroup ¶ added in v1.25.36
func (c *EKS) CreateNodegroup(input *CreateNodegroupInput) (*CreateNodegroupOutput, error)
CreateNodegroup API operation for Amazon Elastic Kubernetes Service.
Creates a managed node group for an Amazon EKS cluster.
You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Launch template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html).
An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups (https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) in the Amazon EKS User Guide.
Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation CreateNodegroup for usage and error information.
Returned Error Types:
ResourceInUseException The specified resource is in use.
ResourceLimitExceededException You have encountered a service limit on the specified resource.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateNodegroup
func (*EKS) CreateNodegroupRequest ¶ added in v1.25.36
func (c *EKS) CreateNodegroupRequest(input *CreateNodegroupInput) (req *request.Request, output *CreateNodegroupOutput)
CreateNodegroupRequest generates a "aws/request.Request" representing the client's request for the CreateNodegroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateNodegroup for more information on using the CreateNodegroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateNodegroupRequest method. req, resp := client.CreateNodegroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateNodegroup
func (*EKS) CreateNodegroupWithContext ¶ added in v1.25.36
func (c *EKS) CreateNodegroupWithContext(ctx aws.Context, input *CreateNodegroupInput, opts ...request.Option) (*CreateNodegroupOutput, error)
CreateNodegroupWithContext is the same as CreateNodegroup with the addition of the ability to pass a context and additional request options.
See CreateNodegroup 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 (*EKS) CreatePodIdentityAssociation ¶ added in v1.48.4
func (c *EKS) CreatePodIdentityAssociation(input *CreatePodIdentityAssociationInput) (*CreatePodIdentityAssociationOutput, error)
CreatePodIdentityAssociation API operation for Amazon Elastic Kubernetes Service.
Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role with EKS Pod Identity. Use EKS Pod Identity to give temporary IAM credentials to pods and the credentials are rotated automatically.
Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.
If a pod uses a service account that has an association, Amazon EKS sets environment variables in the containers of the pod. The environment variables configure the Amazon Web Services SDKs, including the Command Line Interface, to use the EKS Pod Identity credentials.
Pod Identity is a simpler method than IAM roles for service accounts, as this method doesn't use OIDC identity providers. Additionally, you can configure a role for Pod Identity once, and reuse it across clusters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation CreatePodIdentityAssociation for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ResourceLimitExceededException You have encountered a service limit on the specified resource.
ResourceInUseException The specified resource is in use.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreatePodIdentityAssociation
func (*EKS) CreatePodIdentityAssociationRequest ¶ added in v1.48.4
func (c *EKS) CreatePodIdentityAssociationRequest(input *CreatePodIdentityAssociationInput) (req *request.Request, output *CreatePodIdentityAssociationOutput)
CreatePodIdentityAssociationRequest generates a "aws/request.Request" representing the client's request for the CreatePodIdentityAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreatePodIdentityAssociation for more information on using the CreatePodIdentityAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreatePodIdentityAssociationRequest method. req, resp := client.CreatePodIdentityAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreatePodIdentityAssociation
func (*EKS) CreatePodIdentityAssociationWithContext ¶ added in v1.48.4
func (c *EKS) CreatePodIdentityAssociationWithContext(ctx aws.Context, input *CreatePodIdentityAssociationInput, opts ...request.Option) (*CreatePodIdentityAssociationOutput, error)
CreatePodIdentityAssociationWithContext is the same as CreatePodIdentityAssociation with the addition of the ability to pass a context and additional request options.
See CreatePodIdentityAssociation 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 (*EKS) DeleteAccessEntry ¶ added in v1.49.5
func (c *EKS) DeleteAccessEntry(input *DeleteAccessEntryInput) (*DeleteAccessEntryOutput, error)
DeleteAccessEntry API operation for Amazon Elastic Kubernetes Service.
Deletes an access entry.
Deleting an access entry of a type other than Standard can cause your cluster to function improperly. If you delete an access entry in error, you can recreate it.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DeleteAccessEntry for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteAccessEntry
func (*EKS) DeleteAccessEntryRequest ¶ added in v1.49.5
func (c *EKS) DeleteAccessEntryRequest(input *DeleteAccessEntryInput) (req *request.Request, output *DeleteAccessEntryOutput)
DeleteAccessEntryRequest generates a "aws/request.Request" representing the client's request for the DeleteAccessEntry operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAccessEntry for more information on using the DeleteAccessEntry API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAccessEntryRequest method. req, resp := client.DeleteAccessEntryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteAccessEntry
func (*EKS) DeleteAccessEntryWithContext ¶ added in v1.49.5
func (c *EKS) DeleteAccessEntryWithContext(ctx aws.Context, input *DeleteAccessEntryInput, opts ...request.Option) (*DeleteAccessEntryOutput, error)
DeleteAccessEntryWithContext is the same as DeleteAccessEntry with the addition of the ability to pass a context and additional request options.
See DeleteAccessEntry 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 (*EKS) DeleteAddon ¶ added in v1.35.37
func (c *EKS) DeleteAddon(input *DeleteAddonInput) (*DeleteAddonOutput, error)
DeleteAddon API operation for Amazon Elastic Kubernetes Service.
Deletes an Amazon EKS add-on.
When you remove an add-on, it's deleted from the cluster. You can always manually start an add-on on the cluster using the Kubernetes API.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DeleteAddon for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteAddon
func (*EKS) DeleteAddonRequest ¶ added in v1.35.37
func (c *EKS) DeleteAddonRequest(input *DeleteAddonInput) (req *request.Request, output *DeleteAddonOutput)
DeleteAddonRequest generates a "aws/request.Request" representing the client's request for the DeleteAddon operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAddon for more information on using the DeleteAddon API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteAddon
func (*EKS) DeleteAddonWithContext ¶ added in v1.35.37
func (c *EKS) DeleteAddonWithContext(ctx aws.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. 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 (*EKS) DeleteCluster ¶
func (c *EKS) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error)
DeleteCluster API operation for Amazon Elastic Kubernetes Service.
Deletes an Amazon EKS cluster control plane.
If you have active services in your cluster that are associated with a load balancer, you must delete those services before deleting the cluster so that the load balancers are deleted properly. Otherwise, you can have orphaned resources in your VPC that prevent you from being able to delete the VPC. For more information, see Deleting a cluster (https://docs.aws.amazon.com/eks/latest/userguide/delete-cluster.html) in the Amazon EKS User Guide.
If you have managed node groups or Fargate profiles attached to the cluster, you must delete them first. For more information, see DeleteNodgroup and DeleteFargateProfile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DeleteCluster for usage and error information.
Returned Error Types:
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster
func (*EKS) DeleteClusterRequest ¶
func (c *EKS) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput)
DeleteClusterRequest generates a "aws/request.Request" representing the client's request for the DeleteCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteCluster for more information on using the DeleteCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster
func (*EKS) DeleteClusterWithContext ¶
func (c *EKS) DeleteClusterWithContext(ctx aws.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. 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 (*EKS) DeleteEksAnywhereSubscription ¶ added in v1.47.8
func (c *EKS) DeleteEksAnywhereSubscription(input *DeleteEksAnywhereSubscriptionInput) (*DeleteEksAnywhereSubscriptionOutput, error)
DeleteEksAnywhereSubscription API operation for Amazon Elastic Kubernetes Service.
Deletes an expired or inactive subscription. Deleting inactive subscriptions removes them from the Amazon Web Services Management Console view and from list/describe API responses. Subscriptions can only be cancelled within 7 days of creation and are cancelled by creating a ticket in the Amazon Web Services Support Center.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DeleteEksAnywhereSubscription for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteEksAnywhereSubscription
func (*EKS) DeleteEksAnywhereSubscriptionRequest ¶ added in v1.47.8
func (c *EKS) DeleteEksAnywhereSubscriptionRequest(input *DeleteEksAnywhereSubscriptionInput) (req *request.Request, output *DeleteEksAnywhereSubscriptionOutput)
DeleteEksAnywhereSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteEksAnywhereSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteEksAnywhereSubscription for more information on using the DeleteEksAnywhereSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteEksAnywhereSubscriptionRequest method. req, resp := client.DeleteEksAnywhereSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteEksAnywhereSubscription
func (*EKS) DeleteEksAnywhereSubscriptionWithContext ¶ added in v1.47.8
func (c *EKS) DeleteEksAnywhereSubscriptionWithContext(ctx aws.Context, input *DeleteEksAnywhereSubscriptionInput, opts ...request.Option) (*DeleteEksAnywhereSubscriptionOutput, error)
DeleteEksAnywhereSubscriptionWithContext is the same as DeleteEksAnywhereSubscription with the addition of the ability to pass a context and additional request options.
See DeleteEksAnywhereSubscription 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 (*EKS) DeleteFargateProfile ¶ added in v1.25.46
func (c *EKS) DeleteFargateProfile(input *DeleteFargateProfileInput) (*DeleteFargateProfileOutput, error)
DeleteFargateProfile API operation for Amazon Elastic Kubernetes Service.
Deletes an Fargate profile.
When you delete a Fargate profile, any Pod running on Fargate that was created with the profile is deleted. If the Pod matches another Fargate profile, then it is scheduled on Fargate with that profile. If it no longer matches any Fargate profiles, then it's not scheduled on Fargate and may remain in a pending state.
Only one Fargate profile in a cluster can be in the DELETING status at a time. You must wait for a Fargate profile to finish deleting before you can delete any other profiles in that cluster.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DeleteFargateProfile for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteFargateProfile
func (*EKS) DeleteFargateProfileRequest ¶ added in v1.25.46
func (c *EKS) DeleteFargateProfileRequest(input *DeleteFargateProfileInput) (req *request.Request, output *DeleteFargateProfileOutput)
DeleteFargateProfileRequest generates a "aws/request.Request" representing the client's request for the DeleteFargateProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteFargateProfile for more information on using the DeleteFargateProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteFargateProfileRequest method. req, resp := client.DeleteFargateProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteFargateProfile
func (*EKS) DeleteFargateProfileWithContext ¶ added in v1.25.46
func (c *EKS) DeleteFargateProfileWithContext(ctx aws.Context, input *DeleteFargateProfileInput, opts ...request.Option) (*DeleteFargateProfileOutput, error)
DeleteFargateProfileWithContext is the same as DeleteFargateProfile with the addition of the ability to pass a context and additional request options.
See DeleteFargateProfile 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 (*EKS) DeleteNodegroup ¶ added in v1.25.36
func (c *EKS) DeleteNodegroup(input *DeleteNodegroupInput) (*DeleteNodegroupOutput, error)
DeleteNodegroup API operation for Amazon Elastic Kubernetes Service.
Deletes a managed node group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DeleteNodegroup for usage and error information.
Returned Error Types:
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteNodegroup
func (*EKS) DeleteNodegroupRequest ¶ added in v1.25.36
func (c *EKS) DeleteNodegroupRequest(input *DeleteNodegroupInput) (req *request.Request, output *DeleteNodegroupOutput)
DeleteNodegroupRequest generates a "aws/request.Request" representing the client's request for the DeleteNodegroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteNodegroup for more information on using the DeleteNodegroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteNodegroupRequest method. req, resp := client.DeleteNodegroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteNodegroup
func (*EKS) DeleteNodegroupWithContext ¶ added in v1.25.36
func (c *EKS) DeleteNodegroupWithContext(ctx aws.Context, input *DeleteNodegroupInput, opts ...request.Option) (*DeleteNodegroupOutput, error)
DeleteNodegroupWithContext is the same as DeleteNodegroup with the addition of the ability to pass a context and additional request options.
See DeleteNodegroup 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 (*EKS) DeletePodIdentityAssociation ¶ added in v1.48.4
func (c *EKS) DeletePodIdentityAssociation(input *DeletePodIdentityAssociationInput) (*DeletePodIdentityAssociationOutput, error)
DeletePodIdentityAssociation API operation for Amazon Elastic Kubernetes Service.
Deletes a EKS Pod Identity association.
The temporary Amazon Web Services credentials from the previous IAM role session might still be valid until the session expiry. If you need to immediately revoke the temporary session credentials, then go to the role in the IAM console.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DeletePodIdentityAssociation for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeletePodIdentityAssociation
func (*EKS) DeletePodIdentityAssociationRequest ¶ added in v1.48.4
func (c *EKS) DeletePodIdentityAssociationRequest(input *DeletePodIdentityAssociationInput) (req *request.Request, output *DeletePodIdentityAssociationOutput)
DeletePodIdentityAssociationRequest generates a "aws/request.Request" representing the client's request for the DeletePodIdentityAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeletePodIdentityAssociation for more information on using the DeletePodIdentityAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeletePodIdentityAssociationRequest method. req, resp := client.DeletePodIdentityAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeletePodIdentityAssociation
func (*EKS) DeletePodIdentityAssociationWithContext ¶ added in v1.48.4
func (c *EKS) DeletePodIdentityAssociationWithContext(ctx aws.Context, input *DeletePodIdentityAssociationInput, opts ...request.Option) (*DeletePodIdentityAssociationOutput, error)
DeletePodIdentityAssociationWithContext is the same as DeletePodIdentityAssociation with the addition of the ability to pass a context and additional request options.
See DeletePodIdentityAssociation 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 (*EKS) DeregisterCluster ¶ added in v1.40.38
func (c *EKS) DeregisterCluster(input *DeregisterClusterInput) (*DeregisterClusterOutput, error)
DeregisterCluster API operation for Amazon Elastic Kubernetes Service.
Deregisters a connected cluster to remove it from the Amazon EKS control plane.
A connected cluster is a Kubernetes cluster that you've connected to your control plane using the Amazon EKS Connector (https://docs.aws.amazon.com/eks/latest/userguide/eks-connector.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DeregisterCluster for usage and error information.
Returned Error Types:
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
AccessDeniedException You don't have permissions to perform the requested operation. The IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster
func (*EKS) DeregisterClusterRequest ¶ added in v1.40.38
func (c *EKS) DeregisterClusterRequest(input *DeregisterClusterInput) (req *request.Request, output *DeregisterClusterOutput)
DeregisterClusterRequest generates a "aws/request.Request" representing the client's request for the DeregisterCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeregisterCluster for more information on using the DeregisterCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeregisterClusterRequest method. req, resp := client.DeregisterClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster
func (*EKS) DeregisterClusterWithContext ¶ added in v1.40.38
func (c *EKS) DeregisterClusterWithContext(ctx aws.Context, input *DeregisterClusterInput, opts ...request.Option) (*DeregisterClusterOutput, error)
DeregisterClusterWithContext is the same as DeregisterCluster with the addition of the ability to pass a context and additional request options.
See DeregisterCluster 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 (*EKS) DescribeAccessEntry ¶ added in v1.49.5
func (c *EKS) DescribeAccessEntry(input *DescribeAccessEntryInput) (*DescribeAccessEntryOutput, error)
DescribeAccessEntry API operation for Amazon Elastic Kubernetes Service.
Describes an access entry.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeAccessEntry for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAccessEntry
func (*EKS) DescribeAccessEntryRequest ¶ added in v1.49.5
func (c *EKS) DescribeAccessEntryRequest(input *DescribeAccessEntryInput) (req *request.Request, output *DescribeAccessEntryOutput)
DescribeAccessEntryRequest generates a "aws/request.Request" representing the client's request for the DescribeAccessEntry operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAccessEntry for more information on using the DescribeAccessEntry API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAccessEntryRequest method. req, resp := client.DescribeAccessEntryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAccessEntry
func (*EKS) DescribeAccessEntryWithContext ¶ added in v1.49.5
func (c *EKS) DescribeAccessEntryWithContext(ctx aws.Context, input *DescribeAccessEntryInput, opts ...request.Option) (*DescribeAccessEntryOutput, error)
DescribeAccessEntryWithContext is the same as DescribeAccessEntry with the addition of the ability to pass a context and additional request options.
See DescribeAccessEntry 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 (*EKS) DescribeAddon ¶ added in v1.35.37
func (c *EKS) DescribeAddon(input *DescribeAddonInput) (*DescribeAddonOutput, error)
DescribeAddon API operation for Amazon Elastic Kubernetes Service.
Describes an Amazon EKS add-on.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeAddon for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAddon
func (*EKS) DescribeAddonConfiguration ¶ added in v1.44.155
func (c *EKS) DescribeAddonConfiguration(input *DescribeAddonConfigurationInput) (*DescribeAddonConfigurationOutput, error)
DescribeAddonConfiguration API operation for Amazon Elastic Kubernetes Service.
Returns configuration options.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeAddonConfiguration for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAddonConfiguration
func (*EKS) DescribeAddonConfigurationRequest ¶ added in v1.44.155
func (c *EKS) DescribeAddonConfigurationRequest(input *DescribeAddonConfigurationInput) (req *request.Request, output *DescribeAddonConfigurationOutput)
DescribeAddonConfigurationRequest generates a "aws/request.Request" representing the client's request for the DescribeAddonConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAddonConfiguration for more information on using the DescribeAddonConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAddonConfigurationRequest method. req, resp := client.DescribeAddonConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAddonConfiguration
func (*EKS) DescribeAddonConfigurationWithContext ¶ added in v1.44.155
func (c *EKS) DescribeAddonConfigurationWithContext(ctx aws.Context, input *DescribeAddonConfigurationInput, opts ...request.Option) (*DescribeAddonConfigurationOutput, error)
DescribeAddonConfigurationWithContext is the same as DescribeAddonConfiguration with the addition of the ability to pass a context and additional request options.
See DescribeAddonConfiguration 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 (*EKS) DescribeAddonRequest ¶ added in v1.35.37
func (c *EKS) DescribeAddonRequest(input *DescribeAddonInput) (req *request.Request, output *DescribeAddonOutput)
DescribeAddonRequest generates a "aws/request.Request" representing the client's request for the DescribeAddon operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAddon for more information on using the DescribeAddon API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAddonRequest method. req, resp := client.DescribeAddonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAddon
func (*EKS) DescribeAddonVersions ¶ added in v1.35.37
func (c *EKS) DescribeAddonVersions(input *DescribeAddonVersionsInput) (*DescribeAddonVersionsOutput, error)
DescribeAddonVersions API operation for Amazon Elastic Kubernetes Service.
Describes the versions for an add-on.
Information such as the Kubernetes versions that you can use the add-on with, the owner, publisher, and the type of the add-on are returned.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeAddonVersions for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAddonVersions
func (*EKS) DescribeAddonVersionsPages ¶ added in v1.35.37
func (c *EKS) DescribeAddonVersionsPages(input *DescribeAddonVersionsInput, fn func(*DescribeAddonVersionsOutput, bool) bool) error
DescribeAddonVersionsPages iterates over the pages of a DescribeAddonVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeAddonVersions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeAddonVersions operation. pageNum := 0 err := client.DescribeAddonVersionsPages(params, func(page *eks.DescribeAddonVersionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) DescribeAddonVersionsPagesWithContext ¶ added in v1.35.37
func (c *EKS) DescribeAddonVersionsPagesWithContext(ctx aws.Context, input *DescribeAddonVersionsInput, fn func(*DescribeAddonVersionsOutput, bool) bool, opts ...request.Option) error
DescribeAddonVersionsPagesWithContext same as DescribeAddonVersionsPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) DescribeAddonVersionsRequest ¶ added in v1.35.37
func (c *EKS) DescribeAddonVersionsRequest(input *DescribeAddonVersionsInput) (req *request.Request, output *DescribeAddonVersionsOutput)
DescribeAddonVersionsRequest generates a "aws/request.Request" representing the client's request for the DescribeAddonVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAddonVersions for more information on using the DescribeAddonVersions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAddonVersionsRequest method. req, resp := client.DescribeAddonVersionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAddonVersions
func (*EKS) DescribeAddonVersionsWithContext ¶ added in v1.35.37
func (c *EKS) DescribeAddonVersionsWithContext(ctx aws.Context, input *DescribeAddonVersionsInput, opts ...request.Option) (*DescribeAddonVersionsOutput, error)
DescribeAddonVersionsWithContext is the same as DescribeAddonVersions with the addition of the ability to pass a context and additional request options.
See DescribeAddonVersions 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 (*EKS) DescribeAddonWithContext ¶ added in v1.35.37
func (c *EKS) DescribeAddonWithContext(ctx aws.Context, input *DescribeAddonInput, opts ...request.Option) (*DescribeAddonOutput, error)
DescribeAddonWithContext is the same as DescribeAddon with the addition of the ability to pass a context and additional request options.
See DescribeAddon 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 (*EKS) DescribeCluster ¶
func (c *EKS) DescribeCluster(input *DescribeClusterInput) (*DescribeClusterOutput, error)
DescribeCluster API operation for Amazon Elastic Kubernetes Service.
Describes an Amazon EKS cluster.
The API server endpoint and certificate authority data returned by this operation are required for kubelet and kubectl to communicate with your Kubernetes API server. For more information, see Creating or updating a kubeconfig file for an Amazon EKS cluster (https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html).
The API server endpoint and certificate authority data aren't available until the cluster reaches the ACTIVE state.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeCluster for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeCluster
func (*EKS) DescribeClusterRequest ¶
func (c *EKS) DescribeClusterRequest(input *DescribeClusterInput) (req *request.Request, output *DescribeClusterOutput)
DescribeClusterRequest generates a "aws/request.Request" representing the client's request for the DescribeCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeCluster for more information on using the DescribeCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeClusterRequest method. req, resp := client.DescribeClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeCluster
func (*EKS) DescribeClusterWithContext ¶
func (c *EKS) DescribeClusterWithContext(ctx aws.Context, input *DescribeClusterInput, opts ...request.Option) (*DescribeClusterOutput, error)
DescribeClusterWithContext is the same as DescribeCluster with the addition of the ability to pass a context and additional request options.
See DescribeCluster 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 (*EKS) DescribeEksAnywhereSubscription ¶ added in v1.47.8
func (c *EKS) DescribeEksAnywhereSubscription(input *DescribeEksAnywhereSubscriptionInput) (*DescribeEksAnywhereSubscriptionOutput, error)
DescribeEksAnywhereSubscription API operation for Amazon Elastic Kubernetes Service.
Returns descriptive information about a subscription.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeEksAnywhereSubscription for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeEksAnywhereSubscription
func (*EKS) DescribeEksAnywhereSubscriptionRequest ¶ added in v1.47.8
func (c *EKS) DescribeEksAnywhereSubscriptionRequest(input *DescribeEksAnywhereSubscriptionInput) (req *request.Request, output *DescribeEksAnywhereSubscriptionOutput)
DescribeEksAnywhereSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DescribeEksAnywhereSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeEksAnywhereSubscription for more information on using the DescribeEksAnywhereSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeEksAnywhereSubscriptionRequest method. req, resp := client.DescribeEksAnywhereSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeEksAnywhereSubscription
func (*EKS) DescribeEksAnywhereSubscriptionWithContext ¶ added in v1.47.8
func (c *EKS) DescribeEksAnywhereSubscriptionWithContext(ctx aws.Context, input *DescribeEksAnywhereSubscriptionInput, opts ...request.Option) (*DescribeEksAnywhereSubscriptionOutput, error)
DescribeEksAnywhereSubscriptionWithContext is the same as DescribeEksAnywhereSubscription with the addition of the ability to pass a context and additional request options.
See DescribeEksAnywhereSubscription 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 (*EKS) DescribeFargateProfile ¶ added in v1.25.46
func (c *EKS) DescribeFargateProfile(input *DescribeFargateProfileInput) (*DescribeFargateProfileOutput, error)
DescribeFargateProfile API operation for Amazon Elastic Kubernetes Service.
Describes an Fargate profile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeFargateProfile for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeFargateProfile
func (*EKS) DescribeFargateProfileRequest ¶ added in v1.25.46
func (c *EKS) DescribeFargateProfileRequest(input *DescribeFargateProfileInput) (req *request.Request, output *DescribeFargateProfileOutput)
DescribeFargateProfileRequest generates a "aws/request.Request" representing the client's request for the DescribeFargateProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeFargateProfile for more information on using the DescribeFargateProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeFargateProfileRequest method. req, resp := client.DescribeFargateProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeFargateProfile
func (*EKS) DescribeFargateProfileWithContext ¶ added in v1.25.46
func (c *EKS) DescribeFargateProfileWithContext(ctx aws.Context, input *DescribeFargateProfileInput, opts ...request.Option) (*DescribeFargateProfileOutput, error)
DescribeFargateProfileWithContext is the same as DescribeFargateProfile with the addition of the ability to pass a context and additional request options.
See DescribeFargateProfile 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 (*EKS) DescribeIdentityProviderConfig ¶ added in v1.37.10
func (c *EKS) DescribeIdentityProviderConfig(input *DescribeIdentityProviderConfigInput) (*DescribeIdentityProviderConfigOutput, error)
DescribeIdentityProviderConfig API operation for Amazon Elastic Kubernetes Service.
Describes an identity provider configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeIdentityProviderConfig for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeIdentityProviderConfig
func (*EKS) DescribeIdentityProviderConfigRequest ¶ added in v1.37.10
func (c *EKS) DescribeIdentityProviderConfigRequest(input *DescribeIdentityProviderConfigInput) (req *request.Request, output *DescribeIdentityProviderConfigOutput)
DescribeIdentityProviderConfigRequest generates a "aws/request.Request" representing the client's request for the DescribeIdentityProviderConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeIdentityProviderConfig for more information on using the DescribeIdentityProviderConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeIdentityProviderConfigRequest method. req, resp := client.DescribeIdentityProviderConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeIdentityProviderConfig
func (*EKS) DescribeIdentityProviderConfigWithContext ¶ added in v1.37.10
func (c *EKS) DescribeIdentityProviderConfigWithContext(ctx aws.Context, input *DescribeIdentityProviderConfigInput, opts ...request.Option) (*DescribeIdentityProviderConfigOutput, error)
DescribeIdentityProviderConfigWithContext is the same as DescribeIdentityProviderConfig with the addition of the ability to pass a context and additional request options.
See DescribeIdentityProviderConfig 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 (*EKS) DescribeInsight ¶ added in v1.49.7
func (c *EKS) DescribeInsight(input *DescribeInsightInput) (*DescribeInsightOutput, error)
DescribeInsight API operation for Amazon Elastic Kubernetes Service.
Returns details about an insight that you specify using its ID.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeInsight for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeInsight
func (*EKS) DescribeInsightRequest ¶ added in v1.49.7
func (c *EKS) DescribeInsightRequest(input *DescribeInsightInput) (req *request.Request, output *DescribeInsightOutput)
DescribeInsightRequest generates a "aws/request.Request" representing the client's request for the DescribeInsight operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeInsight for more information on using the DescribeInsight API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeInsightRequest method. req, resp := client.DescribeInsightRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeInsight
func (*EKS) DescribeInsightWithContext ¶ added in v1.49.7
func (c *EKS) DescribeInsightWithContext(ctx aws.Context, input *DescribeInsightInput, opts ...request.Option) (*DescribeInsightOutput, error)
DescribeInsightWithContext is the same as DescribeInsight with the addition of the ability to pass a context and additional request options.
See DescribeInsight 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 (*EKS) DescribeNodegroup ¶ added in v1.25.36
func (c *EKS) DescribeNodegroup(input *DescribeNodegroupInput) (*DescribeNodegroupOutput, error)
DescribeNodegroup API operation for Amazon Elastic Kubernetes Service.
Describes a managed node group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeNodegroup for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeNodegroup
func (*EKS) DescribeNodegroupRequest ¶ added in v1.25.36
func (c *EKS) DescribeNodegroupRequest(input *DescribeNodegroupInput) (req *request.Request, output *DescribeNodegroupOutput)
DescribeNodegroupRequest generates a "aws/request.Request" representing the client's request for the DescribeNodegroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeNodegroup for more information on using the DescribeNodegroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeNodegroupRequest method. req, resp := client.DescribeNodegroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeNodegroup
func (*EKS) DescribeNodegroupWithContext ¶ added in v1.25.36
func (c *EKS) DescribeNodegroupWithContext(ctx aws.Context, input *DescribeNodegroupInput, opts ...request.Option) (*DescribeNodegroupOutput, error)
DescribeNodegroupWithContext is the same as DescribeNodegroup with the addition of the ability to pass a context and additional request options.
See DescribeNodegroup 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 (*EKS) DescribePodIdentityAssociation ¶ added in v1.48.4
func (c *EKS) DescribePodIdentityAssociation(input *DescribePodIdentityAssociationInput) (*DescribePodIdentityAssociationOutput, error)
DescribePodIdentityAssociation API operation for Amazon Elastic Kubernetes Service.
Returns descriptive information about an EKS Pod Identity association.
This action requires the ID of the association. You can get the ID from the response to the CreatePodIdentityAssocation for newly created associations. Or, you can list the IDs for associations with ListPodIdentityAssociations and filter the list by namespace or service account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribePodIdentityAssociation for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribePodIdentityAssociation
func (*EKS) DescribePodIdentityAssociationRequest ¶ added in v1.48.4
func (c *EKS) DescribePodIdentityAssociationRequest(input *DescribePodIdentityAssociationInput) (req *request.Request, output *DescribePodIdentityAssociationOutput)
DescribePodIdentityAssociationRequest generates a "aws/request.Request" representing the client's request for the DescribePodIdentityAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribePodIdentityAssociation for more information on using the DescribePodIdentityAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribePodIdentityAssociationRequest method. req, resp := client.DescribePodIdentityAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribePodIdentityAssociation
func (*EKS) DescribePodIdentityAssociationWithContext ¶ added in v1.48.4
func (c *EKS) DescribePodIdentityAssociationWithContext(ctx aws.Context, input *DescribePodIdentityAssociationInput, opts ...request.Option) (*DescribePodIdentityAssociationOutput, error)
DescribePodIdentityAssociationWithContext is the same as DescribePodIdentityAssociation with the addition of the ability to pass a context and additional request options.
See DescribePodIdentityAssociation 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 (*EKS) DescribeUpdate ¶ added in v1.16.4
func (c *EKS) DescribeUpdate(input *DescribeUpdateInput) (*DescribeUpdateOutput, error)
DescribeUpdate API operation for Amazon Elastic Kubernetes Service.
Describes an update to an Amazon EKS resource.
When the status of the update is Succeeded, the update is complete. If an update fails, the status is Failed, and an error detail explains the reason for the failure.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DescribeUpdate for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeUpdate
func (*EKS) DescribeUpdateRequest ¶ added in v1.16.4
func (c *EKS) DescribeUpdateRequest(input *DescribeUpdateInput) (req *request.Request, output *DescribeUpdateOutput)
DescribeUpdateRequest generates a "aws/request.Request" representing the client's request for the DescribeUpdate operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeUpdate for more information on using the DescribeUpdate API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeUpdateRequest method. req, resp := client.DescribeUpdateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeUpdate
func (*EKS) DescribeUpdateWithContext ¶ added in v1.16.4
func (c *EKS) DescribeUpdateWithContext(ctx aws.Context, input *DescribeUpdateInput, opts ...request.Option) (*DescribeUpdateOutput, error)
DescribeUpdateWithContext is the same as DescribeUpdate with the addition of the ability to pass a context and additional request options.
See DescribeUpdate 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 (*EKS) DisassociateAccessPolicy ¶ added in v1.49.5
func (c *EKS) DisassociateAccessPolicy(input *DisassociateAccessPolicyInput) (*DisassociateAccessPolicyOutput, error)
DisassociateAccessPolicy API operation for Amazon Elastic Kubernetes Service.
Disassociates an access policy from an access entry.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DisassociateAccessPolicy for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DisassociateAccessPolicy
func (*EKS) DisassociateAccessPolicyRequest ¶ added in v1.49.5
func (c *EKS) DisassociateAccessPolicyRequest(input *DisassociateAccessPolicyInput) (req *request.Request, output *DisassociateAccessPolicyOutput)
DisassociateAccessPolicyRequest generates a "aws/request.Request" representing the client's request for the DisassociateAccessPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateAccessPolicy for more information on using the DisassociateAccessPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateAccessPolicyRequest method. req, resp := client.DisassociateAccessPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DisassociateAccessPolicy
func (*EKS) DisassociateAccessPolicyWithContext ¶ added in v1.49.5
func (c *EKS) DisassociateAccessPolicyWithContext(ctx aws.Context, input *DisassociateAccessPolicyInput, opts ...request.Option) (*DisassociateAccessPolicyOutput, error)
DisassociateAccessPolicyWithContext is the same as DisassociateAccessPolicy with the addition of the ability to pass a context and additional request options.
See DisassociateAccessPolicy 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 (*EKS) DisassociateIdentityProviderConfig ¶ added in v1.37.10
func (c *EKS) DisassociateIdentityProviderConfig(input *DisassociateIdentityProviderConfigInput) (*DisassociateIdentityProviderConfigOutput, error)
DisassociateIdentityProviderConfig API operation for Amazon Elastic Kubernetes Service.
Disassociates an identity provider configuration from a cluster.
If you disassociate an identity provider from your cluster, users included in the provider can no longer access the cluster. However, you can still access the cluster with IAM principals.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation DisassociateIdentityProviderConfig for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DisassociateIdentityProviderConfig
func (*EKS) DisassociateIdentityProviderConfigRequest ¶ added in v1.37.10
func (c *EKS) DisassociateIdentityProviderConfigRequest(input *DisassociateIdentityProviderConfigInput) (req *request.Request, output *DisassociateIdentityProviderConfigOutput)
DisassociateIdentityProviderConfigRequest generates a "aws/request.Request" representing the client's request for the DisassociateIdentityProviderConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateIdentityProviderConfig for more information on using the DisassociateIdentityProviderConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateIdentityProviderConfigRequest method. req, resp := client.DisassociateIdentityProviderConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DisassociateIdentityProviderConfig
func (*EKS) DisassociateIdentityProviderConfigWithContext ¶ added in v1.37.10
func (c *EKS) DisassociateIdentityProviderConfigWithContext(ctx aws.Context, input *DisassociateIdentityProviderConfigInput, opts ...request.Option) (*DisassociateIdentityProviderConfigOutput, error)
DisassociateIdentityProviderConfigWithContext is the same as DisassociateIdentityProviderConfig with the addition of the ability to pass a context and additional request options.
See DisassociateIdentityProviderConfig 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 (*EKS) ListAccessEntries ¶ added in v1.49.5
func (c *EKS) ListAccessEntries(input *ListAccessEntriesInput) (*ListAccessEntriesOutput, error)
ListAccessEntries API operation for Amazon Elastic Kubernetes Service.
Lists the access entries for your cluster.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListAccessEntries for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListAccessEntries
func (*EKS) ListAccessEntriesPages ¶ added in v1.49.5
func (c *EKS) ListAccessEntriesPages(input *ListAccessEntriesInput, fn func(*ListAccessEntriesOutput, bool) bool) error
ListAccessEntriesPages iterates over the pages of a ListAccessEntries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAccessEntries method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAccessEntries operation. pageNum := 0 err := client.ListAccessEntriesPages(params, func(page *eks.ListAccessEntriesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListAccessEntriesPagesWithContext ¶ added in v1.49.5
func (c *EKS) ListAccessEntriesPagesWithContext(ctx aws.Context, input *ListAccessEntriesInput, fn func(*ListAccessEntriesOutput, bool) bool, opts ...request.Option) error
ListAccessEntriesPagesWithContext same as ListAccessEntriesPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListAccessEntriesRequest ¶ added in v1.49.5
func (c *EKS) ListAccessEntriesRequest(input *ListAccessEntriesInput) (req *request.Request, output *ListAccessEntriesOutput)
ListAccessEntriesRequest generates a "aws/request.Request" representing the client's request for the ListAccessEntries operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAccessEntries for more information on using the ListAccessEntries API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAccessEntriesRequest method. req, resp := client.ListAccessEntriesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListAccessEntries
func (*EKS) ListAccessEntriesWithContext ¶ added in v1.49.5
func (c *EKS) ListAccessEntriesWithContext(ctx aws.Context, input *ListAccessEntriesInput, opts ...request.Option) (*ListAccessEntriesOutput, error)
ListAccessEntriesWithContext is the same as ListAccessEntries with the addition of the ability to pass a context and additional request options.
See ListAccessEntries 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 (*EKS) ListAccessPolicies ¶ added in v1.49.5
func (c *EKS) ListAccessPolicies(input *ListAccessPoliciesInput) (*ListAccessPoliciesOutput, error)
ListAccessPolicies API operation for Amazon Elastic Kubernetes Service.
Lists the available access policies.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListAccessPolicies for usage and error information.
Returned Error Types:
- ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListAccessPolicies
func (*EKS) ListAccessPoliciesPages ¶ added in v1.49.5
func (c *EKS) ListAccessPoliciesPages(input *ListAccessPoliciesInput, fn func(*ListAccessPoliciesOutput, bool) bool) error
ListAccessPoliciesPages iterates over the pages of a ListAccessPolicies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAccessPolicies method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAccessPolicies operation. pageNum := 0 err := client.ListAccessPoliciesPages(params, func(page *eks.ListAccessPoliciesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListAccessPoliciesPagesWithContext ¶ added in v1.49.5
func (c *EKS) ListAccessPoliciesPagesWithContext(ctx aws.Context, input *ListAccessPoliciesInput, fn func(*ListAccessPoliciesOutput, bool) bool, opts ...request.Option) error
ListAccessPoliciesPagesWithContext same as ListAccessPoliciesPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListAccessPoliciesRequest ¶ added in v1.49.5
func (c *EKS) ListAccessPoliciesRequest(input *ListAccessPoliciesInput) (req *request.Request, output *ListAccessPoliciesOutput)
ListAccessPoliciesRequest generates a "aws/request.Request" representing the client's request for the ListAccessPolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAccessPolicies for more information on using the ListAccessPolicies API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAccessPoliciesRequest method. req, resp := client.ListAccessPoliciesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListAccessPolicies
func (*EKS) ListAccessPoliciesWithContext ¶ added in v1.49.5
func (c *EKS) ListAccessPoliciesWithContext(ctx aws.Context, input *ListAccessPoliciesInput, opts ...request.Option) (*ListAccessPoliciesOutput, error)
ListAccessPoliciesWithContext is the same as ListAccessPolicies with the addition of the ability to pass a context and additional request options.
See ListAccessPolicies 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 (*EKS) ListAddons ¶ added in v1.35.37
func (c *EKS) ListAddons(input *ListAddonsInput) (*ListAddonsOutput, error)
ListAddons API operation for Amazon Elastic Kubernetes Service.
Lists the installed add-ons.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListAddons for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListAddons
func (*EKS) ListAddonsPages ¶ added in v1.35.37
func (c *EKS) ListAddonsPages(input *ListAddonsInput, fn func(*ListAddonsOutput, bool) bool) error
ListAddonsPages iterates over the pages of a ListAddons operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAddons method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAddons operation. pageNum := 0 err := client.ListAddonsPages(params, func(page *eks.ListAddonsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListAddonsPagesWithContext ¶ added in v1.35.37
func (c *EKS) ListAddonsPagesWithContext(ctx aws.Context, input *ListAddonsInput, fn func(*ListAddonsOutput, bool) bool, opts ...request.Option) error
ListAddonsPagesWithContext same as ListAddonsPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListAddonsRequest ¶ added in v1.35.37
func (c *EKS) ListAddonsRequest(input *ListAddonsInput) (req *request.Request, output *ListAddonsOutput)
ListAddonsRequest generates a "aws/request.Request" representing the client's request for the ListAddons operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAddons for more information on using the ListAddons API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListAddons
func (*EKS) ListAddonsWithContext ¶ added in v1.35.37
func (c *EKS) ListAddonsWithContext(ctx aws.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. 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 (*EKS) ListAssociatedAccessPolicies ¶ added in v1.49.5
func (c *EKS) ListAssociatedAccessPolicies(input *ListAssociatedAccessPoliciesInput) (*ListAssociatedAccessPoliciesOutput, error)
ListAssociatedAccessPolicies API operation for Amazon Elastic Kubernetes Service.
Lists the access policies associated with an access entry.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListAssociatedAccessPolicies for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListAssociatedAccessPolicies
func (*EKS) ListAssociatedAccessPoliciesPages ¶ added in v1.49.5
func (c *EKS) ListAssociatedAccessPoliciesPages(input *ListAssociatedAccessPoliciesInput, fn func(*ListAssociatedAccessPoliciesOutput, bool) bool) error
ListAssociatedAccessPoliciesPages iterates over the pages of a ListAssociatedAccessPolicies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAssociatedAccessPolicies method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAssociatedAccessPolicies operation. pageNum := 0 err := client.ListAssociatedAccessPoliciesPages(params, func(page *eks.ListAssociatedAccessPoliciesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListAssociatedAccessPoliciesPagesWithContext ¶ added in v1.49.5
func (c *EKS) ListAssociatedAccessPoliciesPagesWithContext(ctx aws.Context, input *ListAssociatedAccessPoliciesInput, fn func(*ListAssociatedAccessPoliciesOutput, bool) bool, opts ...request.Option) error
ListAssociatedAccessPoliciesPagesWithContext same as ListAssociatedAccessPoliciesPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListAssociatedAccessPoliciesRequest ¶ added in v1.49.5
func (c *EKS) ListAssociatedAccessPoliciesRequest(input *ListAssociatedAccessPoliciesInput) (req *request.Request, output *ListAssociatedAccessPoliciesOutput)
ListAssociatedAccessPoliciesRequest generates a "aws/request.Request" representing the client's request for the ListAssociatedAccessPolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAssociatedAccessPolicies for more information on using the ListAssociatedAccessPolicies API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAssociatedAccessPoliciesRequest method. req, resp := client.ListAssociatedAccessPoliciesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListAssociatedAccessPolicies
func (*EKS) ListAssociatedAccessPoliciesWithContext ¶ added in v1.49.5
func (c *EKS) ListAssociatedAccessPoliciesWithContext(ctx aws.Context, input *ListAssociatedAccessPoliciesInput, opts ...request.Option) (*ListAssociatedAccessPoliciesOutput, error)
ListAssociatedAccessPoliciesWithContext is the same as ListAssociatedAccessPolicies with the addition of the ability to pass a context and additional request options.
See ListAssociatedAccessPolicies 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 (*EKS) ListClusters ¶
func (c *EKS) ListClusters(input *ListClustersInput) (*ListClustersOutput, error)
ListClusters API operation for Amazon Elastic Kubernetes Service.
Lists the Amazon EKS clusters in your Amazon Web Services account in the specified Amazon Web Services Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListClusters for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListClusters
func (*EKS) ListClustersPages ¶ added in v1.23.15
func (c *EKS) ListClustersPages(input *ListClustersInput, fn func(*ListClustersOutput, bool) bool) error
ListClustersPages iterates over the pages of a ListClusters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListClusters method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListClusters operation. pageNum := 0 err := client.ListClustersPages(params, func(page *eks.ListClustersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListClustersPagesWithContext ¶ added in v1.23.15
func (c *EKS) ListClustersPagesWithContext(ctx aws.Context, input *ListClustersInput, fn func(*ListClustersOutput, bool) bool, opts ...request.Option) error
ListClustersPagesWithContext same as ListClustersPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListClustersRequest ¶
func (c *EKS) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput)
ListClustersRequest generates a "aws/request.Request" representing the client's request for the ListClusters operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListClusters for more information on using the ListClusters API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListClusters
func (*EKS) ListClustersWithContext ¶
func (c *EKS) ListClustersWithContext(ctx aws.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. 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 (*EKS) ListEksAnywhereSubscriptions ¶ added in v1.47.8
func (c *EKS) ListEksAnywhereSubscriptions(input *ListEksAnywhereSubscriptionsInput) (*ListEksAnywhereSubscriptionsOutput, error)
ListEksAnywhereSubscriptions API operation for Amazon Elastic Kubernetes Service.
Displays the full description of the subscription.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListEksAnywhereSubscriptions for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListEksAnywhereSubscriptions
func (*EKS) ListEksAnywhereSubscriptionsPages ¶ added in v1.48.4
func (c *EKS) ListEksAnywhereSubscriptionsPages(input *ListEksAnywhereSubscriptionsInput, fn func(*ListEksAnywhereSubscriptionsOutput, bool) bool) error
ListEksAnywhereSubscriptionsPages iterates over the pages of a ListEksAnywhereSubscriptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListEksAnywhereSubscriptions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListEksAnywhereSubscriptions operation. pageNum := 0 err := client.ListEksAnywhereSubscriptionsPages(params, func(page *eks.ListEksAnywhereSubscriptionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListEksAnywhereSubscriptionsPagesWithContext ¶ added in v1.48.4
func (c *EKS) ListEksAnywhereSubscriptionsPagesWithContext(ctx aws.Context, input *ListEksAnywhereSubscriptionsInput, fn func(*ListEksAnywhereSubscriptionsOutput, bool) bool, opts ...request.Option) error
ListEksAnywhereSubscriptionsPagesWithContext same as ListEksAnywhereSubscriptionsPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListEksAnywhereSubscriptionsRequest ¶ added in v1.47.8
func (c *EKS) ListEksAnywhereSubscriptionsRequest(input *ListEksAnywhereSubscriptionsInput) (req *request.Request, output *ListEksAnywhereSubscriptionsOutput)
ListEksAnywhereSubscriptionsRequest generates a "aws/request.Request" representing the client's request for the ListEksAnywhereSubscriptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListEksAnywhereSubscriptions for more information on using the ListEksAnywhereSubscriptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListEksAnywhereSubscriptionsRequest method. req, resp := client.ListEksAnywhereSubscriptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListEksAnywhereSubscriptions
func (*EKS) ListEksAnywhereSubscriptionsWithContext ¶ added in v1.47.8
func (c *EKS) ListEksAnywhereSubscriptionsWithContext(ctx aws.Context, input *ListEksAnywhereSubscriptionsInput, opts ...request.Option) (*ListEksAnywhereSubscriptionsOutput, error)
ListEksAnywhereSubscriptionsWithContext is the same as ListEksAnywhereSubscriptions with the addition of the ability to pass a context and additional request options.
See ListEksAnywhereSubscriptions 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 (*EKS) ListFargateProfiles ¶ added in v1.25.46
func (c *EKS) ListFargateProfiles(input *ListFargateProfilesInput) (*ListFargateProfilesOutput, error)
ListFargateProfiles API operation for Amazon Elastic Kubernetes Service.
Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListFargateProfiles for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListFargateProfiles
func (*EKS) ListFargateProfilesPages ¶ added in v1.25.46
func (c *EKS) ListFargateProfilesPages(input *ListFargateProfilesInput, fn func(*ListFargateProfilesOutput, bool) bool) error
ListFargateProfilesPages iterates over the pages of a ListFargateProfiles operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListFargateProfiles method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFargateProfiles operation. pageNum := 0 err := client.ListFargateProfilesPages(params, func(page *eks.ListFargateProfilesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListFargateProfilesPagesWithContext ¶ added in v1.25.46
func (c *EKS) ListFargateProfilesPagesWithContext(ctx aws.Context, input *ListFargateProfilesInput, fn func(*ListFargateProfilesOutput, bool) bool, opts ...request.Option) error
ListFargateProfilesPagesWithContext same as ListFargateProfilesPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListFargateProfilesRequest ¶ added in v1.25.46
func (c *EKS) ListFargateProfilesRequest(input *ListFargateProfilesInput) (req *request.Request, output *ListFargateProfilesOutput)
ListFargateProfilesRequest generates a "aws/request.Request" representing the client's request for the ListFargateProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListFargateProfiles for more information on using the ListFargateProfiles API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListFargateProfilesRequest method. req, resp := client.ListFargateProfilesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListFargateProfiles
func (*EKS) ListFargateProfilesWithContext ¶ added in v1.25.46
func (c *EKS) ListFargateProfilesWithContext(ctx aws.Context, input *ListFargateProfilesInput, opts ...request.Option) (*ListFargateProfilesOutput, error)
ListFargateProfilesWithContext is the same as ListFargateProfiles with the addition of the ability to pass a context and additional request options.
See ListFargateProfiles 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 (*EKS) ListIdentityProviderConfigs ¶ added in v1.37.10
func (c *EKS) ListIdentityProviderConfigs(input *ListIdentityProviderConfigsInput) (*ListIdentityProviderConfigsOutput, error)
ListIdentityProviderConfigs API operation for Amazon Elastic Kubernetes Service.
Lists the identity provider configurations for your cluster.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListIdentityProviderConfigs for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListIdentityProviderConfigs
func (*EKS) ListIdentityProviderConfigsPages ¶ added in v1.37.10
func (c *EKS) ListIdentityProviderConfigsPages(input *ListIdentityProviderConfigsInput, fn func(*ListIdentityProviderConfigsOutput, bool) bool) error
ListIdentityProviderConfigsPages iterates over the pages of a ListIdentityProviderConfigs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListIdentityProviderConfigs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListIdentityProviderConfigs operation. pageNum := 0 err := client.ListIdentityProviderConfigsPages(params, func(page *eks.ListIdentityProviderConfigsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListIdentityProviderConfigsPagesWithContext ¶ added in v1.37.10
func (c *EKS) ListIdentityProviderConfigsPagesWithContext(ctx aws.Context, input *ListIdentityProviderConfigsInput, fn func(*ListIdentityProviderConfigsOutput, bool) bool, opts ...request.Option) error
ListIdentityProviderConfigsPagesWithContext same as ListIdentityProviderConfigsPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListIdentityProviderConfigsRequest ¶ added in v1.37.10
func (c *EKS) ListIdentityProviderConfigsRequest(input *ListIdentityProviderConfigsInput) (req *request.Request, output *ListIdentityProviderConfigsOutput)
ListIdentityProviderConfigsRequest generates a "aws/request.Request" representing the client's request for the ListIdentityProviderConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListIdentityProviderConfigs for more information on using the ListIdentityProviderConfigs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListIdentityProviderConfigsRequest method. req, resp := client.ListIdentityProviderConfigsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListIdentityProviderConfigs
func (*EKS) ListIdentityProviderConfigsWithContext ¶ added in v1.37.10
func (c *EKS) ListIdentityProviderConfigsWithContext(ctx aws.Context, input *ListIdentityProviderConfigsInput, opts ...request.Option) (*ListIdentityProviderConfigsOutput, error)
ListIdentityProviderConfigsWithContext is the same as ListIdentityProviderConfigs with the addition of the ability to pass a context and additional request options.
See ListIdentityProviderConfigs 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 (*EKS) ListInsights ¶ added in v1.49.7
func (c *EKS) ListInsights(input *ListInsightsInput) (*ListInsightsOutput, error)
ListInsights API operation for Amazon Elastic Kubernetes Service.
Returns a list of all insights checked for against the specified cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListInsights for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListInsights
func (*EKS) ListInsightsPages ¶ added in v1.49.7
func (c *EKS) ListInsightsPages(input *ListInsightsInput, fn func(*ListInsightsOutput, bool) bool) error
ListInsightsPages iterates over the pages of a ListInsights operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListInsights method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListInsights operation. pageNum := 0 err := client.ListInsightsPages(params, func(page *eks.ListInsightsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListInsightsPagesWithContext ¶ added in v1.49.7
func (c *EKS) ListInsightsPagesWithContext(ctx aws.Context, input *ListInsightsInput, fn func(*ListInsightsOutput, bool) bool, opts ...request.Option) error
ListInsightsPagesWithContext same as ListInsightsPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListInsightsRequest ¶ added in v1.49.7
func (c *EKS) ListInsightsRequest(input *ListInsightsInput) (req *request.Request, output *ListInsightsOutput)
ListInsightsRequest generates a "aws/request.Request" representing the client's request for the ListInsights operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListInsights for more information on using the ListInsights API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListInsightsRequest method. req, resp := client.ListInsightsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListInsights
func (*EKS) ListInsightsWithContext ¶ added in v1.49.7
func (c *EKS) ListInsightsWithContext(ctx aws.Context, input *ListInsightsInput, opts ...request.Option) (*ListInsightsOutput, error)
ListInsightsWithContext is the same as ListInsights with the addition of the ability to pass a context and additional request options.
See ListInsights 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 (*EKS) ListNodegroups ¶ added in v1.25.36
func (c *EKS) ListNodegroups(input *ListNodegroupsInput) (*ListNodegroupsOutput, error)
ListNodegroups API operation for Amazon Elastic Kubernetes Service.
Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. Self-managed node groups aren't listed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListNodegroups for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListNodegroups
func (*EKS) ListNodegroupsPages ¶ added in v1.25.36
func (c *EKS) ListNodegroupsPages(input *ListNodegroupsInput, fn func(*ListNodegroupsOutput, bool) bool) error
ListNodegroupsPages iterates over the pages of a ListNodegroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListNodegroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListNodegroups operation. pageNum := 0 err := client.ListNodegroupsPages(params, func(page *eks.ListNodegroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListNodegroupsPagesWithContext ¶ added in v1.25.36
func (c *EKS) ListNodegroupsPagesWithContext(ctx aws.Context, input *ListNodegroupsInput, fn func(*ListNodegroupsOutput, bool) bool, opts ...request.Option) error
ListNodegroupsPagesWithContext same as ListNodegroupsPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListNodegroupsRequest ¶ added in v1.25.36
func (c *EKS) ListNodegroupsRequest(input *ListNodegroupsInput) (req *request.Request, output *ListNodegroupsOutput)
ListNodegroupsRequest generates a "aws/request.Request" representing the client's request for the ListNodegroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListNodegroups for more information on using the ListNodegroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListNodegroupsRequest method. req, resp := client.ListNodegroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListNodegroups
func (*EKS) ListNodegroupsWithContext ¶ added in v1.25.36
func (c *EKS) ListNodegroupsWithContext(ctx aws.Context, input *ListNodegroupsInput, opts ...request.Option) (*ListNodegroupsOutput, error)
ListNodegroupsWithContext is the same as ListNodegroups with the addition of the ability to pass a context and additional request options.
See ListNodegroups 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 (*EKS) ListPodIdentityAssociations ¶ added in v1.48.4
func (c *EKS) ListPodIdentityAssociations(input *ListPodIdentityAssociationsInput) (*ListPodIdentityAssociationsOutput, error)
ListPodIdentityAssociations API operation for Amazon Elastic Kubernetes Service.
List the EKS Pod Identity associations in a cluster. You can filter the list by the namespace that the association is in or the service account that the association uses.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListPodIdentityAssociations for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListPodIdentityAssociations
func (*EKS) ListPodIdentityAssociationsPages ¶ added in v1.48.4
func (c *EKS) ListPodIdentityAssociationsPages(input *ListPodIdentityAssociationsInput, fn func(*ListPodIdentityAssociationsOutput, bool) bool) error
ListPodIdentityAssociationsPages iterates over the pages of a ListPodIdentityAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListPodIdentityAssociations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListPodIdentityAssociations operation. pageNum := 0 err := client.ListPodIdentityAssociationsPages(params, func(page *eks.ListPodIdentityAssociationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListPodIdentityAssociationsPagesWithContext ¶ added in v1.48.4
func (c *EKS) ListPodIdentityAssociationsPagesWithContext(ctx aws.Context, input *ListPodIdentityAssociationsInput, fn func(*ListPodIdentityAssociationsOutput, bool) bool, opts ...request.Option) error
ListPodIdentityAssociationsPagesWithContext same as ListPodIdentityAssociationsPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListPodIdentityAssociationsRequest ¶ added in v1.48.4
func (c *EKS) ListPodIdentityAssociationsRequest(input *ListPodIdentityAssociationsInput) (req *request.Request, output *ListPodIdentityAssociationsOutput)
ListPodIdentityAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListPodIdentityAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListPodIdentityAssociations for more information on using the ListPodIdentityAssociations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListPodIdentityAssociationsRequest method. req, resp := client.ListPodIdentityAssociationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListPodIdentityAssociations
func (*EKS) ListPodIdentityAssociationsWithContext ¶ added in v1.48.4
func (c *EKS) ListPodIdentityAssociationsWithContext(ctx aws.Context, input *ListPodIdentityAssociationsInput, opts ...request.Option) (*ListPodIdentityAssociationsOutput, error)
ListPodIdentityAssociationsWithContext is the same as ListPodIdentityAssociations with the addition of the ability to pass a context and additional request options.
See ListPodIdentityAssociations 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 (*EKS) ListTagsForResource ¶ added in v1.23.22
func (c *EKS) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for Amazon Elastic Kubernetes Service.
List the tags for an Amazon EKS resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListTagsForResource for usage and error information.
Returned Error Types:
BadRequestException This exception is thrown if the request contains a semantic error. The precise meaning will depend on the API, and will be documented in the error message.
NotFoundException A service resource associated with the request could not be found. Clients should not retry such requests.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListTagsForResource
func (*EKS) ListTagsForResourceRequest ¶ added in v1.23.22
func (c *EKS) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListTagsForResource
func (*EKS) ListTagsForResourceWithContext ¶ added in v1.23.22
func (c *EKS) ListTagsForResourceWithContext(ctx aws.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. 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 (*EKS) ListUpdates ¶ added in v1.16.4
func (c *EKS) ListUpdates(input *ListUpdatesInput) (*ListUpdatesOutput, error)
ListUpdates API operation for Amazon Elastic Kubernetes Service.
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified Amazon Web Services Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation ListUpdates for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListUpdates
func (*EKS) ListUpdatesPages ¶ added in v1.23.15
func (c *EKS) ListUpdatesPages(input *ListUpdatesInput, fn func(*ListUpdatesOutput, bool) bool) error
ListUpdatesPages iterates over the pages of a ListUpdates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListUpdates method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListUpdates operation. pageNum := 0 err := client.ListUpdatesPages(params, func(page *eks.ListUpdatesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EKS) ListUpdatesPagesWithContext ¶ added in v1.23.15
func (c *EKS) ListUpdatesPagesWithContext(ctx aws.Context, input *ListUpdatesInput, fn func(*ListUpdatesOutput, bool) bool, opts ...request.Option) error
ListUpdatesPagesWithContext same as ListUpdatesPages except it takes a Context and allows setting request options on the pages.
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 (*EKS) ListUpdatesRequest ¶ added in v1.16.4
func (c *EKS) ListUpdatesRequest(input *ListUpdatesInput) (req *request.Request, output *ListUpdatesOutput)
ListUpdatesRequest generates a "aws/request.Request" representing the client's request for the ListUpdates operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListUpdates for more information on using the ListUpdates API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListUpdatesRequest method. req, resp := client.ListUpdatesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListUpdates
func (*EKS) ListUpdatesWithContext ¶ added in v1.16.4
func (c *EKS) ListUpdatesWithContext(ctx aws.Context, input *ListUpdatesInput, opts ...request.Option) (*ListUpdatesOutput, error)
ListUpdatesWithContext is the same as ListUpdates with the addition of the ability to pass a context and additional request options.
See ListUpdates 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 (*EKS) RegisterCluster ¶ added in v1.40.38
func (c *EKS) RegisterCluster(input *RegisterClusterInput) (*RegisterClusterOutput, error)
RegisterCluster API operation for Amazon Elastic Kubernetes Service.
Connects a Kubernetes cluster to the Amazon EKS control plane.
Any Kubernetes cluster can be connected to the Amazon EKS control plane to view current information about the cluster and its nodes.
Cluster connection requires two steps. First, send a RegisterClusterRequest to add it to the Amazon EKS control plane.
Second, a Manifest (https://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml) containing the activationID and activationCode must be applied to the Kubernetes cluster through it's native provider to provide visibility.
After the manifest is updated and applied, the connected cluster is visible to the Amazon EKS control plane. If the manifest isn't applied within three days, the connected cluster will no longer be visible and must be deregistered using DeregisterCluster.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation RegisterCluster for usage and error information.
Returned Error Types:
ResourceLimitExceededException You have encountered a service limit on the specified resource.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ServiceUnavailableException The service is unavailable. Back off and retry the operation.
AccessDeniedException You don't have permissions to perform the requested operation. The IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.
ResourceInUseException The specified resource is in use.
ResourcePropagationDelayException Required resources (such as service-linked roles) were created and are still propagating. Retry later.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster
func (*EKS) RegisterClusterRequest ¶ added in v1.40.38
func (c *EKS) RegisterClusterRequest(input *RegisterClusterInput) (req *request.Request, output *RegisterClusterOutput)
RegisterClusterRequest generates a "aws/request.Request" representing the client's request for the RegisterCluster operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RegisterCluster for more information on using the RegisterCluster API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RegisterClusterRequest method. req, resp := client.RegisterClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster
func (*EKS) RegisterClusterWithContext ¶ added in v1.40.38
func (c *EKS) RegisterClusterWithContext(ctx aws.Context, input *RegisterClusterInput, opts ...request.Option) (*RegisterClusterOutput, error)
RegisterClusterWithContext is the same as RegisterCluster with the addition of the ability to pass a context and additional request options.
See RegisterCluster 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 (*EKS) TagResource ¶ added in v1.23.22
func (c *EKS) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for Amazon Elastic Kubernetes Service.
Associates the specified tags to an Amazon EKS resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted. Tags that you create for Amazon EKS resources don't propagate to any other resources associated with the cluster. For example, if you tag a cluster with this operation, that tag doesn't automatically propagate to the subnets and nodes associated with the cluster.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation TagResource for usage and error information.
Returned Error Types:
BadRequestException This exception is thrown if the request contains a semantic error. The precise meaning will depend on the API, and will be documented in the error message.
NotFoundException A service resource associated with the request could not be found. Clients should not retry such requests.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/TagResource
func (*EKS) TagResourceRequest ¶ added in v1.23.22
func (c *EKS) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/TagResource
func (*EKS) TagResourceWithContext ¶ added in v1.23.22
func (c *EKS) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource 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 (*EKS) UntagResource ¶ added in v1.23.22
func (c *EKS) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for Amazon Elastic Kubernetes Service.
Deletes specified tags from an Amazon EKS resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation UntagResource for usage and error information.
Returned Error Types:
BadRequestException This exception is thrown if the request contains a semantic error. The precise meaning will depend on the API, and will be documented in the error message.
NotFoundException A service resource associated with the request could not be found. Clients should not retry such requests.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UntagResource
func (*EKS) UntagResourceRequest ¶ added in v1.23.22
func (c *EKS) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UntagResource
func (*EKS) UntagResourceWithContext ¶ added in v1.23.22
func (c *EKS) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource 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 (*EKS) UpdateAccessEntry ¶ added in v1.49.5
func (c *EKS) UpdateAccessEntry(input *UpdateAccessEntryInput) (*UpdateAccessEntryOutput, error)
UpdateAccessEntry API operation for Amazon Elastic Kubernetes Service.
Updates an access entry.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation UpdateAccessEntry for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateAccessEntry
func (*EKS) UpdateAccessEntryRequest ¶ added in v1.49.5
func (c *EKS) UpdateAccessEntryRequest(input *UpdateAccessEntryInput) (req *request.Request, output *UpdateAccessEntryOutput)
UpdateAccessEntryRequest generates a "aws/request.Request" representing the client's request for the UpdateAccessEntry operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAccessEntry for more information on using the UpdateAccessEntry API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAccessEntryRequest method. req, resp := client.UpdateAccessEntryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateAccessEntry
func (*EKS) UpdateAccessEntryWithContext ¶ added in v1.49.5
func (c *EKS) UpdateAccessEntryWithContext(ctx aws.Context, input *UpdateAccessEntryInput, opts ...request.Option) (*UpdateAccessEntryOutput, error)
UpdateAccessEntryWithContext is the same as UpdateAccessEntry with the addition of the ability to pass a context and additional request options.
See UpdateAccessEntry 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 (*EKS) UpdateAddon ¶ added in v1.35.37
func (c *EKS) UpdateAddon(input *UpdateAddonInput) (*UpdateAddonOutput, error)
UpdateAddon API operation for Amazon Elastic Kubernetes Service.
Updates an Amazon EKS add-on.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation UpdateAddon for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
ResourceInUseException The specified resource is in use.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateAddon
func (*EKS) UpdateAddonRequest ¶ added in v1.35.37
func (c *EKS) UpdateAddonRequest(input *UpdateAddonInput) (req *request.Request, output *UpdateAddonOutput)
UpdateAddonRequest generates a "aws/request.Request" representing the client's request for the UpdateAddon operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAddon for more information on using the UpdateAddon API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAddonRequest method. req, resp := client.UpdateAddonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateAddon
func (*EKS) UpdateAddonWithContext ¶ added in v1.35.37
func (c *EKS) UpdateAddonWithContext(ctx aws.Context, input *UpdateAddonInput, opts ...request.Option) (*UpdateAddonOutput, error)
UpdateAddonWithContext is the same as UpdateAddon with the addition of the ability to pass a context and additional request options.
See UpdateAddon 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 (*EKS) UpdateClusterConfig ¶ added in v1.18.5
func (c *EKS) UpdateClusterConfig(input *UpdateClusterConfigInput) (*UpdateClusterConfigOutput, error)
UpdateClusterConfig API operation for Amazon Elastic Kubernetes Service.
Updates an Amazon EKS cluster configuration. Your cluster continues to function during the update. The response output includes an update ID that you can use to track the status of your cluster update with DescribeUpdate"/>.
You can use this API operation to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster control plane logs (https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html) in the Amazon EKS User Guide .
CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing (http://aws.amazon.com/cloudwatch/pricing/).
You can also use this API operation to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS cluster endpoint access control (https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) in the Amazon EKS User Guide .
You can also use this API operation to choose different subnets and security groups for the cluster. You must specify at least two subnets that are in different Availability Zones. You can't change which VPC the subnets are from, the subnets must be in the same VPC as the subnets that the cluster was created with. For more information about the VPC requirements, see https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html (https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html) in the Amazon EKS User Guide .
Cluster updates are asynchronous, and they should finish within a few minutes. During an update, the cluster status moves to UPDATING (this status transition is eventually consistent). When the update is complete (either Failed or Successful), the cluster status moves to Active.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation UpdateClusterConfig for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfig
func (*EKS) UpdateClusterConfigRequest ¶ added in v1.18.5
func (c *EKS) UpdateClusterConfigRequest(input *UpdateClusterConfigInput) (req *request.Request, output *UpdateClusterConfigOutput)
UpdateClusterConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateClusterConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateClusterConfig for more information on using the UpdateClusterConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// 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) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfig
func (*EKS) UpdateClusterConfigWithContext ¶ added in v1.18.5
func (c *EKS) UpdateClusterConfigWithContext(ctx aws.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. 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 (*EKS) UpdateClusterVersion ¶ added in v1.16.4
func (c *EKS) UpdateClusterVersion(input *UpdateClusterVersionInput) (*UpdateClusterVersionOutput, error)
UpdateClusterVersion API operation for Amazon Elastic Kubernetes Service.
Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster continues to function during the update. The response output includes an update ID that you can use to track the status of your cluster update with the DescribeUpdate API operation.
Cluster updates are asynchronous, and they should finish within a few minutes. During an update, the cluster status moves to UPDATING (this status transition is eventually consistent). When the update is complete (either Failed or Successful), the cluster status moves to Active.
If your cluster has managed node groups attached to it, all of your node groups’ Kubernetes versions must match the cluster’s Kubernetes version in order to update the cluster to a new Kubernetes version.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation UpdateClusterVersion for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterVersion
func (*EKS) UpdateClusterVersionRequest ¶ added in v1.16.4
func (c *EKS) UpdateClusterVersionRequest(input *UpdateClusterVersionInput) (req *request.Request, output *UpdateClusterVersionOutput)
UpdateClusterVersionRequest generates a "aws/request.Request" representing the client's request for the UpdateClusterVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateClusterVersion for more information on using the UpdateClusterVersion API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateClusterVersionRequest method. req, resp := client.UpdateClusterVersionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterVersion
func (*EKS) UpdateClusterVersionWithContext ¶ added in v1.16.4
func (c *EKS) UpdateClusterVersionWithContext(ctx aws.Context, input *UpdateClusterVersionInput, opts ...request.Option) (*UpdateClusterVersionOutput, error)
UpdateClusterVersionWithContext is the same as UpdateClusterVersion with the addition of the ability to pass a context and additional request options.
See UpdateClusterVersion 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 (*EKS) UpdateEksAnywhereSubscription ¶ added in v1.47.8
func (c *EKS) UpdateEksAnywhereSubscription(input *UpdateEksAnywhereSubscriptionInput) (*UpdateEksAnywhereSubscriptionOutput, error)
UpdateEksAnywhereSubscription API operation for Amazon Elastic Kubernetes Service.
Update an EKS Anywhere Subscription. Only auto renewal and tags can be updated after subscription creation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation UpdateEksAnywhereSubscription for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateEksAnywhereSubscription
func (*EKS) UpdateEksAnywhereSubscriptionRequest ¶ added in v1.47.8
func (c *EKS) UpdateEksAnywhereSubscriptionRequest(input *UpdateEksAnywhereSubscriptionInput) (req *request.Request, output *UpdateEksAnywhereSubscriptionOutput)
UpdateEksAnywhereSubscriptionRequest generates a "aws/request.Request" representing the client's request for the UpdateEksAnywhereSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateEksAnywhereSubscription for more information on using the UpdateEksAnywhereSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateEksAnywhereSubscriptionRequest method. req, resp := client.UpdateEksAnywhereSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateEksAnywhereSubscription
func (*EKS) UpdateEksAnywhereSubscriptionWithContext ¶ added in v1.47.8
func (c *EKS) UpdateEksAnywhereSubscriptionWithContext(ctx aws.Context, input *UpdateEksAnywhereSubscriptionInput, opts ...request.Option) (*UpdateEksAnywhereSubscriptionOutput, error)
UpdateEksAnywhereSubscriptionWithContext is the same as UpdateEksAnywhereSubscription with the addition of the ability to pass a context and additional request options.
See UpdateEksAnywhereSubscription 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 (*EKS) UpdateNodegroupConfig ¶ added in v1.25.36
func (c *EKS) UpdateNodegroupConfig(input *UpdateNodegroupConfigInput) (*UpdateNodegroupConfigOutput, error)
UpdateNodegroupConfig API operation for Amazon Elastic Kubernetes Service.
Updates an Amazon EKS managed node group configuration. Your node group continues to function during the update. The response output includes an update ID that you can use to track the status of your node group update with the DescribeUpdate API operation. Currently you can update the Kubernetes labels for a node group or the scaling configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation UpdateNodegroupConfig for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateNodegroupConfig
func (*EKS) UpdateNodegroupConfigRequest ¶ added in v1.25.36
func (c *EKS) UpdateNodegroupConfigRequest(input *UpdateNodegroupConfigInput) (req *request.Request, output *UpdateNodegroupConfigOutput)
UpdateNodegroupConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateNodegroupConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateNodegroupConfig for more information on using the UpdateNodegroupConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateNodegroupConfigRequest method. req, resp := client.UpdateNodegroupConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateNodegroupConfig
func (*EKS) UpdateNodegroupConfigWithContext ¶ added in v1.25.36
func (c *EKS) UpdateNodegroupConfigWithContext(ctx aws.Context, input *UpdateNodegroupConfigInput, opts ...request.Option) (*UpdateNodegroupConfigOutput, error)
UpdateNodegroupConfigWithContext is the same as UpdateNodegroupConfig with the addition of the ability to pass a context and additional request options.
See UpdateNodegroupConfig 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 (*EKS) UpdateNodegroupVersion ¶ added in v1.25.36
func (c *EKS) UpdateNodegroupVersion(input *UpdateNodegroupVersionInput) (*UpdateNodegroupVersionOutput, error)
UpdateNodegroupVersion API operation for Amazon Elastic Kubernetes Service.
Updates the Kubernetes version or AMI version of an Amazon EKS managed node group.
You can update a node group using a launch template only if the node group was originally deployed with a launch template. If you need to update a custom AMI in a node group that was deployed with a launch template, then update your custom AMI, specify the new ID in a new version of the launch template, and then update the node group to the new version of the launch template.
If you update without a launch template, then you can update to the latest available AMI version of a node group's current Kubernetes version by not specifying a Kubernetes version in the request. You can update to the latest AMI version of your cluster's current Kubernetes version by specifying your cluster's Kubernetes version in the request. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions (https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html) in the Amazon EKS User Guide. For information about Windows versions, see Amazon EKS optimized Windows AMI versions (https://docs.aws.amazon.com/eks/latest/userguide/eks-ami-versions-windows.html) in the Amazon EKS User Guide.
You cannot roll back a node group to an earlier Kubernetes version or AMI version.
When a node in a managed node group is terminated due to a scaling action or update, every Pod on that node is drained first. Amazon EKS attempts to drain the nodes gracefully and will fail if it is unable to do so. You can force the update if Amazon EKS is unable to drain the nodes as a result of a Pod disruption budget issue.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation UpdateNodegroupVersion for usage and error information.
Returned Error Types:
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ClientException These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
ServerException These errors are usually caused by a server-side issue.
ResourceInUseException The specified resource is in use.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateNodegroupVersion
func (*EKS) UpdateNodegroupVersionRequest ¶ added in v1.25.36
func (c *EKS) UpdateNodegroupVersionRequest(input *UpdateNodegroupVersionInput) (req *request.Request, output *UpdateNodegroupVersionOutput)
UpdateNodegroupVersionRequest generates a "aws/request.Request" representing the client's request for the UpdateNodegroupVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateNodegroupVersion for more information on using the UpdateNodegroupVersion API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateNodegroupVersionRequest method. req, resp := client.UpdateNodegroupVersionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateNodegroupVersion
func (*EKS) UpdateNodegroupVersionWithContext ¶ added in v1.25.36
func (c *EKS) UpdateNodegroupVersionWithContext(ctx aws.Context, input *UpdateNodegroupVersionInput, opts ...request.Option) (*UpdateNodegroupVersionOutput, error)
UpdateNodegroupVersionWithContext is the same as UpdateNodegroupVersion with the addition of the ability to pass a context and additional request options.
See UpdateNodegroupVersion 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 (*EKS) UpdatePodIdentityAssociation ¶ added in v1.48.4
func (c *EKS) UpdatePodIdentityAssociation(input *UpdatePodIdentityAssociationInput) (*UpdatePodIdentityAssociationOutput, error)
UpdatePodIdentityAssociation API operation for Amazon Elastic Kubernetes Service.
Updates a EKS Pod Identity association. Only the IAM role can be changed; an association can't be moved between clusters, namespaces, or service accounts. If you need to edit the namespace or service account, you need to delete the association and then create a new association with your desired settings.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Elastic Kubernetes Service's API operation UpdatePodIdentityAssociation for usage and error information.
Returned Error Types:
ServerException These errors are usually caused by a server-side issue.
ResourceNotFoundException The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
InvalidRequestException The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdatePodIdentityAssociation
func (*EKS) UpdatePodIdentityAssociationRequest ¶ added in v1.48.4
func (c *EKS) UpdatePodIdentityAssociationRequest(input *UpdatePodIdentityAssociationInput) (req *request.Request, output *UpdatePodIdentityAssociationOutput)
UpdatePodIdentityAssociationRequest generates a "aws/request.Request" representing the client's request for the UpdatePodIdentityAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdatePodIdentityAssociation for more information on using the UpdatePodIdentityAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdatePodIdentityAssociationRequest method. req, resp := client.UpdatePodIdentityAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdatePodIdentityAssociation
func (*EKS) UpdatePodIdentityAssociationWithContext ¶ added in v1.48.4
func (c *EKS) UpdatePodIdentityAssociationWithContext(ctx aws.Context, input *UpdatePodIdentityAssociationInput, opts ...request.Option) (*UpdatePodIdentityAssociationOutput, error)
UpdatePodIdentityAssociationWithContext is the same as UpdatePodIdentityAssociation with the addition of the ability to pass a context and additional request options.
See UpdatePodIdentityAssociation 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 (*EKS) WaitUntilAddonActive ¶ added in v1.35.37
func (c *EKS) WaitUntilAddonActive(input *DescribeAddonInput) error
WaitUntilAddonActive uses the Amazon EKS API operation DescribeAddon to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*EKS) WaitUntilAddonActiveWithContext ¶ added in v1.35.37
func (c *EKS) WaitUntilAddonActiveWithContext(ctx aws.Context, input *DescribeAddonInput, opts ...request.WaiterOption) error
WaitUntilAddonActiveWithContext is an extended version of WaitUntilAddonActive. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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 (*EKS) WaitUntilAddonDeleted ¶ added in v1.35.37
func (c *EKS) WaitUntilAddonDeleted(input *DescribeAddonInput) error
WaitUntilAddonDeleted uses the Amazon EKS API operation DescribeAddon to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*EKS) WaitUntilAddonDeletedWithContext ¶ added in v1.35.37
func (c *EKS) WaitUntilAddonDeletedWithContext(ctx aws.Context, input *DescribeAddonInput, opts ...request.WaiterOption) error
WaitUntilAddonDeletedWithContext is an extended version of WaitUntilAddonDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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 (*EKS) WaitUntilClusterActive ¶ added in v1.15.69
func (c *EKS) WaitUntilClusterActive(input *DescribeClusterInput) error
WaitUntilClusterActive uses the Amazon EKS API operation DescribeCluster to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*EKS) WaitUntilClusterActiveWithContext ¶ added in v1.15.69
func (c *EKS) WaitUntilClusterActiveWithContext(ctx aws.Context, input *DescribeClusterInput, opts ...request.WaiterOption) error
WaitUntilClusterActiveWithContext is an extended version of WaitUntilClusterActive. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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 (*EKS) WaitUntilClusterDeleted ¶ added in v1.15.69
func (c *EKS) WaitUntilClusterDeleted(input *DescribeClusterInput) error
WaitUntilClusterDeleted uses the Amazon EKS API operation DescribeCluster to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*EKS) WaitUntilClusterDeletedWithContext ¶ added in v1.15.69
func (c *EKS) WaitUntilClusterDeletedWithContext(ctx aws.Context, input *DescribeClusterInput, opts ...request.WaiterOption) error
WaitUntilClusterDeletedWithContext is an extended version of WaitUntilClusterDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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 (*EKS) WaitUntilFargateProfileActive ¶ added in v1.39.3
func (c *EKS) WaitUntilFargateProfileActive(input *DescribeFargateProfileInput) error
WaitUntilFargateProfileActive uses the Amazon EKS API operation DescribeFargateProfile to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*EKS) WaitUntilFargateProfileActiveWithContext ¶ added in v1.39.3
func (c *EKS) WaitUntilFargateProfileActiveWithContext(ctx aws.Context, input *DescribeFargateProfileInput, opts ...request.WaiterOption) error
WaitUntilFargateProfileActiveWithContext is an extended version of WaitUntilFargateProfileActive. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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 (*EKS) WaitUntilFargateProfileDeleted ¶ added in v1.39.3
func (c *EKS) WaitUntilFargateProfileDeleted(input *DescribeFargateProfileInput) error
WaitUntilFargateProfileDeleted uses the Amazon EKS API operation DescribeFargateProfile to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*EKS) WaitUntilFargateProfileDeletedWithContext ¶ added in v1.39.3
func (c *EKS) WaitUntilFargateProfileDeletedWithContext(ctx aws.Context, input *DescribeFargateProfileInput, opts ...request.WaiterOption) error
WaitUntilFargateProfileDeletedWithContext is an extended version of WaitUntilFargateProfileDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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 (*EKS) WaitUntilNodegroupActive ¶ added in v1.25.36
func (c *EKS) WaitUntilNodegroupActive(input *DescribeNodegroupInput) error
WaitUntilNodegroupActive uses the Amazon EKS API operation DescribeNodegroup to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*EKS) WaitUntilNodegroupActiveWithContext ¶ added in v1.25.36
func (c *EKS) WaitUntilNodegroupActiveWithContext(ctx aws.Context, input *DescribeNodegroupInput, opts ...request.WaiterOption) error
WaitUntilNodegroupActiveWithContext is an extended version of WaitUntilNodegroupActive. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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 (*EKS) WaitUntilNodegroupDeleted ¶ added in v1.25.36
func (c *EKS) WaitUntilNodegroupDeleted(input *DescribeNodegroupInput) error
WaitUntilNodegroupDeleted uses the Amazon EKS API operation DescribeNodegroup to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*EKS) WaitUntilNodegroupDeletedWithContext ¶ added in v1.25.36
func (c *EKS) WaitUntilNodegroupDeletedWithContext(ctx aws.Context, input *DescribeNodegroupInput, opts ...request.WaiterOption) error
WaitUntilNodegroupDeletedWithContext is an extended version of WaitUntilNodegroupDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.
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.
type EksAnywhereSubscription ¶ added in v1.47.8
type EksAnywhereSubscription struct { // The Amazon Resource Name (ARN) for the subscription. Arn *string `locationName:"arn" type:"string"` // A boolean indicating whether or not a subscription will auto renew when it // expires. AutoRenew *bool `locationName:"autoRenew" type:"boolean"` // The Unix timestamp in seconds for when the subscription was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The Unix timestamp in seconds for when the subscription is effective. EffectiveDate *time.Time `locationName:"effectiveDate" type:"timestamp"` // The Unix timestamp in seconds for when the subscription will expire or auto // renew, depending on the auto renew configuration of the subscription object. ExpirationDate *time.Time `locationName:"expirationDate" type:"timestamp"` // UUID identifying a subscription. Id *string `locationName:"id" type:"string"` // Amazon Web Services License Manager ARN associated with the subscription. LicenseArns []*string `locationName:"licenseArns" type:"list"` // The number of licenses included in a subscription. Valid values are between // 1 and 100. LicenseQuantity *int64 `locationName:"licenseQuantity" type:"integer"` // The type of licenses included in the subscription. Valid value is CLUSTER. // With the CLUSTER license type, each license covers support for a single EKS // Anywhere cluster. LicenseType *string `locationName:"licenseType" type:"string" enum:"EksAnywhereSubscriptionLicenseType"` // The status of a subscription. Status *string `locationName:"status" type:"string"` // The metadata for a subscription to assist with categorization and organization. // Each tag consists of a key and an optional value. Subscription tags do not // propagate to any other resources associated with the subscription. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // An EksAnywhereSubscriptionTerm object. Term *EksAnywhereSubscriptionTerm `locationName:"term" type:"structure"` // contains filtered or unexported fields }
An EKS Anywhere subscription authorizing the customer to support for licensed clusters and access to EKS Anywhere Curated Packages.
func (EksAnywhereSubscription) GoString ¶ added in v1.47.8
func (s EksAnywhereSubscription) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EksAnywhereSubscription) SetArn ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetArn(v string) *EksAnywhereSubscription
SetArn sets the Arn field's value.
func (*EksAnywhereSubscription) SetAutoRenew ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetAutoRenew(v bool) *EksAnywhereSubscription
SetAutoRenew sets the AutoRenew field's value.
func (*EksAnywhereSubscription) SetCreatedAt ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetCreatedAt(v time.Time) *EksAnywhereSubscription
SetCreatedAt sets the CreatedAt field's value.
func (*EksAnywhereSubscription) SetEffectiveDate ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetEffectiveDate(v time.Time) *EksAnywhereSubscription
SetEffectiveDate sets the EffectiveDate field's value.
func (*EksAnywhereSubscription) SetExpirationDate ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetExpirationDate(v time.Time) *EksAnywhereSubscription
SetExpirationDate sets the ExpirationDate field's value.
func (*EksAnywhereSubscription) SetId ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetId(v string) *EksAnywhereSubscription
SetId sets the Id field's value.
func (*EksAnywhereSubscription) SetLicenseArns ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetLicenseArns(v []*string) *EksAnywhereSubscription
SetLicenseArns sets the LicenseArns field's value.
func (*EksAnywhereSubscription) SetLicenseQuantity ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetLicenseQuantity(v int64) *EksAnywhereSubscription
SetLicenseQuantity sets the LicenseQuantity field's value.
func (*EksAnywhereSubscription) SetLicenseType ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetLicenseType(v string) *EksAnywhereSubscription
SetLicenseType sets the LicenseType field's value.
func (*EksAnywhereSubscription) SetStatus ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetStatus(v string) *EksAnywhereSubscription
SetStatus sets the Status field's value.
func (*EksAnywhereSubscription) SetTags ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetTags(v map[string]*string) *EksAnywhereSubscription
SetTags sets the Tags field's value.
func (*EksAnywhereSubscription) SetTerm ¶ added in v1.47.8
func (s *EksAnywhereSubscription) SetTerm(v *EksAnywhereSubscriptionTerm) *EksAnywhereSubscription
SetTerm sets the Term field's value.
func (EksAnywhereSubscription) String ¶ added in v1.47.8
func (s EksAnywhereSubscription) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EksAnywhereSubscriptionTerm ¶ added in v1.47.8
type EksAnywhereSubscriptionTerm struct { // The duration of the subscription term. Valid values are 12 and 36, indicating // a 12 month or 36 month subscription. Duration *int64 `locationName:"duration" type:"integer"` // The term unit of the subscription. Valid value is MONTHS. Unit *string `locationName:"unit" type:"string" enum:"EksAnywhereSubscriptionTermUnit"` // contains filtered or unexported fields }
An object representing the term duration and term unit type of your subscription. This determines the term length of your subscription. Valid values are MONTHS for term unit and 12 or 36 for term duration, indicating a 12 month or 36 month subscription.
func (EksAnywhereSubscriptionTerm) GoString ¶ added in v1.47.8
func (s EksAnywhereSubscriptionTerm) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EksAnywhereSubscriptionTerm) SetDuration ¶ added in v1.47.8
func (s *EksAnywhereSubscriptionTerm) SetDuration(v int64) *EksAnywhereSubscriptionTerm
SetDuration sets the Duration field's value.
func (*EksAnywhereSubscriptionTerm) SetUnit ¶ added in v1.47.8
func (s *EksAnywhereSubscriptionTerm) SetUnit(v string) *EksAnywhereSubscriptionTerm
SetUnit sets the Unit field's value.
func (EksAnywhereSubscriptionTerm) String ¶ added in v1.47.8
func (s EksAnywhereSubscriptionTerm) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EncryptionConfig ¶ added in v1.29.18
type EncryptionConfig struct { // Key Management Service (KMS) key. Either the ARN or the alias can be used. Provider *Provider `locationName:"provider" type:"structure"` // Specifies the resources to be encrypted. The only supported value is secrets. Resources []*string `locationName:"resources" type:"list"` // contains filtered or unexported fields }
The encryption configuration for the cluster.
func (EncryptionConfig) GoString ¶ added in v1.29.18
func (s EncryptionConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EncryptionConfig) SetProvider ¶ added in v1.29.18
func (s *EncryptionConfig) SetProvider(v *Provider) *EncryptionConfig
SetProvider sets the Provider field's value.
func (*EncryptionConfig) SetResources ¶ added in v1.29.18
func (s *EncryptionConfig) SetResources(v []*string) *EncryptionConfig
SetResources sets the Resources field's value.
func (EncryptionConfig) String ¶ added in v1.29.18
func (s EncryptionConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ErrorDetail ¶ added in v1.16.4
type ErrorDetail struct { // A brief description of the error. // // * SubnetNotFound: We couldn't find one of the subnets associated with // the cluster. // // * SecurityGroupNotFound: We couldn't find one of the security groups associated // with the cluster. // // * EniLimitReached: You have reached the elastic network interface limit // for your account. // // * IpNotAvailable: A subnet associated with the cluster doesn't have any // available IP addresses. // // * AccessDenied: You don't have permissions to perform the specified operation. // // * OperationNotPermitted: The service role associated with the cluster // doesn't have the required access permissions for Amazon EKS. // // * VpcIdNotFound: We couldn't find the VPC associated with the cluster. ErrorCode *string `locationName:"errorCode" type:"string" enum:"ErrorCode"` // A more complete description of the error. ErrorMessage *string `locationName:"errorMessage" type:"string"` // An optional field that contains the resource IDs associated with the error. ResourceIds []*string `locationName:"resourceIds" type:"list"` // contains filtered or unexported fields }
An object representing an error when an asynchronous operation fails.
func (ErrorDetail) GoString ¶ added in v1.16.4
func (s ErrorDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ErrorDetail) SetErrorCode ¶ added in v1.16.4
func (s *ErrorDetail) SetErrorCode(v string) *ErrorDetail
SetErrorCode sets the ErrorCode field's value.
func (*ErrorDetail) SetErrorMessage ¶ added in v1.16.4
func (s *ErrorDetail) SetErrorMessage(v string) *ErrorDetail
SetErrorMessage sets the ErrorMessage field's value.
func (*ErrorDetail) SetResourceIds ¶ added in v1.16.4
func (s *ErrorDetail) SetResourceIds(v []*string) *ErrorDetail
SetResourceIds sets the ResourceIds field's value.
func (ErrorDetail) String ¶ added in v1.16.4
func (s ErrorDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FargateProfile ¶ added in v1.25.46
type FargateProfile struct { // The name of your cluster. ClusterName *string `locationName:"clusterName" type:"string"` // The Unix epoch timestamp at object creation. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The full Amazon Resource Name (ARN) of the Fargate profile. FargateProfileArn *string `locationName:"fargateProfileArn" type:"string"` // The name of the Fargate profile. FargateProfileName *string `locationName:"fargateProfileName" type:"string"` // The Amazon Resource Name (ARN) of the Pod execution role to use for any Pod // that matches the selectors in the Fargate profile. For more information, // see Pod execution role (https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html) // in the Amazon EKS User Guide. PodExecutionRoleArn *string `locationName:"podExecutionRoleArn" type:"string"` // The selectors to match for a Pod to use this Fargate profile. Selectors []*FargateProfileSelector `locationName:"selectors" type:"list"` // The current status of the Fargate profile. Status *string `locationName:"status" type:"string" enum:"FargateProfileStatus"` // The IDs of subnets to launch a Pod into. Subnets []*string `locationName:"subnets" type:"list"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
An object representing an Fargate profile.
func (FargateProfile) GoString ¶ added in v1.25.46
func (s FargateProfile) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FargateProfile) SetClusterName ¶ added in v1.25.46
func (s *FargateProfile) SetClusterName(v string) *FargateProfile
SetClusterName sets the ClusterName field's value.
func (*FargateProfile) SetCreatedAt ¶ added in v1.25.46
func (s *FargateProfile) SetCreatedAt(v time.Time) *FargateProfile
SetCreatedAt sets the CreatedAt field's value.
func (*FargateProfile) SetFargateProfileArn ¶ added in v1.25.46
func (s *FargateProfile) SetFargateProfileArn(v string) *FargateProfile
SetFargateProfileArn sets the FargateProfileArn field's value.
func (*FargateProfile) SetFargateProfileName ¶ added in v1.25.46
func (s *FargateProfile) SetFargateProfileName(v string) *FargateProfile
SetFargateProfileName sets the FargateProfileName field's value.
func (*FargateProfile) SetPodExecutionRoleArn ¶ added in v1.25.46
func (s *FargateProfile) SetPodExecutionRoleArn(v string) *FargateProfile
SetPodExecutionRoleArn sets the PodExecutionRoleArn field's value.
func (*FargateProfile) SetSelectors ¶ added in v1.25.46
func (s *FargateProfile) SetSelectors(v []*FargateProfileSelector) *FargateProfile
SetSelectors sets the Selectors field's value.
func (*FargateProfile) SetStatus ¶ added in v1.25.46
func (s *FargateProfile) SetStatus(v string) *FargateProfile
SetStatus sets the Status field's value.
func (*FargateProfile) SetSubnets ¶ added in v1.25.46
func (s *FargateProfile) SetSubnets(v []*string) *FargateProfile
SetSubnets sets the Subnets field's value.
func (*FargateProfile) SetTags ¶ added in v1.25.46
func (s *FargateProfile) SetTags(v map[string]*string) *FargateProfile
SetTags sets the Tags field's value.
func (FargateProfile) String ¶ added in v1.25.46
func (s FargateProfile) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FargateProfileSelector ¶ added in v1.25.46
type FargateProfileSelector struct { // The Kubernetes labels that the selector should match. A pod must contain // all of the labels that are specified in the selector for it to be considered // a match. Labels map[string]*string `locationName:"labels" type:"map"` // The Kubernetes namespace that the selector should match. Namespace *string `locationName:"namespace" type:"string"` // contains filtered or unexported fields }
An object representing an Fargate profile selector.
func (FargateProfileSelector) GoString ¶ added in v1.25.46
func (s FargateProfileSelector) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FargateProfileSelector) SetLabels ¶ added in v1.25.46
func (s *FargateProfileSelector) SetLabels(v map[string]*string) *FargateProfileSelector
SetLabels sets the Labels field's value.
func (*FargateProfileSelector) SetNamespace ¶ added in v1.25.46
func (s *FargateProfileSelector) SetNamespace(v string) *FargateProfileSelector
SetNamespace sets the Namespace field's value.
func (FargateProfileSelector) String ¶ added in v1.25.46
func (s FargateProfileSelector) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Identity ¶ added in v1.23.15
type Identity struct { // An object representing the OpenID Connect (https://openid.net/connect/) identity // provider information. Oidc *OIDC `locationName:"oidc" type:"structure"` // contains filtered or unexported fields }
An object representing an identity provider.
func (Identity) GoString ¶ added in v1.23.15
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IdentityProviderConfig ¶ added in v1.37.10
type IdentityProviderConfig struct { // The name of the identity provider configuration. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The type of the identity provider configuration. The only type available // is oidc. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true"` // contains filtered or unexported fields }
An object representing an identity provider configuration.
func (IdentityProviderConfig) GoString ¶ added in v1.37.10
func (s IdentityProviderConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdentityProviderConfig) SetName ¶ added in v1.37.10
func (s *IdentityProviderConfig) SetName(v string) *IdentityProviderConfig
SetName sets the Name field's value.
func (*IdentityProviderConfig) SetType ¶ added in v1.37.10
func (s *IdentityProviderConfig) SetType(v string) *IdentityProviderConfig
SetType sets the Type field's value.
func (IdentityProviderConfig) String ¶ added in v1.37.10
func (s IdentityProviderConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdentityProviderConfig) Validate ¶ added in v1.37.10
func (s *IdentityProviderConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IdentityProviderConfigResponse ¶ added in v1.37.10
type IdentityProviderConfigResponse struct { // An object representing an OpenID Connect (OIDC) identity provider configuration. Oidc *OidcIdentityProviderConfig `locationName:"oidc" type:"structure"` // contains filtered or unexported fields }
The full description of your identity configuration.
func (IdentityProviderConfigResponse) GoString ¶ added in v1.37.10
func (s IdentityProviderConfigResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdentityProviderConfigResponse) SetOidc ¶ added in v1.37.10
func (s *IdentityProviderConfigResponse) SetOidc(v *OidcIdentityProviderConfig) *IdentityProviderConfigResponse
SetOidc sets the Oidc field's value.
func (IdentityProviderConfigResponse) String ¶ added in v1.37.10
func (s IdentityProviderConfigResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Insight ¶ added in v1.49.7
type Insight struct { // Links to sources that provide additional context on the insight. AdditionalInfo map[string]*string `locationName:"additionalInfo" type:"map"` // The category of the insight. Category *string `locationName:"category" type:"string" enum:"Category"` // Summary information that relates to the category of the insight. Currently // only returned with certain insights having category UPGRADE_READINESS. CategorySpecificSummary *InsightCategorySpecificSummary `locationName:"categorySpecificSummary" type:"structure"` // The description of the insight which includes alert criteria, remediation // recommendation, and additional resources (contains Markdown). Description *string `locationName:"description" type:"string"` // The ID of the insight. Id *string `locationName:"id" type:"string"` // An object containing more detail on the status of the insight resource. InsightStatus *InsightStatus `locationName:"insightStatus" type:"structure"` // The Kubernetes minor version associated with an insight if applicable. KubernetesVersion *string `locationName:"kubernetesVersion" type:"string"` // The time Amazon EKS last successfully completed a refresh of this insight // check on the cluster. LastRefreshTime *time.Time `locationName:"lastRefreshTime" type:"timestamp"` // The time the status of the insight last changed. LastTransitionTime *time.Time `locationName:"lastTransitionTime" type:"timestamp"` // The name of the insight. Name *string `locationName:"name" type:"string"` // A summary of how to remediate the finding of this insight if applicable. Recommendation *string `locationName:"recommendation" type:"string"` // The details about each resource listed in the insight check result. Resources []*InsightResourceDetail `locationName:"resources" type:"list"` // contains filtered or unexported fields }
A check that provides recommendations to remedy potential upgrade-impacting issues.
func (Insight) GoString ¶ added in v1.49.7
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Insight) SetAdditionalInfo ¶ added in v1.49.7
SetAdditionalInfo sets the AdditionalInfo field's value.
func (*Insight) SetCategory ¶ added in v1.49.7
SetCategory sets the Category field's value.
func (*Insight) SetCategorySpecificSummary ¶ added in v1.49.7
func (s *Insight) SetCategorySpecificSummary(v *InsightCategorySpecificSummary) *Insight
SetCategorySpecificSummary sets the CategorySpecificSummary field's value.
func (*Insight) SetDescription ¶ added in v1.49.7
SetDescription sets the Description field's value.
func (*Insight) SetInsightStatus ¶ added in v1.49.7
func (s *Insight) SetInsightStatus(v *InsightStatus) *Insight
SetInsightStatus sets the InsightStatus field's value.
func (*Insight) SetKubernetesVersion ¶ added in v1.49.7
SetKubernetesVersion sets the KubernetesVersion field's value.
func (*Insight) SetLastRefreshTime ¶ added in v1.49.7
SetLastRefreshTime sets the LastRefreshTime field's value.
func (*Insight) SetLastTransitionTime ¶ added in v1.49.7
SetLastTransitionTime sets the LastTransitionTime field's value.
func (*Insight) SetRecommendation ¶ added in v1.49.7
SetRecommendation sets the Recommendation field's value.
func (*Insight) SetResources ¶ added in v1.49.7
func (s *Insight) SetResources(v []*InsightResourceDetail) *Insight
SetResources sets the Resources field's value.
type InsightCategorySpecificSummary ¶ added in v1.49.7
type InsightCategorySpecificSummary struct { // The summary information about deprecated resource usage for an insight check // in the UPGRADE_READINESS category. DeprecationDetails []*DeprecationDetail `locationName:"deprecationDetails" type:"list"` // contains filtered or unexported fields }
Summary information that relates to the category of the insight. Currently only returned with certain insights having category UPGRADE_READINESS.
func (InsightCategorySpecificSummary) GoString ¶ added in v1.49.7
func (s InsightCategorySpecificSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InsightCategorySpecificSummary) SetDeprecationDetails ¶ added in v1.49.7
func (s *InsightCategorySpecificSummary) SetDeprecationDetails(v []*DeprecationDetail) *InsightCategorySpecificSummary
SetDeprecationDetails sets the DeprecationDetails field's value.
func (InsightCategorySpecificSummary) String ¶ added in v1.49.7
func (s InsightCategorySpecificSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InsightResourceDetail ¶ added in v1.49.7
type InsightResourceDetail struct { // The Amazon Resource Name (ARN) if applicable. Arn *string `locationName:"arn" type:"string"` // An object containing more detail on the status of the insight resource. InsightStatus *InsightStatus `locationName:"insightStatus" type:"structure"` // The Kubernetes resource URI if applicable. KubernetesResourceUri *string `locationName:"kubernetesResourceUri" type:"string"` // contains filtered or unexported fields }
Returns information about the resource being evaluated.
func (InsightResourceDetail) GoString ¶ added in v1.49.7
func (s InsightResourceDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InsightResourceDetail) SetArn ¶ added in v1.49.7
func (s *InsightResourceDetail) SetArn(v string) *InsightResourceDetail
SetArn sets the Arn field's value.
func (*InsightResourceDetail) SetInsightStatus ¶ added in v1.49.7
func (s *InsightResourceDetail) SetInsightStatus(v *InsightStatus) *InsightResourceDetail
SetInsightStatus sets the InsightStatus field's value.
func (*InsightResourceDetail) SetKubernetesResourceUri ¶ added in v1.49.7
func (s *InsightResourceDetail) SetKubernetesResourceUri(v string) *InsightResourceDetail
SetKubernetesResourceUri sets the KubernetesResourceUri field's value.
func (InsightResourceDetail) String ¶ added in v1.49.7
func (s InsightResourceDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InsightStatus ¶ added in v1.49.7
type InsightStatus struct { // Explanation on the reasoning for the status of the resource. Reason *string `locationName:"reason" type:"string"` // The status of the resource. Status *string `locationName:"status" type:"string" enum:"InsightStatusValue"` // contains filtered or unexported fields }
The status of the insight.
func (InsightStatus) GoString ¶ added in v1.49.7
func (s InsightStatus) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InsightStatus) SetReason ¶ added in v1.49.7
func (s *InsightStatus) SetReason(v string) *InsightStatus
SetReason sets the Reason field's value.
func (*InsightStatus) SetStatus ¶ added in v1.49.7
func (s *InsightStatus) SetStatus(v string) *InsightStatus
SetStatus sets the Status field's value.
func (InsightStatus) String ¶ added in v1.49.7
func (s InsightStatus) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InsightSummary ¶ added in v1.49.7
type InsightSummary struct { // The category of the insight. Category *string `locationName:"category" type:"string" enum:"Category"` // The description of the insight which includes alert criteria, remediation // recommendation, and additional resources (contains Markdown). Description *string `locationName:"description" type:"string"` // The ID of the insight. Id *string `locationName:"id" type:"string"` // An object containing more detail on the status of the insight. InsightStatus *InsightStatus `locationName:"insightStatus" type:"structure"` // The Kubernetes minor version associated with an insight if applicable. KubernetesVersion *string `locationName:"kubernetesVersion" type:"string"` // The time Amazon EKS last successfully completed a refresh of this insight // check on the cluster. LastRefreshTime *time.Time `locationName:"lastRefreshTime" type:"timestamp"` // The time the status of the insight last changed. LastTransitionTime *time.Time `locationName:"lastTransitionTime" type:"timestamp"` // The name of the insight. Name *string `locationName:"name" type:"string"` // contains filtered or unexported fields }
The summarized description of the insight.
func (InsightSummary) GoString ¶ added in v1.49.7
func (s InsightSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InsightSummary) SetCategory ¶ added in v1.49.7
func (s *InsightSummary) SetCategory(v string) *InsightSummary
SetCategory sets the Category field's value.
func (*InsightSummary) SetDescription ¶ added in v1.49.7
func (s *InsightSummary) SetDescription(v string) *InsightSummary
SetDescription sets the Description field's value.
func (*InsightSummary) SetId ¶ added in v1.49.7
func (s *InsightSummary) SetId(v string) *InsightSummary
SetId sets the Id field's value.
func (*InsightSummary) SetInsightStatus ¶ added in v1.49.7
func (s *InsightSummary) SetInsightStatus(v *InsightStatus) *InsightSummary
SetInsightStatus sets the InsightStatus field's value.
func (*InsightSummary) SetKubernetesVersion ¶ added in v1.49.7
func (s *InsightSummary) SetKubernetesVersion(v string) *InsightSummary
SetKubernetesVersion sets the KubernetesVersion field's value.
func (*InsightSummary) SetLastRefreshTime ¶ added in v1.49.7
func (s *InsightSummary) SetLastRefreshTime(v time.Time) *InsightSummary
SetLastRefreshTime sets the LastRefreshTime field's value.
func (*InsightSummary) SetLastTransitionTime ¶ added in v1.49.7
func (s *InsightSummary) SetLastTransitionTime(v time.Time) *InsightSummary
SetLastTransitionTime sets the LastTransitionTime field's value.
func (*InsightSummary) SetName ¶ added in v1.49.7
func (s *InsightSummary) SetName(v string) *InsightSummary
SetName sets the Name field's value.
func (InsightSummary) String ¶ added in v1.49.7
func (s InsightSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InsightsFilter ¶ added in v1.49.7
type InsightsFilter struct { // The categories to use to filter insights. Categories []*string `locationName:"categories" type:"list" enum:"Category"` // The Kubernetes versions to use to filter the insights. KubernetesVersions []*string `locationName:"kubernetesVersions" type:"list"` // The statuses to use to filter the insights. Statuses []*string `locationName:"statuses" type:"list" enum:"InsightStatusValue"` // contains filtered or unexported fields }
The criteria to use for the insights.
func (InsightsFilter) GoString ¶ added in v1.49.7
func (s InsightsFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InsightsFilter) SetCategories ¶ added in v1.49.7
func (s *InsightsFilter) SetCategories(v []*string) *InsightsFilter
SetCategories sets the Categories field's value.
func (*InsightsFilter) SetKubernetesVersions ¶ added in v1.49.7
func (s *InsightsFilter) SetKubernetesVersions(v []*string) *InsightsFilter
SetKubernetesVersions sets the KubernetesVersions field's value.
func (*InsightsFilter) SetStatuses ¶ added in v1.49.7
func (s *InsightsFilter) SetStatuses(v []*string) *InsightsFilter
SetStatuses sets the Statuses field's value.
func (InsightsFilter) String ¶ added in v1.49.7
func (s InsightsFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidParameterException ¶ added in v1.28.0
type InvalidParameterException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The specified parameter for the add-on name is invalid. Review the available // parameters for the API request AddonName *string `locationName:"addonName" type:"string"` // The Amazon EKS cluster associated with the exception. ClusterName *string `locationName:"clusterName" type:"string"` // The Fargate profile associated with the exception. FargateProfileName *string `locationName:"fargateProfileName" type:"string"` // The specified parameter is invalid. Review the available parameters for the // API request. Message_ *string `locationName:"message" type:"string"` // The Amazon EKS managed node group associated with the exception. NodegroupName *string `locationName:"nodegroupName" type:"string"` // The Amazon EKS subscription ID with the exception. SubscriptionId *string `locationName:"subscriptionId" type:"string"` // contains filtered or unexported fields }
The specified parameter is invalid. Review the available parameters for the API request.
func (*InvalidParameterException) Code ¶ added in v1.28.0
func (s *InvalidParameterException) Code() string
Code returns the exception type name.
func (*InvalidParameterException) Error ¶ added in v1.28.0
func (s *InvalidParameterException) Error() string
func (InvalidParameterException) GoString ¶ added in v1.28.0
func (s InvalidParameterException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidParameterException) Message ¶ added in v1.28.0
func (s *InvalidParameterException) Message() string
Message returns the exception's message.
func (*InvalidParameterException) OrigErr ¶ added in v1.28.0
func (s *InvalidParameterException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidParameterException) RequestID ¶ added in v1.28.0
func (s *InvalidParameterException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidParameterException) StatusCode ¶ added in v1.28.0
func (s *InvalidParameterException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidParameterException) String ¶ added in v1.28.0
func (s InvalidParameterException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidRequestException ¶ added in v1.28.0
type InvalidRequestException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The request is invalid given the state of the add-on name. Check the state // of the cluster and the associated operations. AddonName *string `locationName:"addonName" type:"string"` // The Amazon EKS cluster associated with the exception. ClusterName *string `locationName:"clusterName" type:"string"` // The Amazon EKS add-on name associated with the exception. Message_ *string `locationName:"message" type:"string"` // The Amazon EKS managed node group associated with the exception. NodegroupName *string `locationName:"nodegroupName" type:"string"` // The Amazon EKS subscription ID with the exception. SubscriptionId *string `locationName:"subscriptionId" type:"string"` // contains filtered or unexported fields }
The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
func (*InvalidRequestException) Code ¶ added in v1.28.0
func (s *InvalidRequestException) Code() string
Code returns the exception type name.
func (*InvalidRequestException) Error ¶ added in v1.28.0
func (s *InvalidRequestException) Error() string
func (InvalidRequestException) GoString ¶ added in v1.28.0
func (s InvalidRequestException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidRequestException) Message ¶ added in v1.28.0
func (s *InvalidRequestException) Message() string
Message returns the exception's message.
func (*InvalidRequestException) OrigErr ¶ added in v1.28.0
func (s *InvalidRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidRequestException) RequestID ¶ added in v1.28.0
func (s *InvalidRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidRequestException) StatusCode ¶ added in v1.28.0
func (s *InvalidRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidRequestException) String ¶ added in v1.28.0
func (s InvalidRequestException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Issue ¶ added in v1.25.36
type Issue struct { // A brief description of the error. // // * AccessDenied: Amazon EKS or one or more of your managed nodes is failing // to authenticate or authorize with your Kubernetes cluster API server. // // * AsgInstanceLaunchFailures: Your Auto Scaling group is experiencing failures // while attempting to launch instances. // // * AutoScalingGroupNotFound: We couldn't find the Auto Scaling group associated // with the managed node group. You may be able to recreate an Auto Scaling // group with the same settings to recover. // // * ClusterUnreachable: Amazon EKS or one or more of your managed nodes // is unable to to communicate with your Kubernetes cluster API server. This // can happen if there are network disruptions or if API servers are timing // out processing requests. // // * Ec2LaunchTemplateNotFound: We couldn't find the Amazon EC2 launch template // for your managed node group. You may be able to recreate a launch template // with the same settings to recover. // // * Ec2LaunchTemplateVersionMismatch: The Amazon EC2 launch template version // for your managed node group does not match the version that Amazon EKS // created. You may be able to revert to the version that Amazon EKS created // to recover. // // * Ec2SecurityGroupDeletionFailure: We could not delete the remote access // security group for your managed node group. Remove any dependencies from // the security group. // // * Ec2SecurityGroupNotFound: We couldn't find the cluster security group // for the cluster. You must recreate your cluster. // // * Ec2SubnetInvalidConfiguration: One or more Amazon EC2 subnets specified // for a node group do not automatically assign public IP addresses to instances // launched into it. If you want your instances to be assigned a public IP // address, then you need to enable the auto-assign public IP address setting // for the subnet. See Modifying the public IPv4 addressing attribute for // your subnet (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html#subnet-public-ip) // in the Amazon VPC User Guide. // // * IamInstanceProfileNotFound: We couldn't find the IAM instance profile // for your managed node group. You may be able to recreate an instance profile // with the same settings to recover. // // * IamNodeRoleNotFound: We couldn't find the IAM role for your managed // node group. You may be able to recreate an IAM role with the same settings // to recover. // // * InstanceLimitExceeded: Your Amazon Web Services account is unable to // launch any more instances of the specified instance type. You may be able // to request an Amazon EC2 instance limit increase to recover. // // * InsufficientFreeAddresses: One or more of the subnets associated with // your managed node group does not have enough available IP addresses for // new nodes. // // * InternalFailure: These errors are usually caused by an Amazon EKS server-side // issue. // // * NodeCreationFailure: Your launched instances are unable to register // with your Amazon EKS cluster. Common causes of this failure are insufficient // node IAM role (https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html) // permissions or lack of outbound internet access for the nodes. Code *string `locationName:"code" type:"string" enum:"NodegroupIssueCode"` // The error message associated with the issue. Message *string `locationName:"message" type:"string"` // The Amazon Web Services resources that are afflicted by this issue. ResourceIds []*string `locationName:"resourceIds" type:"list"` // contains filtered or unexported fields }
An object representing an issue with an Amazon EKS resource.
func (Issue) GoString ¶ added in v1.25.36
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Issue) SetMessage ¶ added in v1.25.36
SetMessage sets the Message field's value.
func (*Issue) SetResourceIds ¶ added in v1.25.36
SetResourceIds sets the ResourceIds field's value.
type KubernetesNetworkConfigRequest ¶ added in v1.34.31
type KubernetesNetworkConfigRequest struct { // Specify which IP family is used to assign Kubernetes pod and service IP addresses. // If you don't specify a value, ipv4 is used by default. You can only specify // an IP family when you create a cluster and can't change this value once the // cluster is created. If you specify ipv6, the VPC and subnets that you specify // for cluster creation must have both IPv4 and IPv6 CIDR blocks assigned to // them. You can't specify ipv6 for clusters in China Regions. // // You can only specify ipv6 for 1.21 and later clusters that use version 1.10.1 // or later of the Amazon VPC CNI add-on. If you specify ipv6, then ensure that // your VPC meets the requirements listed in the considerations listed in Assigning // IPv6 addresses to pods and services (https://docs.aws.amazon.com/eks/latest/userguide/cni-ipv6.html) // in the Amazon EKS User Guide. Kubernetes assigns services IPv6 addresses // from the unique local address range (fc00::/7). You can't specify a custom // IPv6 CIDR block. Pod addresses are assigned from the subnet's IPv6 CIDR. IpFamily *string `locationName:"ipFamily" type:"string" enum:"IpFamily"` // Don't specify a value if you select ipv6 for ipFamily. The CIDR block to // assign Kubernetes service IP addresses from. If you don't specify a block, // Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 // CIDR blocks. We recommend that you specify a block that does not overlap // with resources in other networks that are peered or connected to your VPC. // The block must meet the following requirements: // // * Within one of the following private IP address blocks: 10.0.0.0/8, 172.16.0.0/12, // or 192.168.0.0/16. // // * Doesn't overlap with any CIDR block assigned to the VPC that you selected // for VPC. // // * Between /24 and /12. // // You can only specify a custom CIDR block when you create a cluster. You can't // change this value after the cluster is created. ServiceIpv4Cidr *string `locationName:"serviceIpv4Cidr" type:"string"` // contains filtered or unexported fields }
The Kubernetes network configuration for the cluster.
func (KubernetesNetworkConfigRequest) GoString ¶ added in v1.34.31
func (s KubernetesNetworkConfigRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*KubernetesNetworkConfigRequest) SetIpFamily ¶ added in v1.42.28
func (s *KubernetesNetworkConfigRequest) SetIpFamily(v string) *KubernetesNetworkConfigRequest
SetIpFamily sets the IpFamily field's value.
func (*KubernetesNetworkConfigRequest) SetServiceIpv4Cidr ¶ added in v1.34.31
func (s *KubernetesNetworkConfigRequest) SetServiceIpv4Cidr(v string) *KubernetesNetworkConfigRequest
SetServiceIpv4Cidr sets the ServiceIpv4Cidr field's value.
func (KubernetesNetworkConfigRequest) String ¶ added in v1.34.31
func (s KubernetesNetworkConfigRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type KubernetesNetworkConfigResponse ¶ added in v1.34.31
type KubernetesNetworkConfigResponse struct { // The IP family used to assign Kubernetes Pod and Service objects IP addresses. // The IP family is always ipv4, unless you have a 1.21 or later cluster running // version 1.10.1 or later of the Amazon VPC CNI plugin for Kubernetes and specified // ipv6 when you created the cluster. IpFamily *string `locationName:"ipFamily" type:"string" enum:"IpFamily"` // The CIDR block that Kubernetes Pod and Service object IP addresses are assigned // from. Kubernetes assigns addresses from an IPv4 CIDR block assigned to a // subnet that the node is in. If you didn't specify a CIDR block when you created // the cluster, then Kubernetes assigns addresses from either the 10.100.0.0/16 // or 172.20.0.0/16 CIDR blocks. If this was specified, then it was specified // when the cluster was created and it can't be changed. ServiceIpv4Cidr *string `locationName:"serviceIpv4Cidr" type:"string"` // The CIDR block that Kubernetes pod and service IP addresses are assigned // from if you created a 1.21 or later cluster with version 1.10.1 or later // of the Amazon VPC CNI add-on and specified ipv6 for ipFamily when you created // the cluster. Kubernetes assigns service addresses from the unique local address // range (fc00::/7) because you can't specify a custom IPv6 CIDR block when // you create the cluster. ServiceIpv6Cidr *string `locationName:"serviceIpv6Cidr" type:"string"` // contains filtered or unexported fields }
The Kubernetes network configuration for the cluster. The response contains a value for serviceIpv6Cidr or serviceIpv4Cidr, but not both.
func (KubernetesNetworkConfigResponse) GoString ¶ added in v1.34.31
func (s KubernetesNetworkConfigResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*KubernetesNetworkConfigResponse) SetIpFamily ¶ added in v1.42.28
func (s *KubernetesNetworkConfigResponse) SetIpFamily(v string) *KubernetesNetworkConfigResponse
SetIpFamily sets the IpFamily field's value.
func (*KubernetesNetworkConfigResponse) SetServiceIpv4Cidr ¶ added in v1.34.31
func (s *KubernetesNetworkConfigResponse) SetServiceIpv4Cidr(v string) *KubernetesNetworkConfigResponse
SetServiceIpv4Cidr sets the ServiceIpv4Cidr field's value.
func (*KubernetesNetworkConfigResponse) SetServiceIpv6Cidr ¶ added in v1.42.28
func (s *KubernetesNetworkConfigResponse) SetServiceIpv6Cidr(v string) *KubernetesNetworkConfigResponse
SetServiceIpv6Cidr sets the ServiceIpv6Cidr field's value.
func (KubernetesNetworkConfigResponse) String ¶ added in v1.34.31
func (s KubernetesNetworkConfigResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LaunchTemplateSpecification ¶ added in v1.34.4
type LaunchTemplateSpecification struct { // The ID of the launch template. // // You must specify either the launch template ID or the launch template name // in the request, but not both. Id *string `locationName:"id" type:"string"` // The name of the launch template. // // You must specify either the launch template name or the launch template ID // in the request, but not both. Name *string `locationName:"name" type:"string"` // The version number of the launch template to use. If no version is specified, // then the template's default version is used. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
An object representing a node group launch template specification. The launch template can't include SubnetId (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html), IamInstanceProfile (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IamInstanceProfile.html), RequestSpotInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html), HibernationOptions (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_HibernationOptionsRequest.html), or TerminateInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TerminateInstances.html), or the node group deployment or update will fail. For more information about launch templates, see CreateLaunchTemplate (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateLaunchTemplate.html) in the Amazon EC2 API Reference. For more information about using launch templates with Amazon EKS, see Launch template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) in the Amazon EKS User Guide.
You must specify either the launch template ID or the launch template name in the request, but not both.
func (LaunchTemplateSpecification) GoString ¶ added in v1.34.4
func (s LaunchTemplateSpecification) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LaunchTemplateSpecification) SetId ¶ added in v1.34.4
func (s *LaunchTemplateSpecification) SetId(v string) *LaunchTemplateSpecification
SetId sets the Id field's value.
func (*LaunchTemplateSpecification) SetName ¶ added in v1.34.4
func (s *LaunchTemplateSpecification) SetName(v string) *LaunchTemplateSpecification
SetName sets the Name field's value.
func (*LaunchTemplateSpecification) SetVersion ¶ added in v1.34.4
func (s *LaunchTemplateSpecification) SetVersion(v string) *LaunchTemplateSpecification
SetVersion sets the Version field's value.
func (LaunchTemplateSpecification) String ¶ added in v1.34.4
func (s LaunchTemplateSpecification) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAccessEntriesInput ¶ added in v1.49.5
type ListAccessEntriesInput struct { // The ARN of an AccessPolicy. When you specify an access policy ARN, only the // access entries associated to that access policy are returned. For a list // of available policy ARNs, use ListAccessPolicies. AssociatedPolicyArn *string `location:"querystring" locationName:"associatedPolicyArn" type:"string"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListAccessEntriesInput) GoString ¶ added in v1.49.5
func (s ListAccessEntriesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAccessEntriesInput) SetAssociatedPolicyArn ¶ added in v1.49.5
func (s *ListAccessEntriesInput) SetAssociatedPolicyArn(v string) *ListAccessEntriesInput
SetAssociatedPolicyArn sets the AssociatedPolicyArn field's value.
func (*ListAccessEntriesInput) SetClusterName ¶ added in v1.49.5
func (s *ListAccessEntriesInput) SetClusterName(v string) *ListAccessEntriesInput
SetClusterName sets the ClusterName field's value.
func (*ListAccessEntriesInput) SetMaxResults ¶ added in v1.49.5
func (s *ListAccessEntriesInput) SetMaxResults(v int64) *ListAccessEntriesInput
SetMaxResults sets the MaxResults field's value.
func (*ListAccessEntriesInput) SetNextToken ¶ added in v1.49.5
func (s *ListAccessEntriesInput) SetNextToken(v string) *ListAccessEntriesInput
SetNextToken sets the NextToken field's value.
func (ListAccessEntriesInput) String ¶ added in v1.49.5
func (s ListAccessEntriesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAccessEntriesInput) Validate ¶ added in v1.49.5
func (s *ListAccessEntriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAccessEntriesOutput ¶ added in v1.49.5
type ListAccessEntriesOutput struct { // The list of access entries that exist for the cluster. AccessEntries []*string `locationName:"accessEntries" type:"list"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListAccessEntriesOutput) GoString ¶ added in v1.49.5
func (s ListAccessEntriesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAccessEntriesOutput) SetAccessEntries ¶ added in v1.49.5
func (s *ListAccessEntriesOutput) SetAccessEntries(v []*string) *ListAccessEntriesOutput
SetAccessEntries sets the AccessEntries field's value.
func (*ListAccessEntriesOutput) SetNextToken ¶ added in v1.49.5
func (s *ListAccessEntriesOutput) SetNextToken(v string) *ListAccessEntriesOutput
SetNextToken sets the NextToken field's value.
func (ListAccessEntriesOutput) String ¶ added in v1.49.5
func (s ListAccessEntriesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAccessPoliciesInput ¶ added in v1.49.5
type ListAccessPoliciesInput struct { // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListAccessPoliciesInput) GoString ¶ added in v1.49.5
func (s ListAccessPoliciesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAccessPoliciesInput) SetMaxResults ¶ added in v1.49.5
func (s *ListAccessPoliciesInput) SetMaxResults(v int64) *ListAccessPoliciesInput
SetMaxResults sets the MaxResults field's value.
func (*ListAccessPoliciesInput) SetNextToken ¶ added in v1.49.5
func (s *ListAccessPoliciesInput) SetNextToken(v string) *ListAccessPoliciesInput
SetNextToken sets the NextToken field's value.
func (ListAccessPoliciesInput) String ¶ added in v1.49.5
func (s ListAccessPoliciesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAccessPoliciesInput) Validate ¶ added in v1.49.5
func (s *ListAccessPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAccessPoliciesOutput ¶ added in v1.49.5
type ListAccessPoliciesOutput struct { // The list of available access policies. You can't view the contents of an // access policy using the API. To view the contents, see Access policy permissions // (https://docs.aws.amazon.com/eks/latest/userguide/access-policies.html#access-policy-permissions) // in the Amazon EKS User Guide. AccessPolicies []*AccessPolicy `locationName:"accessPolicies" type:"list"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListAccessPoliciesOutput) GoString ¶ added in v1.49.5
func (s ListAccessPoliciesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAccessPoliciesOutput) SetAccessPolicies ¶ added in v1.49.5
func (s *ListAccessPoliciesOutput) SetAccessPolicies(v []*AccessPolicy) *ListAccessPoliciesOutput
SetAccessPolicies sets the AccessPolicies field's value.
func (*ListAccessPoliciesOutput) SetNextToken ¶ added in v1.49.5
func (s *ListAccessPoliciesOutput) SetNextToken(v string) *ListAccessPoliciesOutput
SetNextToken sets the NextToken field's value.
func (ListAccessPoliciesOutput) String ¶ added in v1.49.5
func (s ListAccessPoliciesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAddonsInput ¶ added in v1.35.37
type ListAddonsInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" min:"1" type:"string" required:"true"` // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListAddonsInput) GoString ¶ added in v1.35.37
func (s ListAddonsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAddonsInput) SetClusterName ¶ added in v1.35.37
func (s *ListAddonsInput) SetClusterName(v string) *ListAddonsInput
SetClusterName sets the ClusterName field's value.
func (*ListAddonsInput) SetMaxResults ¶ added in v1.35.37
func (s *ListAddonsInput) SetMaxResults(v int64) *ListAddonsInput
SetMaxResults sets the MaxResults field's value.
func (*ListAddonsInput) SetNextToken ¶ added in v1.35.37
func (s *ListAddonsInput) SetNextToken(v string) *ListAddonsInput
SetNextToken sets the NextToken field's value.
func (ListAddonsInput) String ¶ added in v1.35.37
func (s ListAddonsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAddonsInput) Validate ¶ added in v1.35.37
func (s *ListAddonsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAddonsOutput ¶ added in v1.35.37
type ListAddonsOutput struct { // A list of installed add-ons. Addons []*string `locationName:"addons" type:"list"` // The nextToken value to include in a future ListAddons request. When the results // of a ListAddons request exceed maxResults, you can use this value to retrieve // the next page of results. This value is null when there are no more results // to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListAddonsOutput) GoString ¶ added in v1.35.37
func (s ListAddonsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAddonsOutput) SetAddons ¶ added in v1.35.37
func (s *ListAddonsOutput) SetAddons(v []*string) *ListAddonsOutput
SetAddons sets the Addons field's value.
func (*ListAddonsOutput) SetNextToken ¶ added in v1.35.37
func (s *ListAddonsOutput) SetNextToken(v string) *ListAddonsOutput
SetNextToken sets the NextToken field's value.
func (ListAddonsOutput) String ¶ added in v1.35.37
func (s ListAddonsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAssociatedAccessPoliciesInput ¶ added in v1.49.5
type ListAssociatedAccessPoliciesInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // The ARN of the IAM principal for the AccessEntry. // // PrincipalArn is a required field PrincipalArn *string `location:"uri" locationName:"principalArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListAssociatedAccessPoliciesInput) GoString ¶ added in v1.49.5
func (s ListAssociatedAccessPoliciesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAssociatedAccessPoliciesInput) SetClusterName ¶ added in v1.49.5
func (s *ListAssociatedAccessPoliciesInput) SetClusterName(v string) *ListAssociatedAccessPoliciesInput
SetClusterName sets the ClusterName field's value.
func (*ListAssociatedAccessPoliciesInput) SetMaxResults ¶ added in v1.49.5
func (s *ListAssociatedAccessPoliciesInput) SetMaxResults(v int64) *ListAssociatedAccessPoliciesInput
SetMaxResults sets the MaxResults field's value.
func (*ListAssociatedAccessPoliciesInput) SetNextToken ¶ added in v1.49.5
func (s *ListAssociatedAccessPoliciesInput) SetNextToken(v string) *ListAssociatedAccessPoliciesInput
SetNextToken sets the NextToken field's value.
func (*ListAssociatedAccessPoliciesInput) SetPrincipalArn ¶ added in v1.49.5
func (s *ListAssociatedAccessPoliciesInput) SetPrincipalArn(v string) *ListAssociatedAccessPoliciesInput
SetPrincipalArn sets the PrincipalArn field's value.
func (ListAssociatedAccessPoliciesInput) String ¶ added in v1.49.5
func (s ListAssociatedAccessPoliciesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAssociatedAccessPoliciesInput) Validate ¶ added in v1.49.5
func (s *ListAssociatedAccessPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAssociatedAccessPoliciesOutput ¶ added in v1.49.5
type ListAssociatedAccessPoliciesOutput struct { // The list of access policies associated with the access entry. AssociatedAccessPolicies []*AssociatedAccessPolicy `locationName:"associatedAccessPolicies" type:"list"` // The name of your cluster. ClusterName *string `locationName:"clusterName" type:"string"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // The ARN of the IAM principal for the AccessEntry. PrincipalArn *string `locationName:"principalArn" type:"string"` // contains filtered or unexported fields }
func (ListAssociatedAccessPoliciesOutput) GoString ¶ added in v1.49.5
func (s ListAssociatedAccessPoliciesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListAssociatedAccessPoliciesOutput) SetAssociatedAccessPolicies ¶ added in v1.49.5
func (s *ListAssociatedAccessPoliciesOutput) SetAssociatedAccessPolicies(v []*AssociatedAccessPolicy) *ListAssociatedAccessPoliciesOutput
SetAssociatedAccessPolicies sets the AssociatedAccessPolicies field's value.
func (*ListAssociatedAccessPoliciesOutput) SetClusterName ¶ added in v1.49.5
func (s *ListAssociatedAccessPoliciesOutput) SetClusterName(v string) *ListAssociatedAccessPoliciesOutput
SetClusterName sets the ClusterName field's value.
func (*ListAssociatedAccessPoliciesOutput) SetNextToken ¶ added in v1.49.5
func (s *ListAssociatedAccessPoliciesOutput) SetNextToken(v string) *ListAssociatedAccessPoliciesOutput
SetNextToken sets the NextToken field's value.
func (*ListAssociatedAccessPoliciesOutput) SetPrincipalArn ¶ added in v1.49.5
func (s *ListAssociatedAccessPoliciesOutput) SetPrincipalArn(v string) *ListAssociatedAccessPoliciesOutput
SetPrincipalArn sets the PrincipalArn field's value.
func (ListAssociatedAccessPoliciesOutput) String ¶ added in v1.49.5
func (s ListAssociatedAccessPoliciesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListClustersInput ¶
type ListClustersInput struct { // Indicates whether external clusters are included in the returned list. Use // 'all' to return https://docs.aws.amazon.com/eks/latest/userguide/eks-connector.html // (https://docs.aws.amazon.com/eks/latest/userguide/eks-connector.html)connected // clusters, or blank to return only Amazon EKS clusters. 'all' must be in lowercase // otherwise an error occurs. Include []*string `location:"querystring" locationName:"include" type:"list"` // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListClustersInput) GoString ¶
func (s ListClustersInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListClustersInput) SetInclude ¶ added in v1.40.38
func (s *ListClustersInput) SetInclude(v []*string) *ListClustersInput
SetInclude sets the Include field's value.
func (*ListClustersInput) SetMaxResults ¶
func (s *ListClustersInput) SetMaxResults(v int64) *ListClustersInput
SetMaxResults sets the MaxResults field's value.
func (*ListClustersInput) SetNextToken ¶
func (s *ListClustersInput) SetNextToken(v string) *ListClustersInput
SetNextToken sets the NextToken field's value.
func (ListClustersInput) String ¶
func (s ListClustersInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListClustersInput) Validate ¶
func (s *ListClustersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClustersOutput ¶
type ListClustersOutput struct { // A list of all of the clusters for your account in the specified Amazon Web // Services Region. Clusters []*string `locationName:"clusters" type:"list"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListClustersOutput) GoString ¶
func (s ListClustersOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListClustersOutput) SetClusters ¶
func (s *ListClustersOutput) SetClusters(v []*string) *ListClustersOutput
SetClusters sets the Clusters field's value.
func (*ListClustersOutput) SetNextToken ¶
func (s *ListClustersOutput) SetNextToken(v string) *ListClustersOutput
SetNextToken sets the NextToken field's value.
func (ListClustersOutput) String ¶
func (s ListClustersOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListEksAnywhereSubscriptionsInput ¶ added in v1.47.8
type ListEksAnywhereSubscriptionsInput struct { // An array of subscription statuses to filter on. IncludeStatus []*string `location:"querystring" locationName:"includeStatus" type:"list" enum:"EksAnywhereSubscriptionStatus"` // The maximum number of cluster results returned by ListEksAnywhereSubscriptions // in paginated output. When you use this parameter, ListEksAnywhereSubscriptions // returns only maxResults results in a single page along with a nextToken response // element. You can see the remaining results of the initial request by sending // another ListEksAnywhereSubscriptions request with the returned nextToken // value. This value can be between 1 and 100. If you don't use this parameter, // ListEksAnywhereSubscriptions returns up to 10 results and a nextToken value // if applicable. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated ListEksAnywhereSubscriptions // request where maxResults was used and the results exceeded the value of that // parameter. Pagination continues from the end of the previous results that // returned the nextToken value. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListEksAnywhereSubscriptionsInput) GoString ¶ added in v1.47.8
func (s ListEksAnywhereSubscriptionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListEksAnywhereSubscriptionsInput) SetIncludeStatus ¶ added in v1.47.8
func (s *ListEksAnywhereSubscriptionsInput) SetIncludeStatus(v []*string) *ListEksAnywhereSubscriptionsInput
SetIncludeStatus sets the IncludeStatus field's value.
func (*ListEksAnywhereSubscriptionsInput) SetMaxResults ¶ added in v1.47.8
func (s *ListEksAnywhereSubscriptionsInput) SetMaxResults(v int64) *ListEksAnywhereSubscriptionsInput
SetMaxResults sets the MaxResults field's value.
func (*ListEksAnywhereSubscriptionsInput) SetNextToken ¶ added in v1.47.8
func (s *ListEksAnywhereSubscriptionsInput) SetNextToken(v string) *ListEksAnywhereSubscriptionsInput
SetNextToken sets the NextToken field's value.
func (ListEksAnywhereSubscriptionsInput) String ¶ added in v1.47.8
func (s ListEksAnywhereSubscriptionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListEksAnywhereSubscriptionsInput) Validate ¶ added in v1.47.8
func (s *ListEksAnywhereSubscriptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListEksAnywhereSubscriptionsOutput ¶ added in v1.47.8
type ListEksAnywhereSubscriptionsOutput struct { // The nextToken value to include in a future ListEksAnywhereSubscriptions request. // When the results of a ListEksAnywhereSubscriptions request exceed maxResults, // you can use this value to retrieve the next page of results. This value is // null when there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // A list of all subscription objects in the region, filtered by includeStatus // and paginated by nextToken and maxResults. Subscriptions []*EksAnywhereSubscription `locationName:"subscriptions" type:"list"` // contains filtered or unexported fields }
func (ListEksAnywhereSubscriptionsOutput) GoString ¶ added in v1.47.8
func (s ListEksAnywhereSubscriptionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListEksAnywhereSubscriptionsOutput) SetNextToken ¶ added in v1.47.8
func (s *ListEksAnywhereSubscriptionsOutput) SetNextToken(v string) *ListEksAnywhereSubscriptionsOutput
SetNextToken sets the NextToken field's value.
func (*ListEksAnywhereSubscriptionsOutput) SetSubscriptions ¶ added in v1.47.8
func (s *ListEksAnywhereSubscriptionsOutput) SetSubscriptions(v []*EksAnywhereSubscription) *ListEksAnywhereSubscriptionsOutput
SetSubscriptions sets the Subscriptions field's value.
func (ListEksAnywhereSubscriptionsOutput) String ¶ added in v1.47.8
func (s ListEksAnywhereSubscriptionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListFargateProfilesInput ¶ added in v1.25.46
type ListFargateProfilesInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListFargateProfilesInput) GoString ¶ added in v1.25.46
func (s ListFargateProfilesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFargateProfilesInput) SetClusterName ¶ added in v1.25.46
func (s *ListFargateProfilesInput) SetClusterName(v string) *ListFargateProfilesInput
SetClusterName sets the ClusterName field's value.
func (*ListFargateProfilesInput) SetMaxResults ¶ added in v1.25.46
func (s *ListFargateProfilesInput) SetMaxResults(v int64) *ListFargateProfilesInput
SetMaxResults sets the MaxResults field's value.
func (*ListFargateProfilesInput) SetNextToken ¶ added in v1.25.46
func (s *ListFargateProfilesInput) SetNextToken(v string) *ListFargateProfilesInput
SetNextToken sets the NextToken field's value.
func (ListFargateProfilesInput) String ¶ added in v1.25.46
func (s ListFargateProfilesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFargateProfilesInput) Validate ¶ added in v1.25.46
func (s *ListFargateProfilesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFargateProfilesOutput ¶ added in v1.25.46
type ListFargateProfilesOutput struct { // A list of all of the Fargate profiles associated with the specified cluster. FargateProfileNames []*string `locationName:"fargateProfileNames" type:"list"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListFargateProfilesOutput) GoString ¶ added in v1.25.46
func (s ListFargateProfilesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFargateProfilesOutput) SetFargateProfileNames ¶ added in v1.25.46
func (s *ListFargateProfilesOutput) SetFargateProfileNames(v []*string) *ListFargateProfilesOutput
SetFargateProfileNames sets the FargateProfileNames field's value.
func (*ListFargateProfilesOutput) SetNextToken ¶ added in v1.25.46
func (s *ListFargateProfilesOutput) SetNextToken(v string) *ListFargateProfilesOutput
SetNextToken sets the NextToken field's value.
func (ListFargateProfilesOutput) String ¶ added in v1.25.46
func (s ListFargateProfilesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListIdentityProviderConfigsInput ¶ added in v1.37.10
type ListIdentityProviderConfigsInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListIdentityProviderConfigsInput) GoString ¶ added in v1.37.10
func (s ListIdentityProviderConfigsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIdentityProviderConfigsInput) SetClusterName ¶ added in v1.37.10
func (s *ListIdentityProviderConfigsInput) SetClusterName(v string) *ListIdentityProviderConfigsInput
SetClusterName sets the ClusterName field's value.
func (*ListIdentityProviderConfigsInput) SetMaxResults ¶ added in v1.37.10
func (s *ListIdentityProviderConfigsInput) SetMaxResults(v int64) *ListIdentityProviderConfigsInput
SetMaxResults sets the MaxResults field's value.
func (*ListIdentityProviderConfigsInput) SetNextToken ¶ added in v1.37.10
func (s *ListIdentityProviderConfigsInput) SetNextToken(v string) *ListIdentityProviderConfigsInput
SetNextToken sets the NextToken field's value.
func (ListIdentityProviderConfigsInput) String ¶ added in v1.37.10
func (s ListIdentityProviderConfigsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIdentityProviderConfigsInput) Validate ¶ added in v1.37.10
func (s *ListIdentityProviderConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListIdentityProviderConfigsOutput ¶ added in v1.37.10
type ListIdentityProviderConfigsOutput struct { // The identity provider configurations for the cluster. IdentityProviderConfigs []*IdentityProviderConfig `locationName:"identityProviderConfigs" type:"list"` // The nextToken value to include in a future ListIdentityProviderConfigsResponse // request. When the results of a ListIdentityProviderConfigsResponse request // exceed maxResults, you can use this value to retrieve the next page of results. // This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListIdentityProviderConfigsOutput) GoString ¶ added in v1.37.10
func (s ListIdentityProviderConfigsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIdentityProviderConfigsOutput) SetIdentityProviderConfigs ¶ added in v1.37.10
func (s *ListIdentityProviderConfigsOutput) SetIdentityProviderConfigs(v []*IdentityProviderConfig) *ListIdentityProviderConfigsOutput
SetIdentityProviderConfigs sets the IdentityProviderConfigs field's value.
func (*ListIdentityProviderConfigsOutput) SetNextToken ¶ added in v1.37.10
func (s *ListIdentityProviderConfigsOutput) SetNextToken(v string) *ListIdentityProviderConfigsOutput
SetNextToken sets the NextToken field's value.
func (ListIdentityProviderConfigsOutput) String ¶ added in v1.37.10
func (s ListIdentityProviderConfigsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListInsightsInput ¶ added in v1.49.7
type ListInsightsInput struct { // The name of the Amazon EKS cluster associated with the insights. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The criteria to filter your list of insights for your cluster. You can filter // which insights are returned by category, associated Kubernetes version, and // status. Filter *InsightsFilter `locationName:"filter" type:"structure"` // The maximum number of identity provider configurations returned by ListInsights // in paginated output. When you use this parameter, ListInsights returns only // maxResults results in a single page along with a nextToken response element. // You can see the remaining results of the initial request by sending another // ListInsights request with the returned nextToken value. This value can be // between 1 and 100. If you don't use this parameter, ListInsights returns // up to 100 results and a nextToken value, if applicable. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated ListInsights request. // When the results of a ListInsights request exceed maxResults, you can use // this value to retrieve the next page of results. This value is null when // there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListInsightsInput) GoString ¶ added in v1.49.7
func (s ListInsightsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListInsightsInput) SetClusterName ¶ added in v1.49.7
func (s *ListInsightsInput) SetClusterName(v string) *ListInsightsInput
SetClusterName sets the ClusterName field's value.
func (*ListInsightsInput) SetFilter ¶ added in v1.49.7
func (s *ListInsightsInput) SetFilter(v *InsightsFilter) *ListInsightsInput
SetFilter sets the Filter field's value.
func (*ListInsightsInput) SetMaxResults ¶ added in v1.49.7
func (s *ListInsightsInput) SetMaxResults(v int64) *ListInsightsInput
SetMaxResults sets the MaxResults field's value.
func (*ListInsightsInput) SetNextToken ¶ added in v1.49.7
func (s *ListInsightsInput) SetNextToken(v string) *ListInsightsInput
SetNextToken sets the NextToken field's value.
func (ListInsightsInput) String ¶ added in v1.49.7
func (s ListInsightsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListInsightsInput) Validate ¶ added in v1.49.7
func (s *ListInsightsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListInsightsOutput ¶ added in v1.49.7
type ListInsightsOutput struct { // The returned list of insights. Insights []*InsightSummary `locationName:"insights" type:"list"` // The nextToken value to include in a future ListInsights request. When the // results of a ListInsights request exceed maxResults, you can use this value // to retrieve the next page of results. This value is null when there are no // more results to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListInsightsOutput) GoString ¶ added in v1.49.7
func (s ListInsightsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListInsightsOutput) SetInsights ¶ added in v1.49.7
func (s *ListInsightsOutput) SetInsights(v []*InsightSummary) *ListInsightsOutput
SetInsights sets the Insights field's value.
func (*ListInsightsOutput) SetNextToken ¶ added in v1.49.7
func (s *ListInsightsOutput) SetNextToken(v string) *ListInsightsOutput
SetNextToken sets the NextToken field's value.
func (ListInsightsOutput) String ¶ added in v1.49.7
func (s ListInsightsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListNodegroupsInput ¶ added in v1.25.36
type ListNodegroupsInput struct { // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListNodegroupsInput) GoString ¶ added in v1.25.36
func (s ListNodegroupsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListNodegroupsInput) SetClusterName ¶ added in v1.25.36
func (s *ListNodegroupsInput) SetClusterName(v string) *ListNodegroupsInput
SetClusterName sets the ClusterName field's value.
func (*ListNodegroupsInput) SetMaxResults ¶ added in v1.25.36
func (s *ListNodegroupsInput) SetMaxResults(v int64) *ListNodegroupsInput
SetMaxResults sets the MaxResults field's value.
func (*ListNodegroupsInput) SetNextToken ¶ added in v1.25.36
func (s *ListNodegroupsInput) SetNextToken(v string) *ListNodegroupsInput
SetNextToken sets the NextToken field's value.
func (ListNodegroupsInput) String ¶ added in v1.25.36
func (s ListNodegroupsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListNodegroupsInput) Validate ¶ added in v1.25.36
func (s *ListNodegroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListNodegroupsOutput ¶ added in v1.25.36
type ListNodegroupsOutput struct { // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // A list of all of the node groups associated with the specified cluster. Nodegroups []*string `locationName:"nodegroups" type:"list"` // contains filtered or unexported fields }
func (ListNodegroupsOutput) GoString ¶ added in v1.25.36
func (s ListNodegroupsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListNodegroupsOutput) SetNextToken ¶ added in v1.25.36
func (s *ListNodegroupsOutput) SetNextToken(v string) *ListNodegroupsOutput
SetNextToken sets the NextToken field's value.
func (*ListNodegroupsOutput) SetNodegroups ¶ added in v1.25.36
func (s *ListNodegroupsOutput) SetNodegroups(v []*string) *ListNodegroupsOutput
SetNodegroups sets the Nodegroups field's value.
func (ListNodegroupsOutput) String ¶ added in v1.25.36
func (s ListNodegroupsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListPodIdentityAssociationsInput ¶ added in v1.48.4
type ListPodIdentityAssociationsInput struct { // The name of the cluster that the associations are in. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The maximum number of EKS Pod Identity association results returned by ListPodIdentityAssociations // in paginated output. When you use this parameter, ListPodIdentityAssociations // returns only maxResults results in a single page along with a nextToken response // element. You can see the remaining results of the initial request by sending // another ListPodIdentityAssociations request with the returned nextToken value. // This value can be between 1 and 100. If you don't use this parameter, ListPodIdentityAssociations // returns up to 100 results and a nextToken value if applicable. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The name of the Kubernetes namespace inside the cluster that the associations // are in. Namespace *string `location:"querystring" locationName:"namespace" type:"string"` // The nextToken value returned from a previous paginated ListUpdates request // where maxResults was used and the results exceeded the value of that parameter. // Pagination continues from the end of the previous results that returned the // nextToken value. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // The name of the Kubernetes service account that the associations use. ServiceAccount *string `location:"querystring" locationName:"serviceAccount" type:"string"` // contains filtered or unexported fields }
func (ListPodIdentityAssociationsInput) GoString ¶ added in v1.48.4
func (s ListPodIdentityAssociationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPodIdentityAssociationsInput) SetClusterName ¶ added in v1.48.4
func (s *ListPodIdentityAssociationsInput) SetClusterName(v string) *ListPodIdentityAssociationsInput
SetClusterName sets the ClusterName field's value.
func (*ListPodIdentityAssociationsInput) SetMaxResults ¶ added in v1.48.4
func (s *ListPodIdentityAssociationsInput) SetMaxResults(v int64) *ListPodIdentityAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListPodIdentityAssociationsInput) SetNamespace ¶ added in v1.48.4
func (s *ListPodIdentityAssociationsInput) SetNamespace(v string) *ListPodIdentityAssociationsInput
SetNamespace sets the Namespace field's value.
func (*ListPodIdentityAssociationsInput) SetNextToken ¶ added in v1.48.4
func (s *ListPodIdentityAssociationsInput) SetNextToken(v string) *ListPodIdentityAssociationsInput
SetNextToken sets the NextToken field's value.
func (*ListPodIdentityAssociationsInput) SetServiceAccount ¶ added in v1.48.4
func (s *ListPodIdentityAssociationsInput) SetServiceAccount(v string) *ListPodIdentityAssociationsInput
SetServiceAccount sets the ServiceAccount field's value.
func (ListPodIdentityAssociationsInput) String ¶ added in v1.48.4
func (s ListPodIdentityAssociationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPodIdentityAssociationsInput) Validate ¶ added in v1.48.4
func (s *ListPodIdentityAssociationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPodIdentityAssociationsOutput ¶ added in v1.48.4
type ListPodIdentityAssociationsOutput struct { // The list of summarized descriptions of the associations that are in the cluster // and match any filters that you provided. // // Each summary is simplified by removing these fields compared to the full // PodIdentityAssociation : // // * The IAM role: roleArn // // * The timestamp that the association was created at: createdAt // // * The most recent timestamp that the association was modified at:. modifiedAt // // * The tags on the association: tags Associations []*PodIdentityAssociationSummary `locationName:"associations" type:"list"` // The nextToken value to include in a future ListPodIdentityAssociations request. // When the results of a ListPodIdentityAssociations request exceed maxResults, // you can use this value to retrieve the next page of results. This value is // null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListPodIdentityAssociationsOutput) GoString ¶ added in v1.48.4
func (s ListPodIdentityAssociationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPodIdentityAssociationsOutput) SetAssociations ¶ added in v1.48.4
func (s *ListPodIdentityAssociationsOutput) SetAssociations(v []*PodIdentityAssociationSummary) *ListPodIdentityAssociationsOutput
SetAssociations sets the Associations field's value.
func (*ListPodIdentityAssociationsOutput) SetNextToken ¶ added in v1.48.4
func (s *ListPodIdentityAssociationsOutput) SetNextToken(v string) *ListPodIdentityAssociationsOutput
SetNextToken sets the NextToken field's value.
func (ListPodIdentityAssociationsOutput) String ¶ added in v1.48.4
func (s ListPodIdentityAssociationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶ added in v1.23.22
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) that identifies the resource to list tags // for. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶ added in v1.23.22
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceArn ¶ added in v1.23.22
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶ added in v1.23.22
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶ added in v1.23.22
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶ added in v1.23.22
type ListTagsForResourceOutput struct { // The tags for the resource. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶ added in v1.23.22
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetTags ¶ added in v1.23.22
func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶ added in v1.23.22
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListUpdatesInput ¶ added in v1.16.4
type ListUpdatesInput struct { // The names of the installed add-ons that have available updates. AddonName *string `location:"querystring" locationName:"addonName" type:"string"` // The maximum number of results, returned in paginated output. You receive // maxResults in a single page, along with a nextToken response element. You // can see the remaining results of the initial request by sending another request // with the returned nextToken value. This value can be between 1 and 100. If // you don't use this parameter, 100 results and a nextToken value, if applicable, // are returned. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The name of the Amazon EKS cluster to list updates for. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // The name of the Amazon EKS managed node group to list updates for. NodegroupName *string `location:"querystring" locationName:"nodegroupName" type:"string"` // contains filtered or unexported fields }
func (ListUpdatesInput) GoString ¶ added in v1.16.4
func (s ListUpdatesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListUpdatesInput) SetAddonName ¶ added in v1.35.37
func (s *ListUpdatesInput) SetAddonName(v string) *ListUpdatesInput
SetAddonName sets the AddonName field's value.
func (*ListUpdatesInput) SetMaxResults ¶ added in v1.16.4
func (s *ListUpdatesInput) SetMaxResults(v int64) *ListUpdatesInput
SetMaxResults sets the MaxResults field's value.
func (*ListUpdatesInput) SetName ¶ added in v1.16.4
func (s *ListUpdatesInput) SetName(v string) *ListUpdatesInput
SetName sets the Name field's value.
func (*ListUpdatesInput) SetNextToken ¶ added in v1.16.4
func (s *ListUpdatesInput) SetNextToken(v string) *ListUpdatesInput
SetNextToken sets the NextToken field's value.
func (*ListUpdatesInput) SetNodegroupName ¶ added in v1.25.36
func (s *ListUpdatesInput) SetNodegroupName(v string) *ListUpdatesInput
SetNodegroupName sets the NodegroupName field's value.
func (ListUpdatesInput) String ¶ added in v1.16.4
func (s ListUpdatesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListUpdatesInput) Validate ¶ added in v1.16.4
func (s *ListUpdatesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListUpdatesOutput ¶ added in v1.16.4
type ListUpdatesOutput struct { // The nextToken value returned from a previous paginated request, where maxResults // was used and the results exceeded the value of that parameter. Pagination // continues from the end of the previous results that returned the nextToken // value. This value is null when there are no more results to return. // // This token should be treated as an opaque identifier that is used only to // retrieve the next items in a list and not for other programmatic purposes. NextToken *string `locationName:"nextToken" type:"string"` // A list of all the updates for the specified cluster and Region. UpdateIds []*string `locationName:"updateIds" type:"list"` // contains filtered or unexported fields }
func (ListUpdatesOutput) GoString ¶ added in v1.16.4
func (s ListUpdatesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListUpdatesOutput) SetNextToken ¶ added in v1.16.4
func (s *ListUpdatesOutput) SetNextToken(v string) *ListUpdatesOutput
SetNextToken sets the NextToken field's value.
func (*ListUpdatesOutput) SetUpdateIds ¶ added in v1.16.4
func (s *ListUpdatesOutput) SetUpdateIds(v []*string) *ListUpdatesOutput
SetUpdateIds sets the UpdateIds field's value.
func (ListUpdatesOutput) String ¶ added in v1.16.4
func (s ListUpdatesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LogSetup ¶ added in v1.19.10
type LogSetup struct { // If a log type is enabled, that log type exports its control plane logs to // CloudWatch Logs. If a log type isn't enabled, that log type doesn't export // its control plane logs. Each individual log type can be enabled or disabled // independently. Enabled *bool `locationName:"enabled" type:"boolean"` // The available cluster control plane log types. Types []*string `locationName:"types" type:"list" enum:"LogType"` // contains filtered or unexported fields }
An object representing the enabled or disabled Kubernetes control plane logs for your cluster.
func (LogSetup) GoString ¶ added in v1.19.10
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LogSetup) SetEnabled ¶ added in v1.19.10
SetEnabled sets the Enabled field's value.
type Logging ¶ added in v1.19.10
type Logging struct { // The cluster control plane logging configuration for your cluster. ClusterLogging []*LogSetup `locationName:"clusterLogging" type:"list"` // contains filtered or unexported fields }
An object representing the logging configuration for resources in your cluster.
func (Logging) GoString ¶ added in v1.19.10
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Logging) SetClusterLogging ¶ added in v1.19.10
SetClusterLogging sets the ClusterLogging field's value.
type MarketplaceInformation ¶ added in v1.44.147
type MarketplaceInformation struct { // The product ID from the Amazon Web Services Marketplace. ProductId *string `locationName:"productId" type:"string"` // The product URL from the Amazon Web Services Marketplace. ProductUrl *string `locationName:"productUrl" type:"string"` // contains filtered or unexported fields }
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
func (MarketplaceInformation) GoString ¶ added in v1.44.147
func (s MarketplaceInformation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MarketplaceInformation) SetProductId ¶ added in v1.44.147
func (s *MarketplaceInformation) SetProductId(v string) *MarketplaceInformation
SetProductId sets the ProductId field's value.
func (*MarketplaceInformation) SetProductUrl ¶ added in v1.44.147
func (s *MarketplaceInformation) SetProductUrl(v string) *MarketplaceInformation
SetProductUrl sets the ProductUrl field's value.
func (MarketplaceInformation) String ¶ added in v1.44.147
func (s MarketplaceInformation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Nodegroup ¶ added in v1.25.36
type Nodegroup struct { // If the node group was deployed using a launch template with a custom AMI, // then this is CUSTOM. For node groups that weren't deployed using a launch // template, this is the AMI type that was specified in the node group configuration. AmiType *string `locationName:"amiType" type:"string" enum:"AMITypes"` // The capacity type of your managed node group. CapacityType *string `locationName:"capacityType" type:"string" enum:"CapacityTypes"` // The name of your cluster. ClusterName *string `locationName:"clusterName" type:"string"` // The Unix epoch timestamp at object creation. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // If the node group wasn't deployed with a launch template, then this is the // disk size in the node group configuration. If the node group was deployed // with a launch template, then this is null. DiskSize *int64 `locationName:"diskSize" type:"integer"` // The health status of the node group. If there are issues with your node group's // health, they are listed here. Health *NodegroupHealth `locationName:"health" type:"structure"` // If the node group wasn't deployed with a launch template, then this is the // instance type that is associated with the node group. If the node group was // deployed with a launch template, then this is null. InstanceTypes []*string `locationName:"instanceTypes" type:"list"` // The Kubernetes labels applied to the nodes in the node group. // // Only labels that are applied with the Amazon EKS API are shown here. There // may be other Kubernetes labels applied to the nodes in this group. Labels map[string]*string `locationName:"labels" type:"map"` // If a launch template was used to create the node group, then this is the // launch template that was used. LaunchTemplate *LaunchTemplateSpecification `locationName:"launchTemplate" type:"structure"` // The Unix epoch timestamp for the last modification to the object. ModifiedAt *time.Time `locationName:"modifiedAt" type:"timestamp"` // The IAM role associated with your node group. The Amazon EKS node kubelet // daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive // permissions for these API calls through an IAM instance profile and associated // policies. NodeRole *string `locationName:"nodeRole" type:"string"` // The Amazon Resource Name (ARN) associated with the managed node group. NodegroupArn *string `locationName:"nodegroupArn" type:"string"` // The name associated with an Amazon EKS managed node group. NodegroupName *string `locationName:"nodegroupName" type:"string"` // If the node group was deployed using a launch template with a custom AMI, // then this is the AMI ID that was specified in the launch template. For node // groups that weren't deployed using a launch template, this is the version // of the Amazon EKS optimized AMI that the node group was deployed with. ReleaseVersion *string `locationName:"releaseVersion" type:"string"` // If the node group wasn't deployed with a launch template, then this is the // remote access configuration that is associated with the node group. If the // node group was deployed with a launch template, then this is null. RemoteAccess *RemoteAccessConfig `locationName:"remoteAccess" type:"structure"` // The resources associated with the node group, such as Auto Scaling groups // and security groups for remote access. Resources *NodegroupResources `locationName:"resources" type:"structure"` // The scaling configuration details for the Auto Scaling group that is associated // with your node group. ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"` // The current status of the managed node group. Status *string `locationName:"status" type:"string" enum:"NodegroupStatus"` // The subnets that were specified for the Auto Scaling group that is associated // with your node group. Subnets []*string `locationName:"subnets" type:"list"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // The Kubernetes taints to be applied to the nodes in the node group when they // are created. Effect is one of No_Schedule, Prefer_No_Schedule, or No_Execute. // Kubernetes taints can be used together with tolerations to control how workloads // are scheduled to your nodes. For more information, see Node taints on managed // node groups (https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html). Taints []*Taint `locationName:"taints" type:"list"` // The node group update configuration. UpdateConfig *NodegroupUpdateConfig `locationName:"updateConfig" type:"structure"` // The Kubernetes version of the managed node group. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
An object representing an Amazon EKS managed node group.
func (Nodegroup) GoString ¶ added in v1.25.36
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Nodegroup) SetAmiType ¶ added in v1.25.36
SetAmiType sets the AmiType field's value.
func (*Nodegroup) SetCapacityType ¶ added in v1.35.37
SetCapacityType sets the CapacityType field's value.
func (*Nodegroup) SetClusterName ¶ added in v1.25.36
SetClusterName sets the ClusterName field's value.
func (*Nodegroup) SetCreatedAt ¶ added in v1.25.36
SetCreatedAt sets the CreatedAt field's value.
func (*Nodegroup) SetDiskSize ¶ added in v1.25.36
SetDiskSize sets the DiskSize field's value.
func (*Nodegroup) SetHealth ¶ added in v1.25.36
func (s *Nodegroup) SetHealth(v *NodegroupHealth) *Nodegroup
SetHealth sets the Health field's value.
func (*Nodegroup) SetInstanceTypes ¶ added in v1.25.36
SetInstanceTypes sets the InstanceTypes field's value.
func (*Nodegroup) SetLaunchTemplate ¶ added in v1.34.4
func (s *Nodegroup) SetLaunchTemplate(v *LaunchTemplateSpecification) *Nodegroup
SetLaunchTemplate sets the LaunchTemplate field's value.
func (*Nodegroup) SetModifiedAt ¶ added in v1.25.36
SetModifiedAt sets the ModifiedAt field's value.
func (*Nodegroup) SetNodeRole ¶ added in v1.25.36
SetNodeRole sets the NodeRole field's value.
func (*Nodegroup) SetNodegroupArn ¶ added in v1.25.36
SetNodegroupArn sets the NodegroupArn field's value.
func (*Nodegroup) SetNodegroupName ¶ added in v1.25.36
SetNodegroupName sets the NodegroupName field's value.
func (*Nodegroup) SetReleaseVersion ¶ added in v1.25.36
SetReleaseVersion sets the ReleaseVersion field's value.
func (*Nodegroup) SetRemoteAccess ¶ added in v1.25.36
func (s *Nodegroup) SetRemoteAccess(v *RemoteAccessConfig) *Nodegroup
SetRemoteAccess sets the RemoteAccess field's value.
func (*Nodegroup) SetResources ¶ added in v1.25.36
func (s *Nodegroup) SetResources(v *NodegroupResources) *Nodegroup
SetResources sets the Resources field's value.
func (*Nodegroup) SetScalingConfig ¶ added in v1.25.36
func (s *Nodegroup) SetScalingConfig(v *NodegroupScalingConfig) *Nodegroup
SetScalingConfig sets the ScalingConfig field's value.
func (*Nodegroup) SetSubnets ¶ added in v1.25.36
SetSubnets sets the Subnets field's value.
func (*Nodegroup) SetUpdateConfig ¶ added in v1.38.56
func (s *Nodegroup) SetUpdateConfig(v *NodegroupUpdateConfig) *Nodegroup
SetUpdateConfig sets the UpdateConfig field's value.
func (*Nodegroup) SetVersion ¶ added in v1.25.36
SetVersion sets the Version field's value.
type NodegroupHealth ¶ added in v1.25.36
type NodegroupHealth struct { // Any issues that are associated with the node group. Issues []*Issue `locationName:"issues" type:"list"` // contains filtered or unexported fields }
An object representing the health status of the node group.
func (NodegroupHealth) GoString ¶ added in v1.25.36
func (s NodegroupHealth) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NodegroupHealth) SetIssues ¶ added in v1.25.36
func (s *NodegroupHealth) SetIssues(v []*Issue) *NodegroupHealth
SetIssues sets the Issues field's value.
func (NodegroupHealth) String ¶ added in v1.25.36
func (s NodegroupHealth) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type NodegroupResources ¶ added in v1.25.36
type NodegroupResources struct { // The Auto Scaling groups associated with the node group. AutoScalingGroups []*AutoScalingGroup `locationName:"autoScalingGroups" type:"list"` // The remote access security group associated with the node group. This security // group controls SSH access to the nodes. RemoteAccessSecurityGroup *string `locationName:"remoteAccessSecurityGroup" type:"string"` // contains filtered or unexported fields }
An object representing the resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
func (NodegroupResources) GoString ¶ added in v1.25.36
func (s NodegroupResources) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NodegroupResources) SetAutoScalingGroups ¶ added in v1.25.36
func (s *NodegroupResources) SetAutoScalingGroups(v []*AutoScalingGroup) *NodegroupResources
SetAutoScalingGroups sets the AutoScalingGroups field's value.
func (*NodegroupResources) SetRemoteAccessSecurityGroup ¶ added in v1.25.36
func (s *NodegroupResources) SetRemoteAccessSecurityGroup(v string) *NodegroupResources
SetRemoteAccessSecurityGroup sets the RemoteAccessSecurityGroup field's value.
func (NodegroupResources) String ¶ added in v1.25.36
func (s NodegroupResources) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type NodegroupScalingConfig ¶ added in v1.25.36
type NodegroupScalingConfig struct { // The current number of nodes that the managed node group should maintain. // // If you use the Kubernetes Cluster Autoscaler (https://github.com/kubernetes/autoscaler#kubernetes-autoscaler), // you shouldn't change the desiredSize value directly, as this can cause the // Cluster Autoscaler to suddenly scale up or scale down. // // Whenever this parameter changes, the number of worker nodes in the node group // is updated to the specified size. If this parameter is given a value that // is smaller than the current number of running worker nodes, the necessary // number of worker nodes are terminated to match the given value. When using // CloudFormation, no action occurs if you remove this parameter from your CFN // template. // // This parameter can be different from minSize in some cases, such as when // starting with extra hosts for testing. This parameter can also be different // when you want to start with an estimated number of needed hosts, but let // the Cluster Autoscaler reduce the number if there are too many. When the // Cluster Autoscaler is used, the desiredSize parameter is altered by the Cluster // Autoscaler (but can be out-of-date for short periods of time). the Cluster // Autoscaler doesn't scale a managed node group lower than minSize or higher // than maxSize. DesiredSize *int64 `locationName:"desiredSize" type:"integer"` // The maximum number of nodes that the managed node group can scale out to. // For information about the maximum number that you can specify, see Amazon // EKS service quotas (https://docs.aws.amazon.com/eks/latest/userguide/service-quotas.html) // in the Amazon EKS User Guide. MaxSize *int64 `locationName:"maxSize" min:"1" type:"integer"` // The minimum number of nodes that the managed node group can scale in to. MinSize *int64 `locationName:"minSize" type:"integer"` // contains filtered or unexported fields }
An object representing the scaling configuration details for the Auto Scaling group that is associated with your node group. When creating a node group, you must specify all or none of the properties. When updating a node group, you can specify any or none of the properties.
func (NodegroupScalingConfig) GoString ¶ added in v1.25.36
func (s NodegroupScalingConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NodegroupScalingConfig) SetDesiredSize ¶ added in v1.25.36
func (s *NodegroupScalingConfig) SetDesiredSize(v int64) *NodegroupScalingConfig
SetDesiredSize sets the DesiredSize field's value.
func (*NodegroupScalingConfig) SetMaxSize ¶ added in v1.25.36
func (s *NodegroupScalingConfig) SetMaxSize(v int64) *NodegroupScalingConfig
SetMaxSize sets the MaxSize field's value.
func (*NodegroupScalingConfig) SetMinSize ¶ added in v1.25.36
func (s *NodegroupScalingConfig) SetMinSize(v int64) *NodegroupScalingConfig
SetMinSize sets the MinSize field's value.
func (NodegroupScalingConfig) String ¶ added in v1.25.36
func (s NodegroupScalingConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NodegroupScalingConfig) Validate ¶ added in v1.25.36
func (s *NodegroupScalingConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NodegroupUpdateConfig ¶ added in v1.38.56
type NodegroupUpdateConfig struct { // Nodes are updated in parallel. This value or maxUnavailablePercentage is // required to have a value.The maximum number is 100. MaxUnavailable *int64 `locationName:"maxUnavailable" min:"1" type:"integer"` // percentage of nodes are updated in parallel, up to 100 nodes at once. This // value or maxUnavailable is required to have a value. MaxUnavailablePercentage *int64 `locationName:"maxUnavailablePercentage" min:"1" type:"integer"` // contains filtered or unexported fields }
The node group update configuration.
func (NodegroupUpdateConfig) GoString ¶ added in v1.38.56
func (s NodegroupUpdateConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NodegroupUpdateConfig) SetMaxUnavailable ¶ added in v1.38.56
func (s *NodegroupUpdateConfig) SetMaxUnavailable(v int64) *NodegroupUpdateConfig
SetMaxUnavailable sets the MaxUnavailable field's value.
func (*NodegroupUpdateConfig) SetMaxUnavailablePercentage ¶ added in v1.38.56
func (s *NodegroupUpdateConfig) SetMaxUnavailablePercentage(v int64) *NodegroupUpdateConfig
SetMaxUnavailablePercentage sets the MaxUnavailablePercentage field's value.
func (NodegroupUpdateConfig) String ¶ added in v1.38.56
func (s NodegroupUpdateConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NodegroupUpdateConfig) Validate ¶ added in v1.38.56
func (s *NodegroupUpdateConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NotFoundException ¶ added in v1.28.0
type NotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // A service resource associated with the request could not be found. Clients // should not retry such requests. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
A service resource associated with the request could not be found. Clients should not retry such requests.
func (*NotFoundException) Code ¶ added in v1.28.0
func (s *NotFoundException) Code() string
Code returns the exception type name.
func (*NotFoundException) Error ¶ added in v1.28.0
func (s *NotFoundException) Error() string
func (NotFoundException) GoString ¶ added in v1.28.0
func (s NotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NotFoundException) Message ¶ added in v1.28.0
func (s *NotFoundException) Message() string
Message returns the exception's message.
func (*NotFoundException) OrigErr ¶ added in v1.28.0
func (s *NotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*NotFoundException) RequestID ¶ added in v1.28.0
func (s *NotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*NotFoundException) StatusCode ¶ added in v1.28.0
func (s *NotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NotFoundException) String ¶ added in v1.28.0
func (s NotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OIDC ¶ added in v1.23.15
type OIDC struct { // The issuer URL for the OIDC identity provider. Issuer *string `locationName:"issuer" type:"string"` // contains filtered or unexported fields }
An object representing the OpenID Connect (https://openid.net/connect/) (OIDC) identity provider information for the cluster.
func (OIDC) GoString ¶ added in v1.23.15
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OidcIdentityProviderConfig ¶ added in v1.37.10
type OidcIdentityProviderConfig struct { // This is also known as audience. The ID of the client application that makes // authentication requests to the OIDC identity provider. ClientId *string `locationName:"clientId" type:"string"` // The name of your cluster. ClusterName *string `locationName:"clusterName" type:"string"` // The JSON web token (JWT) claim that the provider uses to return your groups. GroupsClaim *string `locationName:"groupsClaim" type:"string"` // The prefix that is prepended to group claims to prevent clashes with existing // names (such as system: groups). For example, the valueoidc: creates group // names like oidc:engineering and oidc:infra. The prefix can't contain system: GroupsPrefix *string `locationName:"groupsPrefix" type:"string"` // The ARN of the configuration. IdentityProviderConfigArn *string `locationName:"identityProviderConfigArn" type:"string"` // The name of the configuration. IdentityProviderConfigName *string `locationName:"identityProviderConfigName" type:"string"` // The URL of the OIDC identity provider that allows the API server to discover // public signing keys for verifying tokens. IssuerUrl *string `locationName:"issuerUrl" type:"string"` // The key-value pairs that describe required claims in the identity token. // If set, each claim is verified to be present in the token with a matching // value. RequiredClaims map[string]*string `locationName:"requiredClaims" type:"map"` // The status of the OIDC identity provider. Status *string `locationName:"status" type:"string" enum:"ConfigStatus"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // The JSON Web token (JWT) claim that is used as the username. UsernameClaim *string `locationName:"usernameClaim" type:"string"` // The prefix that is prepended to username claims to prevent clashes with existing // names. The prefix can't contain system: UsernamePrefix *string `locationName:"usernamePrefix" type:"string"` // contains filtered or unexported fields }
An object representing the configuration for an OpenID Connect (OIDC) identity provider.
func (OidcIdentityProviderConfig) GoString ¶ added in v1.37.10
func (s OidcIdentityProviderConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OidcIdentityProviderConfig) SetClientId ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetClientId(v string) *OidcIdentityProviderConfig
SetClientId sets the ClientId field's value.
func (*OidcIdentityProviderConfig) SetClusterName ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetClusterName(v string) *OidcIdentityProviderConfig
SetClusterName sets the ClusterName field's value.
func (*OidcIdentityProviderConfig) SetGroupsClaim ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetGroupsClaim(v string) *OidcIdentityProviderConfig
SetGroupsClaim sets the GroupsClaim field's value.
func (*OidcIdentityProviderConfig) SetGroupsPrefix ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetGroupsPrefix(v string) *OidcIdentityProviderConfig
SetGroupsPrefix sets the GroupsPrefix field's value.
func (*OidcIdentityProviderConfig) SetIdentityProviderConfigArn ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetIdentityProviderConfigArn(v string) *OidcIdentityProviderConfig
SetIdentityProviderConfigArn sets the IdentityProviderConfigArn field's value.
func (*OidcIdentityProviderConfig) SetIdentityProviderConfigName ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetIdentityProviderConfigName(v string) *OidcIdentityProviderConfig
SetIdentityProviderConfigName sets the IdentityProviderConfigName field's value.
func (*OidcIdentityProviderConfig) SetIssuerUrl ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetIssuerUrl(v string) *OidcIdentityProviderConfig
SetIssuerUrl sets the IssuerUrl field's value.
func (*OidcIdentityProviderConfig) SetRequiredClaims ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetRequiredClaims(v map[string]*string) *OidcIdentityProviderConfig
SetRequiredClaims sets the RequiredClaims field's value.
func (*OidcIdentityProviderConfig) SetStatus ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetStatus(v string) *OidcIdentityProviderConfig
SetStatus sets the Status field's value.
func (*OidcIdentityProviderConfig) SetTags ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetTags(v map[string]*string) *OidcIdentityProviderConfig
SetTags sets the Tags field's value.
func (*OidcIdentityProviderConfig) SetUsernameClaim ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetUsernameClaim(v string) *OidcIdentityProviderConfig
SetUsernameClaim sets the UsernameClaim field's value.
func (*OidcIdentityProviderConfig) SetUsernamePrefix ¶ added in v1.37.10
func (s *OidcIdentityProviderConfig) SetUsernamePrefix(v string) *OidcIdentityProviderConfig
SetUsernamePrefix sets the UsernamePrefix field's value.
func (OidcIdentityProviderConfig) String ¶ added in v1.37.10
func (s OidcIdentityProviderConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OidcIdentityProviderConfigRequest ¶ added in v1.37.10
type OidcIdentityProviderConfigRequest struct { // This is also known as audience. The ID for the client application that makes // authentication requests to the OIDC identity provider. // // ClientId is a required field ClientId *string `locationName:"clientId" type:"string" required:"true"` // The JWT claim that the provider uses to return your groups. GroupsClaim *string `locationName:"groupsClaim" type:"string"` // The prefix that is prepended to group claims to prevent clashes with existing // names (such as system: groups). For example, the valueoidc: will create group // names like oidc:engineering and oidc:infra. GroupsPrefix *string `locationName:"groupsPrefix" type:"string"` // The name of the OIDC provider configuration. // // IdentityProviderConfigName is a required field IdentityProviderConfigName *string `locationName:"identityProviderConfigName" type:"string" required:"true"` // The URL of the OIDC identity provider that allows the API server to discover // public signing keys for verifying tokens. The URL must begin with https:// // and should correspond to the iss claim in the provider's OIDC ID tokens. // Based on the OIDC standard, path components are allowed but query parameters // are not. Typically the URL consists of only a hostname, like https://server.example.org // or https://example.com. This URL should point to the level below .well-known/openid-configuration // and must be publicly accessible over the internet. // // IssuerUrl is a required field IssuerUrl *string `locationName:"issuerUrl" type:"string" required:"true"` // The key value pairs that describe required claims in the identity token. // If set, each claim is verified to be present in the token with a matching // value. For the maximum number of claims that you can require, see Amazon // EKS service quotas (https://docs.aws.amazon.com/eks/latest/userguide/service-quotas.html) // in the Amazon EKS User Guide. RequiredClaims map[string]*string `locationName:"requiredClaims" type:"map"` // The JSON Web Token (JWT) claim to use as the username. The default is sub, // which is expected to be a unique identifier of the end user. You can choose // other claims, such as email or name, depending on the OIDC identity provider. // Claims other than email are prefixed with the issuer URL to prevent naming // clashes with other plug-ins. UsernameClaim *string `locationName:"usernameClaim" type:"string"` // The prefix that is prepended to username claims to prevent clashes with existing // names. If you do not provide this field, and username is a value other than // email, the prefix defaults to issuerurl#. You can use the value - to disable // all prefixing. UsernamePrefix *string `locationName:"usernamePrefix" type:"string"` // contains filtered or unexported fields }
An object representing an OpenID Connect (OIDC) configuration. Before associating an OIDC identity provider to your cluster, review the considerations in Authenticating users for your cluster from an OIDC identity provider (https://docs.aws.amazon.com/eks/latest/userguide/authenticate-oidc-identity-provider.html) in the Amazon EKS User Guide.
func (OidcIdentityProviderConfigRequest) GoString ¶ added in v1.37.10
func (s OidcIdentityProviderConfigRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OidcIdentityProviderConfigRequest) SetClientId ¶ added in v1.37.10
func (s *OidcIdentityProviderConfigRequest) SetClientId(v string) *OidcIdentityProviderConfigRequest
SetClientId sets the ClientId field's value.
func (*OidcIdentityProviderConfigRequest) SetGroupsClaim ¶ added in v1.37.10
func (s *OidcIdentityProviderConfigRequest) SetGroupsClaim(v string) *OidcIdentityProviderConfigRequest
SetGroupsClaim sets the GroupsClaim field's value.
func (*OidcIdentityProviderConfigRequest) SetGroupsPrefix ¶ added in v1.37.10
func (s *OidcIdentityProviderConfigRequest) SetGroupsPrefix(v string) *OidcIdentityProviderConfigRequest
SetGroupsPrefix sets the GroupsPrefix field's value.
func (*OidcIdentityProviderConfigRequest) SetIdentityProviderConfigName ¶ added in v1.37.10
func (s *OidcIdentityProviderConfigRequest) SetIdentityProviderConfigName(v string) *OidcIdentityProviderConfigRequest
SetIdentityProviderConfigName sets the IdentityProviderConfigName field's value.
func (*OidcIdentityProviderConfigRequest) SetIssuerUrl ¶ added in v1.37.10
func (s *OidcIdentityProviderConfigRequest) SetIssuerUrl(v string) *OidcIdentityProviderConfigRequest
SetIssuerUrl sets the IssuerUrl field's value.
func (*OidcIdentityProviderConfigRequest) SetRequiredClaims ¶ added in v1.37.10
func (s *OidcIdentityProviderConfigRequest) SetRequiredClaims(v map[string]*string) *OidcIdentityProviderConfigRequest
SetRequiredClaims sets the RequiredClaims field's value.
func (*OidcIdentityProviderConfigRequest) SetUsernameClaim ¶ added in v1.37.10
func (s *OidcIdentityProviderConfigRequest) SetUsernameClaim(v string) *OidcIdentityProviderConfigRequest
SetUsernameClaim sets the UsernameClaim field's value.
func (*OidcIdentityProviderConfigRequest) SetUsernamePrefix ¶ added in v1.37.10
func (s *OidcIdentityProviderConfigRequest) SetUsernamePrefix(v string) *OidcIdentityProviderConfigRequest
SetUsernamePrefix sets the UsernamePrefix field's value.
func (OidcIdentityProviderConfigRequest) String ¶ added in v1.37.10
func (s OidcIdentityProviderConfigRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OidcIdentityProviderConfigRequest) Validate ¶ added in v1.37.10
func (s *OidcIdentityProviderConfigRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OutpostConfigRequest ¶ added in v1.44.96
type OutpostConfigRequest struct { // The Amazon EC2 instance type that you want to use for your local Amazon EKS // cluster on Outposts. Choose an instance type based on the number of nodes // that your cluster will have. For more information, see Capacity considerations // (https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html) // in the Amazon EKS User Guide. // // The instance type that you specify is used for all Kubernetes control plane // instances. The instance type can't be changed after cluster creation. The // control plane is not automatically scaled by Amazon EKS. // // ControlPlaneInstanceType is a required field ControlPlaneInstanceType *string `locationName:"controlPlaneInstanceType" type:"string" required:"true"` // An object representing the placement configuration for all the control plane // instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. // For more information, see Capacity considerations (https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html) // in the Amazon EKS User Guide. ControlPlanePlacement *ControlPlanePlacementRequest `locationName:"controlPlanePlacement" type:"structure"` // The ARN of the Outpost that you want to use for your local Amazon EKS cluster // on Outposts. Only a single Outpost ARN is supported. // // OutpostArns is a required field OutpostArns []*string `locationName:"outpostArns" type:"list" required:"true"` // contains filtered or unexported fields }
The configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a cluster on an Outpost, review Creating a local cluster on an Outpost (https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-local-cluster-create.html) in the Amazon EKS User Guide. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.
func (OutpostConfigRequest) GoString ¶ added in v1.44.96
func (s OutpostConfigRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutpostConfigRequest) SetControlPlaneInstanceType ¶ added in v1.44.96
func (s *OutpostConfigRequest) SetControlPlaneInstanceType(v string) *OutpostConfigRequest
SetControlPlaneInstanceType sets the ControlPlaneInstanceType field's value.
func (*OutpostConfigRequest) SetControlPlanePlacement ¶ added in v1.44.139
func (s *OutpostConfigRequest) SetControlPlanePlacement(v *ControlPlanePlacementRequest) *OutpostConfigRequest
SetControlPlanePlacement sets the ControlPlanePlacement field's value.
func (*OutpostConfigRequest) SetOutpostArns ¶ added in v1.44.96
func (s *OutpostConfigRequest) SetOutpostArns(v []*string) *OutpostConfigRequest
SetOutpostArns sets the OutpostArns field's value.
func (OutpostConfigRequest) String ¶ added in v1.44.96
func (s OutpostConfigRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutpostConfigRequest) Validate ¶ added in v1.44.96
func (s *OutpostConfigRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OutpostConfigResponse ¶ added in v1.44.96
type OutpostConfigResponse struct { // The Amazon EC2 instance type used for the control plane. The instance type // is the same for all control plane instances. // // ControlPlaneInstanceType is a required field ControlPlaneInstanceType *string `locationName:"controlPlaneInstanceType" type:"string" required:"true"` // An object representing the placement configuration for all the control plane // instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. // For more information, see Capacity considerations (https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html) // in the Amazon EKS User Guide. ControlPlanePlacement *ControlPlanePlacementResponse `locationName:"controlPlanePlacement" type:"structure"` // The ARN of the Outpost that you specified for use with your local Amazon // EKS cluster on Outposts. // // OutpostArns is a required field OutpostArns []*string `locationName:"outpostArns" type:"list" required:"true"` // contains filtered or unexported fields }
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.
func (OutpostConfigResponse) GoString ¶ added in v1.44.96
func (s OutpostConfigResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutpostConfigResponse) SetControlPlaneInstanceType ¶ added in v1.44.96
func (s *OutpostConfigResponse) SetControlPlaneInstanceType(v string) *OutpostConfigResponse
SetControlPlaneInstanceType sets the ControlPlaneInstanceType field's value.
func (*OutpostConfigResponse) SetControlPlanePlacement ¶ added in v1.44.139
func (s *OutpostConfigResponse) SetControlPlanePlacement(v *ControlPlanePlacementResponse) *OutpostConfigResponse
SetControlPlanePlacement sets the ControlPlanePlacement field's value.
func (*OutpostConfigResponse) SetOutpostArns ¶ added in v1.44.96
func (s *OutpostConfigResponse) SetOutpostArns(v []*string) *OutpostConfigResponse
SetOutpostArns sets the OutpostArns field's value.
func (OutpostConfigResponse) String ¶ added in v1.44.96
func (s OutpostConfigResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type PodIdentityAssociation ¶ added in v1.48.4
type PodIdentityAssociation struct { // The Amazon Resource Name (ARN) of the association. AssociationArn *string `locationName:"associationArn" type:"string"` // The ID of the association. AssociationId *string `locationName:"associationId" type:"string"` // The name of the cluster that the association is in. ClusterName *string `locationName:"clusterName" type:"string"` // The timestamp that the association was created at. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The most recent timestamp that the association was modified at ModifiedAt *time.Time `locationName:"modifiedAt" type:"timestamp"` // The name of the Kubernetes namespace inside the cluster to create the association // in. The service account and the pods that use the service account must be // in this namespace. Namespace *string `locationName:"namespace" type:"string"` // The Amazon Resource Name (ARN) of the IAM role to associate with the service // account. The EKS Pod Identity agent manages credentials to assume this role // for applications in the containers in the pods that use this service account. RoleArn *string `locationName:"roleArn" type:"string"` // The name of the Kubernetes service account inside the cluster to associate // the IAM credentials with. ServiceAccount *string `locationName:"serviceAccount" type:"string"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. // // The following basic restrictions apply to tags: // // * Maximum number of tags per resource – 50 // // * For each resource, each tag key must be unique, and each tag key can // have only one value. // // * Maximum key length – 128 Unicode characters in UTF-8 // // * Maximum value length – 256 Unicode characters in UTF-8 // // * If your tagging schema is used across multiple services and resources, // remember that other services may have restrictions on allowed characters. // Generally allowed characters are: letters, numbers, and spaces representable // in UTF-8, and the following characters: + - = . _ : / @. // // * Tag keys and values are case-sensitive. // // * Do not use aws:, AWS:, or any upper or lowercase combination of such // as a prefix for either keys or values as it is reserved for Amazon Web // Services use. You cannot edit or delete tag keys or values with this prefix. // Tags with this prefix do not count against your tags per resource limit. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.
func (PodIdentityAssociation) GoString ¶ added in v1.48.4
func (s PodIdentityAssociation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PodIdentityAssociation) SetAssociationArn ¶ added in v1.48.4
func (s *PodIdentityAssociation) SetAssociationArn(v string) *PodIdentityAssociation
SetAssociationArn sets the AssociationArn field's value.
func (*PodIdentityAssociation) SetAssociationId ¶ added in v1.48.4
func (s *PodIdentityAssociation) SetAssociationId(v string) *PodIdentityAssociation
SetAssociationId sets the AssociationId field's value.
func (*PodIdentityAssociation) SetClusterName ¶ added in v1.48.4
func (s *PodIdentityAssociation) SetClusterName(v string) *PodIdentityAssociation
SetClusterName sets the ClusterName field's value.
func (*PodIdentityAssociation) SetCreatedAt ¶ added in v1.48.4
func (s *PodIdentityAssociation) SetCreatedAt(v time.Time) *PodIdentityAssociation
SetCreatedAt sets the CreatedAt field's value.
func (*PodIdentityAssociation) SetModifiedAt ¶ added in v1.48.4
func (s *PodIdentityAssociation) SetModifiedAt(v time.Time) *PodIdentityAssociation
SetModifiedAt sets the ModifiedAt field's value.
func (*PodIdentityAssociation) SetNamespace ¶ added in v1.48.4
func (s *PodIdentityAssociation) SetNamespace(v string) *PodIdentityAssociation
SetNamespace sets the Namespace field's value.
func (*PodIdentityAssociation) SetRoleArn ¶ added in v1.48.4
func (s *PodIdentityAssociation) SetRoleArn(v string) *PodIdentityAssociation
SetRoleArn sets the RoleArn field's value.
func (*PodIdentityAssociation) SetServiceAccount ¶ added in v1.48.4
func (s *PodIdentityAssociation) SetServiceAccount(v string) *PodIdentityAssociation
SetServiceAccount sets the ServiceAccount field's value.
func (*PodIdentityAssociation) SetTags ¶ added in v1.48.4
func (s *PodIdentityAssociation) SetTags(v map[string]*string) *PodIdentityAssociation
SetTags sets the Tags field's value.
func (PodIdentityAssociation) String ¶ added in v1.48.4
func (s PodIdentityAssociation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type PodIdentityAssociationSummary ¶ added in v1.48.4
type PodIdentityAssociationSummary struct { // The Amazon Resource Name (ARN) of the association. AssociationArn *string `locationName:"associationArn" type:"string"` // The ID of the association. AssociationId *string `locationName:"associationId" type:"string"` // The name of the cluster that the association is in. ClusterName *string `locationName:"clusterName" type:"string"` // The name of the Kubernetes namespace inside the cluster to create the association // in. The service account and the pods that use the service account must be // in this namespace. Namespace *string `locationName:"namespace" type:"string"` // The name of the Kubernetes service account inside the cluster to associate // the IAM credentials with. ServiceAccount *string `locationName:"serviceAccount" type:"string"` // contains filtered or unexported fields }
The summarized description of the association.
Each summary is simplified by removing these fields compared to the full PodIdentityAssociation :
The IAM role: roleArn
The timestamp that the association was created at: createdAt
The most recent timestamp that the association was modified at:. modifiedAt
The tags on the association: tags
func (PodIdentityAssociationSummary) GoString ¶ added in v1.48.4
func (s PodIdentityAssociationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PodIdentityAssociationSummary) SetAssociationArn ¶ added in v1.48.4
func (s *PodIdentityAssociationSummary) SetAssociationArn(v string) *PodIdentityAssociationSummary
SetAssociationArn sets the AssociationArn field's value.
func (*PodIdentityAssociationSummary) SetAssociationId ¶ added in v1.48.4
func (s *PodIdentityAssociationSummary) SetAssociationId(v string) *PodIdentityAssociationSummary
SetAssociationId sets the AssociationId field's value.
func (*PodIdentityAssociationSummary) SetClusterName ¶ added in v1.48.4
func (s *PodIdentityAssociationSummary) SetClusterName(v string) *PodIdentityAssociationSummary
SetClusterName sets the ClusterName field's value.
func (*PodIdentityAssociationSummary) SetNamespace ¶ added in v1.48.4
func (s *PodIdentityAssociationSummary) SetNamespace(v string) *PodIdentityAssociationSummary
SetNamespace sets the Namespace field's value.
func (*PodIdentityAssociationSummary) SetServiceAccount ¶ added in v1.48.4
func (s *PodIdentityAssociationSummary) SetServiceAccount(v string) *PodIdentityAssociationSummary
SetServiceAccount sets the ServiceAccount field's value.
func (PodIdentityAssociationSummary) String ¶ added in v1.48.4
func (s PodIdentityAssociationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Provider ¶ added in v1.29.18
type Provider struct { // Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric // and created in the same Amazon Web Services Region as the cluster. If the // KMS key was created in a different account, the IAM principal (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) // must have access to the KMS key. For more information, see Allowing users // in other accounts to use a KMS key (https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html) // in the Key Management Service Developer Guide. KeyArn *string `locationName:"keyArn" type:"string"` // contains filtered or unexported fields }
Identifies the Key Management Service (KMS) key used to encrypt the secrets.
func (Provider) GoString ¶ added in v1.29.18
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RegisterClusterInput ¶ added in v1.40.38
type RegisterClusterInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The configuration settings required to connect the Kubernetes cluster to // the Amazon EKS control plane. // // ConnectorConfig is a required field ConnectorConfig *ConnectorConfigRequest `locationName:"connectorConfig" type:"structure" required:"true"` // A unique name for this cluster in your Amazon Web Services Region. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. Tags map[string]*string `locationName:"tags" min:"1" type:"map"` // contains filtered or unexported fields }
func (RegisterClusterInput) GoString ¶ added in v1.40.38
func (s RegisterClusterInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RegisterClusterInput) SetClientRequestToken ¶ added in v1.40.38
func (s *RegisterClusterInput) SetClientRequestToken(v string) *RegisterClusterInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*RegisterClusterInput) SetConnectorConfig ¶ added in v1.40.38
func (s *RegisterClusterInput) SetConnectorConfig(v *ConnectorConfigRequest) *RegisterClusterInput
SetConnectorConfig sets the ConnectorConfig field's value.
func (*RegisterClusterInput) SetName ¶ added in v1.40.38
func (s *RegisterClusterInput) SetName(v string) *RegisterClusterInput
SetName sets the Name field's value.
func (*RegisterClusterInput) SetTags ¶ added in v1.42.5
func (s *RegisterClusterInput) SetTags(v map[string]*string) *RegisterClusterInput
SetTags sets the Tags field's value.
func (RegisterClusterInput) String ¶ added in v1.40.38
func (s RegisterClusterInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RegisterClusterInput) Validate ¶ added in v1.40.38
func (s *RegisterClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterClusterOutput ¶ added in v1.40.38
type RegisterClusterOutput struct { // An object representing an Amazon EKS cluster. Cluster *Cluster `locationName:"cluster" type:"structure"` // contains filtered or unexported fields }
func (RegisterClusterOutput) GoString ¶ added in v1.40.38
func (s RegisterClusterOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RegisterClusterOutput) SetCluster ¶ added in v1.40.38
func (s *RegisterClusterOutput) SetCluster(v *Cluster) *RegisterClusterOutput
SetCluster sets the Cluster field's value.
func (RegisterClusterOutput) String ¶ added in v1.40.38
func (s RegisterClusterOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RemoteAccessConfig ¶ added in v1.25.36
type RemoteAccessConfig struct { // The Amazon EC2 SSH key name that provides access for SSH communication with // the nodes in the managed node group. For more information, see Amazon EC2 // key pairs and Linux instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) // in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For Windows, // an Amazon EC2 SSH key is used to obtain the RDP password. For more information, // see Amazon EC2 key pairs and Windows instances (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-key-pairs.html) // in the Amazon Elastic Compute Cloud User Guide for Windows Instances. Ec2SshKey *string `locationName:"ec2SshKey" type:"string"` // The security group IDs that are allowed SSH access (port 22) to the nodes. // For Windows, the port is 3389. If you specify an Amazon EC2 SSH key but don't // specify a source security group when you create a managed node group, then // the port on the nodes is opened to the internet (0.0.0.0/0). For more information, // see Security Groups for Your VPC (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html) // in the Amazon Virtual Private Cloud User Guide. SourceSecurityGroups []*string `locationName:"sourceSecurityGroups" type:"list"` // contains filtered or unexported fields }
An object representing the remote access configuration for the managed node group.
func (RemoteAccessConfig) GoString ¶ added in v1.25.36
func (s RemoteAccessConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RemoteAccessConfig) SetEc2SshKey ¶ added in v1.25.36
func (s *RemoteAccessConfig) SetEc2SshKey(v string) *RemoteAccessConfig
SetEc2SshKey sets the Ec2SshKey field's value.
func (*RemoteAccessConfig) SetSourceSecurityGroups ¶ added in v1.25.36
func (s *RemoteAccessConfig) SetSourceSecurityGroups(v []*string) *RemoteAccessConfig
SetSourceSecurityGroups sets the SourceSecurityGroups field's value.
func (RemoteAccessConfig) String ¶ added in v1.25.36
func (s RemoteAccessConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceInUseException ¶ added in v1.28.0
type ResourceInUseException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The specified add-on name is in use. AddonName *string `locationName:"addonName" type:"string"` // The Amazon EKS cluster associated with the exception. ClusterName *string `locationName:"clusterName" type:"string"` // The Amazon EKS message associated with the exception. Message_ *string `locationName:"message" type:"string"` // The Amazon EKS managed node group associated with the exception. NodegroupName *string `locationName:"nodegroupName" type:"string"` // contains filtered or unexported fields }
The specified resource is in use.
func (*ResourceInUseException) Code ¶ added in v1.28.0
func (s *ResourceInUseException) Code() string
Code returns the exception type name.
func (*ResourceInUseException) Error ¶ added in v1.28.0
func (s *ResourceInUseException) Error() string
func (ResourceInUseException) GoString ¶ added in v1.28.0
func (s ResourceInUseException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceInUseException) Message ¶ added in v1.28.0
func (s *ResourceInUseException) Message() string
Message returns the exception's message.
func (*ResourceInUseException) OrigErr ¶ added in v1.28.0
func (s *ResourceInUseException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceInUseException) RequestID ¶ added in v1.28.0
func (s *ResourceInUseException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceInUseException) StatusCode ¶ added in v1.28.0
func (s *ResourceInUseException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceInUseException) String ¶ added in v1.28.0
func (s ResourceInUseException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceLimitExceededException ¶ added in v1.28.0
type ResourceLimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The Amazon EKS cluster associated with the exception. ClusterName *string `locationName:"clusterName" type:"string"` // The Amazon EKS message associated with the exception. Message_ *string `locationName:"message" type:"string"` // The Amazon EKS managed node group associated with the exception. NodegroupName *string `locationName:"nodegroupName" type:"string"` // The Amazon EKS subscription ID with the exception. SubscriptionId *string `locationName:"subscriptionId" type:"string"` // contains filtered or unexported fields }
You have encountered a service limit on the specified resource.
func (*ResourceLimitExceededException) Code ¶ added in v1.28.0
func (s *ResourceLimitExceededException) Code() string
Code returns the exception type name.
func (*ResourceLimitExceededException) Error ¶ added in v1.28.0
func (s *ResourceLimitExceededException) Error() string
func (ResourceLimitExceededException) GoString ¶ added in v1.28.0
func (s ResourceLimitExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceLimitExceededException) Message ¶ added in v1.28.0
func (s *ResourceLimitExceededException) Message() string
Message returns the exception's message.
func (*ResourceLimitExceededException) OrigErr ¶ added in v1.28.0
func (s *ResourceLimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceLimitExceededException) RequestID ¶ added in v1.28.0
func (s *ResourceLimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceLimitExceededException) StatusCode ¶ added in v1.28.0
func (s *ResourceLimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceLimitExceededException) String ¶ added in v1.28.0
func (s ResourceLimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException ¶ added in v1.28.0
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The Amazon EKS add-on name associated with the exception. AddonName *string `locationName:"addonName" type:"string"` // The Amazon EKS cluster associated with the exception. ClusterName *string `locationName:"clusterName" type:"string"` // The Fargate profile associated with the exception. FargateProfileName *string `locationName:"fargateProfileName" type:"string"` // The Amazon EKS message associated with the exception. Message_ *string `locationName:"message" type:"string"` // The Amazon EKS managed node group associated with the exception. NodegroupName *string `locationName:"nodegroupName" type:"string"` // The Amazon EKS subscription ID with the exception. SubscriptionId *string `locationName:"subscriptionId" type:"string"` // contains filtered or unexported fields }
The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
func (*ResourceNotFoundException) Code ¶ added in v1.28.0
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶ added in v1.28.0
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶ added in v1.28.0
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶ added in v1.28.0
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶ added in v1.28.0
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶ added in v1.28.0
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶ added in v1.28.0
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶ added in v1.28.0
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourcePropagationDelayException ¶ added in v1.42.10
type ResourcePropagationDelayException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // Required resources (such as service-linked roles) were created and are still // propagating. Retry later. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Required resources (such as service-linked roles) were created and are still propagating. Retry later.
func (*ResourcePropagationDelayException) Code ¶ added in v1.42.10
func (s *ResourcePropagationDelayException) Code() string
Code returns the exception type name.
func (*ResourcePropagationDelayException) Error ¶ added in v1.42.10
func (s *ResourcePropagationDelayException) Error() string
func (ResourcePropagationDelayException) GoString ¶ added in v1.42.10
func (s ResourcePropagationDelayException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourcePropagationDelayException) Message ¶ added in v1.42.10
func (s *ResourcePropagationDelayException) Message() string
Message returns the exception's message.
func (*ResourcePropagationDelayException) OrigErr ¶ added in v1.42.10
func (s *ResourcePropagationDelayException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourcePropagationDelayException) RequestID ¶ added in v1.42.10
func (s *ResourcePropagationDelayException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourcePropagationDelayException) StatusCode ¶ added in v1.42.10
func (s *ResourcePropagationDelayException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourcePropagationDelayException) String ¶ added in v1.42.10
func (s ResourcePropagationDelayException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServerException ¶ added in v1.28.0
type ServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The Amazon EKS add-on name associated with the exception. AddonName *string `locationName:"addonName" type:"string"` // The Amazon EKS cluster associated with the exception. ClusterName *string `locationName:"clusterName" type:"string"` // These errors are usually caused by a server-side issue. Message_ *string `locationName:"message" type:"string"` // The Amazon EKS managed node group associated with the exception. NodegroupName *string `locationName:"nodegroupName" type:"string"` // The Amazon EKS subscription ID with the exception. SubscriptionId *string `locationName:"subscriptionId" type:"string"` // contains filtered or unexported fields }
These errors are usually caused by a server-side issue.
func (*ServerException) Code ¶ added in v1.28.0
func (s *ServerException) Code() string
Code returns the exception type name.
func (*ServerException) Error ¶ added in v1.28.0
func (s *ServerException) Error() string
func (ServerException) GoString ¶ added in v1.28.0
func (s ServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServerException) Message ¶ added in v1.28.0
func (s *ServerException) Message() string
Message returns the exception's message.
func (*ServerException) OrigErr ¶ added in v1.28.0
func (s *ServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServerException) RequestID ¶ added in v1.28.0
func (s *ServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServerException) StatusCode ¶ added in v1.28.0
func (s *ServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServerException) String ¶ added in v1.28.0
func (s ServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceUnavailableException ¶ added in v1.28.0
type ServiceUnavailableException struct { string `locationName:"message" type:"string"` // contains filtered or unexported fields }Message_ *
The service is unavailable. Back off and retry the operation.
func (*ServiceUnavailableException) Code ¶ added in v1.28.0
func (s *ServiceUnavailableException) Code() string
Code returns the exception type name.
func (*ServiceUnavailableException) Error ¶ added in v1.28.0
func (s *ServiceUnavailableException) Error() string
func (ServiceUnavailableException) GoString ¶ added in v1.28.0
func (s ServiceUnavailableException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceUnavailableException) Message ¶ added in v1.28.0
func (s *ServiceUnavailableException) Message() string
Message returns the exception's message.
func (*ServiceUnavailableException) OrigErr ¶ added in v1.28.0
func (s *ServiceUnavailableException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceUnavailableException) RequestID ¶ added in v1.28.0
func (s *ServiceUnavailableException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceUnavailableException) StatusCode ¶ added in v1.28.0
func (s *ServiceUnavailableException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceUnavailableException) String ¶ added in v1.28.0
func (s ServiceUnavailableException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶ added in v1.23.22
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the resource to add tags to. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"` // Metadata that assists with categorization and organization. Each tag consists // of a key and an optional value. You define both. Tags don't propagate to // any other cluster or Amazon Web Services resources. // // Tags is a required field Tags map[string]*string `locationName:"tags" min:"1" type:"map" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶ added in v1.23.22
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶ added in v1.23.22
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶ added in v1.23.22
func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶ added in v1.23.22
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶ added in v1.23.22
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶ added in v1.23.22
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶ added in v1.23.22
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶ added in v1.23.22
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Taint ¶ added in v1.38.37
type Taint struct { // The effect of the taint. Effect *string `locationName:"effect" type:"string" enum:"TaintEffect"` // The key of the taint. Key *string `locationName:"key" min:"1" type:"string"` // The value of the taint. Value *string `locationName:"value" type:"string"` // contains filtered or unexported fields }
A property that allows a node to repel a Pod. For more information, see Node taints on managed node groups (https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html) in the Amazon EKS User Guide.
func (Taint) GoString ¶ added in v1.38.37
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UnsupportedAvailabilityZoneException ¶ added in v1.28.0
type UnsupportedAvailabilityZoneException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The Amazon EKS cluster associated with the exception. ClusterName *string `locationName:"clusterName" type:"string"` // At least one of your specified cluster subnets is in an Availability Zone // that does not support Amazon EKS. The exception output specifies the supported // Availability Zones for your account, from which you can choose subnets for // your cluster. Message_ *string `locationName:"message" type:"string"` // The Amazon EKS managed node group associated with the exception. NodegroupName *string `locationName:"nodegroupName" type:"string"` // The supported Availability Zones for your account. Choose subnets in these // Availability Zones for your cluster. ValidZones []*string `locationName:"validZones" type:"list"` // contains filtered or unexported fields }
At least one of your specified cluster subnets is in an Availability Zone that does not support Amazon EKS. The exception output specifies the supported Availability Zones for your account, from which you can choose subnets for your cluster.
func (*UnsupportedAvailabilityZoneException) Code ¶ added in v1.28.0
func (s *UnsupportedAvailabilityZoneException) Code() string
Code returns the exception type name.
func (*UnsupportedAvailabilityZoneException) Error ¶ added in v1.28.0
func (s *UnsupportedAvailabilityZoneException) Error() string
func (UnsupportedAvailabilityZoneException) GoString ¶ added in v1.28.0
func (s UnsupportedAvailabilityZoneException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UnsupportedAvailabilityZoneException) Message ¶ added in v1.28.0
func (s *UnsupportedAvailabilityZoneException) Message() string
Message returns the exception's message.
func (*UnsupportedAvailabilityZoneException) OrigErr ¶ added in v1.28.0
func (s *UnsupportedAvailabilityZoneException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnsupportedAvailabilityZoneException) RequestID ¶ added in v1.28.0
func (s *UnsupportedAvailabilityZoneException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnsupportedAvailabilityZoneException) StatusCode ¶ added in v1.28.0
func (s *UnsupportedAvailabilityZoneException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnsupportedAvailabilityZoneException) String ¶ added in v1.28.0
func (s UnsupportedAvailabilityZoneException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶ added in v1.23.22
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the resource to delete tags from. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"` // The keys of the tags to remove. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶ added in v1.23.22
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶ added in v1.23.22
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶ added in v1.23.22
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶ added in v1.23.22
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶ added in v1.23.22
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶ added in v1.23.22
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶ added in v1.23.22
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶ added in v1.23.22
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Update ¶ added in v1.16.4
type Update struct { // The Unix epoch timestamp at object creation. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // Any errors associated with a Failed update. Errors []*ErrorDetail `locationName:"errors" type:"list"` // A UUID that is used to track the update. Id *string `locationName:"id" type:"string"` // A key-value map that contains the parameters associated with the update. Params []*UpdateParam `locationName:"params" type:"list"` // The current status of the update. Status *string `locationName:"status" type:"string" enum:"UpdateStatus"` // The type of the update. Type *string `locationName:"type" type:"string" enum:"UpdateType"` // contains filtered or unexported fields }
An object representing an asynchronous update.
func (Update) GoString ¶ added in v1.16.4
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Update) SetCreatedAt ¶ added in v1.16.4
SetCreatedAt sets the CreatedAt field's value.
func (*Update) SetErrors ¶ added in v1.16.4
func (s *Update) SetErrors(v []*ErrorDetail) *Update
SetErrors sets the Errors field's value.
func (*Update) SetParams ¶ added in v1.16.4
func (s *Update) SetParams(v []*UpdateParam) *Update
SetParams sets the Params field's value.
type UpdateAccessConfigRequest ¶ added in v1.49.5
type UpdateAccessConfigRequest struct { // The desired authentication mode for the cluster. AuthenticationMode *string `locationName:"authenticationMode" type:"string" enum:"AuthenticationMode"` // contains filtered or unexported fields }
The access configuration information for the cluster.
func (UpdateAccessConfigRequest) GoString ¶ added in v1.49.5
func (s UpdateAccessConfigRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAccessConfigRequest) SetAuthenticationMode ¶ added in v1.49.5
func (s *UpdateAccessConfigRequest) SetAuthenticationMode(v string) *UpdateAccessConfigRequest
SetAuthenticationMode sets the AuthenticationMode field's value.
func (UpdateAccessConfigRequest) String ¶ added in v1.49.5
func (s UpdateAccessConfigRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAccessEntryInput ¶ added in v1.49.5
type UpdateAccessEntryInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The value for name that you've specified for kind: Group as a subject in // a Kubernetes RoleBinding or ClusterRoleBinding object. Amazon EKS doesn't // confirm that the value for name exists in any bindings on your cluster. You // can specify one or more names. // // Kubernetes authorizes the principalArn of the access entry to access any // cluster objects that you've specified in a Kubernetes Role or ClusterRole // object that is also specified in a binding's roleRef. For more information // about creating Kubernetes RoleBinding, ClusterRoleBinding, Role, or ClusterRole // objects, see Using RBAC Authorization in the Kubernetes documentation (https://kubernetes.io/docs/reference/access-authn-authz/rbac/). // // If you want Amazon EKS to authorize the principalArn (instead of, or in addition // to Kubernetes authorizing the principalArn), you can associate one or more // access policies to the access entry using AssociateAccessPolicy. If you associate // any access policies, the principalARN has all permissions assigned in the // associated access policies and all permissions in any Kubernetes Role or // ClusterRole objects that the group names are bound to. KubernetesGroups []*string `locationName:"kubernetesGroups" type:"list"` // The ARN of the IAM principal for the AccessEntry. // // PrincipalArn is a required field PrincipalArn *string `location:"uri" locationName:"principalArn" type:"string" required:"true"` // The username to authenticate to Kubernetes with. We recommend not specifying // a username and letting Amazon EKS specify it for you. For more information // about the value Amazon EKS specifies for you, or constraints before specifying // your own username, see Creating access entries (https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html#creating-access-entries) // in the Amazon EKS User Guide. Username *string `locationName:"username" type:"string"` // contains filtered or unexported fields }
func (UpdateAccessEntryInput) GoString ¶ added in v1.49.5
func (s UpdateAccessEntryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAccessEntryInput) SetClientRequestToken ¶ added in v1.49.5
func (s *UpdateAccessEntryInput) SetClientRequestToken(v string) *UpdateAccessEntryInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*UpdateAccessEntryInput) SetClusterName ¶ added in v1.49.5
func (s *UpdateAccessEntryInput) SetClusterName(v string) *UpdateAccessEntryInput
SetClusterName sets the ClusterName field's value.
func (*UpdateAccessEntryInput) SetKubernetesGroups ¶ added in v1.49.5
func (s *UpdateAccessEntryInput) SetKubernetesGroups(v []*string) *UpdateAccessEntryInput
SetKubernetesGroups sets the KubernetesGroups field's value.
func (*UpdateAccessEntryInput) SetPrincipalArn ¶ added in v1.49.5
func (s *UpdateAccessEntryInput) SetPrincipalArn(v string) *UpdateAccessEntryInput
SetPrincipalArn sets the PrincipalArn field's value.
func (*UpdateAccessEntryInput) SetUsername ¶ added in v1.49.5
func (s *UpdateAccessEntryInput) SetUsername(v string) *UpdateAccessEntryInput
SetUsername sets the Username field's value.
func (UpdateAccessEntryInput) String ¶ added in v1.49.5
func (s UpdateAccessEntryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAccessEntryInput) Validate ¶ added in v1.49.5
func (s *UpdateAccessEntryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAccessEntryOutput ¶ added in v1.49.5
type UpdateAccessEntryOutput struct { // The ARN of the IAM principal for the AccessEntry. AccessEntry *AccessEntry `locationName:"accessEntry" type:"structure"` // contains filtered or unexported fields }
func (UpdateAccessEntryOutput) GoString ¶ added in v1.49.5
func (s UpdateAccessEntryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAccessEntryOutput) SetAccessEntry ¶ added in v1.49.5
func (s *UpdateAccessEntryOutput) SetAccessEntry(v *AccessEntry) *UpdateAccessEntryOutput
SetAccessEntry sets the AccessEntry field's value.
func (UpdateAccessEntryOutput) String ¶ added in v1.49.5
func (s UpdateAccessEntryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAddonInput ¶ added in v1.35.37
type UpdateAddonInput struct { // The name of the add-on. The name must match one of the names returned by // ListAddons (https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html). // // AddonName is a required field AddonName *string `location:"uri" locationName:"addonName" type:"string" required:"true"` // The version of the add-on. The version must match one of the versions returned // by DescribeAddonVersions (https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html). AddonVersion *string `locationName:"addonVersion" type:"string"` // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" min:"1" type:"string" required:"true"` // The set of configuration values for the add-on that's created. The values // that you provide are validated against the schema returned by DescribeAddonConfiguration. ConfigurationValues *string `locationName:"configurationValues" type:"string"` // How to resolve field value conflicts for an Amazon EKS add-on if you've changed // a value from the Amazon EKS default value. Conflicts are handled based on // the option you choose: // // * None – Amazon EKS doesn't change the value. The update might fail. // // * Overwrite – Amazon EKS overwrites the changed value back to the Amazon // EKS default value. // // * Preserve – Amazon EKS preserves the value. If you choose this option, // we recommend that you test any field and value changes on a non-production // cluster before updating the add-on on your production cluster. ResolveConflicts *string `locationName:"resolveConflicts" type:"string" enum:"ResolveConflicts"` // The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's // service account. The role must be assigned the IAM permissions required by // the add-on. If you don't specify an existing IAM role, then the add-on uses // the permissions assigned to the node IAM role. For more information, see // Amazon EKS node IAM role (https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html) // in the Amazon EKS User Guide. // // To specify an existing IAM role, you must have an IAM OpenID Connect (OIDC) // provider created for your cluster. For more information, see Enabling IAM // roles for service accounts on your cluster (https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) // in the Amazon EKS User Guide. ServiceAccountRoleArn *string `locationName:"serviceAccountRoleArn" min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateAddonInput) GoString ¶ added in v1.35.37
func (s UpdateAddonInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAddonInput) SetAddonName ¶ added in v1.35.37
func (s *UpdateAddonInput) SetAddonName(v string) *UpdateAddonInput
SetAddonName sets the AddonName field's value.
func (*UpdateAddonInput) SetAddonVersion ¶ added in v1.35.37
func (s *UpdateAddonInput) SetAddonVersion(v string) *UpdateAddonInput
SetAddonVersion sets the AddonVersion field's value.
func (*UpdateAddonInput) SetClientRequestToken ¶ added in v1.35.37
func (s *UpdateAddonInput) SetClientRequestToken(v string) *UpdateAddonInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*UpdateAddonInput) SetClusterName ¶ added in v1.35.37
func (s *UpdateAddonInput) SetClusterName(v string) *UpdateAddonInput
SetClusterName sets the ClusterName field's value.
func (*UpdateAddonInput) SetConfigurationValues ¶ added in v1.44.155
func (s *UpdateAddonInput) SetConfigurationValues(v string) *UpdateAddonInput
SetConfigurationValues sets the ConfigurationValues field's value.
func (*UpdateAddonInput) SetResolveConflicts ¶ added in v1.35.37
func (s *UpdateAddonInput) SetResolveConflicts(v string) *UpdateAddonInput
SetResolveConflicts sets the ResolveConflicts field's value.
func (*UpdateAddonInput) SetServiceAccountRoleArn ¶ added in v1.35.37
func (s *UpdateAddonInput) SetServiceAccountRoleArn(v string) *UpdateAddonInput
SetServiceAccountRoleArn sets the ServiceAccountRoleArn field's value.
func (UpdateAddonInput) String ¶ added in v1.35.37
func (s UpdateAddonInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAddonInput) Validate ¶ added in v1.35.37
func (s *UpdateAddonInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAddonOutput ¶ added in v1.35.37
type UpdateAddonOutput struct { // An object representing an asynchronous update. Update *Update `locationName:"update" type:"structure"` // contains filtered or unexported fields }
func (UpdateAddonOutput) GoString ¶ added in v1.35.37
func (s UpdateAddonOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAddonOutput) SetUpdate ¶ added in v1.35.37
func (s *UpdateAddonOutput) SetUpdate(v *Update) *UpdateAddonOutput
SetUpdate sets the Update field's value.
func (UpdateAddonOutput) String ¶ added in v1.35.37
func (s UpdateAddonOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateClusterConfigInput ¶ added in v1.18.5
type UpdateClusterConfigInput struct { // The access configuration for the cluster. AccessConfig *UpdateAccessConfigRequest `locationName:"accessConfig" type:"structure"` // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // Enable or disable exporting the Kubernetes control plane logs for your cluster // to CloudWatch Logs. By default, cluster control plane logs aren't exported // to CloudWatch Logs. For more information, see Amazon EKS cluster control // plane logs (https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html) // in the Amazon EKS User Guide . // // CloudWatch Logs ingestion, archive storage, and data scanning rates apply // to exported control plane logs. For more information, see CloudWatch Pricing // (http://aws.amazon.com/cloudwatch/pricing/). Logging *Logging `locationName:"logging" type:"structure"` // The name of the Amazon EKS cluster to update. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // An object representing the VPC configuration to use for an Amazon EKS cluster. ResourcesVpcConfig *VpcConfigRequest `locationName:"resourcesVpcConfig" type:"structure"` // contains filtered or unexported fields }
func (UpdateClusterConfigInput) GoString ¶ added in v1.18.5
func (s UpdateClusterConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateClusterConfigInput) SetAccessConfig ¶ added in v1.49.5
func (s *UpdateClusterConfigInput) SetAccessConfig(v *UpdateAccessConfigRequest) *UpdateClusterConfigInput
SetAccessConfig sets the AccessConfig field's value.
func (*UpdateClusterConfigInput) SetClientRequestToken ¶ added in v1.18.5
func (s *UpdateClusterConfigInput) SetClientRequestToken(v string) *UpdateClusterConfigInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*UpdateClusterConfigInput) SetLogging ¶ added in v1.19.10
func (s *UpdateClusterConfigInput) SetLogging(v *Logging) *UpdateClusterConfigInput
SetLogging sets the Logging field's value.
func (*UpdateClusterConfigInput) SetName ¶ added in v1.18.5
func (s *UpdateClusterConfigInput) SetName(v string) *UpdateClusterConfigInput
SetName sets the Name field's value.
func (*UpdateClusterConfigInput) SetResourcesVpcConfig ¶ added in v1.18.5
func (s *UpdateClusterConfigInput) SetResourcesVpcConfig(v *VpcConfigRequest) *UpdateClusterConfigInput
SetResourcesVpcConfig sets the ResourcesVpcConfig field's value.
func (UpdateClusterConfigInput) String ¶ added in v1.18.5
func (s UpdateClusterConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateClusterConfigInput) Validate ¶ added in v1.18.5
func (s *UpdateClusterConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateClusterConfigOutput ¶ added in v1.18.5
type UpdateClusterConfigOutput struct { // An object representing an asynchronous update. Update *Update `locationName:"update" type:"structure"` // contains filtered or unexported fields }
func (UpdateClusterConfigOutput) GoString ¶ added in v1.18.5
func (s UpdateClusterConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateClusterConfigOutput) SetUpdate ¶ added in v1.18.5
func (s *UpdateClusterConfigOutput) SetUpdate(v *Update) *UpdateClusterConfigOutput
SetUpdate sets the Update field's value.
func (UpdateClusterConfigOutput) String ¶ added in v1.18.5
func (s UpdateClusterConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateClusterVersionInput ¶ added in v1.16.4
type UpdateClusterVersionInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of the Amazon EKS cluster to update. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // The desired Kubernetes version following a successful update. // // Version is a required field Version *string `locationName:"version" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateClusterVersionInput) GoString ¶ added in v1.16.4
func (s UpdateClusterVersionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateClusterVersionInput) SetClientRequestToken ¶ added in v1.16.4
func (s *UpdateClusterVersionInput) SetClientRequestToken(v string) *UpdateClusterVersionInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*UpdateClusterVersionInput) SetName ¶ added in v1.16.4
func (s *UpdateClusterVersionInput) SetName(v string) *UpdateClusterVersionInput
SetName sets the Name field's value.
func (*UpdateClusterVersionInput) SetVersion ¶ added in v1.16.4
func (s *UpdateClusterVersionInput) SetVersion(v string) *UpdateClusterVersionInput
SetVersion sets the Version field's value.
func (UpdateClusterVersionInput) String ¶ added in v1.16.4
func (s UpdateClusterVersionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateClusterVersionInput) Validate ¶ added in v1.16.4
func (s *UpdateClusterVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateClusterVersionOutput ¶ added in v1.16.4
type UpdateClusterVersionOutput struct { // The full description of the specified update Update *Update `locationName:"update" type:"structure"` // contains filtered or unexported fields }
func (UpdateClusterVersionOutput) GoString ¶ added in v1.16.4
func (s UpdateClusterVersionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateClusterVersionOutput) SetUpdate ¶ added in v1.16.4
func (s *UpdateClusterVersionOutput) SetUpdate(v *Update) *UpdateClusterVersionOutput
SetUpdate sets the Update field's value.
func (UpdateClusterVersionOutput) String ¶ added in v1.16.4
func (s UpdateClusterVersionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateEksAnywhereSubscriptionInput ¶ added in v1.47.8
type UpdateEksAnywhereSubscriptionInput struct { // A boolean indicating whether or not to automatically renew the subscription. // // AutoRenew is a required field AutoRenew *bool `locationName:"autoRenew" type:"boolean" required:"true"` // Unique, case-sensitive identifier to ensure the idempotency of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The ID of the subscription. // // Id is a required field Id *string `location:"uri" locationName:"id" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateEksAnywhereSubscriptionInput) GoString ¶ added in v1.47.8
func (s UpdateEksAnywhereSubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateEksAnywhereSubscriptionInput) SetAutoRenew ¶ added in v1.47.8
func (s *UpdateEksAnywhereSubscriptionInput) SetAutoRenew(v bool) *UpdateEksAnywhereSubscriptionInput
SetAutoRenew sets the AutoRenew field's value.
func (*UpdateEksAnywhereSubscriptionInput) SetClientRequestToken ¶ added in v1.47.8
func (s *UpdateEksAnywhereSubscriptionInput) SetClientRequestToken(v string) *UpdateEksAnywhereSubscriptionInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*UpdateEksAnywhereSubscriptionInput) SetId ¶ added in v1.47.8
func (s *UpdateEksAnywhereSubscriptionInput) SetId(v string) *UpdateEksAnywhereSubscriptionInput
SetId sets the Id field's value.
func (UpdateEksAnywhereSubscriptionInput) String ¶ added in v1.47.8
func (s UpdateEksAnywhereSubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateEksAnywhereSubscriptionInput) Validate ¶ added in v1.47.8
func (s *UpdateEksAnywhereSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateEksAnywhereSubscriptionOutput ¶ added in v1.47.8
type UpdateEksAnywhereSubscriptionOutput struct { // The full description of the updated subscription. Subscription *EksAnywhereSubscription `locationName:"subscription" type:"structure"` // contains filtered or unexported fields }
func (UpdateEksAnywhereSubscriptionOutput) GoString ¶ added in v1.47.8
func (s UpdateEksAnywhereSubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateEksAnywhereSubscriptionOutput) SetSubscription ¶ added in v1.47.8
func (s *UpdateEksAnywhereSubscriptionOutput) SetSubscription(v *EksAnywhereSubscription) *UpdateEksAnywhereSubscriptionOutput
SetSubscription sets the Subscription field's value.
func (UpdateEksAnywhereSubscriptionOutput) String ¶ added in v1.47.8
func (s UpdateEksAnywhereSubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateLabelsPayload ¶ added in v1.25.36
type UpdateLabelsPayload struct { // The Kubernetes labels to add or update. AddOrUpdateLabels map[string]*string `locationName:"addOrUpdateLabels" type:"map"` // The Kubernetes labels to remove. RemoveLabels []*string `locationName:"removeLabels" type:"list"` // contains filtered or unexported fields }
An object representing a Kubernetes label change for a managed node group.
func (UpdateLabelsPayload) GoString ¶ added in v1.25.36
func (s UpdateLabelsPayload) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateLabelsPayload) SetAddOrUpdateLabels ¶ added in v1.25.36
func (s *UpdateLabelsPayload) SetAddOrUpdateLabels(v map[string]*string) *UpdateLabelsPayload
SetAddOrUpdateLabels sets the AddOrUpdateLabels field's value.
func (*UpdateLabelsPayload) SetRemoveLabels ¶ added in v1.25.36
func (s *UpdateLabelsPayload) SetRemoveLabels(v []*string) *UpdateLabelsPayload
SetRemoveLabels sets the RemoveLabels field's value.
func (UpdateLabelsPayload) String ¶ added in v1.25.36
func (s UpdateLabelsPayload) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateNodegroupConfigInput ¶ added in v1.25.36
type UpdateNodegroupConfigInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The Kubernetes labels to apply to the nodes in the node group after the update. Labels *UpdateLabelsPayload `locationName:"labels" type:"structure"` // The name of the managed node group to update. // // NodegroupName is a required field NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"` // The scaling configuration details for the Auto Scaling group after the update. ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"` // The Kubernetes taints to be applied to the nodes in the node group after // the update. For more information, see Node taints on managed node groups // (https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html). Taints *UpdateTaintsPayload `locationName:"taints" type:"structure"` // The node group update configuration. UpdateConfig *NodegroupUpdateConfig `locationName:"updateConfig" type:"structure"` // contains filtered or unexported fields }
func (UpdateNodegroupConfigInput) GoString ¶ added in v1.25.36
func (s UpdateNodegroupConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateNodegroupConfigInput) SetClientRequestToken ¶ added in v1.25.36
func (s *UpdateNodegroupConfigInput) SetClientRequestToken(v string) *UpdateNodegroupConfigInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*UpdateNodegroupConfigInput) SetClusterName ¶ added in v1.25.36
func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput
SetClusterName sets the ClusterName field's value.
func (*UpdateNodegroupConfigInput) SetLabels ¶ added in v1.25.36
func (s *UpdateNodegroupConfigInput) SetLabels(v *UpdateLabelsPayload) *UpdateNodegroupConfigInput
SetLabels sets the Labels field's value.
func (*UpdateNodegroupConfigInput) SetNodegroupName ¶ added in v1.25.36
func (s *UpdateNodegroupConfigInput) SetNodegroupName(v string) *UpdateNodegroupConfigInput
SetNodegroupName sets the NodegroupName field's value.
func (*UpdateNodegroupConfigInput) SetScalingConfig ¶ added in v1.25.36
func (s *UpdateNodegroupConfigInput) SetScalingConfig(v *NodegroupScalingConfig) *UpdateNodegroupConfigInput
SetScalingConfig sets the ScalingConfig field's value.
func (*UpdateNodegroupConfigInput) SetTaints ¶ added in v1.38.37
func (s *UpdateNodegroupConfigInput) SetTaints(v *UpdateTaintsPayload) *UpdateNodegroupConfigInput
SetTaints sets the Taints field's value.
func (*UpdateNodegroupConfigInput) SetUpdateConfig ¶ added in v1.38.56
func (s *UpdateNodegroupConfigInput) SetUpdateConfig(v *NodegroupUpdateConfig) *UpdateNodegroupConfigInput
SetUpdateConfig sets the UpdateConfig field's value.
func (UpdateNodegroupConfigInput) String ¶ added in v1.25.36
func (s UpdateNodegroupConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateNodegroupConfigInput) Validate ¶ added in v1.25.36
func (s *UpdateNodegroupConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateNodegroupConfigOutput ¶ added in v1.25.36
type UpdateNodegroupConfigOutput struct { // An object representing an asynchronous update. Update *Update `locationName:"update" type:"structure"` // contains filtered or unexported fields }
func (UpdateNodegroupConfigOutput) GoString ¶ added in v1.25.36
func (s UpdateNodegroupConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateNodegroupConfigOutput) SetUpdate ¶ added in v1.25.36
func (s *UpdateNodegroupConfigOutput) SetUpdate(v *Update) *UpdateNodegroupConfigOutput
SetUpdate sets the Update field's value.
func (UpdateNodegroupConfigOutput) String ¶ added in v1.25.36
func (s UpdateNodegroupConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateNodegroupVersionInput ¶ added in v1.25.36
type UpdateNodegroupVersionInput struct { // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of your cluster. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // Force the update if any Pod on the existing node group can't be drained due // to a Pod disruption budget issue. If an update fails because all Pods can't // be drained, you can force the update after it fails to terminate the old // node whether or not any Pod is running on the node. Force *bool `locationName:"force" type:"boolean"` // An object representing a node group's launch template specification. You // can only update a node group using a launch template if the node group was // originally deployed with a launch template. LaunchTemplate *LaunchTemplateSpecification `locationName:"launchTemplate" type:"structure"` // The name of the managed node group to update. // // NodegroupName is a required field NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"` // The AMI version of the Amazon EKS optimized AMI to use for the update. By // default, the latest available AMI version for the node group's Kubernetes // version is used. For information about Linux versions, see Amazon EKS optimized // Amazon Linux AMI versions (https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html) // in the Amazon EKS User Guide. Amazon EKS managed node groups support the // November 2022 and later releases of the Windows AMIs. For information about // Windows versions, see Amazon EKS optimized Windows AMI versions (https://docs.aws.amazon.com/eks/latest/userguide/eks-ami-versions-windows.html) // in the Amazon EKS User Guide. // // If you specify launchTemplate, and your launch template uses a custom AMI, // then don't specify releaseVersion, or the node group update will fail. For // more information about using launch templates with Amazon EKS, see Launch // template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. ReleaseVersion *string `locationName:"releaseVersion" type:"string"` // The Kubernetes version to update to. If no version is specified, then the // Kubernetes version of the node group does not change. You can specify the // Kubernetes version of the cluster to update the node group to the latest // AMI version of the cluster's Kubernetes version. If you specify launchTemplate, // and your launch template uses a custom AMI, then don't specify version, or // the node group update will fail. For more information about using launch // templates with Amazon EKS, see Launch template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
func (UpdateNodegroupVersionInput) GoString ¶ added in v1.25.36
func (s UpdateNodegroupVersionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateNodegroupVersionInput) SetClientRequestToken ¶ added in v1.25.36
func (s *UpdateNodegroupVersionInput) SetClientRequestToken(v string) *UpdateNodegroupVersionInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*UpdateNodegroupVersionInput) SetClusterName ¶ added in v1.25.36
func (s *UpdateNodegroupVersionInput) SetClusterName(v string) *UpdateNodegroupVersionInput
SetClusterName sets the ClusterName field's value.
func (*UpdateNodegroupVersionInput) SetForce ¶ added in v1.25.36
func (s *UpdateNodegroupVersionInput) SetForce(v bool) *UpdateNodegroupVersionInput
SetForce sets the Force field's value.
func (*UpdateNodegroupVersionInput) SetLaunchTemplate ¶ added in v1.34.4
func (s *UpdateNodegroupVersionInput) SetLaunchTemplate(v *LaunchTemplateSpecification) *UpdateNodegroupVersionInput
SetLaunchTemplate sets the LaunchTemplate field's value.
func (*UpdateNodegroupVersionInput) SetNodegroupName ¶ added in v1.25.36
func (s *UpdateNodegroupVersionInput) SetNodegroupName(v string) *UpdateNodegroupVersionInput
SetNodegroupName sets the NodegroupName field's value.
func (*UpdateNodegroupVersionInput) SetReleaseVersion ¶ added in v1.25.36
func (s *UpdateNodegroupVersionInput) SetReleaseVersion(v string) *UpdateNodegroupVersionInput
SetReleaseVersion sets the ReleaseVersion field's value.
func (*UpdateNodegroupVersionInput) SetVersion ¶ added in v1.25.36
func (s *UpdateNodegroupVersionInput) SetVersion(v string) *UpdateNodegroupVersionInput
SetVersion sets the Version field's value.
func (UpdateNodegroupVersionInput) String ¶ added in v1.25.36
func (s UpdateNodegroupVersionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateNodegroupVersionInput) Validate ¶ added in v1.25.36
func (s *UpdateNodegroupVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateNodegroupVersionOutput ¶ added in v1.25.36
type UpdateNodegroupVersionOutput struct { // An object representing an asynchronous update. Update *Update `locationName:"update" type:"structure"` // contains filtered or unexported fields }
func (UpdateNodegroupVersionOutput) GoString ¶ added in v1.25.36
func (s UpdateNodegroupVersionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateNodegroupVersionOutput) SetUpdate ¶ added in v1.25.36
func (s *UpdateNodegroupVersionOutput) SetUpdate(v *Update) *UpdateNodegroupVersionOutput
SetUpdate sets the Update field's value.
func (UpdateNodegroupVersionOutput) String ¶ added in v1.25.36
func (s UpdateNodegroupVersionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateParam ¶ added in v1.16.4
type UpdateParam struct { // The keys associated with an update request. Type *string `locationName:"type" type:"string" enum:"UpdateParamType"` // The value of the keys submitted as part of an update request. Value *string `locationName:"value" type:"string"` // contains filtered or unexported fields }
An object representing the details of an update request.
func (UpdateParam) GoString ¶ added in v1.16.4
func (s UpdateParam) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateParam) SetType ¶ added in v1.16.4
func (s *UpdateParam) SetType(v string) *UpdateParam
SetType sets the Type field's value.
func (*UpdateParam) SetValue ¶ added in v1.16.4
func (s *UpdateParam) SetValue(v string) *UpdateParam
SetValue sets the Value field's value.
func (UpdateParam) String ¶ added in v1.16.4
func (s UpdateParam) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdatePodIdentityAssociationInput ¶ added in v1.48.4
type UpdatePodIdentityAssociationInput struct { // The ID of the association to be updated. // // AssociationId is a required field AssociationId *string `location:"uri" locationName:"associationId" type:"string" required:"true"` // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"` // The name of the cluster that you want to update the association in. // // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"` // The new IAM role to change the RoleArn *string `locationName:"roleArn" type:"string"` // contains filtered or unexported fields }
func (UpdatePodIdentityAssociationInput) GoString ¶ added in v1.48.4
func (s UpdatePodIdentityAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdatePodIdentityAssociationInput) SetAssociationId ¶ added in v1.48.4
func (s *UpdatePodIdentityAssociationInput) SetAssociationId(v string) *UpdatePodIdentityAssociationInput
SetAssociationId sets the AssociationId field's value.
func (*UpdatePodIdentityAssociationInput) SetClientRequestToken ¶ added in v1.48.4
func (s *UpdatePodIdentityAssociationInput) SetClientRequestToken(v string) *UpdatePodIdentityAssociationInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*UpdatePodIdentityAssociationInput) SetClusterName ¶ added in v1.48.4
func (s *UpdatePodIdentityAssociationInput) SetClusterName(v string) *UpdatePodIdentityAssociationInput
SetClusterName sets the ClusterName field's value.
func (*UpdatePodIdentityAssociationInput) SetRoleArn ¶ added in v1.48.4
func (s *UpdatePodIdentityAssociationInput) SetRoleArn(v string) *UpdatePodIdentityAssociationInput
SetRoleArn sets the RoleArn field's value.
func (UpdatePodIdentityAssociationInput) String ¶ added in v1.48.4
func (s UpdatePodIdentityAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdatePodIdentityAssociationInput) Validate ¶ added in v1.48.4
func (s *UpdatePodIdentityAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdatePodIdentityAssociationOutput ¶ added in v1.48.4
type UpdatePodIdentityAssociationOutput struct { // The full description of the EKS Pod Identity association that was updated. Association *PodIdentityAssociation `locationName:"association" type:"structure"` // contains filtered or unexported fields }
func (UpdatePodIdentityAssociationOutput) GoString ¶ added in v1.48.4
func (s UpdatePodIdentityAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdatePodIdentityAssociationOutput) SetAssociation ¶ added in v1.48.4
func (s *UpdatePodIdentityAssociationOutput) SetAssociation(v *PodIdentityAssociation) *UpdatePodIdentityAssociationOutput
SetAssociation sets the Association field's value.
func (UpdatePodIdentityAssociationOutput) String ¶ added in v1.48.4
func (s UpdatePodIdentityAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateTaintsPayload ¶ added in v1.38.37
type UpdateTaintsPayload struct { // Kubernetes taints to be added or updated. AddOrUpdateTaints []*Taint `locationName:"addOrUpdateTaints" type:"list"` // Kubernetes taints to remove. RemoveTaints []*Taint `locationName:"removeTaints" type:"list"` // contains filtered or unexported fields }
An object representing the details of an update to a taints payload. For more information, see Node taints on managed node groups (https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html) in the Amazon EKS User Guide.
func (UpdateTaintsPayload) GoString ¶ added in v1.38.37
func (s UpdateTaintsPayload) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateTaintsPayload) SetAddOrUpdateTaints ¶ added in v1.38.37
func (s *UpdateTaintsPayload) SetAddOrUpdateTaints(v []*Taint) *UpdateTaintsPayload
SetAddOrUpdateTaints sets the AddOrUpdateTaints field's value.
func (*UpdateTaintsPayload) SetRemoveTaints ¶ added in v1.38.37
func (s *UpdateTaintsPayload) SetRemoveTaints(v []*Taint) *UpdateTaintsPayload
SetRemoveTaints sets the RemoveTaints field's value.
func (UpdateTaintsPayload) String ¶ added in v1.38.37
func (s UpdateTaintsPayload) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateTaintsPayload) Validate ¶ added in v1.38.37
func (s *UpdateTaintsPayload) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type VpcConfigRequest ¶
type VpcConfigRequest struct { // Set this value to true to enable private access for your cluster's Kubernetes // API server endpoint. If you enable private access, Kubernetes API requests // from within your cluster's VPC use the private VPC endpoint. The default // value for this parameter is false, which disables private access for your // Kubernetes API server. If you disable private access and you have nodes or // Fargate pods in the cluster, then ensure that publicAccessCidrs includes // the necessary CIDR blocks for communication with the nodes or Fargate pods. // For more information, see Amazon EKS cluster endpoint access control (https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) // in the Amazon EKS User Guide . EndpointPrivateAccess *bool `locationName:"endpointPrivateAccess" type:"boolean"` // Set this value to false to disable public access to your cluster's Kubernetes // API server endpoint. If you disable public access, your cluster's Kubernetes // API server can only receive requests from within the cluster VPC. The default // value for this parameter is true, which enables public access for your Kubernetes // API server. For more information, see Amazon EKS cluster endpoint access // control (https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) // in the Amazon EKS User Guide . EndpointPublicAccess *bool `locationName:"endpointPublicAccess" type:"boolean"` // The CIDR blocks that are allowed access to your cluster's public Kubernetes // API server endpoint. Communication to the endpoint from addresses outside // of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. // If you've disabled private endpoint access, make sure that you specify the // necessary CIDR blocks for every node and Fargate Pod in the cluster. For // more information, see Amazon EKS cluster endpoint access control (https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) // in the Amazon EKS User Guide . PublicAccessCidrs []*string `locationName:"publicAccessCidrs" type:"list"` // Specify one or more security groups for the cross-account elastic network // interfaces that Amazon EKS creates to use that allow communication between // your nodes and the Kubernetes control plane. If you don't specify any security // groups, then familiarize yourself with the difference between Amazon EKS // defaults for clusters deployed with Kubernetes. For more information, see // Amazon EKS security group considerations (https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) // in the Amazon EKS User Guide . SecurityGroupIds []*string `locationName:"securityGroupIds" type:"list"` // Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account // elastic network interfaces in these subnets to allow communication between // your nodes and the Kubernetes control plane. SubnetIds []*string `locationName:"subnetIds" type:"list"` // contains filtered or unexported fields }
An object representing the VPC configuration to use for an Amazon EKS cluster.
func (VpcConfigRequest) GoString ¶
func (s VpcConfigRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VpcConfigRequest) SetEndpointPrivateAccess ¶ added in v1.18.5
func (s *VpcConfigRequest) SetEndpointPrivateAccess(v bool) *VpcConfigRequest
SetEndpointPrivateAccess sets the EndpointPrivateAccess field's value.
func (*VpcConfigRequest) SetEndpointPublicAccess ¶ added in v1.18.5
func (s *VpcConfigRequest) SetEndpointPublicAccess(v bool) *VpcConfigRequest
SetEndpointPublicAccess sets the EndpointPublicAccess field's value.
func (*VpcConfigRequest) SetPublicAccessCidrs ¶ added in v1.26.7
func (s *VpcConfigRequest) SetPublicAccessCidrs(v []*string) *VpcConfigRequest
SetPublicAccessCidrs sets the PublicAccessCidrs field's value.
func (*VpcConfigRequest) SetSecurityGroupIds ¶
func (s *VpcConfigRequest) SetSecurityGroupIds(v []*string) *VpcConfigRequest
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigRequest) SetSubnetIds ¶
func (s *VpcConfigRequest) SetSubnetIds(v []*string) *VpcConfigRequest
SetSubnetIds sets the SubnetIds field's value.
func (VpcConfigRequest) String ¶
func (s VpcConfigRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type VpcConfigResponse ¶
type VpcConfigResponse struct { // The cluster security group that was created by Amazon EKS for the cluster. // Managed node groups use this security group for control-plane-to-data-plane // communication. ClusterSecurityGroupId *string `locationName:"clusterSecurityGroupId" type:"string"` // This parameter indicates whether the Amazon EKS private API server endpoint // is enabled. If the Amazon EKS private API server endpoint is enabled, Kubernetes // API requests that originate from within your cluster's VPC use the private // VPC endpoint instead of traversing the internet. If this value is disabled // and you have nodes or Fargate pods in the cluster, then ensure that publicAccessCidrs // includes the necessary CIDR blocks for communication with the nodes or Fargate // pods. For more information, see Amazon EKS cluster endpoint access control // (https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) // in the Amazon EKS User Guide . EndpointPrivateAccess *bool `locationName:"endpointPrivateAccess" type:"boolean"` // Whether the public API server endpoint is enabled. EndpointPublicAccess *bool `locationName:"endpointPublicAccess" type:"boolean"` // The CIDR blocks that are allowed access to your cluster's public Kubernetes // API server endpoint. PublicAccessCidrs []*string `locationName:"publicAccessCidrs" type:"list"` // The security groups associated with the cross-account elastic network interfaces // that are used to allow communication between your nodes and the Kubernetes // control plane. SecurityGroupIds []*string `locationName:"securityGroupIds" type:"list"` // The subnets associated with your cluster. SubnetIds []*string `locationName:"subnetIds" type:"list"` // The VPC associated with your cluster. VpcId *string `locationName:"vpcId" type:"string"` // contains filtered or unexported fields }
An object representing an Amazon EKS cluster VPC configuration response.
func (VpcConfigResponse) GoString ¶
func (s VpcConfigResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VpcConfigResponse) SetClusterSecurityGroupId ¶ added in v1.25.36
func (s *VpcConfigResponse) SetClusterSecurityGroupId(v string) *VpcConfigResponse
SetClusterSecurityGroupId sets the ClusterSecurityGroupId field's value.
func (*VpcConfigResponse) SetEndpointPrivateAccess ¶ added in v1.18.5
func (s *VpcConfigResponse) SetEndpointPrivateAccess(v bool) *VpcConfigResponse
SetEndpointPrivateAccess sets the EndpointPrivateAccess field's value.
func (*VpcConfigResponse) SetEndpointPublicAccess ¶ added in v1.18.5
func (s *VpcConfigResponse) SetEndpointPublicAccess(v bool) *VpcConfigResponse
SetEndpointPublicAccess sets the EndpointPublicAccess field's value.
func (*VpcConfigResponse) SetPublicAccessCidrs ¶ added in v1.26.7
func (s *VpcConfigResponse) SetPublicAccessCidrs(v []*string) *VpcConfigResponse
SetPublicAccessCidrs sets the PublicAccessCidrs field's value.
func (*VpcConfigResponse) SetSecurityGroupIds ¶
func (s *VpcConfigResponse) SetSecurityGroupIds(v []*string) *VpcConfigResponse
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigResponse) SetSubnetIds ¶
func (s *VpcConfigResponse) SetSubnetIds(v []*string) *VpcConfigResponse
SetSubnetIds sets the SubnetIds field's value.
func (*VpcConfigResponse) SetVpcId ¶
func (s *VpcConfigResponse) SetVpcId(v string) *VpcConfigResponse
SetVpcId sets the VpcId field's value.
func (VpcConfigResponse) String ¶
func (s VpcConfigResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package eksiface provides an interface to enable mocking the Amazon Elastic Kubernetes Service service client for testing your code.
|
Package eksiface provides an interface to enable mocking the Amazon Elastic Kubernetes Service service client for testing your code. |