All Downloads are FREE. Search and download functionalities are using the official Maven repository.

crds.leaderlock.yaml Maven / Gradle / Ivy

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
  # name must match the spec fields below, and be in the form: .
  name: leaderlocks.coralogix.com
spec:
  # group name to use for REST API: /apis//
  group: coralogix.com
  # list of versions supported by this CustomResourceDefinition
  versions:
    - name: v1
      # Each version can be enabled/disabled by Served flag.
      served: true
      # One and only one version must be marked as the storage version.
      storage: true
      schema:
        openAPIV3Schema:
          type: object
          properties:
            spec:
              type: object
              properties: {}
  # either Namespaced or Cluster
  scope: Namespaced
  names:
    # plural name to be used in the URL: /apis///
    plural: leaderlocks
    # singular name to be used as an alias on the CLI and for display
    singular: leaderlock
    # kind is normally the CamelCased singular type. Your resource manifests use this.
    kind: LeaderLock
    # shortNames allow shorter string to match your resource on the CLI
    shortNames:
      - ll




© 2015 - 2024 Weber Informatics LLC | Privacy Policy