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)


1489
1490
1491
1492
1493
1494
1495
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1489

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

#nameString

The name for the Kubernetes resource.

Returns:

  • (String)


1489
1490
1491
1492
1493
1494
1495
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1489

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

#namespaceString

The namespace for the Kubernetes resource.

Returns:

  • (String)


1489
1490
1491
1492
1493
1494
1495
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1489

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