Kind
Serverstatusrequest
Group
velero.io
Version
v1
apiVersion: velero.io/v1 kind: Serverstatusrequest metadata: name: example
View raw schema
apiVersion string
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
kind string
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
metadata object
spec object
ServerStatusRequestSpec is the specification for a ServerStatusRequest.
status object
ServerStatusRequestStatus is the current status of a ServerStatusRequest.
phase string
Phase is the current lifecycle phase of the ServerStatusRequest.
enum: New, Processed
plugins []object
Plugins list information about the plugins running on the Velero server
kind string required
name string required
processedTimestamp string
ProcessedTimestamp is when the ServerStatusRequest was processed by the ServerStatusRequestController.
format: date-time
serverVersion string
ServerVersion is the Velero server version.
Copied!