KRM API replication.gdc.goog/v1

replication.gdc.goog/v1

Contains API Schema definitions for the replication.gdc.goog v1 API group.

VolumeFailover

Defines the Schema for the 'VolumeFailover' API.

Appears in: - VolumeFailoverList

Field Description
apiVersion string storage.gdc.goog/v1
kind string VolumeFailover
metadata ObjectMeta Refer to Kubernetes API documentation for fields of metadata.
spec VolumeFailoverSpec
status VolumeFailoverStatus

VolumeFailoverList

Contains a list of VolumeReplicationRelationshipReplica resources.

Field Description
apiVersion string storage.gdc.goog/v1
kind string VolumeFailoverList
metadata ListMeta Refer to Kubernetes API documentation for fields of metadata.
items VolumeFailover array

VolumeFailoverSpec

Defines the desired state of VolumeFailover.

Appears in: - VolumeFailover

Field Description
volumeReplicationRelationshipRef string The unique string referencing a volume replication relationship

VolumeFailoverState

Underlying type: string Defines the state of the volume failover used in the VolumeFailoverStatus.

Appears in: - VolumeFailoverStatus

VolumeFailoverStatus

Defines the observed state of the VolumeFailover.

Appears in: - VolumeFailover

Field Description
state VolumeFailoverState The current status of the volume failover.
message string A human-readable message indicating details about why the volume failover is in this state.