Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PostInstallJobs = []string{
"istio-security-post-install",
}
Functions ¶
func NewIstioDiscoverySyncer ¶
func NewIstioDiscoverySyncer(writeNamespace string, meshReconciler v1.MeshReconciler, meshPolicyClient clientset.MeshPolicyClientLoader, crdGetter CrdGetter, jobGetter batchv1client.JobsGetter) v1.DiscoverySyncer
Types ¶
type CrdGetter ¶
type CrdGetter interface {
Get(name string, options metav1.GetOptions) (*v1beta1.CustomResourceDefinition, error)
}
the subsets of the kube api that we need
type ErrorType ¶
type ErrorType string
const (
ErrorType_DetectingMeshPolicy ErrorType = "DetectingMeshPolicy"
)
type SyncerError ¶
func (*SyncerError) Error ¶
func (e *SyncerError) Error() string
Click to show internal directories.
Click to hide internal directories.