parent
792e9df7ec
commit
9c5d1152ec
|
|
@ -20,7 +20,7 @@ package v2
|
||||||
import (
|
import (
|
||||||
"github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2"
|
"github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2"
|
||||||
"github.com/devfile/devworkspace-operator/apis/controller/v1alpha1"
|
"github.com/devfile/devworkspace-operator/apis/controller/v1alpha1"
|
||||||
"k8s.io/api/core/v1"
|
v1 "k8s.io/api/core/v1"
|
||||||
"k8s.io/apimachinery/pkg/runtime"
|
"k8s.io/apimachinery/pkg/runtime"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,15 @@
|
||||||
|
#
|
||||||
|
# Copyright (c) 2019-2023 Red Hat, Inc.
|
||||||
|
# This program and the accompanying materials are made
|
||||||
|
# available under the terms of the Eclipse Public License 2.0
|
||||||
|
# which is available at https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EPL-2.0
|
||||||
|
#
|
||||||
|
# Contributors:
|
||||||
|
# Red Hat, Inc. - initial API and implementation
|
||||||
|
#
|
||||||
|
|
||||||
schemaVersion: 2.2.2
|
schemaVersion: 2.2.2
|
||||||
metadata:
|
metadata:
|
||||||
name: che-code
|
name: che-code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue