Struct rusoto_eks::Cluster[][src]

pub struct Cluster {
Show fields pub arn: Option<String>, pub certificate_authority: Option<Certificate>, pub client_request_token: Option<String>, pub created_at: Option<f64>, pub encryption_config: Option<Vec<EncryptionConfig>>, pub endpoint: Option<String>, pub identity: Option<Identity>, pub kubernetes_network_config: Option<KubernetesNetworkConfigResponse>, pub logging: Option<Logging>, pub name: Option<String>, pub platform_version: Option<String>, pub resources_vpc_config: Option<VpcConfigResponse>, pub role_arn: Option<String>, pub status: Option<String>, pub tags: Option<HashMap<String, String>>, pub version: Option<String>,
}
Expand description

An object representing an Amazon EKS cluster.

Fields

arn: Option<String>

The Amazon Resource Name (ARN) of the cluster.

certificate_authority: Option<Certificate>

The certificate-authority-data for your cluster.

client_request_token: Option<String>

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

created_at: Option<f64>

The Unix epoch timestamp in seconds for when the cluster was created.

encryption_config: Option<Vec<EncryptionConfig>>

The encryption configuration for the cluster.

endpoint: Option<String>

The endpoint for your Kubernetes API server.

identity: Option<Identity>

The identity provider information for the cluster.

kubernetes_network_config: Option<KubernetesNetworkConfigResponse>

The Kubernetes network configuration for the cluster.

logging: Option<Logging>

The logging configuration for your cluster.

name: Option<String>

The name of the cluster.

platform_version: Option<String>

The platform version of your Amazon EKS cluster. For more information, see Platform Versions in the Amazon EKS User Guide .

resources_vpc_config: Option<VpcConfigResponse>

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 and Cluster Security Group Considerations in the Amazon EKS User Guide.

role_arn: Option<String>

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.

status: Option<String>

The current status of the cluster.

tags: Option<HashMap<String, String>>

The metadata that you apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Cluster tags do not propagate to any other resources associated with the cluster.

version: Option<String>

The Kubernetes server version for the cluster.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.