Documentation ¶
Index ¶
Constants ¶
View Source
const ( ArangoDeploymentAnnotationPrefix = "deployment.arangodb.com" ArangoDeploymentPodMaintenanceAnnotation = ArangoDeploymentAnnotationPrefix + "/maintenance" ArangoDeploymentPodChangeArchAnnotation = ArangoDeploymentAnnotationPrefix + "/arch" ArangoDeploymentPodRotateAnnotation = ArangoDeploymentAnnotationPrefix + "/rotate" ArangoDeploymentPodReplaceAnnotation = ArangoDeploymentAnnotationPrefix + "/replace" ArangoDeploymentPodDeleteNow = ArangoDeploymentAnnotationPrefix + "/delete_now" ArangoDeploymentPodScaleDownCandidateAnnotation = ArangoDeploymentAnnotationPrefix + "/scale_down_candidate" ArangoDeploymentPlanCleanAnnotation = "plan." + ArangoDeploymentAnnotationPrefix + "/clean" )
View Source
const ( ArangoDeploymentCRDName = ArangoDeploymentResourcePlural + "." + ArangoDeploymentGroupName ArangoDeploymentResourceKind = "ArangoDeployment" ArangoDeploymentResourcePlural = "arangodeployments" ArangoMemberCRDName = ArangoMemberResourcePlural + "." + ArangoDeploymentGroupName ArangoMemberResourceKind = "ArangoMember" ArangoMemberResourcePlural = "arangomembers" ArangoClusterSynchronizationCRDName = ArangoClusterSynchronizationResourcePlural + "." + ArangoDeploymentGroupName ArangoClusterSynchronizationResourceKind = "ArangoClusterSynchronization" ArangoClusterSynchronizationResourcePlural = "arangoclustersynchronizations" ArangoTaskCRDName = ArangoTaskResourcePlural + "." + ArangoDeploymentGroupName ArangoTaskResourceKind = "ArangoTask" ArangoTaskResourcePlural = "arangotasks" ArangoDeploymentGroupName = "database.arangodb.com" )
Variables ¶
View Source
var ( ArangoDeploymentShortNames = []string{"arangodb", "arango"} ArangoClusterSynchronizationShortNames = []string{"arangoclustersync"} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.