File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,36 @@ spec:
115115 type : string
116116 type : object
117117 type : array
118+ withDefaultAlertsSettings :
119+ default : true
120+ description : Flag that indicates whether to create the new project
121+ with the default alert settings enabled. This parameter defaults
122+ to true
123+ type : boolean
124+ x509CertRef :
125+ description : X509CertRef is the name of the Kubernetes Secret which
126+ contains PEM-encoded CA certificate
127+ properties :
128+ name :
129+ description : Name is the name of the Kubernetes Resource
130+ type : string
131+ required :
132+ - name
133+ type : object
118134 required :
119135 - name
120136 type : object
121137 status :
122138 description : AtlasProjectStatus defines the observed state of AtlasProject
123139 properties :
140+ AuthModes :
141+ description : AuthModes contains a list of configured authentication
142+ modes "SCRAM" is default authentication method and requires a password
143+ for each user "X509" signifies that self-managed X.509 authentication
144+ is configured
145+ items :
146+ type : string
147+ type : array
124148 conditions :
125149 description : Conditions is the list of statuses showing the current
126150 state of the Atlas Custom Resource
You can’t perform that action at this time.
0 commit comments