Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the bpfexporterconfig.crd.k8s.test.com v1 API group +kubebuilder:object:generate=true +groupName=bpfexporterconfig.crd.k8s.test.com.apiextensions.k8s.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "bpfexporterconfig.crd.k8s.test.com.apiextensions.k8s.io", Version: "v1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type BPFexporterConfig ¶
type BPFexporterConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BPFexporterConfigSpec `json:"spec,omitempty"` Status BPFexporterConfigStatus `json:"status,omitempty"` }
BPFexporterConfig is the Schema for the bpfexporterconfigs API
func (*BPFexporterConfig) DeepCopy ¶
func (in *BPFexporterConfig) DeepCopy() *BPFexporterConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BPFexporterConfig.
func (*BPFexporterConfig) DeepCopyInto ¶
func (in *BPFexporterConfig) DeepCopyInto(out *BPFexporterConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BPFexporterConfig) DeepCopyObject ¶
func (in *BPFexporterConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BPFexporterConfigList ¶
type BPFexporterConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BPFexporterConfig `json:"items"` }
BPFexporterConfigList contains a list of BPFexporterConfig
func (*BPFexporterConfigList) DeepCopy ¶
func (in *BPFexporterConfigList) DeepCopy() *BPFexporterConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BPFexporterConfigList.
func (*BPFexporterConfigList) DeepCopyInto ¶
func (in *BPFexporterConfigList) DeepCopyInto(out *BPFexporterConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BPFexporterConfigList) DeepCopyObject ¶
func (in *BPFexporterConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BPFexporterConfigSpec ¶
type BPFexporterConfigSpec struct { // Foo is an example field of BPFexporterConfig. Edit bpfexporterconfig_types.go to remove/update Foo string `json:"foo,omitempty"` }
BPFexporterConfigSpec defines the desired state of BPFexporterConfig
func (*BPFexporterConfigSpec) DeepCopy ¶
func (in *BPFexporterConfigSpec) DeepCopy() *BPFexporterConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BPFexporterConfigSpec.
func (*BPFexporterConfigSpec) DeepCopyInto ¶
func (in *BPFexporterConfigSpec) DeepCopyInto(out *BPFexporterConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BPFexporterConfigStatus ¶
type BPFexporterConfigStatus struct { }
BPFexporterConfigStatus defines the observed state of BPFexporterConfig
func (*BPFexporterConfigStatus) DeepCopy ¶
func (in *BPFexporterConfigStatus) DeepCopy() *BPFexporterConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BPFexporterConfigStatus.
func (*BPFexporterConfigStatus) DeepCopyInto ¶
func (in *BPFexporterConfigStatus) DeepCopyInto(out *BPFexporterConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.