Skip to content

Commit

Permalink
chore(api): add kubebuilder:default annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed May 3, 2024
1 parent 3ecbfed commit e523b70
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 41 deletions.
16 changes: 8 additions & 8 deletions api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions api/openapi-spec/v3/api__v1_openapi.json
Expand Up @@ -956,7 +956,7 @@
"properties": {
"name": {
"default": "",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"type": "string"
},
"optional": {
Expand All @@ -976,7 +976,7 @@
},
"name": {
"default": "",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1087,7 +1087,7 @@
},
"name": {
"default": "",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1120,7 +1120,7 @@
},
"name": {
"default": "",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -3257,7 +3257,7 @@
"properties": {
"name": {
"default": "",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"type": "string"
}
},
Expand Down Expand Up @@ -6944,7 +6944,7 @@
"properties": {
"name": {
"default": "",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"type": "string"
},
"optional": {
Expand All @@ -6964,7 +6964,7 @@
},
"name": {
"default": "",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -7041,7 +7041,7 @@
},
"name": {
"default": "",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"type": "string"
},
"optional": {
Expand Down

0 comments on commit e523b70

Please sign in to comment.