Class: Aws::Types::EksPodProperties

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::EksContainer]

Returns the value of attribute containers.

Returns:



795
796
797
# File 'sig/types.rbs', line 795

def containers
  @containers
end

#dns_policy::String

Returns the value of attribute dns_policy.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def dns_policy
  @dns_policy
end

#host_networkBoolean

Returns the value of attribute host_network.

Returns:

  • (Boolean)


792
793
794
# File 'sig/types.rbs', line 792

def host_network
  @host_network
end

#image_pull_secrets::Array[Types::ImagePullSecret]

Returns the value of attribute image_pull_secrets.

Returns:



794
795
796
# File 'sig/types.rbs', line 794

def image_pull_secrets
  @image_pull_secrets
end

#init_containers::Array[Types::EksContainer]

Returns the value of attribute init_containers.

Returns:



796
797
798
# File 'sig/types.rbs', line 796

def init_containers
  @init_containers
end

#metadataTypes::EksMetadata

Returns the value of attribute metadata.

Returns:



798
799
800
# File 'sig/types.rbs', line 798

def 
  
end

#service_account_name::String

Returns the value of attribute service_account_name.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def 
  
end

#share_process_namespaceBoolean

Returns the value of attribute share_process_namespace.

Returns:

  • (Boolean)


799
800
801
# File 'sig/types.rbs', line 799

def share_process_namespace
  @share_process_namespace
end

#volumes::Array[Types::EksVolume]

Returns the value of attribute volumes.

Returns:



797
798
799
# File 'sig/types.rbs', line 797

def volumes
  @volumes
end