forked from openstack-k8s-operators/openstack-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
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 openstack-k8s-operators#1027 from dprince/bundle_a…
…nnotations Use empty Alm examples
- Loading branch information
Showing
8 changed files
with
44 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,6 @@ | ||
apiVersion: client.openstack.org/v1beta1 | ||
kind: OpenStackClient | ||
metadata: | ||
name: default | ||
spec: | ||
# this is a placeholder and shall remain empty |
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,6 @@ | ||
apiVersion: core.openstack.org/v1beta1 | ||
kind: OpenStackControlPlane | ||
metadata: | ||
name: default | ||
spec: | ||
# this is a placeholder and shall remain empty |
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: core.openstack.org/v1beta1 | ||
kind: OpenStackVersion | ||
metadata: | ||
name: default | ||
spec: |
6 changes: 6 additions & 0 deletions
6
config/samples/dataplane_v1beta1_openstackdataplanedeployment_empty.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,6 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneDeployment | ||
metadata: | ||
name: default | ||
spec: | ||
# this is a placeholder and shall remain empty |
6 changes: 6 additions & 0 deletions
6
config/samples/dataplane_v1beta1_openstackdataplanenodeset_empty.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,6 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneNodeSet | ||
metadata: | ||
name: default | ||
spec: | ||
# this is a placeholder and shall remain empty |
6 changes: 6 additions & 0 deletions
6
config/samples/dataplane_v1beta1_openstackdataplaneservice_empty.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,6 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneService | ||
metadata: | ||
name: default | ||
spec: | ||
# this is a placeholder and shall remain empty |
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,11 +1,12 @@ | ||
## Append samples you want in your CSV to this file as resources ## | ||
# NOTE(dprince): these get added to the bundle ALM examples | ||
# we do not have space for long examples here and want | ||
# to guide users to documentation instead | ||
resources: | ||
- core_v1beta1_openstackcontrolplane.yaml | ||
- core_v1beta1_openstackcontrolplane_collapsed_cell.yaml | ||
- core_v1beta1_openstackcontrolplane_network_isolation.yaml | ||
- client_v1beta1_openstackclient.yaml | ||
- core_v1beta1_openstackversion.yaml | ||
- dataplane_v1beta1_openstackdataplanenodeset.yaml | ||
- dataplane_v1beta1_openstackdataplaneservice.yaml | ||
- dataplane_v1beta1_openstackdataplanedeployment.yaml | ||
- core_v1beta1_openstackcontrolplane_empty.yaml | ||
- client_v1beta1_openstackclient_empty.yaml | ||
- core_v1beta1_openstackversion_empty.yaml | ||
- dataplane_v1beta1_openstackdataplanenodeset_empty.yaml | ||
- dataplane_v1beta1_openstackdataplaneservice_empty.yaml | ||
- dataplane_v1beta1_openstackdataplanedeployment_empty.yaml | ||
#+kubebuilder:scaffold:manifestskustomizesamples |