MCPcopy Index your code

hub / github.com/crossplane/crossplane-tools / functions

Functions157 in github.com/crossplane/crossplane-tools

↓ 1 callersFunctionToIntPtrValue
ToIntPtrValue adapts a ResolvedValue for use as an int pointer field.
pkg/convert/convert.go:73
↓ 1 callersFunctionToIntPtrValues
ToIntPtrValues adapts ResolvedValues for use as a slice of int64 pointer fields.
pkg/convert/convert.go:138
↓ 1 callersFunctionToPtrValues
ToPtrValues adapts ResolvedValues for use as a slice of string pointer fields. NOTE: Do not use this utility function unless you have to. Using pointe
pkg/convert/convert.go:120
↓ 1 callersMethodTraverse
NOTE(muvaf): We return an error but currently there isn't really anything constructing an error. But we keep that for future type and field processors
internal/types/types.go:90
↓ 1 callersFunctionWithDefaultExtractor
WithDefaultExtractor returns an option that sets the extractor to given call.
internal/method/reference_processor.go:83
↓ 1 callersMethodWrite
Write the method Set for the supplied Object to the supplied file. Methods are filtered by the supplied Filter.
internal/method/method.go:40
↓ 1 callersFunctionfindStruct
(o types.Object)
internal/fields/fields.go:97
↓ 1 callersFunctiongetFuncCodeFromPath
(path string)
internal/method/reference_processor.go:192
↓ 1 callersFunctionmatches
(s *types.Struct, m Matcher)
internal/fields/fields.go:62
↓ 1 callersFunctionmultiResolutionCall
(ref Reference, referencePkgPath, multiResolutionRequestTypeName string)
internal/method/resolver.go:214
↓ 1 callersFunctionsingleResolutionCall
(ref Reference, referencePkgPath, resolutionRequestTypeName string)
internal/method/resolver.go:164
FunctionAnyOf
AnyOf returns an Object matcher that returns true if any of the supplied Object matchers return true.
internal/match/match.go:219
FunctionIsListMeta
IsListMeta returns a Matcher that returns true if the supplied field appears to be Kubernetes list metadata.
internal/fields/fields.go:179
FunctionIsProviderConfigSpec
IsProviderConfigSpec returns a Matcher that returns true if the supplied field appears to be a Crossplane provider config spec.
internal/fields/fields.go:207
FunctionIsSpecTemplate
IsSpecTemplate returns a Matcher that returns true if the supplied field appears to be a Crossplane resource class spec template.
internal/fields/fields.go:187
MethodProcess
Process run Process method of all NamedProcessors.
internal/types/types.go:32
MethodProcess
Process run Process method of all FieldProcessor.
internal/types/types.go:52
MethodProcess
(n *types.Named, f *types.Var, tag string, comment string, parentFields ...string)
internal/types/types.go:63
MethodProcess
Process stores the reference information of the given field, if any.
internal/method/reference_processor.go:113
FunctionTestBreakingChanges
(t *testing.T)
cmd/breakingChanges/main_test.go:26
FunctionTestNewGetCondition
(t *testing.T)
internal/method/method_test.go:55
FunctionTestNewGetDeletionPolicy
(t *testing.T)
internal/method/method_test.go:293
FunctionTestNewGetManagementPolicies
(t *testing.T)
internal/method/method_test.go:259
FunctionTestNewGetProviderConfigReference
(t *testing.T)
internal/method/method_test.go:123
FunctionTestNewGetPublishConnectionDetailsTo
(t *testing.T)
internal/method/method_test.go:191
FunctionTestNewGetResourceReference
(t *testing.T)
internal/method/method_test.go:89
FunctionTestNewGetRootProviderConfigReference
(t *testing.T)
internal/method/method_test.go:378
FunctionTestNewGetRootProviderConfigTypedReference
(t *testing.T)
internal/method/method_test.go:501
FunctionTestNewGetRootResourceReference
(t *testing.T)
internal/method/method_test.go:412
FunctionTestNewGetTypedProviderConfigReference
(t *testing.T)
internal/method/method_test.go:467
FunctionTestNewGetUsers
(t *testing.T)
internal/method/method_test.go:325
FunctionTestNewGetWriteConnectionSecretToReference
(t *testing.T)
internal/method/method_test.go:174
FunctionTestNewLocalGetWriteConnectionSecretToReference
(t *testing.T)
internal/method/method_test.go:225
FunctionTestNewLocalSetWriteConnectionSecretToReference
(t *testing.T)
internal/method/method_test.go:208
FunctionTestNewManagedGetItems
(t *testing.T)
internal/method/method_test.go:340
FunctionTestNewProviderConfigUsageGetItems
(t *testing.T)
internal/method/method_test.go:429
FunctionTestNewResolveReferences
(t *testing.T)
internal/method/resolver_test.go:570
FunctionTestNewResolveReferencesV2
(t *testing.T)
internal/method/resolver_test.go:590
FunctionTestNewSetConditions
(t *testing.T)
internal/method/method_test.go:38
FunctionTestNewSetDeletionPolicy
(t *testing.T)
internal/method/method_test.go:276
FunctionTestNewSetManagementPolicies
(t *testing.T)
internal/method/method_test.go:242
FunctionTestNewSetProviderConfigReference
(t *testing.T)
internal/method/method_test.go:106
FunctionTestNewSetPublishConnectionDetailsTo
(t *testing.T)
internal/method/method_test.go:157
FunctionTestNewSetResourceReference
(t *testing.T)
internal/method/method_test.go:72
FunctionTestNewSetRootProviderConfigReference
(t *testing.T)
internal/method/method_test.go:361
FunctionTestNewSetRootProviderConfigTypedReference
(t *testing.T)
internal/method/method_test.go:484
FunctionTestNewSetRootResourceReference
(t *testing.T)
internal/method/method_test.go:395
FunctionTestNewSetTypedProviderConfigReference
(t *testing.T)
internal/method/method_test.go:450
FunctionTestNewSetUsers
(t *testing.T)
internal/method/method_test.go:310
FunctionTestNewSetWriteConnectionSecretToReference
(t *testing.T)
internal/method/method_test.go:140
FunctionTestToAndFromFloatPtr
(t *testing.T)
pkg/convert/convert_test.go:42
FunctionTestToAndFromFloatPtrValues
(t *testing.T)
pkg/convert/convert_test.go:78
FunctionTestToAndFromIntPtrValues
(t *testing.T)
pkg/convert/convert_test.go:97
FunctionTestToAndFromPtr
(t *testing.T)
pkg/convert/convert_test.go:25
FunctionTestToAndFromPtrValues
(t *testing.T)
pkg/convert/convert_test.go:59
Functionmain
()
cmd/breakingChanges/main.go:29
Functionmain
()
cmd/angryjet/main.go:63
← previous101–157 of 157, ranked by callers