Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capability ¶
type Capability struct {
State SupportState
Reason string
Message string
Checked time.Time
}
type ForbiddenError ¶
type ForbiddenError struct {
Err error
}
func (*ForbiddenError) Error ¶
func (e *ForbiddenError) Error() string
func (*ForbiddenError) Unwrap ¶
func (e *ForbiddenError) Unwrap() error
type Prober ¶
type Prober struct {
// contains filtered or unexported fields
}
func NewProber ¶
func NewProber(d discovery.DiscoveryInterface, cs kubernetes.Interface) *Prober
func (*Prober) Mark ¶
func (p *Prober) Mark(cap Capability)
type SupportState ¶
type SupportState string
const ( SupportUnknown SupportState = "Unknown" SupportSupported SupportState = "Supported" SupportUnsupported SupportState = "Unsupported" )
type UnsupportedError ¶
type UnsupportedError struct {
Err error
}
func (*UnsupportedError) Error ¶
func (e *UnsupportedError) Error() string
func (*UnsupportedError) Unwrap ¶
func (e *UnsupportedError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.