Documentation ¶
Index ¶
- Constants
- type FluxCDStatus
- type Storage
- func (r *Storage) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error)
- func (r *Storage) Create(ctx context.Context, obj runtime.Object, ...) (runtime.Object, error)
- func (r *Storage) Destroy()
- func (r *Storage) GetSingularName() string
- func (r *Storage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
- func (r *Storage) NamespaceScoped() bool
- func (r *Storage) New() runtime.Object
Constants ¶
View Source
const ( MessageFluxCDMissing = "FluxCD is not installed or not ready. Please, reconnect to install/update the component." MessageRequiredComponentsMissing = "Kube-ui-server is not ready. Please, reconnect to update the components." )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FluxCDStatus ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage(kc client.Client, dc discovery.DiscoveryInterface) *Storage
func (*Storage) ConvertToTable ¶
func (*Storage) GetSingularName ¶ added in v0.0.40
func (*Storage) GroupVersionKind ¶
func (r *Storage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
func (*Storage) NamespaceScoped ¶
Click to show internal directories.
Click to hide internal directories.