Documentation
¶
Index ¶
- type ApiError
- type Client
- func (client *Client) ActivateDebug()
- func (client *Client) Apply(resource *resource.Resource, dryMode bool) (string, error)
- func (client *Client) Delete(kind *schema.Kind, parentPathValue []string, name string) error
- func (client *Client) Describe(kind *schema.Kind, parentPathValue []string, name string) error
- func (client *Client) Get(kind *schema.Kind, parentPathValue []string) error
- func (client *Client) GetKinds() schema.KindCatalog
- func (client *Client) GetOpenApi() ([]byte, error)
- func (c *Client) IgnoreUntrustedCertificate()
- type UpsertResponse
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
}
func MakeFromEnv ¶
func (*Client) ActivateDebug ¶
func (client *Client) ActivateDebug()
func (*Client) GetKinds ¶
func (client *Client) GetKinds() schema.KindCatalog
func (*Client) GetOpenApi ¶
func (*Client) IgnoreUntrustedCertificate ¶
func (c *Client) IgnoreUntrustedCertificate()
type UpsertResponse ¶
type UpsertResponse struct {
UpsertResult string
}
Click to show internal directories.
Click to hide internal directories.