Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
Endpoint string `` /* 158-byte string literal not displayed */
Token string `` /* 142-byte string literal not displayed */
CertAuthFilePath string `` /* 194-byte string literal not displayed */
Namespaces []string `` /* 134-byte string literal not displayed */
LabelSelector string `` /* 154-byte string literal not displayed */
PublicEntrypoints []string `` /* 237-byte string literal not displayed */
PublicService ServiceRef `` /* 190-byte string literal not displayed */
PrivateEntrypoints []string `` /* 228-byte string literal not displayed */
PrivateService ServiceRef `` /* 194-byte string literal not displayed */
ThrottleDuration ptypes.Duration `` /* 149-byte string literal not displayed */
// contains filtered or unexported fields
}
Provider holds configurations of the provider.
type ServiceRef ¶
type ServiceRef struct {
Name string `description:"Name of the Kubernetes service." json:"desc,omitempty" toml:"desc,omitempty" yaml:"desc,omitempty"`
Namespace string `` /* 131-byte string literal not displayed */
}
ServiceRef holds a Kubernetes service reference.
Click to show internal directories.
Click to hide internal directories.