Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the store v1alpha1 API group +kubebuilder:object:generate=true +groupName=store.x-helm.dev
Index ¶
Constants ¶
const ( ResourceKindPreset = "ChartRegistry" ResourceChartRegistry = "chartregistry" ResourceChartRegistries = "chartregistries" )
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "store.x-helm.dev", 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 ChartRegistry ¶
type ChartRegistry struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ChartRegistrySpec `json:"spec,omitempty"` }
ChartRegistry is the Schema for the chartregistries API
func (ChartRegistry) CustomResourceDefinition ¶
func (_ ChartRegistry) CustomResourceDefinition() *apiextensions.CustomResourceDefinition
func (*ChartRegistry) DeepCopy ¶
func (in *ChartRegistry) DeepCopy() *ChartRegistry
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ChartRegistry.
func (*ChartRegistry) DeepCopyInto ¶
func (in *ChartRegistry) DeepCopyInto(out *ChartRegistry)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ChartRegistry) DeepCopyObject ¶
func (in *ChartRegistry) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ChartRegistryList ¶
type ChartRegistryList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ChartRegistry `json:"items"` }
ChartRegistryList contains a list of ChartRegistry
func (*ChartRegistryList) DeepCopy ¶
func (in *ChartRegistryList) DeepCopy() *ChartRegistryList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ChartRegistryList.
func (*ChartRegistryList) DeepCopyInto ¶
func (in *ChartRegistryList) DeepCopyInto(out *ChartRegistryList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ChartRegistryList) DeepCopyObject ¶
func (in *ChartRegistryList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ChartRegistrySpec ¶
type ChartRegistrySpec struct { URL string `json:"url"` SecretRef *kmapi.ObjectReference `json:"secretRef"` }
ChartRegistrySpec defines the desired state of ChartRegistry
func (*ChartRegistrySpec) DeepCopy ¶
func (in *ChartRegistrySpec) DeepCopy() *ChartRegistrySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ChartRegistrySpec.
func (*ChartRegistrySpec) DeepCopyInto ¶
func (in *ChartRegistrySpec) DeepCopyInto(out *ChartRegistrySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.