Class: Aws::ARCRegionswitch::Types::KubernetesScalingResource

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

Overview

Defines a Kubernetes resource to scale in an Amazon EKS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hpa_nameString

The hpaname for the Kubernetes resource.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1208

class KubernetesScalingResource < Struct.new(
  :namespace,
  :name,
  :hpa_name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the Kubernetes resource.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1208

class KubernetesScalingResource < Struct.new(
  :namespace,
  :name,
  :hpa_name)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace for the Kubernetes resource.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1208

class KubernetesScalingResource < Struct.new(
  :namespace,
  :name,
  :hpa_name)
  SENSITIVE = []
  include Aws::Structure
end