Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes-sigs/controller-runtime
/ Status
Method
Status
pkg/client/interfaces.go:89–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
// for kubernetes objects.
88
type
StatusClient
interface
{
89
Status() SubResourceWriter
90
}
91
92
// SubResourceClientConstructor knows how to create a client which can update subresource
Callers
15
Status
Method · 0.65
fieldvalidation_test.go
File · 0.65
TestWithStrictFieldValidation
Function · 0.65
TestWithStrictFieldValidationOverridden
Function · 0.65
Status
Method · 0.65
client_test.go
File · 0.65
TestWithFieldOwner
Function · 0.65
TestWithFieldOwnerOverridden
Function · 0.65
ExampleClient_patchStatus
Function · 0.65
dryrun_test.go
File · 0.65
namespaced_client_test.go
File · 0.65
intercept_test.go
File · 0.65
Implementers
8
clientWithFieldValidation
pkg/client/fieldvalidation.go
namespacedClient
pkg/client/namespaced_client.go
clientWithFieldManager
pkg/client/fieldowner.go
dryRunClient
pkg/client/dryrun.go
client
pkg/client/client.go
dummyClient
pkg/client/interceptor/intercept_test.
interceptor
pkg/client/interceptor/intercept.go
fakeClient
pkg/client/fake/client.go
Calls
no outgoing calls
Tested by
5
TestWithStrictFieldValidation
Function · 0.52
TestWithStrictFieldValidationOverridden
Function · 0.52
TestWithFieldOwner
Function · 0.52
TestWithFieldOwnerOverridden
Function · 0.52
ExampleClient_patchStatus
Function · 0.52