package
0.0.0-20240404020422-48ce193aac6a
Repository: https://github.com/cedi/hugo-hoster.git
Documentation: pkg.go.dev

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

No description provided by the author
HugoPage is the Schema for the HugoPages API +kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:resource:scope=Namespaced +kubebuilder:printcolumn:name="URL",type=string,JSONPath=`.spec.url` +kubebuilder:printcolumn:name="LastBuild",type=string,JSONPath=`.status.LastBuild` +kubebuilder:printcolumn:name="Commit",type=string,JSONPath=`.status.Commit` +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.Status` +k8s:openapi-gen=true.
HugoPageList contains a list of HugoPage +kubebuilder:object:root=true.
HugoPageSpec defines the desired state of HugoPage.
HugoPageStatus defines the observed state of HugoPage.
No description provided by the author
No description provided by the author
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:resource:scope=Namespaced +kubebuilder:printcolumn:name="TlsEnabled",type=string,JSONPath=`.spec.tls.enable` +kubebuilder:printcolumn:name="S3Endpoint",type=string,JSONPath=`.spec.s3_config.endpoint` Setting is the Schema for the settings API.
SettingList contains a list of Setting.
SettingSpec defines the desired state of Setting.
No description provided by the author
TLSSpec holds the TLS configuration used.