Documentation ¶
Overview ¶
Package xrm contains the client to get a Crossplane resource with all its children as a tree of Resource.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client to get a Resource with all its children.
type ResourceClientOption ¶
type ResourceClientOption func(*Client)
ResourceClientOption is a functional option for a Client.
func WithConcurrency ¶ added in v1.17.0
func WithConcurrency(n int) ResourceClientOption
WithConcurrency is a functional option that sets the concurrency for the resource load.
func WithConnectionSecrets ¶
func WithConnectionSecrets(v bool) ResourceClientOption
WithConnectionSecrets is a functional option that sets the client to get secrets to the desired value.
Click to show internal directories.
Click to hide internal directories.