Class: Aws::Types::KubernetesWorkload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_uids::Array[::String]

Returns the value of attribute container_uids.

Returns:

  • (::Array[::String])


1775
1776
1777
# File 'sig/types.rbs', line 1775

def container_uids
  @container_uids
end

#kubernetes_resources_types"PODS", ...

Returns the value of attribute kubernetes_resources_types.

Returns:

  • ("PODS", "JOBS", "CRONJOBS", "DEPLOYMENTS", "DAEMONSETS", "STATEFULSETS", "REPLICASETS", "REPLICATIONCONTROLLERS")


1777
1778
1779
# File 'sig/types.rbs', line 1777

def kubernetes_resources_types
  @kubernetes_resources_types
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def namespace
  @namespace
end