Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/core/v1alpha1/binding_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type BindingStatus struct {
// +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name"
// +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,rabbitmq}
// +kubebuilder:resource:scope=Namespaced,categories={crossplane,managed,rabbitmq}
type Binding struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion apis/core/v1alpha1/exchange_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type ExchangeStatus struct {
// +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name"
// +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,rabbitmq}
// +kubebuilder:resource:scope=Namespaced,categories={crossplane,managed,rabbitmq}
type Exchange struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion apis/core/v1alpha1/permissions_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type PermissionsStatus struct {
// +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name"
// +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,rabbitmq}
// +kubebuilder:resource:scope=Namespaced,categories={crossplane,managed,rabbitmq}
type Permissions struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion apis/core/v1alpha1/queue_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type QueueStatus struct {
// +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name"
// +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,rabbitmq}
// +kubebuilder:resource:scope=Namespaced,categories={crossplane,managed,rabbitmq}
type Queue struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion apis/core/v1alpha1/user_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type UserStatus struct {
// +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name"
// +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,rabbitmq}
// +kubebuilder:resource:scope=Namespaced,categories={crossplane,managed,rabbitmq}
type User struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion apis/core/v1alpha1/vhost_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type VhostStatus struct {
// +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name"
// +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,rabbitmq}
// +kubebuilder:resource:scope=Namespaced,categories={crossplane,managed,rabbitmq}
type Vhost struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
4 changes: 2 additions & 2 deletions helm/crossplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version: 1.0.0

dependencies:
- name: crossplane
version: 1.19.0
repository: https://charts.crossplane.io/stable
version: v2.0.0-preview.1
repository: https://charts.crossplane.io/preview
2 changes: 1 addition & 1 deletion package/crds/core.rabbitmq.crossplane.io_bindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
listKind: BindingList
plural: bindings
singular: binding
scope: Cluster
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=='Ready')].status
Expand Down
2 changes: 1 addition & 1 deletion package/crds/core.rabbitmq.crossplane.io_exchanges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
listKind: ExchangeList
plural: exchanges
singular: exchange
scope: Cluster
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=='Ready')].status
Expand Down
2 changes: 1 addition & 1 deletion package/crds/core.rabbitmq.crossplane.io_permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
listKind: PermissionsList
plural: permissions
singular: permissions
scope: Cluster
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=='Ready')].status
Expand Down
2 changes: 1 addition & 1 deletion package/crds/core.rabbitmq.crossplane.io_queues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
listKind: QueueList
plural: queues
singular: queue
scope: Cluster
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=='Ready')].status
Expand Down
2 changes: 1 addition & 1 deletion package/crds/core.rabbitmq.crossplane.io_users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
listKind: UserList
plural: users
singular: user
scope: Cluster
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=='Ready')].status
Expand Down
2 changes: 1 addition & 1 deletion package/crds/core.rabbitmq.crossplane.io_vhosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
listKind: VhostList
plural: vhosts
singular: vhost
scope: Cluster
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=='Ready')].status
Expand Down