Skip to content

Commit

Permalink
ReviewAppConfig shortname reviewapp
Browse files Browse the repository at this point in the history
  • Loading branch information
wille committed Aug 30, 2024
1 parent 863fd6d commit 26c326e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/reviewappconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type ReviewAppConfigStatus struct {

// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:resource:shortName=rapp,reviewapp
// +kubebuilder:resource:shortName=reviewapp

// ReviewAppConfig is the Schema for the reviewapps API
type ReviewAppConfig struct {
Expand Down
5 changes: 4 additions & 1 deletion config/crd/bases/reviewapps.william.nu_reviewappconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
listKind: ReviewAppConfigList
plural: reviewappconfigs
shortNames:
- rapp
- reviewapp
singular: reviewappconfig
scope: Namespaced
versions:
Expand Down Expand Up @@ -48,6 +48,8 @@ spec:
replicas:
format: int32
type: integer
scaleDownAfter:
type: string
startOnDeploy:
type: boolean
strategy:
Expand Down Expand Up @@ -3672,6 +3674,7 @@ spec:
type: object
type: object
required:
- hostTemplates
- name
- targetContainerName
- targetContainerPort
Expand Down

0 comments on commit 26c326e

Please sign in to comment.