Skip to content

Commit

Permalink
Merge pull request #168 from scothis/cluster-scope
Browse files Browse the repository at this point in the history
Mark ClusterApplicationResourceMapping as cluster scoped
  • Loading branch information
arthurdm authored Aug 5, 2021
2 parents 4a52fe1 + a867c11 commit 034efff
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 034efff

Please sign in to comment.