Skip to content

Commit

Permalink
Merge pull request #129 from zshi-redhat/upgrade-project-operator-sdk…
Browse files Browse the repository at this point in the history
…-config

upgrade PROJECT config file from 3-alpha to version 3
  • Loading branch information
pliurh authored May 8, 2021
2 parents 3df178b + cd9b95a commit 8ec3653
Showing 1 changed file with 36 additions and 6 deletions.
42 changes: 36 additions & 6 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,51 @@ layout: go.kubebuilder.io/v2
projectName: sriov-network-operator
repo: github.com/k8snetworkplumbingwg/sriov-network-operator
resources:
- group: sriovnetwork
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
controller: true
domain: openshift.io
group: sriovnetwork
kind: SriovNetwork
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/k8snetworkplumbingwg/sriov-network-operator/api/v1
version: v1
- group: sriovnetwork
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
controller: true
domain: openshift.io
group: sriovnetwork
kind: SriovIBNetwork
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/k8snetworkplumbingwg/sriov-network-operator/api/v1
version: v1
- group: sriovnetwork
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
controller: true
domain: openshift.io
group: sriovnetwork
kind: SriovNetworkNodePolicy
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/k8snetworkplumbingwg/sriov-network-operator/api/v1
version: v1
- group: sriovnetwork
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
controller: true
domain: openshift.io
group: sriovnetwork
kind: SriovNetworkNodeState
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/k8snetworkplumbingwg/sriov-network-operator/api/v1
version: v1
- group: sriovnetwork
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
controller: true
domain: openshift.io
group: sriovnetwork
kind: SriovOperatorConfig
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/k8snetworkplumbingwg/sriov-network-operator/api/v1
version: v1
version: 3-alpha
version: "3"
plugins:
go.sdk.operatorframework.io/v2-alpha: {}

0 comments on commit 8ec3653

Please sign in to comment.