Skip to content

Commit

Permalink
Fix code generator go markers
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Apr 28, 2021
1 parent ffe92c8 commit 1df8e1c
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/binding_types.go
Expand Up @@ -47,10 +47,10 @@ type BindingStatus struct {
}

// +genclient

// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status

// Binding is the Schema for the bindings API
type Binding struct {
metav1.TypeMeta `json:",inline"`
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/exchange_types.go
Expand Up @@ -45,7 +45,6 @@ type ExchangeStatus struct {
}

// +genclient

// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status
Expand Down
1 change: 1 addition & 0 deletions api/v1beta1/permission_types.go
Expand Up @@ -42,6 +42,7 @@ type PermissionStatus struct {
Conditions []Condition `json:"conditions,omitempty"`
}

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/policy_types.go
Expand Up @@ -47,7 +47,6 @@ type PolicyStatus struct {
}

// +genclient

// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/queue_types.go
Expand Up @@ -56,7 +56,6 @@ type QueueStatus struct {
}

// +genclient

// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status
Expand Down
1 change: 1 addition & 0 deletions api/v1beta1/schemareplication_types.go
Expand Up @@ -35,6 +35,7 @@ type SchemaReplicationStatus struct {
Conditions []Condition `json:"conditions,omitempty"`
}

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:subresource:status

Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/user_types.go
Expand Up @@ -52,7 +52,6 @@ type UserStatus struct {
type UserTag string

// +genclient

// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/vhost_types.go
Expand Up @@ -35,7 +35,6 @@ type VhostStatus struct {
}

// +genclient

// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status
Expand Down

0 comments on commit 1df8e1c

Please sign in to comment.