Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the config v1 API group +kubebuilder:object:generate=true +groupName=config.caddy.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "config.caddy.io", 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 CaddyfileTemplate ¶
type CaddyfileTemplate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Data string `json:"data,omitempty"` }
CaddyfileTemplate is the Schema for the caddyfiletemplates API
func (*CaddyfileTemplate) DeepCopy ¶
func (in *CaddyfileTemplate) DeepCopy() *CaddyfileTemplate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CaddyfileTemplate.
func (*CaddyfileTemplate) DeepCopyInto ¶
func (in *CaddyfileTemplate) DeepCopyInto(out *CaddyfileTemplate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CaddyfileTemplate) DeepCopyObject ¶
func (in *CaddyfileTemplate) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CaddyfileTemplateList ¶
type CaddyfileTemplateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []CaddyfileTemplate `json:"items"` }
CaddyfileTemplateList contains a list of CaddyfileTemplate
func (*CaddyfileTemplateList) DeepCopy ¶
func (in *CaddyfileTemplateList) DeepCopy() *CaddyfileTemplateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CaddyfileTemplateList.
func (*CaddyfileTemplateList) DeepCopyInto ¶
func (in *CaddyfileTemplateList) DeepCopyInto(out *CaddyfileTemplateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CaddyfileTemplateList) DeepCopyObject ¶
func (in *CaddyfileTemplateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.