Skip to content

Commit

Permalink
fix: add resource kind for clusterpp
Browse files Browse the repository at this point in the history
Signed-off-by: warjiang <1096409085@qq.com>
  • Loading branch information
warjiang committed Oct 21, 2024
1 parent 4b35448 commit 1b2e820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/common/types/resourcekind.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type ResourceKind string
const (
ResourceKindCluster = "cluster"
ResourceKindPropagationPolicy = "propagationpolicy"
ResourceKindClusterPropagationPolicy = "clusterpropagationpolicy"
ResourceKindConfigMap = "configmap"
ResourceKindDaemonSet = "daemonset"
ResourceKindDeployment = "deployment"
Expand Down

0 comments on commit 1b2e820

Please sign in to comment.