Skip to content

Commit

Permalink
fix(run): update the API
Browse files Browse the repository at this point in the history
#### run:v1alpha1

The following keys were changed:
- schemas.OwnerReference.properties.kind.description

#### run:v1

The following keys were changed:
- schemas.OwnerReference.properties.kind.description
- schemas.Service.properties.metadata.description
- schemas.Status.properties.metadata.description
- schemas.Status.properties.status.description
- schemas.StatusDetails.properties.kind.description
  • Loading branch information
yoshi-automation authored and bcoe committed Mar 25, 2021
1 parent ce4a444 commit b86feee
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions discovery/run-v1.json
Expand Up @@ -1736,7 +1736,7 @@
}
}
},
"revision": "20210312",
"revision": "20210319",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
Expand Down Expand Up @@ -2714,7 +2714,7 @@
"type": "boolean"
},
"kind": {
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"name": {
Expand Down Expand Up @@ -3132,7 +3132,7 @@
},
"metadata": {
"$ref": "ObjectMeta",
"description": "Metadata associated with this Service, including name, namespace, labels, and annotations."
"description": "Metadata associated with this Service, including name, namespace, labels, and annotations. Cloud Run (fully managed) uses the following annotation keys to configure features on a Service: * `run.googleapis.com/ingress` sets the ingress settings for the Service. See [the ingress settings documentation](/run/docs/securing/ingress) for details on configuring ingress settings. * `run.googleapis.com/ingress-status` is output-only and contains the currently active ingress settings for the Service. `run.googleapis.com/ingress-status` may differ from `run.googleapis.com/ingress` while the system is processing a change to `run.googleapis.com/ingress` or if the system failed to process a change to `run.googleapis.com/ingress`. When the system has processed all changes successfully `run.googleapis.com/ingress-status` and `run.googleapis.com/ingress` are equal."
},
"spec": {
"$ref": "ServiceSpec",
Expand Down Expand Up @@ -3240,14 +3240,14 @@
},
"metadata": {
"$ref": "ListMeta",
"description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional"
"description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional"
},
"reason": {
"description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. +optional",
"type": "string"
},
"status": {
"description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional",
"description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional",
"type": "string"
}
},
Expand Down Expand Up @@ -3288,7 +3288,7 @@
"type": "string"
},
"kind": {
"description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional",
"description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional",
"type": "string"
},
"name": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/run-v1alpha1.json
Expand Up @@ -1824,7 +1824,7 @@
}
}
},
"revision": "20210312",
"revision": "20210319",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
Expand Down Expand Up @@ -3245,7 +3245,7 @@
"type": "boolean"
},
"kind": {
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
"description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"name": {
Expand Down
10 changes: 5 additions & 5 deletions src/apis/run/v1.ts
Expand Up @@ -894,7 +894,7 @@ export namespace run_v1 {
*/
controller?: boolean | null;
/**
* Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
* Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
*/
kind?: string | null;
/**
Expand Down Expand Up @@ -1219,7 +1219,7 @@ export namespace run_v1 {
*/
kind?: string | null;
/**
* Metadata associated with this Service, including name, namespace, labels, and annotations.
* Metadata associated with this Service, including name, namespace, labels, and annotations. Cloud Run (fully managed) uses the following annotation keys to configure features on a Service: * `run.googleapis.com/ingress` sets the ingress settings for the Service. See [the ingress settings documentation](/run/docs/securing/ingress) for details on configuring ingress settings. * `run.googleapis.com/ingress-status` is output-only and contains the currently active ingress settings for the Service. `run.googleapis.com/ingress-status` may differ from `run.googleapis.com/ingress` while the system is processing a change to `run.googleapis.com/ingress` or if the system failed to process a change to `run.googleapis.com/ingress`. When the system has processed all changes successfully `run.googleapis.com/ingress-status` and `run.googleapis.com/ingress` are equal.
*/
metadata?: Schema$ObjectMeta;
/**
Expand Down Expand Up @@ -1307,15 +1307,15 @@ export namespace run_v1 {
*/
message?: string | null;
/**
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
*/
metadata?: Schema$ListMeta;
/**
* A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. +optional
*/
reason?: string | null;
/**
* Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
* Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
*/
status?: string | null;
}
Expand Down Expand Up @@ -1349,7 +1349,7 @@ export namespace run_v1 {
*/
group?: string | null;
/**
* The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
* The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
*/
kind?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/run/v1alpha1.ts
Expand Up @@ -1258,7 +1258,7 @@ export namespace run_v1alpha1 {
*/
controller?: boolean | null;
/**
* Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
* Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
*/
kind?: string | null;
/**
Expand Down

0 comments on commit b86feee

Please sign in to comment.