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 ConfigMapAllLabels = 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 Role = cmp.Options{ cmpopts.IgnoreFields(rbac.Role{}, "TypeMeta", "ObjectMeta"), }
View Source
var RoleBinding = cmp.Options{ cmpopts.IgnoreFields(rbac.RoleBinding{}, "TypeMeta", "ObjectMeta"), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.