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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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:



4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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

#host_ipcBoolean

Whether the host IPC flag is enabled for the pods in the workload.

Returns:

  • (Boolean)


4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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

#host_networkBoolean

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

Returns:

  • (Boolean)


4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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

#host_pidBoolean

Whether the host PID flag is enabled for the pods in the workload.

Returns:

  • (Boolean)


4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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

#nameString

Kubernetes workload name.

Returns:

  • (String)


4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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

#namespaceString

Kubernetes namespace that the workload is part of.

Returns:

  • (String)


4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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

#service_account_nameString

The service account name that is associated with a Kubernetes workload.

Returns:

  • (String)


4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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

#typeString

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

Returns:

  • (String)


4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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

#uidString

Kubernetes workload ID.

Returns:

  • (String)


4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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

#volumesArray<Types::Volume>

Volumes used by the Kubernetes workload.

Returns:



4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4295

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