14 lines
		
	
	
		
			469 B
		
	
	
	
		
			Go
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			469 B
		
	
	
	
		
			Go
		
	
	
	
| package constants
 | |
| 
 | |
| // Different properties of the PostgreSQL Custom Resource Definition
 | |
| const (
 | |
| 	PostgresCRDKind           = "postgresql"
 | |
| 	PostgresCRDResource       = "postgresqls"
 | |
| 	PostgresCRDShort          = "pg"
 | |
| 	CRDGroup                  = "acid.zalan.do"
 | |
| 	CRDApiVersion             = "v1"
 | |
| 	OperatorConfigCRDKind     = "postgresql-operator-configuration"
 | |
| 	OperatorConfigCRDResource = "postgresql-operator-configurations"
 | |
| 	OperatorConfigCRDShort    = "pgopconfig"
 | |
| )
 |