Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the slacknotify v1 API group +kubebuilder:object:generate=true +groupName=slacknotify.kafuhamada.kubebuilder.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "slacknotify.kafuhamada.kubebuilder.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 SlackNotify ¶
type SlackNotify struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SlackNotifySpec `json:"spec,omitempty"` Status SlackNotifyStatus `json:"status,omitempty"` }
SlackNotify is the Schema for the slacknotifies API
func (*SlackNotify) DeepCopy ¶
func (in *SlackNotify) DeepCopy() *SlackNotify
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackNotify.
func (*SlackNotify) DeepCopyInto ¶
func (in *SlackNotify) DeepCopyInto(out *SlackNotify)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SlackNotify) DeepCopyObject ¶
func (in *SlackNotify) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SlackNotifyList ¶
type SlackNotifyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SlackNotify `json:"items"` }
SlackNotifyList contains a list of SlackNotify
func (*SlackNotifyList) DeepCopy ¶
func (in *SlackNotifyList) DeepCopy() *SlackNotifyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackNotifyList.
func (*SlackNotifyList) DeepCopyInto ¶
func (in *SlackNotifyList) DeepCopyInto(out *SlackNotifyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SlackNotifyList) DeepCopyObject ¶
func (in *SlackNotifyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SlackNotifySpec ¶
type SlackNotifySpec struct { Message string `json:"message"` SlackWebhook string `json:"slack_webhook"` }
SlackNotifySpec defines the desired state of SlackNotify
func (*SlackNotifySpec) DeepCopy ¶
func (in *SlackNotifySpec) DeepCopy() *SlackNotifySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackNotifySpec.
func (*SlackNotifySpec) DeepCopyInto ¶
func (in *SlackNotifySpec) DeepCopyInto(out *SlackNotifySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SlackNotifyStatus ¶
type SlackNotifyStatus struct { }
SlackNotifyStatus defines the observed state of SlackNotify
func (*SlackNotifyStatus) DeepCopy ¶
func (in *SlackNotifyStatus) DeepCopy() *SlackNotifyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackNotifyStatus.
func (*SlackNotifyStatus) DeepCopyInto ¶
func (in *SlackNotifyStatus) DeepCopyInto(out *SlackNotifyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.