Release 1.3.0 update deploy.yaml
Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
parent
a38d21cf91
commit
41f1d0a5a6
@ -2756,104 +2756,104 @@ spec:
|
|||||||
listKind: SnapshotList
|
listKind: SnapshotList
|
||||||
plural: snapshots
|
plural: snapshots
|
||||||
shortNames:
|
shortNames:
|
||||||
- lhsnap
|
- lhsnap
|
||||||
singular: snapshot
|
singular: snapshot
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
versions:
|
versions:
|
||||||
- additionalPrinterColumns:
|
- additionalPrinterColumns:
|
||||||
- description: The volume that this snapshot belongs to
|
- description: The volume that this snapshot belongs to
|
||||||
jsonPath: .spec.volume
|
jsonPath: .spec.volume
|
||||||
name: Volume
|
name: Volume
|
||||||
type: string
|
type: string
|
||||||
- description: Timestamp when the point-in-time snapshot was taken
|
- description: Timestamp when the point-in-time snapshot was taken
|
||||||
jsonPath: .status.creationTime
|
jsonPath: .status.creationTime
|
||||||
name: CreationTime
|
name: CreationTime
|
||||||
type: string
|
type: string
|
||||||
- description: Indicates if the snapshot is ready to be used to restore/backup a volume
|
- description: Indicates if the snapshot is ready to be used to restore/backup a volume
|
||||||
jsonPath: .status.readyToUse
|
jsonPath: .status.readyToUse
|
||||||
name: ReadyToUse
|
name: ReadyToUse
|
||||||
type: boolean
|
type: boolean
|
||||||
- description: Represents the minimum size of volume required to rehydrate from this snapshot
|
- description: Represents the minimum size of volume required to rehydrate from this snapshot
|
||||||
jsonPath: .status.restoreSize
|
jsonPath: .status.restoreSize
|
||||||
name: RestoreSize
|
name: RestoreSize
|
||||||
type: string
|
type: string
|
||||||
- description: The actual size of the snapshot
|
- description: The actual size of the snapshot
|
||||||
jsonPath: .status.size
|
jsonPath: .status.size
|
||||||
name: Size
|
name: Size
|
||||||
type: string
|
type: string
|
||||||
- jsonPath: .metadata.creationTimestamp
|
- jsonPath: .metadata.creationTimestamp
|
||||||
name: Age
|
name: Age
|
||||||
type: date
|
type: date
|
||||||
name: v1beta2
|
name: v1beta2
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
description: Snapshot is the Schema for the snapshots API
|
description: Snapshot is the Schema for the snapshots API
|
||||||
properties:
|
properties:
|
||||||
apiVersion:
|
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'
|
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
|
type: string
|
||||||
kind:
|
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'
|
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
|
type: string
|
||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
spec:
|
spec:
|
||||||
description: SnapshotSpec defines the desired state of Longhorn Snapshot
|
description: SnapshotSpec defines the desired state of Longhorn Snapshot
|
||||||
properties:
|
properties:
|
||||||
createSnapshot:
|
createSnapshot:
|
||||||
description: require creating a new snapshot
|
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
|
type: boolean
|
||||||
labels:
|
nullable: true
|
||||||
additionalProperties:
|
type: object
|
||||||
type: string
|
creationTime:
|
||||||
description: The labels of snapshot
|
type: string
|
||||||
nullable: true
|
error:
|
||||||
type: object
|
type: string
|
||||||
volume:
|
labels:
|
||||||
description: the volume that this snapshot belongs to. This field is immutable after creation. Required
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
required:
|
nullable: true
|
||||||
- volume
|
type: object
|
||||||
type: object
|
markRemoved:
|
||||||
status:
|
type: boolean
|
||||||
description: SnapshotStatus defines the observed state of Longhorn Snapshot
|
ownerID:
|
||||||
properties:
|
type: string
|
||||||
children:
|
parent:
|
||||||
additionalProperties:
|
type: string
|
||||||
type: boolean
|
readyToUse:
|
||||||
nullable: true
|
type: boolean
|
||||||
type: object
|
restoreSize:
|
||||||
creationTime:
|
format: int64
|
||||||
type: string
|
type: integer
|
||||||
error:
|
size:
|
||||||
type: string
|
format: int64
|
||||||
labels:
|
type: integer
|
||||||
additionalProperties:
|
userCreated:
|
||||||
type: string
|
type: boolean
|
||||||
nullable: true
|
type: object
|
||||||
type: object
|
type: object
|
||||||
markRemoved:
|
served: true
|
||||||
type: boolean
|
storage: true
|
||||||
ownerID:
|
subresources:
|
||||||
type: string
|
status: {}
|
||||||
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:
|
status:
|
||||||
acceptedNames:
|
acceptedNames:
|
||||||
kind: ""
|
kind: ""
|
||||||
@ -2867,7 +2867,6 @@ kind: CustomResourceDefinition
|
|||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.7.0
|
controller-gen.kubebuilder.io/version: v0.7.0
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: longhorn
|
app.kubernetes.io/name: longhorn
|
||||||
app.kubernetes.io/instance: longhorn
|
app.kubernetes.io/instance: longhorn
|
||||||
|
Loading…
Reference in New Issue
Block a user