Interface KubernetesMetadata.Builder

  • Method Details

    • localServiceName

      KubernetesMetadata.Builder localServiceName(String localServiceName)

      The service name for a local resource.

      Parameters:
      localServiceName - The service name for a local resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localPodName

      KubernetesMetadata.Builder localPodName(String localPodName)

      The name of the pod for a local resource.

      Parameters:
      localPodName - The name of the pod for a local resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localPodNamespace

      KubernetesMetadata.Builder localPodNamespace(String localPodNamespace)

      The namespace of the pod for a local resource.

      Parameters:
      localPodNamespace - The namespace of the pod for a local resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remoteServiceName

      KubernetesMetadata.Builder remoteServiceName(String remoteServiceName)

      The service name for a remote resource.

      Parameters:
      remoteServiceName - The service name for a remote resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remotePodName

      KubernetesMetadata.Builder remotePodName(String remotePodName)

      The name of the pod for a remote resource.

      Parameters:
      remotePodName - The name of the pod for a remote resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remotePodNamespace

      KubernetesMetadata.Builder remotePodNamespace(String remotePodNamespace)

      The namespace of the pod for a remote resource.

      Parameters:
      remotePodNamespace - The namespace of the pod for a remote resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.