Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate struct {
CA string
}
func (Certificate) CACertPool ¶ added in v7.10.4
func (c Certificate) CACertPool() (*x509.CertPool, error)
CACertPool parses the PEM-encoded CA certificate and returns an *x509.CertPool. Returns (nil, nil) when CA is empty, meaning the system root CAs will be used.
type Manifest ¶
type Manifest struct {
Name string
// Deprecated: use Templates instead
Template ReleaseJobRef
Templates []ReleaseJobRef
Properties biproperty.Map
Mbus string
Cert Certificate
}
type Parser ¶
type ReleaseJobRef ¶
Click to show internal directories.
Click to hide internal directories.