Documentation
¶
Overview ¶
Package smi is a generated GoMock package.
Package smi implements the Service Mesh Interface (SMI) kubernetes client to observe and retrieve information regarding SMI traffic resources.
Index ¶
- func GetSmiClientVersionHTTPHandler() http.Handler
- type HealthChecker
- type MeshSpec
- type MockMeshSpec
- func (m *MockMeshSpec) EXPECT() *MockMeshSpecMockRecorder
- func (m *MockMeshSpec) GetHTTPRouteGroup(arg0 string) *v1alpha4.HTTPRouteGroup
- func (m *MockMeshSpec) GetTCPRoute(arg0 string) *v1alpha4.TCPRoute
- func (m *MockMeshSpec) ListHTTPTrafficSpecs() []*v1alpha4.HTTPRouteGroup
- func (m *MockMeshSpec) ListServiceAccounts() []identity.K8sServiceAccount
- func (m *MockMeshSpec) ListTCPTrafficSpecs() []*v1alpha4.TCPRoute
- func (m *MockMeshSpec) ListTrafficSplits() []*v1alpha2.TrafficSplit
- func (m *MockMeshSpec) ListTrafficTargets() []*v1alpha3.TrafficTarget
- type MockMeshSpecMockRecorder
- func (mr *MockMeshSpecMockRecorder) GetHTTPRouteGroup(arg0 interface{}) *gomock.Call
- func (mr *MockMeshSpecMockRecorder) GetTCPRoute(arg0 interface{}) *gomock.Call
- func (mr *MockMeshSpecMockRecorder) ListHTTPTrafficSpecs() *gomock.Call
- func (mr *MockMeshSpecMockRecorder) ListServiceAccounts() *gomock.Call
- func (mr *MockMeshSpecMockRecorder) ListTCPTrafficSpecs() *gomock.Call
- func (mr *MockMeshSpecMockRecorder) ListTrafficSplits() *gomock.Call
- func (mr *MockMeshSpecMockRecorder) ListTrafficTargets() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSmiClientVersionHTTPHandler ¶ added in v0.9.0
GetSmiClientVersionHTTPHandler returns an http handler that returns supported smi version information
Types ¶
type HealthChecker ¶ added in v0.9.0
type HealthChecker struct {
SMIClientset extensionsClientset.Interface
}
HealthChecker has SMI clientset interface to access SMI CRDS
func (HealthChecker) GetID ¶ added in v0.9.0
func (smi HealthChecker) GetID() string
GetID returns the ID of the probe
func (HealthChecker) Liveness ¶ added in v0.9.0
func (smi HealthChecker) Liveness() bool
Liveness is the Kubernetes liveness probe handler.
func (HealthChecker) Readiness ¶ added in v0.9.0
func (smi HealthChecker) Readiness() bool
Readiness is the Kubernetes readiness probe handler.
type MeshSpec ¶
type MeshSpec interface {
// ListTrafficSplits lists SMI TrafficSplit resources
ListTrafficSplits() []*split.TrafficSplit
// ListServiceAccounts lists ServiceAccount resources specified in SMI TrafficTarget resources
ListServiceAccounts() []identity.K8sServiceAccount
// ListHTTPTrafficSpecs lists SMI HTTPRouteGroup resources
ListHTTPTrafficSpecs() []*spec.HTTPRouteGroup
// GetHTTPRouteGroup returns an SMI HTTPRouteGroup resource given its name of the form <namespace>/<name>
GetHTTPRouteGroup(string) *spec.HTTPRouteGroup
// ListTCPTrafficSpecs lists SMI TCPRoute resources
ListTCPTrafficSpecs() []*spec.TCPRoute
// GetTCPRoute returns an SMI TCPRoute resource given its name of the form <namespace>/<name>
GetTCPRoute(string) *spec.TCPRoute
// ListTrafficTargets lists SMI TrafficTarget resources
ListTrafficTargets() []*access.TrafficTarget
}
MeshSpec is an interface declaring functions, which provide the specs for a service mesh declared with SMI.
func NewFakeMeshSpecClient ¶
func NewFakeMeshSpecClient() MeshSpec
NewFakeMeshSpecClient creates a fake Mesh Spec used for testing.
func NewMeshSpecClient ¶
func NewMeshSpecClient(smiKubeConfig *rest.Config, kubeClient kubernetes.Interface, osmNamespace string, kubeController k8s.Controller, stop chan struct{}) (MeshSpec, error)
NewMeshSpecClient implements mesh.MeshSpec and creates the Kubernetes client, which retrieves SMI specific CRDs.
type MockMeshSpec ¶ added in v0.6.0
type MockMeshSpec struct {
// contains filtered or unexported fields
}
MockMeshSpec is a mock of MeshSpec interface
func NewMockMeshSpec ¶ added in v0.6.0
func NewMockMeshSpec(ctrl *gomock.Controller) *MockMeshSpec
NewMockMeshSpec creates a new mock instance
func (*MockMeshSpec) EXPECT ¶ added in v0.6.0
func (m *MockMeshSpec) EXPECT() *MockMeshSpecMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMeshSpec) GetHTTPRouteGroup ¶ added in v0.9.0
func (m *MockMeshSpec) GetHTTPRouteGroup(arg0 string) *v1alpha4.HTTPRouteGroup
GetHTTPRouteGroup mocks base method
func (*MockMeshSpec) GetTCPRoute ¶ added in v0.7.0
func (m *MockMeshSpec) GetTCPRoute(arg0 string) *v1alpha4.TCPRoute
GetTCPRoute mocks base method
func (*MockMeshSpec) ListHTTPTrafficSpecs ¶ added in v0.6.0
func (m *MockMeshSpec) ListHTTPTrafficSpecs() []*v1alpha4.HTTPRouteGroup
ListHTTPTrafficSpecs mocks base method
func (*MockMeshSpec) ListServiceAccounts ¶ added in v0.6.0
func (m *MockMeshSpec) ListServiceAccounts() []identity.K8sServiceAccount
ListServiceAccounts mocks base method
func (*MockMeshSpec) ListTCPTrafficSpecs ¶ added in v0.6.0
func (m *MockMeshSpec) ListTCPTrafficSpecs() []*v1alpha4.TCPRoute
ListTCPTrafficSpecs mocks base method
func (*MockMeshSpec) ListTrafficSplits ¶ added in v0.6.0
func (m *MockMeshSpec) ListTrafficSplits() []*v1alpha2.TrafficSplit
ListTrafficSplits mocks base method
func (*MockMeshSpec) ListTrafficTargets ¶ added in v0.6.0
func (m *MockMeshSpec) ListTrafficTargets() []*v1alpha3.TrafficTarget
ListTrafficTargets mocks base method
type MockMeshSpecMockRecorder ¶ added in v0.6.0
type MockMeshSpecMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshSpecMockRecorder is the mock recorder for MockMeshSpec
func (*MockMeshSpecMockRecorder) GetHTTPRouteGroup ¶ added in v0.9.0
func (mr *MockMeshSpecMockRecorder) GetHTTPRouteGroup(arg0 interface{}) *gomock.Call
GetHTTPRouteGroup indicates an expected call of GetHTTPRouteGroup
func (*MockMeshSpecMockRecorder) GetTCPRoute ¶ added in v0.7.0
func (mr *MockMeshSpecMockRecorder) GetTCPRoute(arg0 interface{}) *gomock.Call
GetTCPRoute indicates an expected call of GetTCPRoute
func (*MockMeshSpecMockRecorder) ListHTTPTrafficSpecs ¶ added in v0.6.0
func (mr *MockMeshSpecMockRecorder) ListHTTPTrafficSpecs() *gomock.Call
ListHTTPTrafficSpecs indicates an expected call of ListHTTPTrafficSpecs
func (*MockMeshSpecMockRecorder) ListServiceAccounts ¶ added in v0.6.0
func (mr *MockMeshSpecMockRecorder) ListServiceAccounts() *gomock.Call
ListServiceAccounts indicates an expected call of ListServiceAccounts
func (*MockMeshSpecMockRecorder) ListTCPTrafficSpecs ¶ added in v0.6.0
func (mr *MockMeshSpecMockRecorder) ListTCPTrafficSpecs() *gomock.Call
ListTCPTrafficSpecs indicates an expected call of ListTCPTrafficSpecs
func (*MockMeshSpecMockRecorder) ListTrafficSplits ¶ added in v0.6.0
func (mr *MockMeshSpecMockRecorder) ListTrafficSplits() *gomock.Call
ListTrafficSplits indicates an expected call of ListTrafficSplits
func (*MockMeshSpecMockRecorder) ListTrafficTargets ¶ added in v0.6.0
func (mr *MockMeshSpecMockRecorder) ListTrafficTargets() *gomock.Call
ListTrafficTargets indicates an expected call of ListTrafficTargets