Documentation ¶
Index ¶
Constants ¶
View Source
const ( NaavikName = "naavik" NamespaceIstioSystem = "istio-system" AssetAliasMetaDataKey = "assetAlias" SourceIdentityKey = "sourceIdentity" DestinationIdentityKey = "destinationIdentity" StateCheckerNone = "none" ConfigResolverSecret = "secret" IncludeInboundPortsAnnotation = "admiral.io/inboundPorts" // TrafficConfig related constants. TransactionIDKey = "transactionID" RevisionNumberKey = "revisionNumber" CreatedByKey = "createdBy" CreatedTypeKey = "createdType" CreatedForKey = "createdFor" CreatedForEnvKey = "createdForEnv" CreatedForTrafficEnvKey = "createdForTrafficEnv" EnvKey = "env" IsDisabledKey = "isDisabled" IsTrue = "true" IsFalse = "false" AppEnvKey = "APP_ENV" EnvDev = "dev" EnvDefault = "default" // Feature Names. FeatureVirtualService FeatureName = "virtualservice" FeatureThrottleFilter FeatureName = "throttlefilter" // Rollout/Deployment labels. AppLabelKey = "app" EnvLabelKey = "env" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FeatureName ¶
type FeatureName string
func (FeatureName) String ¶
func (f FeatureName) String() string
type MatchCondition ¶
type MatchCondition string
const ( EXACT MatchCondition = "exact" PREFIX MatchCondition = "prefix" SUFFIX MatchCondition = "suffix" CONTAINS MatchCondition = "contains" REGEX MatchCondition = "regex" )
Click to show internal directories.
Click to hide internal directories.