Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the events v1alpha1 API group +kubebuilder:object:generate=true +groupName=events.kvnts
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "events.kvnts", Version: "v1alpha1"} // 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 SinksConfig ¶
type SinksConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SinksConfigSpec `json:"spec,omitempty"` Status SinksConfigStatus `json:"status,omitempty"` }
SinksConfig is the Schema for the sinksconfigs API
func (*SinksConfig) DeepCopy ¶
func (in *SinksConfig) DeepCopy() *SinksConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SinksConfig.
func (*SinksConfig) DeepCopyInto ¶
func (in *SinksConfig) DeepCopyInto(out *SinksConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SinksConfig) DeepCopyObject ¶
func (in *SinksConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SinksConfigList ¶
type SinksConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SinksConfig `json:"items"` }
SinksConfigList contains a list of SinksConfig
func (*SinksConfigList) DeepCopy ¶
func (in *SinksConfigList) DeepCopy() *SinksConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SinksConfigList.
func (*SinksConfigList) DeepCopyInto ¶
func (in *SinksConfigList) DeepCopyInto(out *SinksConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SinksConfigList) DeepCopyObject ¶
func (in *SinksConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SinksConfigSpec ¶
type SinksConfigSpec struct { // Foo is an example field of SinksConfig. Edit sinksconfig_types.go to remove/update Slack sinks.SlackConfig `json:"slack,omitempty"` ExcludedReasons []string `json:"excludedReasons,omitempty"` }
SinksConfigSpec defines the desired state of SinksConfig
func (*SinksConfigSpec) DeepCopy ¶
func (in *SinksConfigSpec) DeepCopy() *SinksConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SinksConfigSpec.
func (*SinksConfigSpec) DeepCopyInto ¶
func (in *SinksConfigSpec) DeepCopyInto(out *SinksConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SinksConfigStatus ¶
type SinksConfigStatus struct { }
SinksConfigStatus defines the observed state of SinksConfig
func (*SinksConfigStatus) DeepCopy ¶
func (in *SinksConfigStatus) DeepCopy() *SinksConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SinksConfigStatus.
func (*SinksConfigStatus) DeepCopyInto ¶
func (in *SinksConfigStatus) DeepCopyInto(out *SinksConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.