Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIChecker ¶
type APIChecker struct {
// contains filtered or unexported fields
}
APIChecker checks for needed istio resources in the cluster. Under-the-hood is uses a dry-run client to check if CRDs are available. APIChecker is inspired by cert-manager's apichecker (https://github.com/cert-manager/cert-manager/blob/master/pkg/util/cmapichecker).
func NewAPIChecker ¶
func NewAPIChecker(restcfg *rest.Config, scheme *runtime.Scheme, namespace string) (*APIChecker, error)
NewAPIChecker creates a new ApiChecker.
Click to show internal directories.
Click to hide internal directories.