Skip to content

Commit 83c0c7b

Browse files
carlossgCarlos Sanchez
and
Carlos Sanchez
authored
feat: rebuild all CRDs (#25)
* feat: rebuild all CRDs * test: AnalysisTemplate no longer requires metrics use provider field --------- Co-authored-by: Carlos Sanchez <[email protected]>
1 parent cb0580a commit 83c0c7b

File tree

210 files changed

+636044
-29865
lines changed

Some content is hidden

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

210 files changed

+636044
-29865
lines changed

master-standalone-strict/acraccesstoken-generators-v1alpha1.json

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "ACRAccessToken returns a Azure Container Registry token\nthat can be used for pushing/pulling images.\nNote: by default it will return an ACR Refresh Token with full access\n(depending on the identity).\nThis can be scoped down to the repository level using .spec.scope.\nIn case scope is defined it will return an ACR Access Token.\n\n\nSee docs: https://github.com/Azure/acr/blob/main/docs/AAD-OAuth.md",
2+
"description": "ACRAccessToken returns an Azure Container Registry token\nthat can be used for pushing/pulling images.\nNote: by default it will return an ACR Refresh Token with full access\n(depending on the identity).\nThis can be scoped down to the repository level using .spec.scope.\nIn case scope is defined it will return an ACR Access Token.\n\nSee docs: https://github.com/Azure/acr/blob/main/docs/AAD-OAuth.md",
33
"properties": {
44
"apiVersion": {
55
"description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
@@ -38,15 +38,24 @@
3838
"description": "The Azure clientId of the service principle used for authentication.",
3939
"properties": {
4040
"key": {
41-
"description": "The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be\ndefaulted, in others it may be required.",
41+
"description": "A key in the referenced Secret.\nSome instances of this field may be defaulted, in others it may be required.",
42+
"maxLength": 253,
43+
"minLength": 1,
44+
"pattern": "^[-._a-zA-Z0-9]+$",
4245
"type": "string"
4346
},
4447
"name": {
4548
"description": "The name of the Secret resource being referred to.",
49+
"maxLength": 253,
50+
"minLength": 1,
51+
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$",
4652
"type": "string"
4753
},
4854
"namespace": {
49-
"description": "Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults\nto the namespace of the referent.",
55+
"description": "The namespace of the Secret resource being referred to.\nIgnored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.",
56+
"maxLength": 63,
57+
"minLength": 1,
58+
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
5059
"type": "string"
5160
}
5261
},
@@ -57,15 +66,24 @@
5766
"description": "The Azure ClientSecret of the service principle used for authentication.",
5867
"properties": {
5968
"key": {
60-
"description": "The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be\ndefaulted, in others it may be required.",
69+
"description": "A key in the referenced Secret.\nSome instances of this field may be defaulted, in others it may be required.",
70+
"maxLength": 253,
71+
"minLength": 1,
72+
"pattern": "^[-._a-zA-Z0-9]+$",
6173
"type": "string"
6274
},
6375
"name": {
6476
"description": "The name of the Secret resource being referred to.",
77+
"maxLength": 253,
78+
"minLength": 1,
79+
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$",
6580
"type": "string"
6681
},
6782
"namespace": {
68-
"description": "Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults\nto the namespace of the referent.",
83+
"description": "The namespace of the Secret resource being referred to.\nIgnored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.",
84+
"maxLength": 63,
85+
"minLength": 1,
86+
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
6987
"type": "string"
7088
}
7189
},
@@ -98,10 +116,16 @@
98116
},
99117
"name": {
100118
"description": "The name of the ServiceAccount resource being referred to.",
119+
"maxLength": 253,
120+
"minLength": 1,
121+
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$",
101122
"type": "string"
102123
},
103124
"namespace": {
104-
"description": "Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults\nto the namespace of the referent.",
125+
"description": "Namespace of the resource being referred to.\nIgnored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.",
126+
"maxLength": 63,
127+
"minLength": 1,
128+
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
105129
"type": "string"
106130
}
107131
},
@@ -135,7 +159,7 @@
135159
"type": "string"
136160
},
137161
"scope": {
138-
"description": "Define the scope for the access token, e.g. pull/push access for a repository.\nif not provided it will return a refresh token that has full scope.\nNote: you need to pin it down to the repository level, there is no wildcard available.\n\n\nexamples:\nrepository:my-repository:pull,push\nrepository:my-repository:pull\n\n\nsee docs for details: https://docs.docker.com/registry/spec/auth/scope/",
162+
"description": "Define the scope for the access token, e.g. pull/push access for a repository.\nif not provided it will return a refresh token that has full scope.\nNote: you need to pin it down to the repository level, there is no wildcard available.\n\nexamples:\nrepository:my-repository:pull,push\nrepository:my-repository:pull\n\nsee docs for details: https://docs.docker.com/registry/spec/auth/scope/",
139163
"type": "string"
140164
},
141165
"tenantId": {

0 commit comments

Comments
 (0)