MCPcopy Create free account

hub / github.com/kubernetes/test-infra / types & classes

Types & classes460 in github.com/kubernetes/test-infra

↓ 99 callersClassStub
Replace thing.param with replacement until exiting with.
jenkins/bootstrap_test.py:46
↓ 16 callersClassFakeCall
jenkins/bootstrap_test.py:62
↓ 11 callersClassFakeGSUtil
jenkins/bootstrap_test.py:535
↓ 11 callersClassFakeSubprocess
Keep track of calls.
jenkins/bootstrap_test.py:70
↓ 9 callersClassEntitiesForbidden
Entity definition is forbidden
gubernator/third_party/defusedxml/common.py:37
↓ 8 callersClassFakePath
jenkins/bootstrap_test.py:1014
↓ 6 callersClassFakePullResponse
kettle/stream_test.py:27
↓ 5 callersClassDTDForbidden
Document type definition is forbidden
gubernator/third_party/defusedxml/common.py:23
↓ 4 callersClassDefusedXMLParser
gubernator/third_party/defusedxml/ElementTree.py:65
↓ 4 callersClassExternalReferenceForbidden
Resolving an external reference is forbidden
gubernator/third_party/defusedxml/common.py:54
↓ 3 callersClassFakeFinish
jenkins/bootstrap_test.py:1037
↓ 3 callersClassFakePubSubMessage
kettle/stream_test.py:36
↓ 3 callersClassFakeReceivedMessage
kettle/stream_test.py:31
↓ 2 callersClassFakeLogging
jenkins/bootstrap_test.py:1031
↓ 2 callersClassNotSupportedError
The operation is not supported
gubernator/third_party/defusedxml/common.py:69
↓ 2 callersClassPaths
Links to remote gcs-paths for uploading results.
jenkins/bootstrap.py:627
↓ 2 callersClassTestOutput
experiment/parse_build_log.py:32
↓ 2 callersClass_Buffer
In memory buffer.
gubernator/third_party/cloudstorage/storage_api.py:587
↓ 2 callersStructlogDumper
logDumper gets all the nodes from a kubernetes cluster and dumps a well-known set of logs
kubetest/dump.go:35
↓ 1 callersClassArgs
hack/boilerplate/verify_boilerplate_test.py:40
↓ 1 callersClassAuthorizationError
HTTP 401 authentication required. Unauthorized request has been received by GCS. This error is mostly handled by GCS client. GCS client will req
gubernator/third_party/cloudstorage/errors.py:78
↓ 1 callersClassBigQuerier
metrics/bigquery.py:204
↓ 1 callersClassDefusedExpatParser
Defused SAX driver for the pyexpat C module.
gubernator/third_party/defusedxml/expatreader.py:18
↓ 1 callersTypeAliasDictIndexer
DictIndexer is a BuildIndexer implementation for when the buildnum to row index mapping is simply a dictionary. The value type of this dictionary is i
robots/issue-creator/sources/triage-filer.go:224
↓ 1 callersClassFakeArgs
jenkins/bootstrap_test.py:1074
↓ 1 callersClassFakeClient
kettle/stream_test.py:56
↓ 1 callersClassFakeSub
kettle/stream_test.py:41
↓ 1 callersClassFakeTable
kettle/stream_test.py:64
↓ 1 callersClassFatalError
FatalError shouldn't be retried.
gubernator/third_party/cloudstorage/errors.py:54
↓ 1 callersClassFileClosedError
File is already closed. This can happen when the upload has finished but 'write' is called on a stale upload handle.
gubernator/third_party/cloudstorage/errors.py:58
↓ 1 callersClassForbiddenError
HTTP 403 Forbidden. While GCS replies with a 403 error for many reasons, the most common one is due to bucket permission not correctly setup for
gubernator/third_party/cloudstorage/errors.py:70
↓ 1 callersClassGHIssueDigest
gubernator/github/models.py:129
↓ 1 callersClassGHStatus
gubernator/github/models.py:84
↓ 1 callersClassGHUserState
gubernator/github/models.py:219
↓ 1 callersClassGSUtil
A helper class for making gsutil commands.
jenkins/bootstrap.py:344
↓ 1 callersClassGlobalParserTLS
Thread local context for custom parser instances
gubernator/third_party/defusedxml/lxml.py:67
↓ 1 callersClassInsensitiveString
A string that uses str.lower() to compare itself to others. Does not override __in__ (that uses hash()) or sorting.
gubernator/view_pr.py:146
↓ 1 callersClassInvalidRange
HTTP 416 RequestRangeNotSatifiable.
gubernator/third_party/cloudstorage/errors.py:88
↓ 1 callersClassJUnitParser
gubernator/view_build.py:31
↓ 1 callersClassLocalMode
Runs e2e tests by calling kubetest.
scenarios/kubernetes_e2e.py:70
↓ 1 callersClassMeterFile
File-like object, throws away everything you write to it but keeps track of the size.
kettle/make_json.py:63
↓ 1 callersClassMockedClient
A GCSClient with stubs for external interactions.
kettle/make_db_test.py:34
↓ 1 callersClassNotFoundError
HTTP 404 resource not found.
gubernator/third_party/cloudstorage/errors.py:66
↓ 1 callersClassRecomputeOpenPRs
gubernator/github/admin.py:32
↓ 1 callersInterfaceRepoClient
RepoClient is the interface IssueCreator used to interact with github. This interface is necessary for testing the IssueCreator with dependency inject
robots/issue-creator/creator/creator.go:36
↓ 1 callersClassRepos
{"repo": (branch, pull)} dict with a .main attribute.
jenkins/bootstrap.py:993
↓ 1 callersClassRetryParams
Retry configuration parameters.
gubernator/third_party/cloudstorage/api_utils.py:203
↓ 1 callersClassSecret
gubernator/secrets.py:32
↓ 1 callersClassSecret
gubernator/github/secrets.py:32
↓ 1 callersClassServerError
HTTP >= 500 server side error.
gubernator/third_party/cloudstorage/errors.py:92
↓ 1 callersClassStopWhen
A simple object that returns True once when the given hour begins.
kettle/stream.py:289
↓ 1 callersClassSwaggerEndpointMapper
Maps Kubernetes API paths to proper OpenAPI operation IDs using Swagger spec. Requires a valid Swagger specification to operate - fails hard if n
experiment/audit/audit_log_parser.py:153
↓ 1 callersStructTestCase
TestCase holds the result of a test/step/command. This will become a row in testgrid.
kubetest/util/suite.go:26
↓ 1 callersStructTestSuite
TestSuite holds a slice of TestCase and other summary metadata. A build (column in testgrid) is composed of one or more TestSuites.
kubetest/util/suite.go:38
↓ 1 callersClassTimeoutError
HTTP 408 timeout.
gubernator/third_party/cloudstorage/errors.py:50
↓ 1 callersClassUser
Store .user and number of .total and .recent commits.
experiment/find_developers.py:46
↓ 1 callersClass_AE_TokenStorage_
Entity to store app_identity tokens in memcache.
gubernator/third_party/cloudstorage/rest_api.py:82
↓ 1 callersClass_Bucket
A wrapper for a GCS bucket as the return value of listbucket.
gubernator/third_party/cloudstorage/cloudstorage_api.py:408
↓ 1 callersClass_StorageApi
A simple wrapper for the Google Storage RESTful API. WARNING: Do NOT directly use this api. It's an implementation detail and is subject to chang
gubernator/third_party/cloudstorage/storage_api.py:69
↓ 1 callersTypeAliasbadCsv
robots/issue-creator/testowner/owner.go:203
↓ 1 callersTypeAliasbuildStrategy
kubetest/build.go:31
↓ 1 callersTypeAliaslabels
config/tests/jobs/jobs_test.go:529
Class
triage/model.js:20
Class
triage/model.js:173
Class
gopherage/cmd/html/static/browser_bundle.es2015.js:71
Class
gopherage/cmd/html/static/browser_bundle.es2015.js:97
Class
gopherage/cmd/html/static/parser.ts:31
Class
gopherage/cmd/html/static/parser.ts:60
Class
gopherage/cmd/html/static/zz.browser.bundle.min.js:1
Class
gopherage/cmd/html/static/zz.browser.bundle.min.js:1
StructAKSEngineAPIModel
kubetest/aksengine_helpers.go:48
StructAbsMetadata
gopherage/cmd/metadata/metadata.go:63
StructAddonNodePoolsConfig
AddonNodePoolsConfig defines configuration for pool-specific cluster-autoscaler configuration
kubetest/aksengine_helpers.go:125
ClassAdminDash
gubernator/github/admin.py:79
InterfaceAgentClient
AgentClient is the client API for Agent service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/g
experiment/ksandbox/protocol/ksandbox/v1alpha1/agent_grpc.pb.go:24
StructAgentClient
AgentClient manages running a Pod running the ksandbox-agent
experiment/ksandbox/pkg/client/agent_client.go:48
StructAgentPoolProfile
kubetest/aksengine_helpers.go:199
InterfaceAgentServer
AgentServer is the server API for Agent service. All implementations must embed UnimplementedAgentServer for forward compatibility
experiment/ksandbox/protocol/ksandbox/v1alpha1/agent_grpc.pb.go:49
StructAgentServer
AgentServer manages a GRPC server that includes our BuildAgent service
experiment/ksandbox/pkg/server/agent_server.go:38
ClassAppTest
gubernator/main_test.py:76
ClassAppTest
gubernator/github/main_test.py:52
ClassAppendResultTest
Tests for append_result().
jenkins/bootstrap_test.py:581
StructAzureClient
kubetest/aksengine_helpers.go:217
StructAzureStackMetadataAuthentication
AzureStackMetadataAuthentication defines configuration for Azure Stack
kubetest/aksengine_helpers.go:247
StructAzureStackMetadataEndpoints
AzureStackMetadataEndpoints defines configuration for Azure Stack
kubetest/aksengine_helpers.go:239
ClassBaseHandler
Base class for Handlers that render Jinja templates.
gubernator/view_base.py:53
ClassBaseHandler
gubernator/github/handlers.py:119
InterfaceBlock
gopherage/cmd/html/static/parser.ts:24
ClassBootstrapTest
jenkins/bootstrap_test.py:1104
StructBoskosConfig
BoskosConfig defines config used by boskos server
kubetest/boskos/common/common.go:132
ClassBuild
Represent Metadata and Details of a build. Leveraging the information in Started.json and Finished.json Should confrom to the schema set
kettle/make_json.py:73
ClassBuildHandler
Show information about a Build and its failing tests.
gubernator/view_build.py:221
InterfaceBuildIndexer
BuildIndexer is an interface that describes the buildnum to row index mapping used to retrieve data about individual builds from the JSON file. This i
robots/issue-creator/sources/triage-filer.go:205
ClassBuildListHandler
Show a list of Builds for a Job.
gubernator/view_build.py:388
ClassBuildNameTest
Tests for build_name().
jenkins/bootstrap_test.py:839
ClassBuildObjectTests
kettle/make_json_test.py:40
ClassBuildTest
gubernator/view_build_test.py:145
StructBuildTesterOptions
BuildTesterOptions is the options struct that should be passed to testBuilder::BuildTester
kubetest/e2e/interfaces.go:35
ClassBuilds
triage/model.js:20
ClassCalculateTest
gubernator/github/classifier_test.py:95
next →1–100 of 460, ranked by callers