maistra.io/api/federation/v1
ServiceMeshPeer is the Schema for joining two meshes together. The resource name will be used to identify the 'cluster' to which imported services belong.
Name | Description | Type |
---|---|---|
apiVersion |
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 |
string |
kind |
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 |
string |
metadata |
||
spec |
||
status |
maistra.io/api/federation/v1
ServiceMeshPeerSpec configures details required to support federation with another service mesh.
Name | Description | Type |
---|---|---|
gateways |
Gateways configures the gateways used to facilitate ingress and egress with the other mesh. |
|
remote |
Remote configures details related to the remote mesh with which this mesh is federating. |
|
security |
Security configures details for securing communication with the other mesh. |
maistra.io/api/federation/v1
ServiceMeshPeerStatus provides information related to the other mesh.
Name | Description | Type |
---|---|---|
discoveryStatus |
DiscoveryStatus represents the discovery status of each pilot/istiod pod in the mesh. |