github.com/verrazzano/verrazzano-monitoring-operator@v0.0.30/pkg/util/logs/field.go (about) 1 // Copyright (C) 2022, Oracle and/or its affiliates. 2 // Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 4 package logs 5 6 const ( 7 FieldResourceNamespace = "resource_namespace" 8 FieldResourceName = "resource_name" 9 FieldController = "controller" 10 FieldWebhook = "webhook" 11 FieldAgent = "agent" 12 )