{
  "description": "ShareManager is where Longhorn stores share manager object.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": [
        "string",
        "null"
      ]
    },
    "metadata": {
      "type": [
        "object",
        "null"
      ]
    },
    "spec": {
      "additionalProperties": false,
      "description": "ShareManagerSpec defines the desired state of the Longhorn share manager",
      "properties": {
        "image": {
          "description": "Share manager image used for creating a share manager pod",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    },
    "status": {
      "additionalProperties": false,
      "description": "ShareManagerStatus defines the observed state of the Longhorn share manager",
      "properties": {
        "endpoint": {
          "description": "NFS endpoint that can access the mounted filesystem of the volume",
          "type": [
            "string",
            "null"
          ]
        },
        "ownerID": {
          "description": "The node ID on which the controller is responsible to reconcile this share manager resource",
          "type": [
            "string",
            "null"
          ]
        },
        "state": {
          "description": "The state of the share manager resource",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object"
}