Last active
November 29, 2018 21:55
-
-
Save danehans/bb579b8ebafacca52f58797d916a83e3 to your computer and use it in GitHub Desktop.
fedv2 pluralization
This file contains hidden or 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
apiVersion: primitives.federation.k8s.io/v1alpha1 | |
kind: FederatedCustomResourceDefinition | |
metadata: | |
name: serviceentries.networking.istio.io | |
annotations: | |
"helm.sh/hook": crd-install | |
labels: | |
app: istio-pilot | |
spec: | |
template: | |
spec: | |
group: networking.istio.io | |
names: | |
kind: ServiceEntry | |
listKind: ServiceEntryList | |
plural: serviceentries | |
singular: serviceentry | |
categories: | |
- istio-io | |
- networking-istio-io | |
scope: Namespaced | |
version: v1alpha3 | |
--- | |
apiVersion: primitives.federation.k8s.io/v1alpha1 | |
kind: FederatedCustomResourceDefinitionPlacement | |
metadata: | |
name: serviceentries.networking.istio.io | |
annotations: | |
"helm.sh/hook": crd-install | |
labels: | |
app: istio-pilot | |
spec: | |
clusterNames: | |
- cluster2 | |
- cluster1 |
This file contains hidden or 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
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
name: serviceentries.networking.istio.io | |
annotations: | |
"helm.sh/hook": crd-install | |
labels: | |
app: istio-pilot | |
spec: | |
group: networking.istio.io | |
names: | |
kind: ServiceEntry | |
listKind: ServiceEntryList | |
plural: serviceentries | |
singular: serviceentry | |
categories: | |
- istio-io | |
- networking-istio-io | |
scope: Namespaced | |
version: v1alpha3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment