Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Schema = types.EmptySchemas()
)
Functions ¶
This section is empty.
Types ¶
type ExternalRiofile ¶
type ExternalRiofile struct { Services map[string]riov1.Service `json:"services,omitempty"` Configs map[string]v1.ConfigMap `json:"configs,omitempty"` Routers map[string]riov1.Router `json:"routers,omitempty"` ExternalServices map[string]riov1.ExternalService `json:"externalservices,omitempty"` Kubernetes *Kubernetes `json:"kubernetes,omitempty"` }
type Kubernetes ¶
type Kubernetes struct {
Manifest string `json:"manifest,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.