Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the addons v1alpha1 API group +kubebuilder:object:generate=true +groupName=addons.example.org
Index ¶
- Variables
- type SimpleTest
- func (o *SimpleTest) CommonSpec() addonv1alpha1.CommonSpec
- func (o *SimpleTest) ComponentName() string
- func (in *SimpleTest) DeepCopy() *SimpleTest
- func (in *SimpleTest) DeepCopyInto(out *SimpleTest)
- func (in *SimpleTest) DeepCopyObject() runtime.Object
- func (o *SimpleTest) GetCommonStatus() addonv1alpha1.CommonStatus
- func (o *SimpleTest) PatchSpec() addonv1alpha1.PatchSpec
- func (o *SimpleTest) SetCommonStatus(s addonv1alpha1.CommonStatus)
- type SimpleTestList
- type SimpleTestSpec
- type SimpleTestStatus
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "addons.example.org", 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 SimpleTest ¶
type SimpleTest struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SimpleTestSpec `json:"spec,omitempty"` Status SimpleTestStatus `json:"status,omitempty"` }
SimpleTest is the Schema for the simpletest API
func (*SimpleTest) CommonSpec ¶
func (o *SimpleTest) CommonSpec() addonv1alpha1.CommonSpec
func (*SimpleTest) ComponentName ¶
func (o *SimpleTest) ComponentName() string
func (*SimpleTest) DeepCopy ¶
func (in *SimpleTest) DeepCopy() *SimpleTest
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleTest.
func (*SimpleTest) DeepCopyInto ¶
func (in *SimpleTest) DeepCopyInto(out *SimpleTest)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SimpleTest) DeepCopyObject ¶
func (in *SimpleTest) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SimpleTest) GetCommonStatus ¶
func (o *SimpleTest) GetCommonStatus() addonv1alpha1.CommonStatus
func (*SimpleTest) PatchSpec ¶
func (o *SimpleTest) PatchSpec() addonv1alpha1.PatchSpec
func (*SimpleTest) SetCommonStatus ¶
func (o *SimpleTest) SetCommonStatus(s addonv1alpha1.CommonStatus)
type SimpleTestList ¶
type SimpleTestList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SimpleTest `json:"items"` }
SimpleTestList contains a list of Guestbook
func (*SimpleTestList) DeepCopy ¶
func (in *SimpleTestList) DeepCopy() *SimpleTestList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleTestList.
func (*SimpleTestList) DeepCopyInto ¶
func (in *SimpleTestList) DeepCopyInto(out *SimpleTestList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SimpleTestList) DeepCopyObject ¶
func (in *SimpleTestList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SimpleTestSpec ¶
type SimpleTestSpec struct { addonv1alpha1.CommonSpec `json:",inline"` addonv1alpha1.PatchSpec `json:",inline"` }
SimpleTestSpec defines the desired state of Guestbook
func (*SimpleTestSpec) DeepCopy ¶
func (in *SimpleTestSpec) DeepCopy() *SimpleTestSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleTestSpec.
func (*SimpleTestSpec) DeepCopyInto ¶
func (in *SimpleTestSpec) DeepCopyInto(out *SimpleTestSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SimpleTestStatus ¶
type SimpleTestStatus struct {
addonv1alpha1.CommonStatus `json:",inline"`
}
SimpleTestStatus defines the observed state of Guestbook
func (*SimpleTestStatus) DeepCopy ¶
func (in *SimpleTestStatus) DeepCopy() *SimpleTestStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleTestStatus.
func (*SimpleTestStatus) DeepCopyInto ¶
func (in *SimpleTestStatus) DeepCopyInto(out *SimpleTestStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.