Documentation
¶
Index ¶
- Constants
- func AddKubeletRemediation(certPath string, err error) error
- func IsDateValidationError(err error) bool
- func IsNoCertError(err error) bool
- func Validate(certPath string, ca []byte) error
- type CertClockSkewError
- type CertExpiredError
- type CertFileError
- type CertInvalidCAError
- type CertInvalidFormatError
- type CertNotFoundError
- type CertParseCAError
- type CertReadError
Constants ¶
View Source
const KubeletCertValidation = "kubelet-cert-validation"
Variables ¶
This section is empty.
Functions ¶
func AddKubeletRemediation ¶
AddKubeletRemediation adds kubelet-specific remediation messages based on error type
func IsDateValidationError ¶
func IsNoCertError ¶
Types ¶
type CertClockSkewError ¶
type CertClockSkewError struct {
// contains filtered or unexported fields
}
type CertExpiredError ¶
type CertExpiredError struct {
// contains filtered or unexported fields
}
type CertFileError ¶
type CertFileError struct {
// contains filtered or unexported fields
}
type CertInvalidCAError ¶
type CertInvalidCAError struct {
// contains filtered or unexported fields
}
type CertInvalidFormatError ¶
type CertInvalidFormatError struct {
// contains filtered or unexported fields
}
type CertNotFoundError ¶
type CertNotFoundError struct {
// contains filtered or unexported fields
}
type CertParseCAError ¶
type CertParseCAError struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.