change v1alpha1 to v1
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
||||
singular: stage
|
||||
scope: Namespaced
|
||||
versions:
|
||||
- name: v1alpha1
|
||||
- name: v1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: Stage is the Schema for the stages API
|
||||
|
||||
@@ -29,7 +29,7 @@ rules:
|
||||
- create
|
||||
|
||||
##
|
||||
## Rules for ontime.getontime.no/v1alpha1, Kind: Stage
|
||||
## Rules for ontime.getontime.no/v1, Kind: Stage
|
||||
##
|
||||
- apiGroups:
|
||||
- ontime.getontime.no
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Append samples of your project ##
|
||||
resources:
|
||||
- ontime_v1alpha1_stage.yaml
|
||||
- ontime_v1_stage.yaml
|
||||
# +kubebuilder:scaffold:manifestskustomizesamples
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: ontime.getontime.no/v1alpha1
|
||||
apiVersion: ontime.getontime.no/v1
|
||||
kind: Stage
|
||||
metadata:
|
||||
name: stage-sample
|
||||
Reference in New Issue
Block a user