Home
last modified time | relevance | path

Searched defs:UpdateNodegroupConfigInput (Results 1 – 25 of 67) sorted by relevance

123

/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/eks/
H A Dapi_op_UpdateNodegroupConfig.go20 func (c *Client) UpdateNodegroupConfig(ctx context.Context, params *UpdateNodegroupConfigInput, opt…
35 type UpdateNodegroupConfigInput struct { struct
40 ClusterName *string
45 NodegroupName *string
49 ClientRequestToken *string
53 Labels *types.UpdateLabelsPayload
56 ScalingConfig *types.NodegroupScalingConfig
60 Taints *types.UpdateTaintsPayload
63 UpdateConfig *types.NodegroupUpdateConfig
65 noSmithyDocumentSerde
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/eks/
H A Dapi_op_UpdateNodegroupConfig.go20 func (c *Client) UpdateNodegroupConfig(ctx context.Context, params *UpdateNodegroupConfigInput, opt…
35 type UpdateNodegroupConfigInput struct { struct
40 ClusterName *string
45 NodegroupName *string
49 ClientRequestToken *string
53 Labels *types.UpdateLabelsPayload
56 ScalingConfig *types.NodegroupScalingConfig
60 Taints *types.UpdateTaintsPayload
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/eks/
H A Dapi_op_UpdateNodegroupConfig.go20 func (c *Client) UpdateNodegroupConfig(ctx context.Context, params *UpdateNodegroupConfigInput, opt…
35 type UpdateNodegroupConfigInput struct { struct
40 ClusterName *string
45 NodegroupName *string
49 ClientRequestToken *string
53 Labels *types.UpdateLabelsPayload
56 ScalingConfig *types.NodegroupScalingConfig
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/eks/
H A Dapi_op_UpdateNodegroupConfig.go20 func (c *Client) UpdateNodegroupConfig(ctx context.Context, params *UpdateNodegroupConfigInput, opt…
35 type UpdateNodegroupConfigInput struct { struct
40 ClusterName *string
45 NodegroupName *string
49 ClientRequestToken *string
53 Labels *types.UpdateLabelsPayload
56 ScalingConfig *types.NodegroupScalingConfig
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/eks/
H A Dapi_op_UpdateNodegroupConfig.go20 func (c *Client) UpdateNodegroupConfig(ctx context.Context, params *UpdateNodegroupConfigInput, opt…
35 type UpdateNodegroupConfigInput struct { struct
40 ClusterName *string
45 NodegroupName *string
49 ClientRequestToken *string
53 Labels *types.UpdateLabelsPayload
56 ScalingConfig *types.NodegroupScalingConfig
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/eks/
H A Dapi_op_UpdateNodegroupConfig.go20 func (c *Client) UpdateNodegroupConfig(ctx context.Context, params *UpdateNodegroupConfigInput, opt…
35 type UpdateNodegroupConfigInput struct { struct
40 ClusterName *string
45 NodegroupName *string
49 ClientRequestToken *string
53 Labels *types.UpdateLabelsPayload
56 ScalingConfig *types.NodegroupScalingConfig
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/eks/
H A Dapi_op_UpdateNodegroupConfig.go20 func (c *Client) UpdateNodegroupConfig(ctx context.Context, params *UpdateNodegroupConfigInput, opt…
35 type UpdateNodegroupConfigInput struct { struct
40 ClusterName *string
45 NodegroupName *string
49 ClientRequestToken *string
53 Labels *types.UpdateLabelsPayload
56 ScalingConfig *types.NodegroupScalingConfig
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/eks/
H A Dapi_op_UpdateNodegroupConfig.go20 func (c *Client) UpdateNodegroupConfig(ctx context.Context, params *UpdateNodegroupConfigInput, opt…
35 type UpdateNodegroupConfigInput struct { struct
40 ClusterName *string
45 NodegroupName *string
49 ClientRequestToken *string
53 Labels *types.UpdateLabelsPayload
56 ScalingConfig *types.NodegroupScalingConfig
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go5400 type UpdateNodegroupConfigInput struct { struct
5401 _ struct{} `type:"structure"`
5410 ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"`
5414 Labels *UpdateLabelsPayload `locationName:"labels" type:"structure"`
5419 NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"`
5422 ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"`
5426 func (s UpdateNodegroupConfigInput) String() string {
5431 func (s UpdateNodegroupConfigInput) GoString() string {
5436 func (s *UpdateNodegroupConfigInput) Validate() error {
5469 func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput {
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go5398 type UpdateNodegroupConfigInput struct { struct
5399 _ struct{} `type:"structure"`
5408 ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"`
5412 Labels *UpdateLabelsPayload `locationName:"labels" type:"structure"`
5417 NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"`
5420 ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"`
5424 func (s UpdateNodegroupConfigInput) String() string {
5429 func (s UpdateNodegroupConfigInput) GoString() string {
5434 func (s *UpdateNodegroupConfigInput) Validate() error {
5467 func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/eks/eksiface/
H A Dinterface.go151 UpdateNodegroupConfig(*eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
152 …UpdateNodegroupConfigWithContext(aws.Context, *eks.UpdateNodegroupConfigInput, ...request.Option) …
153 …UpdateNodegroupConfigRequest(*eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegr…
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/eks/eksiface/
H A Dinterface.go151 UpdateNodegroupConfig(*eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
152 …UpdateNodegroupConfigWithContext(aws.Context, *eks.UpdateNodegroupConfigInput, ...request.Option) …
153 …UpdateNodegroupConfigRequest(*eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegr…
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/eks/eksiface/
H A Dinterface.go151 UpdateNodegroupConfig(*eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
152 …UpdateNodegroupConfigWithContext(aws.Context, *eks.UpdateNodegroupConfigInput, ...request.Option) …
153 …UpdateNodegroupConfigRequest(*eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegr…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/eks/eksiface/
H A Dinterface.go151 UpdateNodegroupConfig(*eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
152 …UpdateNodegroupConfigWithContext(aws.Context, *eks.UpdateNodegroupConfigInput, ...request.Option) …
153 …UpdateNodegroupConfigRequest(*eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegr…
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/eks/eksiface/
H A Dinterface.go151 UpdateNodegroupConfig(*eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
152 …UpdateNodegroupConfigWithContext(aws.Context, *eks.UpdateNodegroupConfigInput, ...request.Option) …
153 …UpdateNodegroupConfigRequest(*eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegr…
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/eks/eksiface/
H A Dinterface.go151 UpdateNodegroupConfig(*eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
152 …UpdateNodegroupConfigWithContext(aws.Context, *eks.UpdateNodegroupConfigInput, ...request.Option) …
153 …UpdateNodegroupConfigRequest(*eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegr…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/eks/eksiface/
H A Dinterface.go151 UpdateNodegroupConfig(*eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
152 …UpdateNodegroupConfigWithContext(aws.Context, *eks.UpdateNodegroupConfigInput, ...request.Option) …
153 …UpdateNodegroupConfigRequest(*eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegr…
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go6169 type UpdateNodegroupConfigInput struct { struct
6170 _ struct{} `type:"structure"`
6179 ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"`
6183 Labels *UpdateLabelsPayload `locationName:"labels" type:"structure"`
6188 NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"`
6191 ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"`
6195 func (s UpdateNodegroupConfigInput) String() string {
6200 func (s UpdateNodegroupConfigInput) GoString() string {
6205 func (s *UpdateNodegroupConfigInput) Validate() error {
6238 func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput {
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/eks/
H A Dapi.go6169 type UpdateNodegroupConfigInput struct { struct
6170 _ struct{} `type:"structure"`
6179 ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"`
6183 Labels *UpdateLabelsPayload `locationName:"labels" type:"structure"`
6188 NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"`
6191 ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"`
6195 func (s UpdateNodegroupConfigInput) String() string {
6200 func (s UpdateNodegroupConfigInput) GoString() string {
6205 func (s *UpdateNodegroupConfigInput) Validate() error {
6238 func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/eks/
H A Dapi.go6169 type UpdateNodegroupConfigInput struct { struct
6170 _ struct{} `type:"structure"`
6179 ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"`
6183 Labels *UpdateLabelsPayload `locationName:"labels" type:"structure"`
6188 NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"`
6191 ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"`
6195 func (s UpdateNodegroupConfigInput) String() string {
6200 func (s UpdateNodegroupConfigInput) GoString() string {
6205 func (s *UpdateNodegroupConfigInput) Validate() error {
6238 func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput {
[all …]
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go6166 type UpdateNodegroupConfigInput struct { struct
6167 _ struct{} `type:"structure"`
6176 ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"`
6180 Labels *UpdateLabelsPayload `locationName:"labels" type:"structure"`
6185 NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"`
6188 ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"`
6192 func (s UpdateNodegroupConfigInput) String() string {
6197 func (s UpdateNodegroupConfigInput) GoString() string {
6202 func (s *UpdateNodegroupConfigInput) Validate() error {
6235 func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go6169 type UpdateNodegroupConfigInput struct { struct
6170 _ struct{} `type:"structure"`
6179 ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"`
6183 Labels *UpdateLabelsPayload `locationName:"labels" type:"structure"`
6188 NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"`
6191 ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"`
6195 func (s UpdateNodegroupConfigInput) String() string {
6200 func (s UpdateNodegroupConfigInput) GoString() string {
6205 func (s *UpdateNodegroupConfigInput) Validate() error {
6238 func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/eks/
H A Dapi.go6381 type UpdateNodegroupConfigInput struct { struct
6382 _ struct{} `type:"structure"`
6391 ClusterName *string `location:"uri" locationName:"name" type:"string" required:"true"`
6395 Labels *UpdateLabelsPayload `locationName:"labels" type:"structure"`
6400 NodegroupName *string `location:"uri" locationName:"nodegroupName" type:"string" required:"true"`
6403 ScalingConfig *NodegroupScalingConfig `locationName:"scalingConfig" type:"structure"`
6407 func (s UpdateNodegroupConfigInput) String() string {
6412 func (s UpdateNodegroupConfigInput) GoString() string {
6417 func (s *UpdateNodegroupConfigInput) Validate() error {
6450 func (s *UpdateNodegroupConfigInput) SetClusterName(v string) *UpdateNodegroupConfigInput {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/eks/eksiface/
H A Dinterface.go181 UpdateNodegroupConfig(*eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
182 …UpdateNodegroupConfigWithContext(aws.Context, *eks.UpdateNodegroupConfigInput, ...request.Option) …
183 …UpdateNodegroupConfigRequest(*eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegr…
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/eks/eksiface/
H A Dinterface.go181 UpdateNodegroupConfig(*eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
182 …UpdateNodegroupConfigWithContext(aws.Context, *eks.UpdateNodegroupConfigInput, ...request.Option) …
183 …UpdateNodegroupConfigRequest(*eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegr…

123