Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the todo v1alpha1 API group +kubebuilder:object:generate=true +groupName=kubeportal.kanatakita.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "kubeportal.kanatakita.com", 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 ExternalLink ¶
type ExternalLink struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ExternalLinkSpec `json:"spec,omitempty"` Status ExternalLinkStatus `json:"status,omitempty"` }
ExternalLink is the Schema for the externallinks API
func (*ExternalLink) DeepCopy ¶
func (in *ExternalLink) DeepCopy() *ExternalLink
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalLink.
func (*ExternalLink) DeepCopyInto ¶
func (in *ExternalLink) DeepCopyInto(out *ExternalLink)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ExternalLink) DeepCopyObject ¶
func (in *ExternalLink) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ExternalLinkList ¶
type ExternalLinkList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ExternalLink `json:"items"` }
ExternalLinkList contains a list of ExternalLink
func (*ExternalLinkList) DeepCopy ¶
func (in *ExternalLinkList) DeepCopy() *ExternalLinkList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalLinkList.
func (*ExternalLinkList) DeepCopyInto ¶
func (in *ExternalLinkList) DeepCopyInto(out *ExternalLinkList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ExternalLinkList) DeepCopyObject ¶
func (in *ExternalLinkList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ExternalLinkSpec ¶
type ExternalLinkSpec struct { Title string `json:"title"` Href string `json:"href"` IconURL string `json:"iconURL,omitempty"` Tags []string `json:"tags,omitempty"` IsPrivate bool `json:"isPrivate,omitempty"` }
ExternalLinkSpec defines the desired state of ExternalLink
func (*ExternalLinkSpec) DeepCopy ¶
func (in *ExternalLinkSpec) DeepCopy() *ExternalLinkSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalLinkSpec.
func (*ExternalLinkSpec) DeepCopyInto ¶
func (in *ExternalLinkSpec) DeepCopyInto(out *ExternalLinkSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExternalLinkStatus ¶
type ExternalLinkStatus struct { }
ExternalLinkStatus defines the observed state of ExternalLink
func (*ExternalLinkStatus) DeepCopy ¶
func (in *ExternalLinkStatus) DeepCopy() *ExternalLinkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalLinkStatus.
func (*ExternalLinkStatus) DeepCopyInto ¶
func (in *ExternalLinkStatus) DeepCopyInto(out *ExternalLinkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.