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:



764
765
766
# File 'sig/types.rbs', line 764

def containers
  @containers
end

#dns_policy::String

Returns the value of attribute dns_policy.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def dns_policy
  @dns_policy
end

#host_networkBoolean

Returns the value of attribute host_network.

Returns:

  • (Boolean)


761
762
763
# File 'sig/types.rbs', line 761

def host_network
  @host_network
end

#image_pull_secrets::Array[Types::ImagePullSecret]

Returns the value of attribute image_pull_secrets.

Returns:



763
764
765
# File 'sig/types.rbs', line 763

def image_pull_secrets
  @image_pull_secrets
end

#init_containers::Array[Types::EksContainer]

Returns the value of attribute init_containers.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def init_containers
  @init_containers
end

#metadataTypes::EksMetadata

Returns the value of attribute metadata.

Returns:



767
768
769
# File 'sig/types.rbs', line 767

def 
  @metadata
end

#service_account_name::String

Returns the value of attribute service_account_name.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def 
  @service_account_name
end

#share_process_namespaceBoolean

Returns the value of attribute share_process_namespace.

Returns:

  • (Boolean)


768
769
770
# File 'sig/types.rbs', line 768

def share_process_namespace
  @share_process_namespace
end

#volumes::Array[Types::EksVolume]

Returns the value of attribute volumes.

Returns:



766
767
768
# File 'sig/types.rbs', line 766

def volumes
  @volumes
end