Skip to main content
Version: 3.2

ClusterPair

ClusterPair represents pairing with other clusters.

ClusterPair

FieldDescriptionType
apiVersionAPIVersion 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
string
kindKind 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
string
specClusterPairSpec is the spec to create the cluster pairobject
statusClusterPairStatus is the status of the cluster pairobject

spec fields

FieldDescriptionType
spec.configConfig holds the configuration to connect to the remote clusterobject
spec.config.apiVersionLegacy field from pkg/api/types.go TypeMeta.string
spec.config.clustersClusters is a map of referencable names to cluster configsobject
spec.config.contextsContexts is a map of referencable names to context configsobject
spec.config.current-contextCurrentContext is the name of the context that you would like to use by defaultstring
spec.config.extensionsExtensions holds additional information. This is useful for extenders so that reads and writes don't clobber unknown fieldsobject
spec.config.kindLegacy field from pkg/api/types.go TypeMeta.string
spec.config.preferencesPreferences holds general information to be use for cli interactionsobject
spec.config.preferences.extensionsExtensions holds additional information. This is useful for extenders so that reads and writes don't clobber unknown fieldsobject
spec.config.usersAuthInfos is a map of referencable names to user configsobject
spec.optionsOptions is a map of referenceable keys to values used for the cluster pair
For example, backuplocation, mode etc
object
spec.platformOptionsPlatformOptions are kubernetes platform provider related
options.
object
spec.platformOptions.rancherRancher configurationobject
spec.platformOptions.rancher.projectMappingsProjectMappings allows a cluster pair to migrate namespaces between different
Rancher projects. The key in the map is the source project while the value
is the destination project. Specify this only if you have not provided
API key to stork for creating the project on the target cluster.
object

status fields

FieldDescriptionType
status.remoteStorageIdID of the remote storage which is pairedstring
status.schedulerStatusStatus of the pairing with the schedulerstring
status.storageStatusStatus of pairing with the storage driverstring