OBJECT

ApplicationEngineEntityTrait

This type is a placeholder for Application Engine related EntityTrait.

link GraphQL Schema definition

  • type ApplicationEngineEntityTrait {
  • # Returns a URL for port-forwarding the specified port of the resource to the
  • # user.
  • # This operation is applicable only to specific resource types.
  • #
  • # Arguments
  • # port: [Not documented]
  • portForward(port: Int!): HyperLink
  • # Application Engine view of the same resource represented in the Entity Model
  • resource: KubernetesResourceInterface
  • }