Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentHistoryGetReqDecoderBean ¶ added in v0.7.1
type DevtronResourceAttributeName ¶
type DevtronResourceAttributeName string
const ( DEVTRON_RESOURCE_ATTRIBUTE_APP_NAME DevtronResourceAttributeName = "APP_NAME" DEVTRON_RESOURCE_ATTRIBUTE_PROJECT_NAME DevtronResourceAttributeName = "PROJECT_NAME" DEVTRON_RESOURCE_ATTRIBUTE_CLUSTER_NAME DevtronResourceAttributeName = "CLUSTER_NAME" DEVTRON_RESOURCE_ATTRIBUTE_ENVIRONMENT_NAME DevtronResourceAttributeName = "ENVIRONMENT_NAME" DEVTRON_RESOURCE_ATTRIBUTE_ENVIRONMENT_IS_PRODUCTION DevtronResourceAttributeName = "IS_PRODUCTION_ENVIRONMENT" DEVTRON_RESOURCE_ATTRIBUTE_CI_PIPELINE_BRANCH_VALUE DevtronResourceAttributeName = "CI_PIPELINE_BRANCH_VALUE" DEVTRON_RESOURCE_ATTRIBUTE_CI_PIPELINE_STAGE DevtronResourceAttributeName = "CI_PIPELINE_STAGE" )
func (DevtronResourceAttributeName) ToString ¶
func (n DevtronResourceAttributeName) ToString() string
type DevtronResourceAttributeType ¶
type DevtronResourceAttributeType string
const (
DEVTRON_RESOURCE_ATTRIBUTE_TYPE_PLUGIN DevtronResourceAttributeType = "PLUGIN"
)
func (DevtronResourceAttributeType) ToString ¶
func (n DevtronResourceAttributeType) ToString() string
type DevtronResourceKind ¶ added in v0.7.1
type DevtronResourceKind string
const ( DevtronResourceApplication DevtronResourceKind = "application" DevtronResourceDevtronApplication DevtronResourceKind = "devtron-application" DevtronResourceHelmApplication DevtronResourceKind = "helm-application" DevtronResourceCluster DevtronResourceKind = "cluster" DevtronResourceJob DevtronResourceKind = "job" DevtronResourceUser DevtronResourceKind = "users" DevtronResourceCdPipeline DevtronResourceKind = "cd-pipeline" DevtronResourceEnvironment DevtronResourceKind = "environment" // DevtronResourceEnvironment is an internal only resource kind used for filtering DevtronResourceAppWorkflow DevtronResourceKind = "appWorkflow" // DevtronResourceAppWorkflow is an internal only resource kind used for filtering )
func (DevtronResourceKind) ToString ¶ added in v0.7.1
func (n DevtronResourceKind) ToString() string
type DevtronResourceName ¶
type DevtronResourceName string
const ( DEVTRON_RESOURCE_PROJECT DevtronResourceName = "PROJECT" DEVTRON_RESOURCE_APP DevtronResourceName = "APP" DEVTRON_RESOURCE_CLUSTER DevtronResourceName = "CLUSTER" DEVTRON_RESOURCE_ENVIRONMENT DevtronResourceName = "ENVIRONMENT" DEVTRON_RESOURCE_CI_PIPELINE DevtronResourceName = "CI_PIPELINE" DEVTRON_RESOURCE_CD_PIPELINE DevtronResourceName = "CD_PIPELINE" )
func (DevtronResourceName) ToString ¶
func (n DevtronResourceName) ToString() string
type DevtronResourceSearchableKeyName ¶
type DevtronResourceSearchableKeyName string
const ( DEVTRON_RESOURCE_SEARCHABLE_KEY_PROJECT_APP_NAME DevtronResourceSearchableKeyName = "PROJECT_APP_NAME" DEVTRON_RESOURCE_SEARCHABLE_KEY_CLUSTER_ENV_NAME DevtronResourceSearchableKeyName = "CLUSTER_ENV_NAME" DEVTRON_RESOURCE_SEARCHABLE_KEY_IS_ALL_PRODUCTION_ENV DevtronResourceSearchableKeyName = "IS_ALL_PRODUCTION_ENV" DEVTRON_RESOURCE_SEARCHABLE_KEY_CI_PIPELINE_BRANCH DevtronResourceSearchableKeyName = "CI_PIPELINE_BRANCH" DEVTRON_RESOURCE_SEARCHABLE_KEY_CI_PIPELINE_TRIGGER_ACTION DevtronResourceSearchableKeyName = "CI_PIPELINE_TRIGGER_ACTION" DEVTRON_RESOURCE_SEARCHABLE_KEY_APP_ID DevtronResourceSearchableKeyName = "APP_ID" DEVTRON_RESOURCE_SEARCHABLE_KEY_ENV_ID DevtronResourceSearchableKeyName = "ENV_ID" DEVTRON_RESOURCE_SEARCHABLE_KEY_CLUSTER_ID DevtronResourceSearchableKeyName = "CLUSTER_ID" DEVTRON_RESOURCE_SEARCHABLE_KEY_PIPELINE_ID DevtronResourceSearchableKeyName = "PIPELINE_ID" )
func (DevtronResourceSearchableKeyName) ToString ¶
func (n DevtronResourceSearchableKeyName) ToString() string
type DevtronResourceVersion ¶ added in v0.7.1
type DevtronResourceVersion string
const ( DevtronResourceVersion1 DevtronResourceVersion = "v1" DevtronResourceVersionAlpha1 DevtronResourceVersion = "alpha1" )
func (DevtronResourceVersion) ToString ¶ added in v0.7.1
func (n DevtronResourceVersion) ToString() string
type FilterCriteriaDecoder ¶ added in v0.7.1
type FilterCriteriaDecoder struct { Kind DevtronResourceKind SubKind DevtronResourceKind Type FilterCriteriaIdentifier Value string ValueInt int }
type FilterCriteriaIdentifier ¶ added in v0.7.1
type FilterCriteriaIdentifier string
const ( Identifier FilterCriteriaIdentifier = "identifier" Id FilterCriteriaIdentifier = "id" )
func (FilterCriteriaIdentifier) ToString ¶ added in v0.7.1
func (i FilterCriteriaIdentifier) ToString() string
Click to show internal directories.
Click to hide internal directories.