We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffd908 commit ce73d3aCopy full SHA for ce73d3a
examples/crd/pkg/groupversion_info.go
@@ -20,7 +20,7 @@ package pkg
20
21
import (
22
"k8s.io/apimachinery/pkg/runtime/schema"
23
- logf "sigs.k8s.io/controller-runtime/pkg/runtime/log"
+ logf "sigs.k8s.io/controller-runtime/pkg/log"
24
"sigs.k8s.io/controller-runtime/pkg/scheme"
25
)
26
pkg/internal/log/log.go
@@ -14,9 +14,6 @@ See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
17
-// Package log contains utilities for fetching a new logger
18
-// when one is not already available.
19
-// Deprecated: use pkg/log
package log
pkg/runtime/log/log.go
0 commit comments