Class: Aws::GuardDuty::Types::KubernetesWorkloadDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Details about the Kubernetes workload involved in a Kubernetes finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#containersArray<Types::Container>

Containers running as part of the Kubernetes workload.

Returns:



3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-guardduty/types.rb', line 3349

class KubernetesWorkloadDetails < Struct.new(
  :name,
  :type,
  :uid,
  :namespace,
  :host_network,
  :containers,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end

#host_networkBoolean

Whether the hostNetwork flag is enabled for the pods included in the workload.

Returns:

  • (Boolean)


3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-guardduty/types.rb', line 3349

class KubernetesWorkloadDetails < Struct.new(
  :name,
  :type,
  :uid,
  :namespace,
  :host_network,
  :containers,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Kubernetes workload name.

Returns:

  • (String)


3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-guardduty/types.rb', line 3349

class KubernetesWorkloadDetails < Struct.new(
  :name,
  :type,
  :uid,
  :namespace,
  :host_network,
  :containers,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

Kubernetes namespace that the workload is part of.

Returns:

  • (String)


3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-guardduty/types.rb', line 3349

class KubernetesWorkloadDetails < Struct.new(
  :name,
  :type,
  :uid,
  :namespace,
  :host_network,
  :containers,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Kubernetes workload type (e.g. Pod, Deployment, etc.).

Returns:

  • (String)


3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-guardduty/types.rb', line 3349

class KubernetesWorkloadDetails < Struct.new(
  :name,
  :type,
  :uid,
  :namespace,
  :host_network,
  :containers,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end

#uidString

Kubernetes workload ID.

Returns:

  • (String)


3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-guardduty/types.rb', line 3349

class KubernetesWorkloadDetails < Struct.new(
  :name,
  :type,
  :uid,
  :namespace,
  :host_network,
  :containers,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end

#volumesArray<Types::Volume>

Volumes used by the Kubernetes workload.

Returns:



3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-guardduty/types.rb', line 3349

class KubernetesWorkloadDetails < Struct.new(
  :name,
  :type,
  :uid,
  :namespace,
  :host_network,
  :containers,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end