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