Struct aws_sdk_eks::input::UpdateNodegroupConfigInput
source · [−]#[non_exhaustive]pub struct UpdateNodegroupConfigInput {
pub cluster_name: Option<String>,
pub nodegroup_name: Option<String>,
pub labels: Option<UpdateLabelsPayload>,
pub taints: Option<UpdateTaintsPayload>,
pub scaling_config: Option<NodegroupScalingConfig>,
pub update_config: Option<NodegroupUpdateConfig>,
pub client_request_token: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.cluster_name: Option<String>The name of the Amazon EKS cluster that the managed node group resides in.
nodegroup_name: Option<String>The name of the managed node group to update.
labels: Option<UpdateLabelsPayload>The Kubernetes labels to be applied to the nodes in the node group after the update.
taints: Option<UpdateTaintsPayload>The Kubernetes taints to be applied to the nodes in the node group after the update.
scaling_config: Option<NodegroupScalingConfig>The scaling configuration details for the Auto Scaling group after the update.
update_config: Option<NodegroupUpdateConfig>The node group update configuration.
client_request_token: Option<String>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateNodegroupConfig, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateNodegroupConfig, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateNodegroupConfig>
Creates a new builder-style object to manufacture UpdateNodegroupConfigInput
The name of the Amazon EKS cluster that the managed node group resides in.
The name of the managed node group to update.
The Kubernetes labels to be applied to the nodes in the node group after the update.
The Kubernetes taints to be applied to the nodes in the node group after the update.
The scaling configuration details for the Auto Scaling group after the update.
The node group update configuration.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdateNodegroupConfigInput
impl Send for UpdateNodegroupConfigInput
impl Sync for UpdateNodegroupConfigInput
impl Unpin for UpdateNodegroupConfigInput
impl UnwindSafe for UpdateNodegroupConfigInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more