Versions in this module Expand all Collapse all v0 v0.0.10 Jun 17, 2025 v0.0.9 Sep 2, 2024 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var ErrUnmarshalOnNil = errors.New("UnmarshalJSON on nil pointer") + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type ChartMeta struct + Name string + Repo string + Version string + func (in *ChartMeta) DeepCopy() *ChartMeta + func (in *ChartMeta) DeepCopyInto(out *ChartMeta) + type ChartSpec struct + Name string + Repo string + Secret string + Version string + func (in *ChartSpec) DeepCopy() *ChartSpec + func (in *ChartSpec) DeepCopyInto(out *ChartSpec) + type DaprControlPlane struct + Spec DaprControlPlaneSpec + Status DaprControlPlaneStatus + func (in *DaprControlPlane) DeepCopy() *DaprControlPlane + func (in *DaprControlPlane) DeepCopyInto(out *DaprControlPlane) + func (in *DaprControlPlane) DeepCopyObject() runtime.Object + func (in *DaprControlPlane) GetConditions() conditions.Conditions + func (in *DaprControlPlane) GetStatus() *Status + type DaprControlPlaneList struct + Items []DaprControlPlane + func (in *DaprControlPlaneList) DeepCopy() *DaprControlPlaneList + func (in *DaprControlPlaneList) DeepCopyInto(out *DaprControlPlaneList) + func (in *DaprControlPlaneList) DeepCopyObject() runtime.Object + type DaprControlPlaneSpec struct + Values *JSON + func (in *DaprControlPlaneSpec) DeepCopy() *DaprControlPlaneSpec + func (in *DaprControlPlaneSpec) DeepCopyInto(out *DaprControlPlaneSpec) + type DaprControlPlaneStatus struct + Chart *ChartMeta + func (in *DaprControlPlaneStatus) DeepCopy() *DaprControlPlaneStatus + func (in *DaprControlPlaneStatus) DeepCopyInto(out *DaprControlPlaneStatus) + type DaprCruiseControl struct + Spec DaprCruiseControlSpec + Status DaprCruiseControlStatus + func (in *DaprCruiseControl) DeepCopy() *DaprCruiseControl + func (in *DaprCruiseControl) DeepCopyInto(out *DaprCruiseControl) + func (in *DaprCruiseControl) DeepCopyObject() runtime.Object + func (in *DaprCruiseControl) GetConditions() conditions.Conditions + func (in *DaprCruiseControl) GetStatus() *Status + type DaprCruiseControlList struct + Items []DaprCruiseControl + func (in *DaprCruiseControlList) DeepCopy() *DaprCruiseControlList + func (in *DaprCruiseControlList) DeepCopyInto(out *DaprCruiseControlList) + func (in *DaprCruiseControlList) DeepCopyObject() runtime.Object + type DaprCruiseControlSpec struct + func (in *DaprCruiseControlSpec) DeepCopy() *DaprCruiseControlSpec + func (in *DaprCruiseControlSpec) DeepCopyInto(out *DaprCruiseControlSpec) + type DaprCruiseControlStatus struct + Chart *ChartMeta + func (in *DaprCruiseControlStatus) DeepCopy() *DaprCruiseControlStatus + func (in *DaprCruiseControlStatus) DeepCopyInto(out *DaprCruiseControlStatus) + type DaprInstance struct + Spec DaprInstanceSpec + Status DaprInstanceStatus + func (in *DaprInstance) DeepCopy() *DaprInstance + func (in *DaprInstance) DeepCopyInto(out *DaprInstance) + func (in *DaprInstance) DeepCopyObject() runtime.Object + func (in *DaprInstance) GetConditions() conditions.Conditions + func (in *DaprInstance) GetStatus() *Status + type DaprInstanceList struct + Items []DaprInstance + func (in *DaprInstanceList) DeepCopy() *DaprInstanceList + func (in *DaprInstanceList) DeepCopyInto(out *DaprInstanceList) + func (in *DaprInstanceList) DeepCopyObject() runtime.Object + type DaprInstanceSpec struct + Chart *ChartSpec + Values *JSON + func (in *DaprInstanceSpec) DeepCopy() *DaprInstanceSpec + func (in *DaprInstanceSpec) DeepCopyInto(out *DaprInstanceSpec) + type DaprInstanceStatus struct + Chart *ChartMeta + func (in *DaprInstanceStatus) DeepCopy() *DaprInstanceStatus + func (in *DaprInstanceStatus) DeepCopyInto(out *DaprInstanceStatus) + type JSON struct + func (in *JSON) DeepCopy() *JSON + func (in *JSON) DeepCopyInto(out *JSON) + type RawMessage []byte + func (in RawMessage) DeepCopy() RawMessage + func (in RawMessage) DeepCopyInto(out *RawMessage) + func (m *RawMessage) String() string + func (m *RawMessage) UnmarshalJSON(data []byte) error + func (m RawMessage) MarshalJSON() ([]byte, error) + type Status struct + Conditions []metav1.Condition + ObservedGeneration int64 + Phase string + func (in *Status) DeepCopy() *Status + func (in *Status) DeepCopyInto(out *Status)