Versions in this module Expand all Collapse all v1 v1.2.3 Sep 20, 2024 Changes in this version + const OperatorGroupAnnotationKey + const OperatorGroupKind + const OperatorGroupNamespaceAnnotationKey + const OperatorGroupProvidedAPIsAnnotationKey + const OperatorGroupTargetsAnnotationKey + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type OperatorGroup struct + Spec OperatorGroupSpec + Status OperatorGroupStatus + func (in *OperatorGroup) DeepCopy() *OperatorGroup + func (in *OperatorGroup) DeepCopyInto(out *OperatorGroup) + func (in *OperatorGroup) DeepCopyObject() runtime.Object + func (o *OperatorGroup) BuildTargetNamespaces() string + func (o *OperatorGroup) HasServiceAccountSynced() bool + func (o *OperatorGroup) IsServiceAccountSpecified() bool + type OperatorGroupList struct + Items []OperatorGroup + func (in *OperatorGroupList) DeepCopy() *OperatorGroupList + func (in *OperatorGroupList) DeepCopyInto(out *OperatorGroupList) + func (in *OperatorGroupList) DeepCopyObject() runtime.Object + type OperatorGroupSpec struct + Selector *metav1.LabelSelector + ServiceAccountName string + StaticProvidedAPIs bool + TargetNamespaces []string + func (in *OperatorGroupSpec) DeepCopy() *OperatorGroupSpec + func (in *OperatorGroupSpec) DeepCopyInto(out *OperatorGroupSpec) + type OperatorGroupStatus struct + LastUpdated *metav1.Time + Namespaces []string + ServiceAccountRef *corev1.ObjectReference + func (in *OperatorGroupStatus) DeepCopy() *OperatorGroupStatus + func (in *OperatorGroupStatus) DeepCopyInto(out *OperatorGroupStatus)