Documentation
¶
Index ¶
- Variables
- func BuildEKSConsoleObj(name, label string) *unstructured.Unstructured
- type Console
- func (c *Console) Create(ctx context.Context, namespace string, obj *unstructured.Unstructured) error
- func (c *Console) Delete(ctx context.Context, namespacedName types.NamespacedName) error
- func (c *Console) Get(ctx context.Context, namespacedName types.NamespacedName) (*unstructured.Unstructured, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var EksConsoleGVR = schema.GroupVersionResource{
Group: eksConsoleGroup,
Version: eksConsoleAPIVersion,
Resource: eksConsoleResource,
}
Functions ¶
func BuildEKSConsoleObj ¶
func BuildEKSConsoleObj(name, label string) *unstructured.Unstructured
Types ¶
type Console ¶
type Console struct { *dynamic.DynamicClient *logrus.Logger }
func (*Console) Create ¶
func (c *Console) Create(ctx context.Context, namespace string, obj *unstructured.Unstructured) error
func (*Console) Get ¶
func (c *Console) Get(ctx context.Context, namespacedName types.NamespacedName) (*unstructured.Unstructured, error)
Click to show internal directories.
Click to hide internal directories.