Versions in this module Expand all Collapse all v0 v0.3.1 Apr 11, 2023 v0.3.0 Apr 11, 2023 Changes in this version + const OperationCreate + const OperationUpdate + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type Composable struct + Spec ComposableSpec + Status ComposableStatus + func (in *Composable) DeepCopy() *Composable + func (in *Composable) DeepCopyInto(out *Composable) + func (in *Composable) DeepCopyObject() runtime.Object + func (r *Composable) Default() + func (r *Composable) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Composable) ValidateCreate() error + func (r *Composable) ValidateDelete() error + func (r *Composable) ValidateUpdate(old runtime.Object) error + type ComposableList struct + Items []Composable + func (in *ComposableList) DeepCopy() *ComposableList + func (in *ComposableList) DeepCopyInto(out *ComposableList) + func (in *ComposableList) DeepCopyObject() runtime.Object + type ComposableSpec struct + Template *runtime.RawExtension + func (in *ComposableSpec) DeepCopy() *ComposableSpec + func (in *ComposableSpec) DeepCopyInto(out *ComposableSpec) + type ComposableStatus struct + Message string + State string + func (in *ComposableStatus) DeepCopy() *ComposableStatus + func (in *ComposableStatus) DeepCopyInto(out *ComposableStatus)