Struct aws_sdk_eks::types::Compatibility
source · #[non_exhaustive]pub struct Compatibility { /* private fields */ }Expand description
Compatibility information.
Implementations§
source§impl Compatibility
impl Compatibility
sourcepub fn cluster_version(&self) -> Option<&str>
pub fn cluster_version(&self) -> Option<&str>
The supported Kubernetes version of the cluster.
sourcepub fn platform_versions(&self) -> Option<&[String]>
pub fn platform_versions(&self) -> Option<&[String]>
The supported compute platform.
sourcepub fn default_version(&self) -> bool
pub fn default_version(&self) -> bool
The supported default version.
source§impl Compatibility
impl Compatibility
sourcepub fn builder() -> CompatibilityBuilder
pub fn builder() -> CompatibilityBuilder
Creates a new builder-style object to manufacture Compatibility.
Trait Implementations§
source§impl Clone for Compatibility
impl Clone for Compatibility
source§fn clone(&self) -> Compatibility
fn clone(&self) -> Compatibility
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Compatibility
impl Debug for Compatibility
source§impl PartialEq<Compatibility> for Compatibility
impl PartialEq<Compatibility> for Compatibility
source§fn eq(&self, other: &Compatibility) -> bool
fn eq(&self, other: &Compatibility) -> bool
This method tests for
self and other values to be equal, and is used
by ==.