Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type GatewayResource struct + Name string + Uid types.UID + Version string + func (r *GatewayResource) String() string + type GatewayResourceStatus struct + Code StatusCode + LastError string + Resource GatewayResource + func (g *GatewayResourceStatus) String() string + func (s *GatewayResourceStatus) IsDone() bool + func (s *GatewayResourceStatus) IsEmpty() bool + func (s *GatewayResourceStatus) IsError() bool + func (s *GatewayResourceStatus) IsInProgress() bool + type StatusCode int + const Done + const Empty + const Error + const InProgress + func (c *StatusCode) String() string + func (s StatusCode) IsDone() bool + func (s StatusCode) IsEmpty() bool + func (s StatusCode) IsError() bool + func (s StatusCode) IsInProgress() bool