Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterAPIConfiguration ¶
type ClusterAPIConfiguration struct {
Enabled bool `json:"enabled,omitempty"`
}
type ClusterRegistryConfiguration ¶
type ClusterRegistryConfiguration struct { ClusterAPI ClusterAPIConfiguration `json:"clusterApi,omitempty"` ResourceSyncRules ResourceSyncRulesConfiguration `json:"resourceSyncRules,omitempty"` }
ClusterRegistryConfiguration contains the settings to cooperate with the cluster registry APIs
type ResourceSyncRulesConfiguration ¶
type ResourceSyncRulesConfiguration struct {
Enabled bool `json:"enabled,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.