Documentation ¶
Index ¶
- func ParseBackendServices(s string) (name string, region string, err error)
- func ParseHealthChecks(s string) (name string, region string, err error)
- func ParseInstanceGroup(s string) (name string, zone string, err error)
- func ParseService(s string) (name string, region string, err error)
- func ParseSslCertificates(s string) (name string, region string, err error)
- func ParseTargetProxy(s string) (name string, region string, isHTTPs bool, err error)
- func ParseUrlMap(s string) (name string, region string, err error)
- type App
- func (app *App) FindBackendServices(um *compute.UrlMap) ([]*compute.BackendService, error)
- func (app *App) GetTargetHttpProxy(name string) (*compute.TargetHttpProxy, error)
- func (app *App) GetTargetHttpsProxy(name string) (*compute.TargetHttpsProxy, error)
- func (app *App) GetUrlMap(name string) (*compute.UrlMap, error)
- func (app *App) ListDanglingFirewalls(ctx context.Context) ([]*compute.Firewall, error)
- func (app *App) ListIngressForwardingRules() ([]*compute.ForwardingRule, error)
- func (app *App) ListInstancesForService(s *compute.BackendService) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseBackendServices ¶
func ParseSslCertificates ¶
func ParseTargetProxy ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) FindBackendServices ¶
func (*App) GetTargetHttpProxy ¶
func (app *App) GetTargetHttpProxy(name string) (*compute.TargetHttpProxy, error)
func (*App) GetTargetHttpsProxy ¶
func (app *App) GetTargetHttpsProxy(name string) (*compute.TargetHttpsProxy, error)
func (*App) ListDanglingFirewalls ¶
func (*App) ListIngressForwardingRules ¶
func (app *App) ListIngressForwardingRules() ([]*compute.ForwardingRule, error)
Lists HTTP(s) forwarding rules, whose names match "k8s-fw"
func (*App) ListInstancesForService ¶
func (app *App) ListInstancesForService(s *compute.BackendService) ([]string, error)
Click to show internal directories.
Click to hide internal directories.