v1

package
v0.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

+k8s:deepcopy-gen=package +k8s:openapi-gen=true

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	LicenseID   string                                                          `json:"licenseID,omitempty"`
	ResourceID  kmapi.ResourceID                                                `json:"resourceID,omitempty"`
	Resource    client.Object                                                   `json:"resource,omitempty"`
	Connections map[schema.GroupVersionResource][]*metav1.PartialObjectMetadata `json:"connections,omitempty"`
}

+k8s:deepcopy-gen=false

type EventType

type EventType string
const (
	EventCreated EventType = "builders.byte.auditor.created.v1"
	EventUpdated EventType = "builders.byte.auditor.updated.v1"
	EventDeleted EventType = "builders.byte.auditor.deleted.v1"
)

type UnstructuredEvent added in v0.0.6

type UnstructuredEvent struct {
	LicenseID   string                                                          `json:"licenseID,omitempty"`
	ResourceID  kmapi.ResourceID                                                `json:"resourceID,omitempty"`
	Resource    *unstructured.Unstructured                                      `json:"resource,omitempty"`
	Connections map[schema.GroupVersionResource][]*metav1.PartialObjectMetadata `json:"connections,omitempty"`
}

func (*UnstructuredEvent) DeepCopy added in v0.0.6

func (in *UnstructuredEvent) DeepCopy() *UnstructuredEvent

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UnstructuredEvent.

func (*UnstructuredEvent) DeepCopyInto added in v0.0.6

func (in *UnstructuredEvent) DeepCopyInto(out *UnstructuredEvent)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL