kubernetes.leaderelections.sampleoperatorsdk-v1.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sample-leader-election Show documentation
Show all versions of sample-leader-election Show documentation
An E2E test for leader election
# Custom Resource Definition that will be used to generate the Java classes in target/generated-sources/java
# See https://github.com/fabric8io/kubernetes-client/blob/master/doc/java-generation-from-CRD.md
# The Java classes will then be used to recreate this CR in target/classes/META-INF/fabric8
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: leaderelections.sample.javaoperatorsdk
spec:
group: sample.javaoperatorsdk
names:
kind: LeaderElection
singular: leaderelection
plural: leaderelections
shortNames:
- le
- les
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
properties:
status:
properties:
reconciledBy:
items:
type: string
type: array
type: object
type: object
served: true
storage: true
subresources:
status: {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy