Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 28, 2021 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func GetDecoder() map[string]jsoniter.ValDecoder + func GetEncoder() map[string]jsoniter.ValEncoder + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Project struct + Spec ProjectSpec + Status ProjectStatus + func (in *Project) DeepCopy() *Project + func (in *Project) DeepCopyInto(out *Project) + func (in *Project) DeepCopyObject() runtime.Object + func (r *Project) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Project) ValidateCreate() error + func (r *Project) ValidateDelete() error + func (r *Project) ValidateUpdate(old runtime.Object) error + type ProjectList struct + Items []Project + func (in *ProjectList) DeepCopy() *ProjectList + func (in *ProjectList) DeepCopyInto(out *ProjectList) + func (in *ProjectList) DeepCopyObject() runtime.Object + type ProjectSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource ProjectSpecResource + State *ProjectSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *ProjectSpec) DeepCopy() *ProjectSpec + func (in *ProjectSpec) DeepCopyInto(out *ProjectSpec) + type ProjectSpecResource struct + ID string + Project *string + ServiceRole *string + func (in *ProjectSpecResource) DeepCopy() *ProjectSpecResource + func (in *ProjectSpecResource) DeepCopyInto(out *ProjectSpecResource) + type ProjectStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *ProjectStatus) DeepCopy() *ProjectStatus + func (in *ProjectStatus) DeepCopyInto(out *ProjectStatus)