8 lines
179 B
Go
8 lines
179 B
Go
|
/*
|
||
|
Copyright 2020 VMware, Inc.
|
||
|
SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
// Package apicerts contains controllers that work together to provide rotating API certs.
|
||
|
package apicerts
|