Documentation ¶
Index ¶
- Variables
- func APIServerAddress(override ...string) (*url.URL, error)
- func Features() []string
- func HostedDomain(d string) bool
- func HostedEndpoint(u string) (bool, error)
- func LicenseIssuerAPIEndpoint(override ...string) (string, error)
- func LoadLicenseCA() ([]byte, error)
- func MustAPIServerAddress() *url.URL
- func MustLicenseIssuerAPIEndpoint() string
- func MustRegistrationAPIEndpoint() string
- func ParseCertificate(data []byte) (*x509.Certificate, error)
- func ParseFeatures(features string) []string
- func RegistrationAPIEndpoint(override ...string) (string, error)
- func SkipLicenseVerification() bool
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EnforceLicense string LicenseCA string ProductOwnerName string ProductOwnerUID string ProductName string // This has been renamed to Features ProductUID string QADomain = "appscode.ninja" ProdDomain = "appscode.com" DeprecatedProdDomain = "byte.builders" LicenseIssuerAPIPath = "api/v1/license/issue" )
Functions ¶
func HostedDomain ¶ added in v0.12.2
func HostedEndpoint ¶ added in v0.12.2
func LicenseIssuerAPIEndpoint ¶ added in v0.12.0
func LoadLicenseCA ¶ added in v0.12.0
func MustAPIServerAddress ¶ added in v0.12.2
func MustLicenseIssuerAPIEndpoint ¶ added in v0.12.2
func MustLicenseIssuerAPIEndpoint() string
func MustRegistrationAPIEndpoint ¶ added in v0.12.2
func MustRegistrationAPIEndpoint() string
func ParseCertificate ¶ added in v0.12.0
func ParseCertificate(data []byte) (*x509.Certificate, error)
func ParseFeatures ¶ added in v0.9.7
func RegistrationAPIEndpoint ¶ added in v0.9.2
func SkipLicenseVerification ¶
func SkipLicenseVerification() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.