Versions in this module Expand all Collapse all v1 v1.5.0 Jun 3, 2024 Changes in this version + const ConfigDeprecatedCondition + const ConfigUnsupportedCondition + const FetchingHistoryCondition + const LowConfidenceCondition + const NoObjectsMatchedCondition + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type CrossVersionObjectReference struct + APIVersion string + Kind string + Name string + func (in *CrossVersionObjectReference) DeepCopy() *CrossVersionObjectReference + func (in *CrossVersionObjectReference) DeepCopyInto(out *CrossVersionObjectReference) + type Recommendation struct + Spec RecommendationSpec + Status RecommendationStatus + func (in *Recommendation) DeepCopy() *Recommendation + func (in *Recommendation) DeepCopyInto(out *Recommendation) + func (in *Recommendation) DeepCopyObject() runtime.Object + type RecommendationList struct + Items []Recommendation + func (in *RecommendationList) DeepCopy() *RecommendationList + func (in *RecommendationList) DeepCopyInto(out *RecommendationList) + func (in *RecommendationList) DeepCopyObject() runtime.Object + type RecommendationSpec struct + Target RecommendationTarget + func (in *RecommendationSpec) DeepCopy() *RecommendationSpec + func (in *RecommendationSpec) DeepCopyInto(out *RecommendationSpec) + type RecommendationStatus struct + Conditions []metav1.Condition + PodStatus *RecommendedPodStatus + UpdateTime *metav1.Time + func (in *RecommendationStatus) DeepCopy() *RecommendationStatus + func (in *RecommendationStatus) DeepCopyInto(out *RecommendationStatus) + type RecommendationTarget struct + PodSelector *metav1.LabelSelector + Type RecommendationTargetType + Workload *CrossVersionObjectReference + func (in *RecommendationTarget) DeepCopy() *RecommendationTarget + func (in *RecommendationTarget) DeepCopyInto(out *RecommendationTarget) + type RecommendationTargetType string + const RecommendationPodSelector + const RecommendationTargetWorkload + type RecommendedContainerStatus struct + ContainerName string + Resources corev1.ResourceList + func (in *RecommendedContainerStatus) DeepCopy() *RecommendedContainerStatus + func (in *RecommendedContainerStatus) DeepCopyInto(out *RecommendedContainerStatus) + type RecommendedPodStatus struct + ContainerStatuses []RecommendedContainerStatus + func (in *RecommendedPodStatus) DeepCopy() *RecommendedPodStatus + func (in *RecommendedPodStatus) DeepCopyInto(out *RecommendedPodStatus)