Versions in this module Expand all Collapse all v0 v0.0.1 Jul 5, 2023retracted Changes in this version + var GroupName = "platform.openshift.io" + var GroupVersion = schema.GroupVersion + var Install = schemeBuilder.AddToScheme + type ActiveBundleDeployment struct + Name string + func (ActiveBundleDeployment) SwaggerDoc() map[string]string + func (in *ActiveBundleDeployment) DeepCopy() *ActiveBundleDeployment + func (in *ActiveBundleDeployment) DeepCopyInto(out *ActiveBundleDeployment) + type Package struct + Name string + func (Package) SwaggerDoc() map[string]string + func (in *Package) DeepCopy() *Package + func (in *Package) DeepCopyInto(out *Package) + type PlatformOperator struct + Spec PlatformOperatorSpec + Status PlatformOperatorStatus + func (PlatformOperator) SwaggerDoc() map[string]string + func (in *PlatformOperator) DeepCopy() *PlatformOperator + func (in *PlatformOperator) DeepCopyInto(out *PlatformOperator) + func (in *PlatformOperator) DeepCopyObject() runtime.Object + type PlatformOperatorList struct + Items []PlatformOperator + func (PlatformOperatorList) SwaggerDoc() map[string]string + func (in *PlatformOperatorList) DeepCopy() *PlatformOperatorList + func (in *PlatformOperatorList) DeepCopyInto(out *PlatformOperatorList) + func (in *PlatformOperatorList) DeepCopyObject() runtime.Object + type PlatformOperatorSpec struct + Package Package + func (PlatformOperatorSpec) SwaggerDoc() map[string]string + func (in *PlatformOperatorSpec) DeepCopy() *PlatformOperatorSpec + func (in *PlatformOperatorSpec) DeepCopyInto(out *PlatformOperatorSpec) + type PlatformOperatorStatus struct + ActiveBundleDeployment ActiveBundleDeployment + Conditions []metav1.Condition + func (PlatformOperatorStatus) SwaggerDoc() map[string]string + func (in *PlatformOperatorStatus) DeepCopy() *PlatformOperatorStatus + func (in *PlatformOperatorStatus) DeepCopyInto(out *PlatformOperatorStatus)