Documentation ¶
Index ¶
- Constants
- type Client
- func (c *Client) Apply(ctx context.Context, obj ctrl.Object, opts ...ctrl.PatchOption) error
- func (c *Client) ApplyStatus(ctx context.Context, obj ctrl.Object, opts ...ctrl.SubResourcePatchOption) error
- func (c *Client) Discovery() discovery.DiscoveryInterface
- func (c *Client) Dynamic(obj *unstructured.Unstructured) (dynamic.ResourceInterface, error)
- type ClusteredResource
- type NamespacedResource
Constants ¶
View Source
const (
DiscoveryLimiterBurst = 30
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ctrl.Client kubernetes.Interface apiextv1.ApiextensionsV1Interface // contains filtered or unexported fields }
func (*Client) ApplyStatus ¶
func (*Client) Discovery ¶
func (c *Client) Discovery() discovery.DiscoveryInterface
func (*Client) Dynamic ¶
func (c *Client) Dynamic(obj *unstructured.Unstructured) (dynamic.ResourceInterface, error)
type ClusteredResource ¶
type ClusteredResource struct {
dynamic.ResourceInterface
}
type NamespacedResource ¶
type NamespacedResource struct {
dynamic.ResourceInterface
}
Click to show internal directories.
Click to hide internal directories.