Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDNSEntryPoint ¶ added in v1.0.0
BuilDNSEntryPoint will create a string listing of the full DNS entry points for the Service of the ActiveGate in the provided DynaKube example: https://34.118.233.238:443,https://dynakube-activegate.dynatrace:443
func BuildHostEntries ¶ added in v1.6.0
BuildHostEntries will create a string listing the host entries for the Service of the ActiveGate in the provided DynaKube Meant to be used as a NO_PROXY value for components needing to directly communicate with the ActiveGate. example: 34.118.233.238,dynakube-activegate.dynatrace
func BuildServiceName ¶
Types ¶
type Capability ¶
type Capability interface { Enabled() bool ArgName() string Properties() *activegate.CapabilityProperties }
func NewMultiCapability ¶
func NewMultiCapability(dk *dynakube.DynaKube) Capability
type MultiCapability ¶
type MultiCapability struct {
// contains filtered or unexported fields
}
func (*MultiCapability) Properties ¶
func (capability *MultiCapability) Properties() *activegate.CapabilityProperties
Click to show internal directories.
Click to hide internal directories.