Interface FargateProfileSelector.Builder

  • Method Details

    • namespace

      FargateProfileSelector.Builder namespace(String namespace)

      The Kubernetes namespace that the selector should match.

      Parameters:
      namespace - The Kubernetes namespace that the selector should match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • labels

      The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.

      Parameters:
      labels - The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.