Interface Certificate.Builder

    • Method Detail

      • data

        Certificate.Builder data​(String data)

        The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.

        Parameters:
        data - The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.