Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsRetryable ¶
func NewRestConfigFromFile ¶
func NewRestConfigFromFile(kubeconfigFilePath string) (*restclient.Config, error)
Types ¶
type ShootClient ¶
type ShootClient interface { Create(ctx context.Context, shoot *gardener_api.Shoot, opts v1.CreateOptions) (*gardener_api.Shoot, error) Get(ctx context.Context, name string, opts v1.GetOptions) (*gardener_api.Shoot, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *gardener_api.Shoot, err error) }
Click to show internal directories.
Click to hide internal directories.