Skip to content

Commit

Permalink
change crd fleet.fleet.kurator.dev to fleets.fleet.kurator.dev
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
  • Loading branch information
LiZhenCheng9527 committed Jan 31, 2024
1 parent 08f275c commit 7783672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
name: fleet.fleet.kurator.dev
name: fleets.fleet.kurator.dev
spec:
group: fleet.kurator.dev
names:
categories:
- kurator-dev
kind: Fleet
listKind: FleetList
plural: fleet
plural: fleets
singular: fleet
scope: Namespaced
versions:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/fleet/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const ControlplaneAnnotation = "fleet.kurator.dev/controlplane"
// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:object:root=true
// +kubebuilder:resource:scope=Namespaced,categories=kurator-dev
// +kubebuilder:resource:scope=Namespaced,categories=kurator-dev,path=fleets
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Phase",type="string",JSONPath=".status.phase",description="Phase of the fleet"

Expand Down

0 comments on commit 7783672

Please sign in to comment.