profile

package
v0.0.0-...-ca835e1 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const GroupName = "falcoprofiles.falco.gardener.cloud"

GroupName is the group name use in this package

Variables

View Source
var (

	// AddToScheme is a pointer to SchemeBuilder.AddToScheme.
	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}

SchemeGroupVersion is group version used to register these objects

Functions

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type FalcoProfile

type FalcoProfile struct {
	metav1.TypeMeta
	metav1.ObjectMeta
	Spec Spec
}

func (*FalcoProfile) DeepCopy

func (in *FalcoProfile) DeepCopy() *FalcoProfile

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

func (*FalcoProfile) DeepCopyInto

func (in *FalcoProfile) DeepCopyInto(out *FalcoProfile)

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

func (*FalcoProfile) DeepCopyObject

func (in *FalcoProfile) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FalcoProfileList

type FalcoProfileList struct {
	metav1.TypeMeta
	metav1.ListMeta

	Items []FalcoProfile `json:"items"`
}

func (*FalcoProfileList) DeepCopy

func (in *FalcoProfileList) DeepCopy() *FalcoProfileList

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

func (*FalcoProfileList) DeepCopyInto

func (in *FalcoProfileList) DeepCopyInto(out *FalcoProfileList)

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

type FalcoVersion

type FalcoVersion struct {
	Classification string
	ExpirationDate *string
	Version        string
	RulesVersion   string
}

func (*FalcoVersion) DeepCopy

func (in *FalcoVersion) DeepCopy() *FalcoVersion

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

func (*FalcoVersion) DeepCopyInto

func (in *FalcoVersion) DeepCopyInto(out *FalcoVersion)

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

type FalcoctlVersion

type FalcoctlVersion struct {
	Classification string
	ExpirationDate *string
	Version        string
}

func (*FalcoctlVersion) DeepCopy

func (in *FalcoctlVersion) DeepCopy() *FalcoctlVersion

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

func (*FalcoctlVersion) DeepCopyInto

func (in *FalcoctlVersion) DeepCopyInto(out *FalcoctlVersion)

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

type FalcosidekickVersion

type FalcosidekickVersion struct {
	Classification string
	ExpirationDate *string
	Version        string
}

func (*FalcosidekickVersion) DeepCopy

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

func (*FalcosidekickVersion) DeepCopyInto

func (in *FalcosidekickVersion) DeepCopyInto(out *FalcosidekickVersion)

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

type ImageSpec

type ImageSpec struct {
	Version      string
	Architecture string
	Repository   string
	Tag          string
}

func (*ImageSpec) DeepCopy

func (in *ImageSpec) DeepCopy() *ImageSpec

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

func (*ImageSpec) DeepCopyInto

func (in *ImageSpec) DeepCopyInto(out *ImageSpec)

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

type Images

type Images struct {
	Falco         []ImageSpec
	Falcosidekick []ImageSpec
	Falcoctl      []ImageSpec
}

func (*Images) DeepCopy

func (in *Images) DeepCopy() *Images

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

func (*Images) DeepCopyInto

func (in *Images) DeepCopyInto(out *Images)

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

type Spec

type Spec struct {
	Versions Versions
	Images   Images
}

func (*Spec) DeepCopy

func (in *Spec) DeepCopy() *Spec

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

func (*Spec) DeepCopyInto

func (in *Spec) DeepCopyInto(out *Spec)

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

type Versions

type Versions struct {
	Falco         []FalcoVersion
	Falcosidekick []FalcosidekickVersion
	Falcoctl      []FalcoctlVersion
}

func (*Versions) DeepCopy

func (in *Versions) DeepCopy() *Versions

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

func (*Versions) DeepCopyInto

func (in *Versions) DeepCopyInto(out *Versions)

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

Directories

Path Synopsis
Package v1alpha1 contains the falco extension configuration.
Package v1alpha1 contains the falco extension configuration.

Jump to

Keyboard shortcuts

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