Documentation
¶
Index ¶
- type Entitlement
- type Options
- func (o *Options) AddSSH(id string, paths []string)
- func (o *Options) AddSecret(id string, filepath string, envName string)
- func (o *Options) AllowInsecure(allow bool)
- func (o *Options) AllowNetworkHost(allow bool)
- func (o *Options) GetAttachable() ([]session.Attachable, error)
- func (o *Options) GetEntitlements() []Entitlement
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entitlement ¶
type Entitlement = entitlements.Entitlement
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
func (*Options) AllowInsecure ¶
func (*Options) AllowNetworkHost ¶
func (*Options) GetAttachable ¶
func (o *Options) GetAttachable() ([]session.Attachable, error)
func (*Options) GetEntitlements ¶
func (o *Options) GetEntitlements() []Entitlement
Click to show internal directories.
Click to hide internal directories.