 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
    const ( InvalidAppId = "invalid app id" AppIdDecodingError = "error in decoding appId" )
      View Source
      
  
    const ( Authorization = "Authorization" BaseForK8sProxy = "/orchestrator/k8s/proxy" Cluster = "cluster" Empty = "" Env = "env" ClusterIdentifier = "clusterIdentifier" EnvIdentifier = "envIdentifier" RoleView = "View" RoleAdmin = "Admin" API = "api" APIs = "apis" K8sEmpty = "k8sempty" V1 = "v1" ALL = "*" NAMESPACES = "namespaces" NODES = "nodes" Node = "node" )
      View Source
      
  
    const ( DEFAULT_NAMESPACE = "default" EVENT_K8S_KIND = "Event" LIST_VERB = "list" Delete = "delete" )
      View Source
      
  
    const ( // App Type Identifiers DevtronAppType = 0 // Identifier for Devtron Apps HelmAppType = 1 // Identifier for Helm Apps ArgoAppType = 2 FluxAppType = 3 // Identifier for Flux Apps // Deployment Type Identifiers HelmInstalledType = 0 // Identifier for Helm deployment ArgoInstalledType = 1 // Identifier for ArgoCD deployment FluxInstalledType = 2 //identifier for fluxCd Deployment )
      View Source
      
  
    const ( LastEventID = "Last-Event-ID" TimestampOffsetToAvoidDuplicateLogs = 1 IntegerBase = 10 IntegerBitSize = 64 )
      View Source
      
  
const ( LocalTimezoneInGMT = "GMT+0530" LocalTimeOffset = 5*60*60 + 30*60 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevtronAppIdentifier ¶
type ResourceInfo ¶
type ResourceInfo struct {
	PodName string `json:"podName"`
}
    type RotatePodResourceResponse ¶
type RotatePodResourceResponse struct {
	k8s.ResourceIdentifier
	ErrorResponse string `json:"errorResponse"`
}
     Click to show internal directories. 
   Click to hide internal directories.