Class: Aws::Types::EksPodPropertiesDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#containers::Array[Types::EksContainerDetail]

Returns the value of attribute containers.

Returns:



808
809
810
# File 'sig/types.rbs', line 808

def containers
  @containers
end

#dns_policy::String

Returns the value of attribute dns_policy.

Returns:



806
807
808
# File 'sig/types.rbs', line 806

def dns_policy
  @dns_policy
end

#host_networkBoolean

Returns the value of attribute host_network.

Returns:



805
806
807
# File 'sig/types.rbs', line 805

def host_network
  @host_network
end

#image_pull_secrets::Array[Types::ImagePullSecret]

Returns the value of attribute image_pull_secrets.

Returns:



807
808
809
# File 'sig/types.rbs', line 807

def image_pull_secrets
  @image_pull_secrets
end

#init_containers::Array[Types::EksContainerDetail]

Returns the value of attribute init_containers.

Returns:



809
810
811
# File 'sig/types.rbs', line 809

def init_containers
  @init_containers
end

#metadataTypes::EksMetadata

Returns the value of attribute metadata.

Returns:



813
814
815
# File 'sig/types.rbs', line 813

def 
  
end

#node_name::String

Returns the value of attribute node_name.

Returns:



812
813
814
# File 'sig/types.rbs', line 812

def node_name
  @node_name
end

#pod_name::String

Returns the value of attribute pod_name.

Returns:



811
812
813
# File 'sig/types.rbs', line 811

def pod_name
  @pod_name
end

#service_account_name::String

Returns the value of attribute service_account_name.

Returns:



804
805
806
# File 'sig/types.rbs', line 804

def 
  
end

#share_process_namespaceBoolean

Returns the value of attribute share_process_namespace.

Returns:



814
815
816
# File 'sig/types.rbs', line 814

def share_process_namespace
  @share_process_namespace
end

#volumes::Array[Types::EksVolume]

Returns the value of attribute volumes.

Returns:



810
811
812
# File 'sig/types.rbs', line 810

def volumes
  @volumes
end