annotations
Parameters
Annotations is a key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations Note: The Cloud Run API may add additional annotations that were not provided in your config. If the provider plan shows a diff where a server-side annotation is added, you can add it to your config or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field. Annotations with run.googleapis.com/ and autoscaling.knative.dev are restricted. Use the following annotation keys to configure features on a Service:
run.googleapis.com/binary-authorization-breakglasssets the Binary Authorization breakglass.run.googleapis.com/binary-authorizationsets the Binary Authorization.run.googleapis.com/client-namesets the client name calling the Cloud Run API.run.googleapis.com/custom-audiencessets the custom audiences that can be used in the audience field of ID token for authenticated requests.run.googleapis.com/descriptionsets a user defined description for the Service.run.googleapis.com/ingresssets the ingress settings for the Service. For example,"run.googleapis.com/ingress" = "all".run.googleapis.com/launch-stagesets the launch stage when a preview feature is used. For example,"run.googleapis.com/launch-stage": "BETA"run.googleapis.com/minScalesets the minimum number of container instances of the Service.run.googleapis.com/scalingModesets the type of scaling mode for the service. The supported values for scaling mode are "manual" and "automatic". If not provided, it defaults to "automatic".run.googleapis.com/manualInstanceCountsets the total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving. Note: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the fieldeffective_annotationsfor all of the annotations present on the resource.
Parameters
Annotations is a key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations Note: The Cloud Run API may add additional annotations that were not provided in your config. If the provider plan shows a diff where a server-side annotation is added, you can add it to your config or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field. Annotations with run.googleapis.com/ and autoscaling.knative.dev are restricted. Use the following annotation keys to configure features on a Service:
run.googleapis.com/binary-authorization-breakglasssets the Binary Authorization breakglass.run.googleapis.com/binary-authorizationsets the Binary Authorization.run.googleapis.com/client-namesets the client name calling the Cloud Run API.run.googleapis.com/custom-audiencessets the custom audiences that can be used in the audience field of ID token for authenticated requests.run.googleapis.com/descriptionsets a user defined description for the Service.run.googleapis.com/ingresssets the ingress settings for the Service. For example,"run.googleapis.com/ingress" = "all".run.googleapis.com/launch-stagesets the launch stage when a preview feature is used. For example,"run.googleapis.com/launch-stage": "BETA"run.googleapis.com/minScalesets the minimum number of container instances of the Service.run.googleapis.com/scalingModesets the type of scaling mode for the service. The supported values for scaling mode are "manual" and "automatic". If not provided, it defaults to "automatic".run.googleapis.com/manualInstanceCountsets the total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving. Note: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the fieldeffective_annotationsfor all of the annotations present on the resource.