apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: Engine name: engines.longhorn.io spec: group: longhorn.io names: kind: Engine listKind: EngineList plural: engines shortNames: - lhe singular: engine scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true status: x-kubernetes-preserve-unknown-fields: true subresources: status: {} additionalPrinterColumns: - name: State type: string description: The current state of the engine jsonPath: .status.currentState - name: Node type: string description: The node that the engine is on jsonPath: .spec.nodeID - name: InstanceManager type: string description: The instance manager of the engine jsonPath: .status.instanceManagerName - name: Image type: string description: The current image of the engine jsonPath: .status.currentImage - name: Age type: date jsonPath: .metadata.creationTimestamp --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: Replica name: replicas.longhorn.io spec: group: longhorn.io names: kind: Replica listKind: ReplicaList plural: replicas shortNames: - lhr singular: replica scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true status: x-kubernetes-preserve-unknown-fields: true subresources: status: {} additionalPrinterColumns: - name: State type: string description: The current state of the replica jsonPath: .status.currentState - name: Node type: string description: The node that the replica is on jsonPath: .spec.nodeID - name: Disk type: string description: The disk that the replica is on jsonPath: .spec.diskID - name: InstanceManager type: string description: The instance manager of the replica jsonPath: .status.instanceManagerName - name: Image type: string description: The current image of the replica jsonPath: .status.currentImage - name: Age type: date jsonPath: .metadata.creationTimestamp --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: Setting name: settings.longhorn.io spec: group: longhorn.io names: kind: Setting listKind: SettingList plural: settings shortNames: - lhs singular: setting scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: x-kubernetes-preserve-unknown-fields: true additionalPrinterColumns: - name: Value type: string description: The value of the setting jsonPath: .value - name: Age type: date jsonPath: .metadata.creationTimestamp --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: Volume name: volumes.longhorn.io spec: group: longhorn.io names: kind: Volume listKind: VolumeList plural: volumes shortNames: - lhv singular: volume scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true status: x-kubernetes-preserve-unknown-fields: true subresources: status: {} additionalPrinterColumns: - name: State type: string description: The state of the volume jsonPath: .status.state - name: Robustness type: string description: The robustness of the volume jsonPath: .status.robustness - name: Scheduled type: string description: The scheduled condition of the volume jsonPath: .status.conditions['scheduled']['status'] - name: Size type: string description: The size of the volume jsonPath: .spec.size - name: Node type: string description: The node that the volume is currently attaching to jsonPath: .status.currentNodeID - name: Age type: date jsonPath: .metadata.creationTimestamp --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: EngineImage name: engineimages.longhorn.io spec: group: longhorn.io names: kind: EngineImage listKind: EngineImageList plural: engineimages shortNames: - lhei singular: engineimage scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true status: x-kubernetes-preserve-unknown-fields: true subresources: status: {} additionalPrinterColumns: - name: State type: string description: State of the engine image jsonPath: .status.state - name: Image type: string description: The Longhorn engine image jsonPath: .spec.image - name: RefCount type: integer description: Number of volumes are using the engine image jsonPath: .status.refCount - name: BuildDate type: date description: The build date of the engine image jsonPath: .status.buildDate - name: Age type: date jsonPath: .metadata.creationTimestamp --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: Node name: nodes.longhorn.io spec: group: longhorn.io names: kind: Node listKind: NodeList plural: nodes shortNames: - lhn singular: node scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true status: x-kubernetes-preserve-unknown-fields: true subresources: status: {} additionalPrinterColumns: - name: Ready type: string description: Indicate whether the node is ready jsonPath: .status.conditions['Ready']['status'] - name: AllowScheduling type: boolean description: Indicate whether the user disabled/enabled replica scheduling for the node jsonPath: .spec.allowScheduling - name: Schedulable type: string description: Indicate whether Longhorn can schedule replicas on the node jsonPath: .status.conditions['Schedulable']['status'] - name: Age type: date jsonPath: .metadata.creationTimestamp --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: InstanceManager name: instancemanagers.longhorn.io spec: group: longhorn.io names: kind: InstanceManager listKind: InstanceManagerList plural: instancemanagers shortNames: - lhim singular: instancemanager scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true status: x-kubernetes-preserve-unknown-fields: true subresources: status: {} additionalPrinterColumns: - name: State type: string description: The state of the instance manager jsonPath: .status.currentState - name: Type type: string description: The type of the instance manager (engine or replica) jsonPath: .spec.type - name: Node type: string description: The node that the instance manager is running on jsonPath: .spec.nodeID - name: Age type: date jsonPath: .metadata.creationTimestamp --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: ShareManager name: sharemanagers.longhorn.io spec: group: longhorn.io names: kind: ShareManager listKind: ShareManagerList plural: sharemanagers shortNames: - lhsm singular: sharemanager scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true status: x-kubernetes-preserve-unknown-fields: true subresources: status: {} additionalPrinterColumns: - name: State type: string description: The state of the share manager jsonPath: .status.state - name: Node type: string description: The node that the share manager is owned by jsonPath: .status.ownerID - name: Age type: date jsonPath: .metadata.creationTimestamp --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: BackingImage name: backingimages.longhorn.io spec: group: longhorn.io names: kind: BackingImage listKind: BackingImageList plural: backingimages shortNames: - lhbi singular: backingimage scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true status: x-kubernetes-preserve-unknown-fields: true subresources: status: {} additionalPrinterColumns: - name: Image type: string description: The backing image name jsonPath: .spec.image - name: Age type: date jsonPath: .metadata.creationTimestamp --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/name: longhorn helm.sh/chart: longhorn-1.1.2 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: longhorn app.kubernetes.io/version: v1.1.2 longhorn-manager: BackingImageManager name: backingimagemanagers.longhorn.io spec: group: longhorn.io names: kind: BackingImageManager listKind: BackingImageManagerList plural: backingimagemanagers shortNames: - lhbim singular: backingimagemanager scope: Namespaced versions: - name: v1beta1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true status: x-kubernetes-preserve-unknown-fields: true subresources: status: {} additionalPrinterColumns: - name: State type: string description: The current state of the manager jsonPath: .status.currentState - name: Image type: string description: The image the manager pod will use jsonPath: .spec.image - name: Node type: string description: The node the manager is on jsonPath: .spec.nodeID - name: DiskUUID type: string description: The disk the manager is responsible for jsonPath: .spec.diskUUID - name: DiskPath type: string description: The disk path the manager is using jsonPath: .spec.diskPath - name: Age type: date jsonPath: .metadata.creationTimestamp