refactor into seperate authority package

This commit is contained in:
Mike Danese
2019-11-03 10:17:45 -08:00
parent 4bd2c3998f
commit fe51712288
15 changed files with 670 additions and 328 deletions

View File

@@ -17,10 +17,12 @@ limitations under the License.
package certificates
import (
"github.com/stretchr/testify/assert"
"k8s.io/api/certificates/v1beta1"
"k8s.io/apimachinery/pkg/apis/meta/v1"
"testing"
"github.com/stretchr/testify/assert"
"k8s.io/api/certificates/v1beta1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
func TestIsCertificateRequestApproved(t *testing.T) {