kubescheduler

package
v0.0.0-...-92bbcb1 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KubeSchedulerComponent = Component{
	Component: &config.Component{
		Name:                 "kube-scheduler",
		Operators:            []string{"kube-scheduler"},
		DefaultJiraComponent: "kube-scheduler",
		Namespaces: []string{
			"openshift-kube-scheduler",
			"openshift-kube-scheduler-operator",
		},
		Matchers: []config.ComponentMatcher{
			{
				IncludeAll: []string{"bz-kube-scheduler"},
			},
			{
				SIG:      "sig-scheduling",
				Priority: -20,
			},
			{Suite: "Scheduler predicates and priority test suites"},
			{Suite: "Scheduler related scenarios"},
			{Suite: "Testing Scheduler Operator related scenarios"},
			{Suite: "nodeAffinity"},
			{Suite: "podAffinity"},
			{Suite: "resouces related scenarios"},
			{Suite: "taint toleration related scenarios"},
			{Suite: "Scheduler alert related features"},
		},
		TestRenames: map[string]string{
			"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-kube-scheduler":             "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-kube-scheduler",
			"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-kube-scheduler-operator":    "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-kube-scheduler-operator",
			"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler":          "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler",
			"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler-operator": "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler-operator",
			"[sig-scheduling][Early] The openshift-apiserver pods [apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes [Suite:openshift/conformance/parallel]": "[sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes [Suite:openshift/conformance/parallel]",
		},
	},
}

Functions

This section is empty.

Types

type Component

type Component struct {
	*config.Component
}

func (*Component) IdentifyTest

func (c *Component) IdentifyTest(test *v1.TestInfo) (*v1.TestOwnership, error)

func (*Component) JiraComponents

func (c *Component) JiraComponents() (components []string)

func (*Component) StableID

func (c *Component) StableID(test *v1.TestInfo) string

Jump to

Keyboard shortcuts

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