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