Documentation ¶
Overview ¶
Package v1 is the v1 version of the API. +groupName=helm.integrations.flux.weave.works
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeBuilder will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder // AddToScheme will stay in k8s.io/kubernetes. AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: fluxintegrations.GroupName, Version: "v1alpha2"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type FluxHelmRelease ¶
type FluxHelmRelease struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec FluxHelmReleaseSpec `json:"spec"` Status FluxHelmReleaseStatus `json:"status"` }
FluxHelmRelease represents custom resource associated with a Helm Chart
func (*FluxHelmRelease) DeepCopy ¶
func (in *FluxHelmRelease) DeepCopy() *FluxHelmRelease
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FluxHelmRelease.
func (*FluxHelmRelease) DeepCopyInto ¶
func (in *FluxHelmRelease) DeepCopyInto(out *FluxHelmRelease)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FluxHelmRelease) DeepCopyObject ¶
func (in *FluxHelmRelease) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FluxHelmReleaseList ¶
type FluxHelmReleaseList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []FluxHelmRelease `json:"items"` }
FluxHelmReleaseList is a list of FluxHelmRelease resources
func (*FluxHelmReleaseList) DeepCopy ¶
func (in *FluxHelmReleaseList) DeepCopy() *FluxHelmReleaseList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FluxHelmReleaseList.
func (*FluxHelmReleaseList) DeepCopyInto ¶
func (in *FluxHelmReleaseList) DeepCopyInto(out *FluxHelmReleaseList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FluxHelmReleaseList) DeepCopyObject ¶
func (in *FluxHelmReleaseList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FluxHelmReleaseSpec ¶
type FluxHelmReleaseSpec struct { ChartGitPath string `json:"chartGitPath"` ReleaseName string `json:"releaseName,omitempty"` FluxHelmValues `json:",inline"` }
FluxHelmReleaseSpec is the spec for a FluxHelmRelease resource FluxHelmReleaseSpec
func (*FluxHelmReleaseSpec) DeepCopy ¶
func (in *FluxHelmReleaseSpec) DeepCopy() *FluxHelmReleaseSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FluxHelmReleaseSpec.
func (*FluxHelmReleaseSpec) DeepCopyInto ¶
func (in *FluxHelmReleaseSpec) DeepCopyInto(out *FluxHelmReleaseSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FluxHelmReleaseStatus ¶
type FluxHelmReleaseStatus struct {
ReleaseStatus string `json:"releaseStatus"`
}
func (*FluxHelmReleaseStatus) DeepCopy ¶
func (in *FluxHelmReleaseStatus) DeepCopy() *FluxHelmReleaseStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FluxHelmReleaseStatus.
func (*FluxHelmReleaseStatus) DeepCopyInto ¶
func (in *FluxHelmReleaseStatus) DeepCopyInto(out *FluxHelmReleaseStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FluxHelmValues ¶
FluxHelmValues embeds chartutil.Values so we can implement deepcopy on map[string]interface{} +k8s:deepcopy-gen=false
func (*FluxHelmValues) DeepCopyInto ¶
func (in *FluxHelmValues) DeepCopyInto(out *FluxHelmValues)
DeepCopyInto implements deepcopy-gen method for use in generated code