Interface KubernetesWorkload.Builder

  • Method Details

    • containerUids

      KubernetesWorkload.Builder containerUids(Collection<String> containerUids)

      A list of unique identifiers for the containers that are part of the Kubernetes workload.

      Parameters:
      containerUids - A list of unique identifiers for the containers that are part of the Kubernetes workload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerUids

      KubernetesWorkload.Builder containerUids(String... containerUids)

      A list of unique identifiers for the containers that are part of the Kubernetes workload.

      Parameters:
      containerUids - A list of unique identifiers for the containers that are part of the Kubernetes workload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespace

      KubernetesWorkload.Builder namespace(String namespace)

      The Kubernetes namespace in which the workload is running, providing logical isolation within the cluster.

      Parameters:
      namespace - The Kubernetes namespace in which the workload is running, providing logical isolation within the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kubernetesResourcesTypes

      KubernetesWorkload.Builder kubernetesResourcesTypes(String kubernetesResourcesTypes)

      The types of Kubernetes resources involved in the workload.

      Parameters:
      kubernetesResourcesTypes - The types of Kubernetes resources involved in the workload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kubernetesResourcesTypes

      KubernetesWorkload.Builder kubernetesResourcesTypes(KubernetesResourcesTypes kubernetesResourcesTypes)

      The types of Kubernetes resources involved in the workload.

      Parameters:
      kubernetesResourcesTypes - The types of Kubernetes resources involved in the workload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: