-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from pliurh/upstream
Upgrade operator-sdk to 1.9.0
- Loading branch information
Showing
750 changed files
with
83,823 additions
and
17,493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,55 @@ | ||
domain: openshift.io | ||
layout: go.kubebuilder.io/v2 | ||
layout: | ||
- go.kubebuilder.io/v3 | ||
projectName: sriov-network-operator | ||
repo: github.com/k8snetworkplumbingwg/sriov-network-operator | ||
resources: | ||
- | ||
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it. | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
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 | ||
- | ||
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it. | ||
controller: true | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: false | ||
domain: openshift.io | ||
group: sriovnetwork | ||
kind: SriovIBNetwork | ||
# TODO(user): Update the package path for your API if the below value is incorrect. | ||
kind: SriovNetworkNodeState | ||
path: github.com/k8snetworkplumbingwg/sriov-network-operator/api/v1 | ||
version: v1 | ||
- | ||
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it. | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: true | ||
domain: openshift.io | ||
group: sriovnetwork | ||
kind: SriovNetworkNodePolicy | ||
# TODO(user): Update the package path for your API if the below value is incorrect. | ||
kind: SriovIBNetwork | ||
path: github.com/k8snetworkplumbingwg/sriov-network-operator/api/v1 | ||
version: v1 | ||
- | ||
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it. | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: true | ||
domain: openshift.io | ||
group: sriovnetwork | ||
kind: SriovNetworkNodeState | ||
# TODO(user): Update the package path for your API if the below value is incorrect. | ||
kind: SriovNetworkNodePolicy | ||
path: github.com/k8snetworkplumbingwg/sriov-network-operator/api/v1 | ||
version: v1 | ||
- | ||
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it. | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
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" | ||
plugins: | ||
go.sdk.operatorframework.io/v2-alpha: {} | ||
manifests.sdk.operatorframework.io/v2: {} | ||
scorecard.sdk.operatorframework.io/v2: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.