Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FluxAppIdentifier ¶
type FluxAppList ¶
type FluxAppList struct { ClusterId *[]int32 `json:"clusterIds,omitempty"` FluxApps *[]FluxApplication `json:"fluxApplication,omitempty"` Errored *bool `json:"errored,omitempty"` ErrorMsg *string `json:"errorMsg,omitempty"` }
type FluxAppStatusDetail ¶
type FluxApplication ¶
type FluxApplication struct { Name string `json:"appName"` HealthStatus string `json:"appStatus"` SyncStatus string `json:"syncStatus"` ClusterId int `json:"clusterId"` ClusterName string `json:"clusterName"` Namespace string `json:"namespace"` FluxAppDeploymentType string `json:"fluxAppDeploymentType"` }
type FluxApplicationDetailDto ¶
type FluxApplicationDetailDto struct { *FluxApplication FluxAppStatusDetail *FluxAppStatusDetail ResourceTreeResponse *gRPC.ResourceTreeResponse `json:"resourceTree"` }
type FluxApplicationListDto ¶
type FluxApplicationListDto struct { ClusterId int `json:"clusterId"` FluxAppDto []*FluxApplication }
Click to show internal directories.
Click to hide internal directories.