istio

package
v0.3.25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2019 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PostInstallJobs = []string{
	"istio-security-post-install",
}

Functions

func IsErrorDetectingMeshPolicy

func IsErrorDetectingMeshPolicy(err error) bool

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

type SyncerError struct {
	Type    ErrorType
	Message string
}

func (*SyncerError) Error

func (e *SyncerError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL