Class: Aws::Types::EksPodProperties
- Inherits:
-
Object
- Object
- Aws::Types::EksPodProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Array[Types::EksContainer]
Returns the value of attribute containers.
-
#dns_policy ⇒ ::String
Returns the value of attribute dns_policy.
-
#host_network ⇒ Boolean
Returns the value of attribute host_network.
-
#image_pull_secrets ⇒ ::Array[Types::ImagePullSecret]
Returns the value of attribute image_pull_secrets.
-
#init_containers ⇒ ::Array[Types::EksContainer]
Returns the value of attribute init_containers.
-
#metadata ⇒ Types::EksMetadata
Returns the value of attribute metadata.
-
#service_account_name ⇒ ::String
Returns the value of attribute service_account_name.
-
#share_process_namespace ⇒ Boolean
Returns the value of attribute share_process_namespace.
-
#volumes ⇒ ::Array[Types::EksVolume]
Returns the value of attribute volumes.
Instance Attribute Details
#containers ⇒ ::Array[Types::EksContainer]
Returns the value of attribute containers.
757 758 759 |
# File 'sig/types.rbs', line 757 def containers @containers end |
#dns_policy ⇒ ::String
Returns the value of attribute dns_policy.
755 756 757 |
# File 'sig/types.rbs', line 755 def dns_policy @dns_policy end |
#host_network ⇒ Boolean
Returns the value of attribute host_network.
754 755 756 |
# File 'sig/types.rbs', line 754 def host_network @host_network end |
#image_pull_secrets ⇒ ::Array[Types::ImagePullSecret]
Returns the value of attribute image_pull_secrets.
756 757 758 |
# File 'sig/types.rbs', line 756 def image_pull_secrets @image_pull_secrets end |
#init_containers ⇒ ::Array[Types::EksContainer]
Returns the value of attribute init_containers.
758 759 760 |
# File 'sig/types.rbs', line 758 def init_containers @init_containers end |
#metadata ⇒ Types::EksMetadata
Returns the value of attribute metadata.
760 761 762 |
# File 'sig/types.rbs', line 760 def @metadata end |
#service_account_name ⇒ ::String
Returns the value of attribute service_account_name.
753 754 755 |
# File 'sig/types.rbs', line 753 def service_account_name @service_account_name end |
#share_process_namespace ⇒ Boolean
Returns the value of attribute share_process_namespace.
761 762 763 |
# File 'sig/types.rbs', line 761 def share_process_namespace @share_process_namespace end |
#volumes ⇒ ::Array[Types::EksVolume]
Returns the value of attribute volumes.
759 760 761 |
# File 'sig/types.rbs', line 759 def volumes @volumes end |