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