Documentation
¶
Index ¶
- Constants
- Variables
- func ArtifactFactoryForSettings(ctx context.Context, settings *v1.Settings, ...) (factory.ResourceClientFactory, error)
- func ConfigFactoryForSettings(params ConfigFactoryParams, resourceCrd crd.Crd) (factory.ResourceClientFactory, error)
- func ConsulClientForSettings(ctx context.Context, settings *v1.Settings) (*api.Client, error)
- func GetWriteNamespace(settings *v1.Settings) string
- func KubeServiceClientForSettings(ctx context.Context, settings *v1.Settings, ...) (skkube.ServiceClient, error)
- func SecretFactoryForSettings(ctx context.Context, settings *v1.Settings, ...) (factory.ResourceClientFactory, error)
- func ValidateBootstrap(ctx context.Context, settings *v1.Settings, filterName string, ...) error
- type ConfigFactoryParams
- type Consul
- type ControlPlane
- type GlooGateway
- type GrpcService
- type IstioValues
- type Opts
- type ProxyDebugServer
- type ValidationServer
Constants ¶
const ( // Deprecated. Use bootstrap/clients. DefaultK8sQPS = clients.DefaultK8sQPS // 10x the k8s-recommended default; gloo gets busy writing status updates // Deprecated. Use bootstrap/clients. DefaultK8sBurst = clients.DefaultK8sBurst // 10x the k8s-recommended default; gloo gets busy writing status updates // Deprecated. Use bootstrap/clients. DefaultRootKey = clients.DefaultRootKey // used for vault and consul key-value storage )
Variables ¶
var DefaultQueryOptions = clients.DefaultConsulQueryOptions
Deprecated. Use bootstrap/clients.
Functions ¶
func ArtifactFactoryForSettings ¶
func ArtifactFactoryForSettings(ctx context.Context, settings *v1.Settings, sharedCache memory.InMemoryResourceCache, cfg **rest.Config, clientset *kubernetes.Interface, kubeCoreCache *cache.KubeCoreCache, consulClient *consulapi.Client, pluralName string) (factory.ResourceClientFactory, error)
Deprecated. Use bootstrap/clients.
func ConfigFactoryForSettings ¶
func ConfigFactoryForSettings(params ConfigFactoryParams, resourceCrd crd.Crd) (factory.ResourceClientFactory, error)
Deprecated. Use bootstrap/clients.
func ConsulClientForSettings ¶ added in v0.18.0
Deprecated. Use bootstrap/clients
func GetWriteNamespace ¶ added in v1.9.0
GetWriteNamespace checks the provided settings for the field `DiscoveryNamespace` and defaults to `defaults.GlooSystem` if not found.
func KubeServiceClientForSettings ¶ added in v0.18.0
func KubeServiceClientForSettings(ctx context.Context, settings *v1.Settings, sharedCache memory.InMemoryResourceCache, cfg **rest.Config, clientset *kubernetes.Interface, kubeCoreCache *cache.KubeCoreCache) (skkube.ServiceClient, error)
Deprecated. Use bootstrap/clients.
func SecretFactoryForSettings ¶
func SecretFactoryForSettings(ctx context.Context, settings *v1.Settings, sharedCache memory.InMemoryResourceCache, cfg **rest.Config, clientset *kubernetes.Interface, kubeCoreCache *cache.KubeCoreCache, vaultClient *vaultapi.Client, pluralName string) (factory.ResourceClientFactory, error)
Deprecated. Use bootstrap/clients.
Types ¶
type ConfigFactoryParams ¶ added in v0.18.0
type ConfigFactoryParams = clients.ConfigFactoryParams
Deprecated. Use bootstrap/clients.
func NewConfigFactoryParams ¶ added in v0.18.0
func NewConfigFactoryParams(settings *v1.Settings, sharedCache memory.InMemoryResourceCache, cache kube.SharedCache, cfg **rest.Config, consulClient *consulapi.Client) ConfigFactoryParams
Deprecated. Use bootstrap/clients.
type Consul ¶ added in v1.3.7
type Consul struct {
ConsulWatcher consul.ConsulWatcher
DnsServer string
DnsPollingInterval *durationpb.Duration
}
type ControlPlane ¶
type ControlPlane struct {
*GrpcService
SnapshotCache cache.SnapshotCache
XDSServer server.Server
}
type GlooGateway ¶ added in v1.17.0
type GlooGateway struct {
EnableK8sGatewayController bool
IstioValues IstioValues
}
type GrpcService ¶ added in v0.18.43
type GrpcService struct {
Ctx context.Context
BindAddr net.Addr
GrpcServer *grpc.Server
StartGrpcServer bool
}
func (*GrpcService) GetBindAddress ¶ added in v1.17.0
func (g *GrpcService) GetBindAddress() string
GetBindAddress returns the string form of the BindAddr (for example, "192.0.2.1:25", "[2001:db8::1]:80")
func (*GrpcService) GetBindPort ¶ added in v1.17.0
func (g *GrpcService) GetBindPort() int
GetBindPort returns the port if the GrpcService relies on a TCPAddr, 0 otherwise
type IstioValues ¶ added in v1.17.0
type IstioValues struct {
// Based on istioSDS helm values. Config used for installing Gloo Edge with Istio SDS cert rotation features for Istio mTLS
SDSEnabled bool
// Based on enableIstioSidecarOnGateway helm value. If true, the gateway will have the istio sidecar injected.
SidecarOnGatewayEnabled bool
}
type Opts ¶
type Opts struct {
WriteNamespace string
StatusReporterNamespace string
WatchNamespaces []string
Upstreams factory.ResourceClientFactory
KubeServiceClient skkube.ServiceClient
UpstreamGroups factory.ResourceClientFactory
Proxies factory.ResourceClientFactory
Secrets factory.ResourceClientFactory
Artifacts factory.ResourceClientFactory
AuthConfigs factory.ResourceClientFactory
RateLimitConfigs factory.ResourceClientFactory
GraphQLApis factory.ResourceClientFactory
VirtualServices factory.ResourceClientFactory
RouteTables factory.ResourceClientFactory
Gateways factory.ResourceClientFactory
MatchableHttpGateways factory.ResourceClientFactory
MatchableTcpGateways factory.ResourceClientFactory
VirtualHostOptions factory.ResourceClientFactory
RouteOptions factory.ResourceClientFactory
KubeClient kubernetes.Interface
Consul Consul
WatchOpts clients.WatchOpts
DevMode bool
ControlPlane ControlPlane
ValidationServer ValidationServer
ProxyDebugServer ProxyDebugServer
Settings *v1.Settings
KubeCoreCache corecache.KubeCoreCache
ValidationOpts *gwtranslator.ValidationOpts
ReadGatwaysFromAllNamespaces bool
GatewayControllerEnabled bool
ProxyCleanup func()
Identity leaderelector.Identity
GlooGateway GlooGateway
}
type ProxyDebugServer ¶ added in v1.9.25
type ProxyDebugServer struct {
*GrpcService
Server debug.ProxyEndpointServer
}
ProxyDebugServer returns proxies to callers outside the gloo pod - this is only necessary for UI/debugging purposes.
type ValidationServer ¶ added in v0.18.43
type ValidationServer struct {
*GrpcService
Server validation.ValidationServer
}
ValidationServer validates proxies generated by controllors outside the gloo pod
Directories
¶
| Path | Synopsis |
|---|---|
|
vault/mocks
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |