Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeGroupVersion = schema.GroupVersion{ Group: "test.run", Version: "v1alpha1", } SchemeBuilder = &scheme.Builder{ GroupVersion: SchemeGroupVersion, } AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type ClusterTestObj ¶ added in v0.0.8
type ClusterTestObj struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec TestSpec `json:"spec"` Status TestStatus `json:"status,omitempty"` }
func (*ClusterTestObj) DeepCopy ¶ added in v0.0.8
func (in *ClusterTestObj) DeepCopy() *ClusterTestObj
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterTestObj.
func (*ClusterTestObj) DeepCopyInto ¶ added in v0.0.8
func (in *ClusterTestObj) DeepCopyInto(out *ClusterTestObj)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterTestObj) DeepCopyObject ¶ added in v0.0.8
func (in *ClusterTestObj) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterTestObjList ¶ added in v0.0.8
type ClusterTestObjList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterTestObj `json:"items"` }
func (*ClusterTestObjList) DeepCopy ¶ added in v0.0.8
func (in *ClusterTestObjList) DeepCopy() *ClusterTestObjList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterTestObjList.
func (*ClusterTestObjList) DeepCopyInto ¶ added in v0.0.8
func (in *ClusterTestObjList) DeepCopyInto(out *ClusterTestObjList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterTestObjList) DeepCopyObject ¶ added in v0.0.8
func (in *ClusterTestObjList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TestObj ¶ added in v0.0.8
type TestObj struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec TestSpec `json:"spec"` Status TestStatus `json:"status,omitempty"` }
func (*TestObj) DeepCopy ¶ added in v0.0.8
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TestObj.
func (*TestObj) DeepCopyInto ¶ added in v0.0.8
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TestObj) DeepCopyObject ¶ added in v0.0.8
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TestObjList ¶ added in v0.0.8
type TestObjList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []TestObj `json:"items"` }
func (*TestObjList) DeepCopy ¶ added in v0.0.8
func (in *TestObjList) DeepCopy() *TestObjList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TestObjList.
func (*TestObjList) DeepCopyInto ¶ added in v0.0.8
func (in *TestObjList) DeepCopyInto(out *TestObjList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TestObjList) DeepCopyObject ¶ added in v0.0.8
func (in *TestObjList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TestSpec ¶
type TestSpec struct { Foo string `json:"foo,omitempty"` // +kubebuilder:pruning:PreserveUnknownFields Value runtime.RawExtension `json:"value,omitempty"` }
func (*TestSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TestSpec.
func (*TestSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TestStatus ¶
type TestStatus struct { ObservedGeneration int64 `json:"observedGeneration,omitempty"` Conditions []metav1.Condition `json:"conditions,omitempty"` }
func (*TestStatus) DeepCopy ¶
func (in *TestStatus) DeepCopy() *TestStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TestStatus.
func (*TestStatus) DeepCopyInto ¶
func (in *TestStatus) DeepCopyInto(out *TestStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.