Documentation ¶
Index ¶
- func AddFieldLabelConversionsForEvent(scheme *runtime.Scheme) error
- func Convert_core_EventSource_To_v1_EventSource(in *v1.EventSource, out *v1.EventSource, s conversion.Scope) error
- func Convert_core_Event_To_v1_Event(in *v1.Event, out *eventsv1.Event, s conversion.Scope) error
- func Convert_core_ObjectReference_To_v1_ObjectReference(in *v1.ObjectReference, out *v1.ObjectReference, s conversion.Scope) error
- type AuditEvent
- type AuditEventList
- type Event
- type EventList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Convert_core_EventSource_To_v1_EventSource ¶
func Convert_core_EventSource_To_v1_EventSource(in *v1.EventSource, out *v1.EventSource, s conversion.Scope) error
Convert_core_EventSource_To_v1_EventSource is an autogenerated conversion function.
func Convert_core_ObjectReference_To_v1_ObjectReference ¶
func Convert_core_ObjectReference_To_v1_ObjectReference(in *v1.ObjectReference, out *v1.ObjectReference, s conversion.Scope) error
Convert_core_ObjectReference_To_v1_ObjectReference is an autogenerated conversion function.
Types ¶
type AuditEvent ¶
type AuditEvent struct {
v1alpha1.AuditEvent `json:",inline"`
}
func (*AuditEvent) ConvertToTable ¶
func (in *AuditEvent) ConvertToTable(ctx context.Context, tableOptions runtime.Object) (*metav1.Table, error)
ConvertToTable implements the TableConvertor interface for REST.
func (*AuditEvent) New ¶
func (in *AuditEvent) New() runtime.Object
func (*AuditEvent) NewList ¶
func (in *AuditEvent) NewList() runtime.Object
func (*AuditEvent) UnmarshalJSON ¶
func (in *AuditEvent) UnmarshalJSON(bs []byte) error
type AuditEventList ¶
type AuditEventList struct { v1alpha1.AuditEventList Items []AuditEvent `json:"items"` }
func (*AuditEventList) ConvertToTable ¶
func (in *AuditEventList) ConvertToTable(ctx context.Context, tableOptions runtime.Object) (*metav1.Table, error)
ConvertToTable implements the TableConvertor interface for REST.
Click to show internal directories.
Click to hide internal directories.