INTERFACE
KubernetesResourceConnectingRelationship
link GraphQL Schema definition
- interface KubernetesResourceConnectingRelationship {
- # For resource types such as Service, which connect to Pods, this provides a paged
- # link to the connected resources
- #
- # Arguments
- # after: relay-compatible cursor for paging
- # first: relay-compatible page size
- String, : Int): KubernetesResourceInterfaceConnection ( :
- }