change v1alpha1 to v1
This commit is contained in:
2
PROJECT
2
PROJECT
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user