Documentation ¶
Index ¶
- Constants
- func NewTransport(nsNamePair meta.NamespacedNamePair) transport.Transport
- type NullTransport
- func (s *NullTransport) CA() *bytes.Buffer
- func (s *NullTransport) ClientContainers() []v1.Container
- func (s *NullTransport) ClientVolumes() []v1.Volume
- func (s *NullTransport) CreateClient(c client.Client, endpoint endpoint.Endpoint) error
- func (s *NullTransport) CreateServer(c client.Client, e endpoint.Endpoint) error
- func (s *NullTransport) Crt() *bytes.Buffer
- func (s *NullTransport) Direct() bool
- func (s *NullTransport) ExposedPort() int32
- func (s *NullTransport) Key() *bytes.Buffer
- func (s *NullTransport) NamespacedNamePair() meta.NamespacedNamePair
- func (s *NullTransport) Options() *transport.Options
- func (s *NullTransport) Port() int32
- func (s *NullTransport) ServerContainers() []v1.Container
- func (s *NullTransport) ServerVolumes() []v1.Volume
- func (s *NullTransport) Type() transport.TransportType
Constants ¶
View Source
const TransportTypeNull = "null"
Variables ¶
This section is empty.
Functions ¶
func NewTransport ¶
func NewTransport(nsNamePair meta.NamespacedNamePair) transport.Transport
Types ¶
type NullTransport ¶
type NullTransport struct {
// contains filtered or unexported fields
}
func (*NullTransport) CA ¶
func (s *NullTransport) CA() *bytes.Buffer
func (*NullTransport) ClientContainers ¶
func (s *NullTransport) ClientContainers() []v1.Container
func (*NullTransport) ClientVolumes ¶
func (s *NullTransport) ClientVolumes() []v1.Volume
func (*NullTransport) CreateClient ¶
func (*NullTransport) CreateServer ¶
func (*NullTransport) Crt ¶
func (s *NullTransport) Crt() *bytes.Buffer
func (*NullTransport) Direct ¶
func (s *NullTransport) Direct() bool
func (*NullTransport) ExposedPort ¶
func (s *NullTransport) ExposedPort() int32
func (*NullTransport) Key ¶
func (s *NullTransport) Key() *bytes.Buffer
func (*NullTransport) NamespacedNamePair ¶
func (s *NullTransport) NamespacedNamePair() meta.NamespacedNamePair
func (*NullTransport) Options ¶
func (s *NullTransport) Options() *transport.Options
func (*NullTransport) Port ¶
func (s *NullTransport) Port() int32
func (*NullTransport) ServerContainers ¶
func (s *NullTransport) ServerContainers() []v1.Container
func (*NullTransport) ServerVolumes ¶
func (s *NullTransport) ServerVolumes() []v1.Volume
func (*NullTransport) Type ¶
func (s *NullTransport) Type() transport.TransportType
Click to show internal directories.
Click to hide internal directories.