Update alpha namespaces to v1

This should have been done before, but was missed.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2020-10-25 20:46:36 +00:00
committed by Alex Ellis
parent 03738d2180
commit 6914d950c9
4 changed files with 12 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) OpenFaaS Author(s) 2019. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package v1alpha1
package v1
import "github.com/openfaas/faas-cli/schema"

View File

@@ -1,7 +1,7 @@
// Copyright (c) OpenFaaS Author(s) 2018. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package v1alpha2
package v1
import (
"github.com/openfaas/faas-cli/schema"
@@ -9,7 +9,7 @@ import (
)
//APIVersionLatest latest API version of CRD
const APIVersionLatest = "openfaas.com/v1alpha2"
const APIVersionLatest = "openfaas.com/v1"
//Spec describe characteristics of the object
type Spec struct {