Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type RemoteEnvironmentLister interface + ListInEnvironment func(environment string) ([]*v1alpha1.RemoteEnvironment, error) + ListNamespacesFor func(reName string) ([]string, error) + type Resolver struct + func New(restConfig *rest.Config, remoteEnvironmentLister RemoteEnvironmentLister, ...) (*Resolver, error) + func (lr Resolver) LimitRangesQuery(ctx context.Context, env string) ([]gqlschema.LimitRange, error) + func (r *Resolver) WaitForCacheSync(stopCh <-chan struct{}) + func (r Resolver) DeploymentBoundServiceInstanceNamesField(ctx context.Context, deployment *gqlschema.Deployment) ([]string, error) + func (r Resolver) DeploymentsQuery(ctx context.Context, environment string, excludeFunctions *bool) ([]gqlschema.Deployment, error) + func (r Resolver) EnvironmentsQuery(ctx context.Context, remoteEnvironment *string) ([]gqlschema.Environment, error) + func (r Resolver) ResourceQuotasQuery(ctx context.Context, environment string) ([]gqlschema.ResourceQuota, error) + func (r Resolver) SecretQuery(ctx context.Context, name, env string) (*gqlschema.Secret, error) + type ServiceBindingGetter interface + Find func(env string, name string) (*bindingApi.ServiceBinding, error) + type ServiceBindingUsageLister interface + ListForDeployment func(environment, kind, deploymentName string) ([]*usageApi.ServiceBindingUsage, error)