Class: Aws::ARCRegionswitch::Types::KubernetesScalingResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::KubernetesScalingResource
- 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
-
#hpa_name ⇒ String
The hpaname for the Kubernetes resource.
-
#name ⇒ String
The name for the Kubernetes resource.
-
#namespace ⇒ String
The namespace for the Kubernetes resource.
Instance Attribute Details
#hpa_name ⇒ String
The hpaname for the Kubernetes resource.
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 |
#name ⇒ String
The name for the Kubernetes resource.
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 |
#namespace ⇒ String
The namespace for the Kubernetes resource.
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 |