Skip to content

Commit c546c4b

Browse files
committed
Update upstream specifications to their latest version
1 parent a2e07a5 commit c546c4b

File tree

129 files changed

+4035
-1181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+4035
-1181
lines changed

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1beta1/vmauths.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ spec:
116116
type: "object"
117117
type: "object"
118118
configSecret:
119-
description: "ConfigSecret is the name of a Kubernetes Secret in the same namespace as the\nVMAuth object, which contains auth configuration for vmauth,\nconfiguration must be inside secret key: config.yaml.\nIt must be created and managed manually.\nIf it's defined, configuration for vmauth becomes unmanaged and operator'll not create any related secrets/config-reloaders\nDeprecated, use externalConfig.secretRef instead"
119+
description: "ConfigSecret is the name of a Kubernetes Secret in the same namespace as the\nVMAuth object, which contains auth configuration for vmauth,\nconfiguration must be inside secret key: config.yaml.\nIt must be created and managed manually.\nIf it's defined, configuration for vmauth becomes unmanaged and operator'll not create any related secrets/config-reloaders\nDeprecated: use externalConfig.secretRef instead"
120120
type: "string"
121121
containers:
122122
description: "Containers property allows to inject additions sidecars or to patch existing containers.\nIt can be useful for proxies, backup, etc."
@@ -728,7 +728,7 @@ spec:
728728
x-kubernetes-preserve-unknown-fields: true
729729
type: "array"
730730
unauthorizedAccessConfig:
731-
description: "UnauthorizedAccessConfig configures access for un authorized users\n\nDeprecated, use unauthorizedUserAccessSpec instead\nwill be removed at v1.0 release"
731+
description: "UnauthorizedAccessConfig configures access for un authorized users\n\nDeprecated: use unauthorizedUserAccessSpec instead\nwill be removed at v1.0 release"
732732
x-kubernetes-preserve-unknown-fields: true
733733
unauthorizedUserAccessSpec:
734734
description: "UnauthorizedUserAccessSpec defines unauthorized_user config section of vmauth config"

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1beta1/vmrules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
extra_filter_labels:
6060
additionalProperties:
6161
type: "string"
62-
description: "ExtraFilterLabels optional list of label filters applied to every rule's\nrequest within a group. Is compatible only with VM datasource.\nSee more details [here](https://docs.victoriametrics.com/#prometheus-querying-api-enhancements)\nDeprecated, use params instead"
62+
description: "ExtraFilterLabels optional list of label filters applied to every rule's\nrequest within a group. Is compatible only with VM datasource.\nSee more details [here](https://docs.victoriametrics.com/#prometheus-querying-api-enhancements)\nDeprecated: use params instead"
6363
type: "object"
6464
headers:
6565
description: "Headers contains optional HTTP headers added to each rule request\nMust be in form `header-name: value`\nFor example:\n headers:\n - \"CustomHeader: foo\"\n - \"CustomHeader2: bar\""

crd-catalog/actions/actions-runner-controller/actions.github.com/v1alpha1/autoscalinglisteners.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4946,6 +4946,51 @@ spec:
49464946
- "containers"
49474947
type: "object"
49484948
type: "object"
4949+
vaultConfig:
4950+
properties:
4951+
azureKeyVault:
4952+
properties:
4953+
certificatePath:
4954+
type: "string"
4955+
clientId:
4956+
type: "string"
4957+
tenantId:
4958+
type: "string"
4959+
url:
4960+
type: "string"
4961+
required:
4962+
- "certificatePath"
4963+
- "clientId"
4964+
- "tenantId"
4965+
- "url"
4966+
type: "object"
4967+
proxy:
4968+
properties:
4969+
http:
4970+
properties:
4971+
credentialSecretRef:
4972+
type: "string"
4973+
url:
4974+
description: "Required"
4975+
type: "string"
4976+
type: "object"
4977+
https:
4978+
properties:
4979+
credentialSecretRef:
4980+
type: "string"
4981+
url:
4982+
description: "Required"
4983+
type: "string"
4984+
type: "object"
4985+
noProxy:
4986+
items:
4987+
type: "string"
4988+
type: "array"
4989+
type: "object"
4990+
type:
4991+
description: "VaultType represents the type of vault that can be used in the application.\nIt is used to identify which vault integration should be used to resolve secrets."
4992+
type: "string"
4993+
type: "object"
49494994
type: "object"
49504995
status:
49514996
description: "AutoscalingListenerStatus defines the observed state of AutoscalingListener"

crd-catalog/actions/actions-runner-controller/actions.github.com/v1alpha1/autoscalingrunnersets.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9698,6 +9698,51 @@ spec:
96989698
- "containers"
96999699
type: "object"
97009700
type: "object"
9701+
vaultConfig:
9702+
properties:
9703+
azureKeyVault:
9704+
properties:
9705+
certificatePath:
9706+
type: "string"
9707+
clientId:
9708+
type: "string"
9709+
tenantId:
9710+
type: "string"
9711+
url:
9712+
type: "string"
9713+
required:
9714+
- "certificatePath"
9715+
- "clientId"
9716+
- "tenantId"
9717+
- "url"
9718+
type: "object"
9719+
proxy:
9720+
properties:
9721+
http:
9722+
properties:
9723+
credentialSecretRef:
9724+
type: "string"
9725+
url:
9726+
description: "Required"
9727+
type: "string"
9728+
type: "object"
9729+
https:
9730+
properties:
9731+
credentialSecretRef:
9732+
type: "string"
9733+
url:
9734+
description: "Required"
9735+
type: "string"
9736+
type: "object"
9737+
noProxy:
9738+
items:
9739+
type: "string"
9740+
type: "array"
9741+
type: "object"
9742+
type:
9743+
description: "VaultType represents the type of vault that can be used in the application.\nIt is used to identify which vault integration should be used to resolve secrets."
9744+
type: "string"
9745+
type: "object"
97019746
type: "object"
97029747
status:
97039748
description: "AutoscalingRunnerSetStatus defines the observed state of AutoscalingRunnerSet"

crd-catalog/actions/actions-runner-controller/actions.github.com/v1alpha1/ephemeralrunners.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4874,6 +4874,51 @@ spec:
48744874
required:
48754875
- "containers"
48764876
type: "object"
4877+
vaultConfig:
4878+
properties:
4879+
azureKeyVault:
4880+
properties:
4881+
certificatePath:
4882+
type: "string"
4883+
clientId:
4884+
type: "string"
4885+
tenantId:
4886+
type: "string"
4887+
url:
4888+
type: "string"
4889+
required:
4890+
- "certificatePath"
4891+
- "clientId"
4892+
- "tenantId"
4893+
- "url"
4894+
type: "object"
4895+
proxy:
4896+
properties:
4897+
http:
4898+
properties:
4899+
credentialSecretRef:
4900+
type: "string"
4901+
url:
4902+
description: "Required"
4903+
type: "string"
4904+
type: "object"
4905+
https:
4906+
properties:
4907+
credentialSecretRef:
4908+
type: "string"
4909+
url:
4910+
description: "Required"
4911+
type: "string"
4912+
type: "object"
4913+
noProxy:
4914+
items:
4915+
type: "string"
4916+
type: "array"
4917+
type: "object"
4918+
type:
4919+
description: "VaultType represents the type of vault that can be used in the application.\nIt is used to identify which vault integration should be used to resolve secrets."
4920+
type: "string"
4921+
type: "object"
48774922
required:
48784923
- "githubConfigSecret"
48794924
- "githubConfigUrl"

crd-catalog/actions/actions-runner-controller/actions.github.com/v1alpha1/ephemeralrunnersets.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4868,6 +4868,51 @@ spec:
48684868
required:
48694869
- "containers"
48704870
type: "object"
4871+
vaultConfig:
4872+
properties:
4873+
azureKeyVault:
4874+
properties:
4875+
certificatePath:
4876+
type: "string"
4877+
clientId:
4878+
type: "string"
4879+
tenantId:
4880+
type: "string"
4881+
url:
4882+
type: "string"
4883+
required:
4884+
- "certificatePath"
4885+
- "clientId"
4886+
- "tenantId"
4887+
- "url"
4888+
type: "object"
4889+
proxy:
4890+
properties:
4891+
http:
4892+
properties:
4893+
credentialSecretRef:
4894+
type: "string"
4895+
url:
4896+
description: "Required"
4897+
type: "string"
4898+
type: "object"
4899+
https:
4900+
properties:
4901+
credentialSecretRef:
4902+
type: "string"
4903+
url:
4904+
description: "Required"
4905+
type: "string"
4906+
type: "object"
4907+
noProxy:
4908+
items:
4909+
type: "string"
4910+
type: "array"
4911+
type: "object"
4912+
type:
4913+
description: "VaultType represents the type of vault that can be used in the application.\nIt is used to identify which vault integration should be used to resolve secrets."
4914+
type: "string"
4915+
type: "object"
48714916
required:
48724917
- "githubConfigSecret"
48734918
- "githubConfigUrl"

0 commit comments

Comments
 (0)