Skip to content

Commit

Permalink
Mark ClusterApplicationResourceMapping as cluster scoped
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Andrews <[email protected]>
  • Loading branch information
scothis committed Jun 23, 2021
1 parent 2dceb46 commit a867c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type ClusterApplicationResourceMappingSpec struct {
}

// +kubebuilder:object:root=true
// +kubebuilder:resource:scope=Cluster
// +kubebuilder:storageversion
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`

Expand Down
2 changes: 1 addition & 1 deletion service.binding_clusterapplicationresourcemappings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
listKind: ClusterApplicationResourceMappingList
plural: clusterapplicationresourcemappings
singular: clusterapplicationresourcemapping
scope: Namespaced
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
Expand Down

0 comments on commit a867c11

Please sign in to comment.