24 lines
373 B
YAML
24 lines
373 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: not-customization
|
|
---
|
|
apiVersion: config.karmada.io/v1alpha1
|
|
kind: ResourceInterpreterCustomization
|
|
metadata:
|
|
name: api-version-unset
|
|
spec:
|
|
target:
|
|
kind: Deployment
|
|
---
|
|
apiVersion: config.karmada.io/v1alpha1
|
|
kind: ResourceInterpreterCustomization
|
|
metadata:
|
|
name: kind-unset
|
|
spec:
|
|
target:
|
|
apiVersion: apps/v1
|
|
|
|
|