Class ClusterCertificateAuthorityArgs.Builder

    • Method Detail

      • data

        public ClusterCertificateAuthorityArgs.Builder data​(@Nullable
                                                            com.pulumi.core.Output<java.lang.String> data)
        Parameters:
        data - 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:
        builder
      • data

        public ClusterCertificateAuthorityArgs.Builder data​(java.lang.String data)
        Parameters:
        data - 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:
        builder