Skip to content

Commit faeba9a

Browse files
authored
Changes shortname and creates manifests (#1983)
1 parent 346e37f commit faeba9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/crd/bases/atlas.mongodb.com_atlasprivateendpoints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
listKind: AtlasPrivateEndpointList
1515
plural: atlasprivateendpoints
1616
shortNames:
17-
- pe
17+
- ape
1818
singular: atlasprivateendpoint
1919
scope: Namespaced
2020
versions:

pkg/api/v1/atlasprivateendpoint_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ type GCPPrivateEndpoint struct {
113113
// +kubebuilder:object:root=true
114114
// +kubebuilder:subresource:status
115115
// +groupName:=atlas.mongodb.com
116-
// +kubebuilder:resource:categories=atlas,shortName=pe
116+
// +kubebuilder:resource:categories=atlas,shortName=ape
117117
// +kubebuilder:printcolumn:name="Provider",type=string,JSONPath=`.spec.provider`
118118
// +kubebuilder:printcolumn:name="Region",type=string,JSONPath=`.spec.region`
119119
// +kubebuilder:printcolumn:name="Ready",type=string,JSONPath=`.status.conditions[?(@.type=="Ready")].status`

0 commit comments

Comments
 (0)