Documentation ¶
Overview ¶
Copyright 2020 The UnDistro authors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func Event(object runtime.Object, reason, message string)
- func Eventf(object runtime.Object, reason, message string, args ...interface{})
- func InitFromRecorder(recorder record.EventRecorder)
- func Warn(object runtime.Object, reason, message string)
- func Warnf(object runtime.Object, reason, message string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Event ¶
Event constructs an event from the given information and puts it in the queue for sending.
func InitFromRecorder ¶
func InitFromRecorder(recorder record.EventRecorder)
InitFromRecorder initializes the global default recorder. It can only be called once. Subsequent calls are considered noops.
Types ¶
This section is empty.