Release 1.3.0 update deploy.yaml

Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
David Ko 2022-06-15 19:36:32 +08:00
parent a38d21cf91
commit 41f1d0a5a6

View File

@ -2756,104 +2756,104 @@ spec:
listKind: SnapshotList
plural: snapshots
shortNames:
- lhsnap
- lhsnap
singular: snapshot
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: The volume that this snapshot belongs to
jsonPath: .spec.volume
name: Volume
type: string
- description: Timestamp when the point-in-time snapshot was taken
jsonPath: .status.creationTime
name: CreationTime
type: string
- description: Indicates if the snapshot is ready to be used to restore/backup a volume
jsonPath: .status.readyToUse
name: ReadyToUse
type: boolean
- description: Represents the minimum size of volume required to rehydrate from this snapshot
jsonPath: .status.restoreSize
name: RestoreSize
type: string
- description: The actual size of the snapshot
jsonPath: .status.size
name: Size
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta2
schema:
openAPIV3Schema:
description: Snapshot is the Schema for the snapshots API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: SnapshotSpec defines the desired state of Longhorn Snapshot
properties:
createSnapshot:
description: require creating a new snapshot
- additionalPrinterColumns:
- description: The volume that this snapshot belongs to
jsonPath: .spec.volume
name: Volume
type: string
- description: Timestamp when the point-in-time snapshot was taken
jsonPath: .status.creationTime
name: CreationTime
type: string
- description: Indicates if the snapshot is ready to be used to restore/backup a volume
jsonPath: .status.readyToUse
name: ReadyToUse
type: boolean
- description: Represents the minimum size of volume required to rehydrate from this snapshot
jsonPath: .status.restoreSize
name: RestoreSize
type: string
- description: The actual size of the snapshot
jsonPath: .status.size
name: Size
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta2
schema:
openAPIV3Schema:
description: Snapshot is the Schema for the snapshots API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: SnapshotSpec defines the desired state of Longhorn Snapshot
properties:
createSnapshot:
description: require creating a new snapshot
type: boolean
labels:
additionalProperties:
type: string
description: The labels of snapshot
nullable: true
type: object
volume:
description: the volume that this snapshot belongs to. This field is immutable after creation. Required
type: string
required:
- volume
type: object
status:
description: SnapshotStatus defines the observed state of Longhorn Snapshot
properties:
children:
additionalProperties:
type: boolean
labels:
additionalProperties:
type: string
description: The labels of snapshot
nullable: true
type: object
volume:
description: the volume that this snapshot belongs to. This field is immutable after creation. Required
nullable: true
type: object
creationTime:
type: string
error:
type: string
labels:
additionalProperties:
type: string
required:
- volume
type: object
status:
description: SnapshotStatus defines the observed state of Longhorn Snapshot
properties:
children:
additionalProperties:
type: boolean
nullable: true
type: object
creationTime:
type: string
error:
type: string
labels:
additionalProperties:
type: string
nullable: true
type: object
markRemoved:
type: boolean
ownerID:
type: string
parent:
type: string
readyToUse:
type: boolean
restoreSize:
format: int64
type: integer
size:
format: int64
type: integer
userCreated:
type: boolean
type: object
type: object
served: true
storage: true
subresources:
status: {}
nullable: true
type: object
markRemoved:
type: boolean
ownerID:
type: string
parent:
type: string
readyToUse:
type: boolean
restoreSize:
format: int64
type: integer
size:
format: int64
type: integer
userCreated:
type: boolean
type: object
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
@ -2867,7 +2867,6 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.7.0
creationTimestamp: null
labels:
app.kubernetes.io/name: longhorn
app.kubernetes.io/instance: longhorn