Documentation ¶
Index ¶
- func FakeIstioAnnotations() map[string]string
- func FakeNamespace(name string) *core_v1.Namespace
- func FakePodList() []core_v1.Pod
- type K8SClientFactoryMock
- type K8SClientMock
- func (o *K8SClientMock) CreateIstioObject(api, namespace, resourceType, json string) (kubernetes.IstioObject, error)
- func (o *K8SClientMock) CreateIter8Experiment(namespace string, json string) (kubernetes.Iter8Experiment, error)
- func (o *K8SClientMock) DeleteIstioObject(api, namespace, objectType, objectName string) error
- func (o *K8SClientMock) DeleteIter8Experiment(namespace string, name string) error
- func (o *K8SClientMock) GetConfigMap(namespace, configName string) (*core_v1.ConfigMap, error)
- func (o *K8SClientMock) GetCronJobs(namespace string) ([]batch_apps_v1.CronJob, error)
- func (o *K8SClientMock) GetDeployment(namespace string, deploymentName string) (*apps_v1.Deployment, error)
- func (o *K8SClientMock) GetDeploymentConfig(namespace string, deploymentName string) (*osapps_v1.DeploymentConfig, error)
- func (o *K8SClientMock) GetDeploymentConfigs(namespace string) ([]osapps_v1.DeploymentConfig, error)
- func (o *K8SClientMock) GetDeployments(namespace string) ([]apps_v1.Deployment, error)
- func (o *K8SClientMock) GetDeploymentsByLabel(namespace string, labelSelector string) ([]apps_v1.Deployment, error)
- func (o *K8SClientMock) GetEndpoints(namespace string, serviceName string) (*core_v1.Endpoints, error)
- func (o *K8SClientMock) GetIstioObject(namespace string, resourceType string, object string) (kubernetes.IstioObject, error)
- func (o *K8SClientMock) GetIstioObjects(namespace, resourceType, labelSelector string) ([]kubernetes.IstioObject, error)
- func (o *K8SClientMock) GetIter8Experiment(namespace string, name string) (kubernetes.Iter8Experiment, error)
- func (o *K8SClientMock) GetIter8Experiments(namespace string) ([]kubernetes.Iter8Experiment, error)
- func (o *K8SClientMock) GetJobs(namespace string) ([]batch_v1.Job, error)
- func (o *K8SClientMock) GetNamespace(namespace string) (*core_v1.Namespace, error)
- func (o *K8SClientMock) GetNamespaces(labelSelector string) ([]core_v1.Namespace, error)
- func (o *K8SClientMock) GetPod(namespace, name string) (*core_v1.Pod, error)
- func (o *K8SClientMock) GetPodLogs(namespace, name string, opts *core_v1.PodLogOptions) (*kubernetes.PodLogs, error)
- func (o *K8SClientMock) GetPods(namespace, labelSelector string) ([]core_v1.Pod, error)
- func (o *K8SClientMock) GetProject(project string) (*osproject_v1.Project, error)
- func (o *K8SClientMock) GetProjects(labelSelector string) ([]osproject_v1.Project, error)
- func (o *K8SClientMock) GetProxyStatus() ([]*kubernetes.ProxyStatus, error)
- func (o *K8SClientMock) GetReplicaSets(namespace string) ([]apps_v1.ReplicaSet, error)
- func (o *K8SClientMock) GetReplicationControllers(namespace string) ([]core_v1.ReplicationController, error)
- func (o *K8SClientMock) GetRoute(namespace, name string) (*osroutes_v1.Route, error)
- func (o *K8SClientMock) GetSelfSubjectAccessReview(namespace, api, resourceType string, verbs []string) ([]*auth_v1.SelfSubjectAccessReview, error)
- func (o *K8SClientMock) GetServerVersion() (*version.Info, error)
- func (o *K8SClientMock) GetService(namespace string, serviceName string) (*core_v1.Service, error)
- func (o *K8SClientMock) GetServices(namespace string, selectorLabels map[string]string) ([]core_v1.Service, error)
- func (o *K8SClientMock) GetStatefulSet(namespace string, statefulsetName string) (*apps_v1.StatefulSet, error)
- func (o *K8SClientMock) GetStatefulSets(namespace string) ([]apps_v1.StatefulSet, error)
- func (o *K8SClientMock) GetToken() string
- func (o *K8SClientMock) IsIter8Api() bool
- func (o *K8SClientMock) IsMaistraApi() bool
- func (o *K8SClientMock) IsMixerDisabled() bool
- func (o *K8SClientMock) IsOpenShift() bool
- func (o *K8SClientMock) Iter8MetricMap() ([]string, error)
- func (o *K8SClientMock) MockEmptyWorkload(namespace interface{}, workload interface{})
- func (o *K8SClientMock) MockEmptyWorkloads(namespace interface{})
- func (o *K8SClientMock) MockService(namespace, name string)
- func (o *K8SClientMock) MockServices(namespace string, names []string)
- func (o *K8SClientMock) UpdateIstioObject(api, namespace, resourceType, name, jsonPatch string) (kubernetes.IstioObject, error)
- func (o *K8SClientMock) UpdateIter8Experiment(namespace string, name string, json string) (kubernetes.Iter8Experiment, error)
- func (o *K8SClientMock) UpdateNamespace(namespace string, jsonPatch string) (*core_v1.Namespace, error)
- func (o *K8SClientMock) UpdateProject(project string, jsonPatch string) (*osproject_v1.Project, error)
- func (o *K8SClientMock) UpdateWorkload(namespace string, workloadName string, workloadType string, jsonPatch string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FakeIstioAnnotations ¶ added in v0.15.0
func FakeNamespace ¶ added in v0.11.0
func FakePodList ¶ added in v0.11.0
Types ¶
type K8SClientFactoryMock ¶ added in v0.16.0
func NewK8SClientFactoryMock ¶ added in v0.16.0
func NewK8SClientFactoryMock(k8s kubernetes.ClientInterface) *K8SClientFactoryMock
Constructor
func (*K8SClientFactoryMock) GetClient ¶ added in v0.17.0
func (o *K8SClientFactoryMock) GetClient(token string) (kubernetes.ClientInterface, error)
Business Methods
type K8SClientMock ¶
func NewK8SClientMock ¶ added in v0.8.0
func NewK8SClientMock() *K8SClientMock
func (*K8SClientMock) CreateIstioObject ¶ added in v0.14.0
func (o *K8SClientMock) CreateIstioObject(api, namespace, resourceType, json string) (kubernetes.IstioObject, error)
func (*K8SClientMock) CreateIter8Experiment ¶ added in v1.15.0
func (o *K8SClientMock) CreateIter8Experiment(namespace string, json string) (kubernetes.Iter8Experiment, error)
func (*K8SClientMock) DeleteIstioObject ¶ added in v0.9.1
func (o *K8SClientMock) DeleteIstioObject(api, namespace, objectType, objectName string) error
func (*K8SClientMock) DeleteIter8Experiment ¶ added in v1.16.0
func (o *K8SClientMock) DeleteIter8Experiment(namespace string, name string) error
func (*K8SClientMock) GetConfigMap ¶ added in v1.17.0
func (o *K8SClientMock) GetConfigMap(namespace, configName string) (*core_v1.ConfigMap, error)
func (*K8SClientMock) GetCronJobs ¶ added in v0.9.0
func (o *K8SClientMock) GetCronJobs(namespace string) ([]batch_apps_v1.CronJob, error)
func (*K8SClientMock) GetDeployment ¶ added in v0.6.0
func (o *K8SClientMock) GetDeployment(namespace string, deploymentName string) (*apps_v1.Deployment, error)
func (*K8SClientMock) GetDeploymentConfig ¶ added in v0.9.0
func (o *K8SClientMock) GetDeploymentConfig(namespace string, deploymentName string) (*osapps_v1.DeploymentConfig, error)
func (*K8SClientMock) GetDeploymentConfigs ¶ added in v0.9.0
func (o *K8SClientMock) GetDeploymentConfigs(namespace string) ([]osapps_v1.DeploymentConfig, error)
func (*K8SClientMock) GetDeployments ¶ added in v0.6.0
func (o *K8SClientMock) GetDeployments(namespace string) ([]apps_v1.Deployment, error)
func (*K8SClientMock) GetDeploymentsByLabel ¶ added in v0.20.0
func (o *K8SClientMock) GetDeploymentsByLabel(namespace string, labelSelector string) ([]apps_v1.Deployment, error)
func (*K8SClientMock) GetEndpoints ¶ added in v0.8.0
func (*K8SClientMock) GetIstioObject ¶ added in v1.20.0
func (o *K8SClientMock) GetIstioObject(namespace string, resourceType string, object string) (kubernetes.IstioObject, error)
func (*K8SClientMock) GetIstioObjects ¶ added in v1.20.0
func (o *K8SClientMock) GetIstioObjects(namespace, resourceType, labelSelector string) ([]kubernetes.IstioObject, error)
func (*K8SClientMock) GetIter8Experiment ¶ added in v1.15.0
func (o *K8SClientMock) GetIter8Experiment(namespace string, name string) (kubernetes.Iter8Experiment, error)
func (*K8SClientMock) GetIter8Experiments ¶ added in v1.15.0
func (o *K8SClientMock) GetIter8Experiments(namespace string) ([]kubernetes.Iter8Experiment, error)
func (*K8SClientMock) GetJobs ¶ added in v0.9.0
func (o *K8SClientMock) GetJobs(namespace string) ([]batch_v1.Job, error)
func (*K8SClientMock) GetNamespace ¶ added in v0.9.1
func (o *K8SClientMock) GetNamespace(namespace string) (*core_v1.Namespace, error)
func (*K8SClientMock) GetNamespaces ¶
func (o *K8SClientMock) GetNamespaces(labelSelector string) ([]core_v1.Namespace, error)
func (*K8SClientMock) GetPod ¶ added in v0.18.0
func (o *K8SClientMock) GetPod(namespace, name string) (*core_v1.Pod, error)
func (*K8SClientMock) GetPodLogs ¶ added in v0.18.0
func (o *K8SClientMock) GetPodLogs(namespace, name string, opts *core_v1.PodLogOptions) (*kubernetes.PodLogs, error)
func (*K8SClientMock) GetPods ¶
func (o *K8SClientMock) GetPods(namespace, labelSelector string) ([]core_v1.Pod, error)
func (*K8SClientMock) GetProject ¶ added in v0.9.1
func (o *K8SClientMock) GetProject(project string) (*osproject_v1.Project, error)
func (*K8SClientMock) GetProjects ¶ added in v0.8.0
func (o *K8SClientMock) GetProjects(labelSelector string) ([]osproject_v1.Project, error)
func (*K8SClientMock) GetProxyStatus ¶ added in v1.25.0
func (o *K8SClientMock) GetProxyStatus() ([]*kubernetes.ProxyStatus, error)
func (*K8SClientMock) GetReplicaSets ¶ added in v0.9.0
func (o *K8SClientMock) GetReplicaSets(namespace string) ([]apps_v1.ReplicaSet, error)
func (*K8SClientMock) GetReplicationControllers ¶ added in v0.9.0
func (o *K8SClientMock) GetReplicationControllers(namespace string) ([]core_v1.ReplicationController, error)
func (*K8SClientMock) GetRoute ¶ added in v0.20.0
func (o *K8SClientMock) GetRoute(namespace, name string) (*osroutes_v1.Route, error)
func (*K8SClientMock) GetSelfSubjectAccessReview ¶ added in v0.9.1
func (o *K8SClientMock) GetSelfSubjectAccessReview(namespace, api, resourceType string, verbs []string) ([]*auth_v1.SelfSubjectAccessReview, error)
func (*K8SClientMock) GetServerVersion ¶ added in v0.20.0
func (o *K8SClientMock) GetServerVersion() (*version.Info, error)
func (*K8SClientMock) GetService ¶
func (*K8SClientMock) GetServices ¶
func (*K8SClientMock) GetStatefulSet ¶ added in v0.9.0
func (o *K8SClientMock) GetStatefulSet(namespace string, statefulsetName string) (*apps_v1.StatefulSet, error)
func (*K8SClientMock) GetStatefulSets ¶ added in v0.9.0
func (o *K8SClientMock) GetStatefulSets(namespace string) ([]apps_v1.StatefulSet, error)
func (*K8SClientMock) GetToken ¶ added in v1.9.0
func (o *K8SClientMock) GetToken() string
func (*K8SClientMock) IsIter8Api ¶ added in v1.15.0
func (o *K8SClientMock) IsIter8Api() bool
func (*K8SClientMock) IsMaistraApi ¶ added in v1.0.4
func (o *K8SClientMock) IsMaistraApi() bool
func (*K8SClientMock) IsMixerDisabled ¶ added in v1.18.0
func (o *K8SClientMock) IsMixerDisabled() bool
func (*K8SClientMock) IsOpenShift ¶ added in v0.8.0
func (o *K8SClientMock) IsOpenShift() bool
func (*K8SClientMock) Iter8MetricMap ¶ added in v1.24.0
func (o *K8SClientMock) Iter8MetricMap() ([]string, error)
func (*K8SClientMock) MockEmptyWorkload ¶ added in v0.15.0
func (o *K8SClientMock) MockEmptyWorkload(namespace interface{}, workload interface{})
MockEmptyWorkload setup the current mock to return an empty workload for every type of workloads (deployment, dc, rs, jobs, etc.)
func (*K8SClientMock) MockEmptyWorkloads ¶ added in v0.15.0
func (o *K8SClientMock) MockEmptyWorkloads(namespace interface{})
MockEmptyWorkloads setup the current mock to return empty workloads for every type of workloads (deployment, dc, rs, jobs, etc.)
func (*K8SClientMock) MockService ¶ added in v0.16.0
func (o *K8SClientMock) MockService(namespace, name string)
func (*K8SClientMock) MockServices ¶ added in v0.16.0
func (o *K8SClientMock) MockServices(namespace string, names []string)
func (*K8SClientMock) UpdateIstioObject ¶ added in v0.12.0
func (o *K8SClientMock) UpdateIstioObject(api, namespace, resourceType, name, jsonPatch string) (kubernetes.IstioObject, error)
func (*K8SClientMock) UpdateIter8Experiment ¶ added in v1.20.0
func (o *K8SClientMock) UpdateIter8Experiment(namespace string, name string, json string) (kubernetes.Iter8Experiment, error)
func (*K8SClientMock) UpdateNamespace ¶ added in v1.22.1
func (*K8SClientMock) UpdateProject ¶ added in v1.22.1
func (o *K8SClientMock) UpdateProject(project string, jsonPatch string) (*osproject_v1.Project, error)
func (*K8SClientMock) UpdateWorkload ¶ added in v1.22.0
Click to show internal directories.
Click to hide internal directories.