diff --git a/examples/test-crp-disruptionbudget.yaml b/examples/test-crp-disruptionbudget.yaml new file mode 100644 index 000000000..6d2ebd681 --- /dev/null +++ b/examples/test-crp-disruptionbudget.yaml @@ -0,0 +1,6 @@ +apiVersion: placement.kubernetes-fleet.io/v1alpha1 +kind: ClusterResourcePlacementDisruptionBudget +metadata: + name: test-crp-disruption-budget +spec: + maxUnavailable: 1 diff --git a/examples/test-crp-eviction.yaml b/examples/test-crp-eviction.yaml new file mode 100644 index 000000000..02f9d80bd --- /dev/null +++ b/examples/test-crp-eviction.yaml @@ -0,0 +1,7 @@ +apiVersion: placement.kubernetes-fleet.io/v1alpha1 +kind: ClusterResourcePlacementEviction +metadata: + name: test-crp-eviction +spec: + placementName: test-crp + clusterName: cluster-1