Documentation
¶
Index ¶
- Constants
- type Bundle
- func (b *Bundle) GetBundle() ([]*x509.Certificate, bool, error)
- func (b *Bundle) GetInsecureBootstrap() bool
- func (b *Bundle) GetStartTime() (time.Time, error)
- func (b *Bundle) IsBootstrap() bool
- func (b *Bundle) IsRebootstrap() bool
- func (b *Bundle) SetForceRebootstrap() error
- func (b *Bundle) SetMetrics(metrics telemetry.Metrics)
- func (b *Bundle) SetStorage(sto storage.Storage) error
- func (b *Bundle) SetSuccess() error
- func (b *Bundle) SetSuccessIfRunning() error
- func (b *Bundle) SetUse(use int) error
- type Config
Constants ¶
View Source
const ( BundleFormatPEM = "pem" BundleFormatSPIFFE = "spiffe" UseUnspecified = 0 UseBootstrap = 1 UseRebootstrap = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶ added in v1.12.4
type Bundle struct {
// contains filtered or unexported fields
}
func (*Bundle) GetBundle ¶ added in v1.12.4
func (b *Bundle) GetBundle() ([]*x509.Certificate, bool, error)
func (*Bundle) GetInsecureBootstrap ¶ added in v1.12.4
func (*Bundle) IsBootstrap ¶ added in v1.13.0
func (*Bundle) IsRebootstrap ¶ added in v1.13.0
func (*Bundle) SetForceRebootstrap ¶ added in v1.13.0
func (*Bundle) SetMetrics ¶ added in v1.13.0
func (*Bundle) SetSuccess ¶ added in v1.13.0
func (*Bundle) SetSuccessIfRunning ¶ added in v1.13.0
Click to show internal directories.
Click to hide internal directories.