v1

package
v0.0.33 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 3 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"`
}

+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"`
}

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