-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add node placement support to the example operator
Signed-off-by: Jakub Dzon <[email protected]>
- Loading branch information
Jakub Dzon
committed
Oct 15, 2020
1 parent
0ec883c
commit 853184e
Showing
6 changed files
with
1,560 additions
and
7 deletions.
There are no files selected for viewing
866 changes: 866 additions & 0 deletions
866
examples/sample-operator/manifests/sample-operator/v0.0.4/operator.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
examples/sample-operator/manifests/sample-operator/v0.0.4/sampleconfig_cr.yaml
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: sample.lifecycle.kubevirt.io/v1alpha1 | ||
kind: SampleConfig | ||
metadata: | ||
name: example-sampleconfig | ||
spec: {} |
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.