change v1alpha1 to v1

This commit is contained in:
2025-10-27 13:18:42 -05:00
parent bf3ab0eecc
commit c4110b1ca8
6 changed files with 6 additions and 6 deletions

View File

@@ -16,5 +16,5 @@ resources:
domain: getontime.no domain: getontime.no
group: ontime group: ontime
kind: Stage kind: Stage
version: v1alpha1 version: v1
version: "3" version: "3"

View File

@@ -12,7 +12,7 @@ spec:
singular: stage singular: stage
scope: Namespaced scope: Namespaced
versions: versions:
- name: v1alpha1 - name: v1
schema: schema:
openAPIV3Schema: openAPIV3Schema:
description: Stage is the Schema for the stages API description: Stage is the Schema for the stages API

View File

@@ -29,7 +29,7 @@ rules:
- create - create
## ##
## Rules for ontime.getontime.no/v1alpha1, Kind: Stage ## Rules for ontime.getontime.no/v1, Kind: Stage
## ##
- apiGroups: - apiGroups:
- ontime.getontime.no - ontime.getontime.no

View File

@@ -1,4 +1,4 @@
## Append samples of your project ## ## Append samples of your project ##
resources: resources:
- ontime_v1alpha1_stage.yaml - ontime_v1_stage.yaml
# +kubebuilder:scaffold:manifestskustomizesamples # +kubebuilder:scaffold:manifestskustomizesamples

View File

@@ -1,4 +1,4 @@
apiVersion: ontime.getontime.no/v1alpha1 apiVersion: ontime.getontime.no/v1
kind: Stage kind: Stage
metadata: metadata:
name: stage-sample name: stage-sample

View File

@@ -1,6 +1,6 @@
# Use the 'create api' subcommand to add watches to this file. # Use the 'create api' subcommand to add watches to this file.
- group: ontime.getontime.no - group: ontime.getontime.no
version: v1alpha1 version: v1
kind: Stage kind: Stage
chart: helm-charts/stage chart: helm-charts/stage
# +kubebuilder:scaffold:watch # +kubebuilder:scaffold:watch