Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClusterRole = cmp.Options{ cmpopts.IgnoreFields(rbac.ClusterRole{}, "TypeMeta", "ObjectMeta"), }
View Source
var ClusterRoleBinding = cmp.Options{ cmpopts.IgnoreFields(rbac.ClusterRoleBinding{}, "TypeMeta", "ObjectMeta"), }
View Source
var ConfigMapEnsureLabels = cmp.Options{ cmpopts.IgnoreFields(corev1.ConfigMap{}, "TypeMeta"), cmp.Comparer(func(x, y metav1.ObjectMeta) bool { return maps.Equal(x.Labels, y.Labels) }), }
View Source
var KubernetesImagePullerDiffOpts = cmp.Options{ cmpopts.IgnoreFields(chev1alpha1.KubernetesImagePuller{}, "TypeMeta", "ObjectMeta", "Status"), cmpopts.IgnoreFields(chev1alpha1.KubernetesImagePullerSpec{}, "ImagePullerImage"), }
View Source
var NetworkPolicy = cmp.Options{ cmpopts.IgnoreFields(networking.NetworkPolicy{}, "TypeMeta", "ObjectMeta"), }
View Source
var Role = cmp.Options{ cmpopts.IgnoreFields(rbac.Role{}, "TypeMeta", "ObjectMeta"), }
View Source
var RoleBinding = cmp.Options{ cmpopts.IgnoreFields(rbac.RoleBinding{}, "TypeMeta", "ObjectMeta"), }
View Source
var SecurityContextConstraints = cmp.Options{ cmpopts.IgnoreFields(securityv1.SecurityContextConstraints{}, "TypeMeta", "ObjectMeta", "Priority"), }
View Source
var Service = cmp.Options{ cmpopts.IgnoreFields(corev1.Service{}, "TypeMeta", "ObjectMeta", "Status"), cmp.Comparer(func(x, y corev1.ServiceSpec) bool { return maps.Equal(x.Selector, y.Selector) && reflect.DeepEqual(x.Ports, y.Ports) }), }
View Source
var ServiceMonitor = cmp.Options{ cmpopts.IgnoreFields(monitoringv1.ServiceMonitor{}, "TypeMeta", "ObjectMeta"), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.