Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Interface ¶
type Interface interface { Create(ctx context.Context, object metav1.Object, options metav1.CreateOptions) (metav1.Object, error) Update(ctx context.Context, object metav1.Object, options metav1.UpdateOptions) (metav1.Object, error) Get(ctx context.Context, name string, options metav1.GetOptions) (metav1.Object, error) Delete(ctx context.Context, name string, options *metav1.DeleteOptions) error }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.