Documentation ¶
Index ¶
Constants ¶
View Source
const ( ArgoGroup = "argoproj.io" ArgoApplicationKind = "Application" VersionV1Alpha1 = "v1alpha1" AllNamespaces = "" DevtronCDNamespae = "devtroncd" ArgoLabelForManagedResources = "app.kubernetes.io/instance" )
View Source
const ( Server = "server" Destination = "destination" Config = "config" )
Variables ¶
View Source
var GvkForArgoApplication = schema.GroupVersionKind{ Group: ArgoGroup, Kind: ArgoApplicationKind, Version: VersionV1Alpha1, }
View Source
var GvkForSecret = schema.GroupVersionKind{ Kind: k8sCommonBean.SecretKind, Version: k8sCommonBean.V1VERSION, }
Functions ¶
This section is empty.
Types ¶
type ArgoAppIdentifier ¶ added in v0.7.2
type ArgoApplicationDetailDto ¶
type ArgoApplicationDetailDto struct { *ArgoApplicationListDto ResourceTree *gRPC.ResourceTreeResponse `json:"resourceTree"` Manifest map[string]interface{} `json:"manifest"` }
type ArgoApplicationListDto ¶
type ArgoClusterConfigObj ¶
Click to show internal directories.
Click to hide internal directories.