Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 2.31 KB

federation.maistra.io_ServiceMeshPeer_v1.adoc

File metadata and controls

81 lines (51 loc) · 2.31 KB

ServiceMeshPeer - federation.maistra.io/v1

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.

Table 1. Table ServiceMeshPeer Fields
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

[metav1_ObjectMeta]

spec

ServiceMeshPeerSpec

status

ServiceMeshPeerStatus

ServiceMeshPeerSpec

maistra.io/api/federation/v1

ServiceMeshPeerSpec configures details required to support federation with another service mesh.

Table 2. Table ServiceMeshPeerSpec Fields
Name Description Type

gateways

Gateways configures the gateways used to facilitate ingress and egress with the other mesh.

ServiceMeshPeerGateways

remote

Remote configures details related to the remote mesh with which this mesh is federating.

ServiceMeshPeerRemote

security

Security configures details for securing communication with the other mesh.

ServiceMeshPeerSecurity

ServiceMeshPeerStatus

maistra.io/api/federation/v1

ServiceMeshPeerStatus provides information related to the other mesh.

Table 3. Table ServiceMeshPeerStatus Fields
Name Description Type

discoveryStatus

DiscoveryStatus represents the discovery status of each pilot/istiod pod in the mesh.

ServiceMeshPeerDiscoveryStatus