Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Autoscaling ¶
type GeneralLabels ¶
type HealthCheck ¶
type KubernetesSettings ¶
type KubernetesSettings struct {
Autoscaling *Autoscaling `json:"autoscaling"`
HealthCheck HealthCheck `json:"healthCheck"`
}
type Service ¶
type Service struct {
Title string `json:"title"`
Abstract string `json:"abstract"`
WmtsPath string `json:"wmtsPath"`
BlobPath string `json:"blobPath"`
AccessConstraints string `json:"accessConstraints"`
GetFeatureInfo bool `json:"getFeatureInfo"`
SupportedSrs []SupportedSrs `json:"supportedSrs"`
Layers []Layer `json:"layers"`
}
type SupportedSrs ¶
type WMTS ¶
type WMTS struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec WMTSSpec `json:"spec"`
}
type WMTSSpec ¶
type WMTSSpec struct {
General GeneralLabels `json:"general"`
Kubernetes KubernetesSettings `json:"kubernetes"`
Options Options `json:"options"`
Service Service `json:"service"`
}
Click to show internal directories.
Click to hide internal directories.