This repository was archived by the owner on Dec 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 297
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
is there a doc page for kind order priority? #686
Copy link
Copy link
Open
Description
cannot found for this:
gitops-engine/pkg/sync/sync_tasks.go
Lines 27 to 62 in 65db274
| kinds := []string{ | |
| "Namespace", | |
| "NetworkPolicy", | |
| "ResourceQuota", | |
| "LimitRange", | |
| "PodSecurityPolicy", | |
| "PodDisruptionBudget", | |
| "ServiceAccount", | |
| "Secret", | |
| "SecretList", | |
| "ConfigMap", | |
| "StorageClass", | |
| "PersistentVolume", | |
| "PersistentVolumeClaim", | |
| "CustomResourceDefinition", | |
| "ClusterRole", | |
| "ClusterRoleList", | |
| "ClusterRoleBinding", | |
| "ClusterRoleBindingList", | |
| "Role", | |
| "RoleList", | |
| "RoleBinding", | |
| "RoleBindingList", | |
| "Service", | |
| "DaemonSet", | |
| "Pod", | |
| "ReplicationController", | |
| "ReplicaSet", | |
| "Deployment", | |
| "HorizontalPodAutoscaler", | |
| "StatefulSet", | |
| "Job", | |
| "CronJob", | |
| "IngressClass", | |
| "Ingress", | |
| "APIService", |
Metadata
Metadata
Assignees
Labels
No labels