Class: Aws::EKS::Types::DeprecationDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

The summary information about deprecated resource usage for an insight check in the UPGRADE_READINESS category.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_statsArray<Types::ClientStat>

Details about Kubernetes clients using the deprecated resources.

Returns:



2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2098

class DeprecationDetail < Struct.new(
  :usage,
  :replaced_with,
  :stop_serving_version,
  :start_serving_replacement_version,
  :client_stats)
  SENSITIVE = []
  include Aws::Structure
end

#replaced_withString

The newer version of the resource to migrate to if applicable.

Returns:

  • (String)


2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2098

class DeprecationDetail < Struct.new(
  :usage,
  :replaced_with,
  :stop_serving_version,
  :start_serving_replacement_version,
  :client_stats)
  SENSITIVE = []
  include Aws::Structure
end

#start_serving_replacement_versionString

The version of the software where the newer resource version became available to migrate to if applicable.

Returns:

  • (String)


2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2098

class DeprecationDetail < Struct.new(
  :usage,
  :replaced_with,
  :stop_serving_version,
  :start_serving_replacement_version,
  :client_stats)
  SENSITIVE = []
  include Aws::Structure
end

#stop_serving_versionString

The version of the software where the deprecated resource version will stop being served.

Returns:

  • (String)


2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2098

class DeprecationDetail < Struct.new(
  :usage,
  :replaced_with,
  :stop_serving_version,
  :start_serving_replacement_version,
  :client_stats)
  SENSITIVE = []
  include Aws::Structure
end

#usageString

The deprecated version of the resource.

Returns:

  • (String)


2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2098

class DeprecationDetail < Struct.new(
  :usage,
  :replaced_with,
  :stop_serving_version,
  :start_serving_replacement_version,
  :client_stats)
  SENSITIVE = []
  include Aws::Structure
end