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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1388
1389
1390
1391
1392
1393
1394
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1388

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

#nameString

The name for the Kubernetes resource.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1388

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

#namespaceString

The namespace for the Kubernetes resource.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1388

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