resexposeenvoy

package
v0.0.0-...-3f873ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Driver

Types

type T

type T struct {
	resource.T
	ClusterData               string   `json:"cluster_data,omitempty"`
	FilterConfigData          string   `json:"filter_config_data,omitempty"`
	Port                      int      `json:"port,omitempty"`
	Protocol                  string   `json:"protocol,omitempty"`
	ListenerAddr              string   `json:"listener_addr,omitempty"`
	ListenerPort              int      `json:"listener_port,omitempty"`
	SNI                       []string `json:"sni,omitempty"`
	LBPolicy                  string   `json:"lb_policy,omitempty"`
	Gateway                   string   `json:"gateway,omitempty"`
	Vhosts                    []string `json:"vhosts,omitempty"`
	ListenerCertificates      []string `json:"listener_certificates,omitempty"`
	ClusterCertificates       []string `json:"cluster_certificates,omitempty"`
	ClusterPrivateKeyFilename string   `json:"cluster_private_key_filename,omitempty"`
}

func (T) Label

func (t T) Label() string

func (T) Manifest

func (t T) Manifest() *manifest.T

Manifest exposes to the core the input expected by the driver.

func (T) Provision

func (t T) Provision(ctx context.Context) error

func (T) Provisioned

func (t T) Provisioned() (provisioned.T, error)

func (T) Start

func (t T) Start(ctx context.Context) error

func (*T) Status

func (t *T) Status(ctx context.Context) status.T

func (T) StatusInfo

func (t T) StatusInfo() map[string]interface{}

func (T) Stop

func (t T) Stop(ctx context.Context) error

func (T) Unprovision

func (t T) Unprovision(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL