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:



5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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:



5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5663

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