views

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

This file is autogenerated. DO NOT EDIT

Index

Constants

This section is empty.

Variables

View Source
var FeatureList = `` /* 15025-byte string literal not displayed */

Functions

func BuildKindClusterView

func BuildKindClusterView(request service.Request) (component.Component, error)

BuildKindClusterView builds the layout of kind

func BuildRegistryView

func BuildRegistryView(request service.Request) (component.Component, error)

Types

type FeatureGate

type FeatureGate struct {
	Feature string  `json:"feature"`
	Default bool    `json:"default"`
	Stage   string  `json:"stage"`
	Since   float32 `json:"since"`
	Until   float32 `json:"until"`
}

FeatureGate contains metadata of a feature gate

func Unique

func Unique(featureGates []FeatureGate) []FeatureGate

Unique returns a list of unique feature gate names

type OrderedMap

type OrderedMap struct {
	// contains filtered or unexported fields
}

OrderedMap is an ordered map for kind images

func NewImageMap

func NewImageMap() *OrderedMap

NewImageMap creates an instance of OrderedMap

func (*OrderedMap) Keys

func (o *OrderedMap) Keys() []string

Keys returns a list of keys

func (*OrderedMap) Map

func (o *OrderedMap) Map() map[string]string

Map returns a map

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL