Class: Aws::Types::EksPodPropertiesDetail
- Inherits:
-
Object
- Object
- Aws::Types::EksPodPropertiesDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Array[Types::EksContainerDetail]
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::EksContainerDetail]
Returns the value of attribute init_containers.
-
#metadata ⇒ Types::EksMetadata
Returns the value of attribute metadata.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#pod_name ⇒ ::String
Returns the value of attribute pod_name.
-
#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::EksContainerDetail]
Returns the value of attribute containers.
777 778 779 |
# File 'sig/types.rbs', line 777 def containers @containers end |
#dns_policy ⇒ ::String
Returns the value of attribute dns_policy.
775 776 777 |
# File 'sig/types.rbs', line 775 def dns_policy @dns_policy end |
#host_network ⇒ Boolean
Returns the value of attribute host_network.
774 775 776 |
# File 'sig/types.rbs', line 774 def host_network @host_network end |
#image_pull_secrets ⇒ ::Array[Types::ImagePullSecret]
Returns the value of attribute image_pull_secrets.
776 777 778 |
# File 'sig/types.rbs', line 776 def image_pull_secrets @image_pull_secrets end |
#init_containers ⇒ ::Array[Types::EksContainerDetail]
Returns the value of attribute init_containers.
778 779 780 |
# File 'sig/types.rbs', line 778 def init_containers @init_containers end |
#metadata ⇒ Types::EksMetadata
Returns the value of attribute metadata.
782 783 784 |
# File 'sig/types.rbs', line 782 def @metadata end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
781 782 783 |
# File 'sig/types.rbs', line 781 def node_name @node_name end |
#pod_name ⇒ ::String
Returns the value of attribute pod_name.
780 781 782 |
# File 'sig/types.rbs', line 780 def pod_name @pod_name end |
#service_account_name ⇒ ::String
Returns the value of attribute service_account_name.
773 774 775 |
# File 'sig/types.rbs', line 773 def service_account_name @service_account_name end |
#share_process_namespace ⇒ Boolean
Returns the value of attribute share_process_namespace.
783 784 785 |
# File 'sig/types.rbs', line 783 def share_process_namespace @share_process_namespace end |
#volumes ⇒ ::Array[Types::EksVolume]
Returns the value of attribute volumes.
779 780 781 |
# File 'sig/types.rbs', line 779 def volumes @volumes end |