Documentation ¶
Overview ¶
Generate deepcopy object for run/v1beta1 API group
Package v1beta1 contains API Schema definitions for the run v1beta1 API group. +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/GoogleCloudPlatform/k8s-config-connector/pkg/clients/generated/pkg/apis/run +k8s:defaulter-gen=TypeMeta +groupName=run.cnrm.cloud.google.com
Index ¶
- Variables
- type RunService
- type RunServiceList
- type RunServiceSpec
- type RunServiceStatus
- type ServiceBinaryAuthorization
- type ServiceCloudSqlInstance
- type ServiceContainers
- type ServiceEnv
- type ServiceItems
- type ServicePorts
- type ServiceResources
- type ServiceScaling
- type ServiceSecret
- type ServiceTemplate
- type ServiceTerminalConditionStatus
- type ServiceTraffic
- type ServiceTrafficStatusesStatus
- type ServiceValueSource
- type ServiceVolumeMounts
- type ServiceVolumes
- type ServiceVpcAccess
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is the group version used to register these objects. SchemeGroupVersion = schema.GroupVersion{Group: "run.cnrm.cloud.google.com", Version: "v1beta1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme. SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme is a global function that registers this API group & version to a scheme AddToScheme = SchemeBuilder.AddToScheme RunServiceGVK = schema.GroupVersionKind{ Group: SchemeGroupVersion.Group, Version: SchemeGroupVersion.Version, Kind: reflect.TypeOf(RunService{}).Name(), } )
Functions ¶
This section is empty.
Types ¶
type RunService ¶
type RunService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RunServiceSpec `json:"spec,omitempty"` Status RunServiceStatus `json:"status,omitempty"` }
RunService is the Schema for the run API +k8s:openapi-gen=true
func (*RunService) DeepCopy ¶
func (in *RunService) DeepCopy() *RunService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunService.
func (*RunService) DeepCopyInto ¶
func (in *RunService) DeepCopyInto(out *RunService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RunService) DeepCopyObject ¶
func (in *RunService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RunServiceList ¶
type RunServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RunService `json:"items"` }
RunServiceList contains a list of RunService
func (*RunServiceList) DeepCopy ¶
func (in *RunServiceList) DeepCopy() *RunServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunServiceList.
func (*RunServiceList) DeepCopyInto ¶
func (in *RunServiceList) DeepCopyInto(out *RunServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RunServiceList) DeepCopyObject ¶
func (in *RunServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RunServiceSpec ¶
type RunServiceSpec struct { /* Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run will populate some annotations using 'run.googleapis.com' or 'serving.knative.dev' namespaces. This field follows Kubernetes annotations' namespacing, limits, and rules. More info: http://kubernetes.io/docs/user-guide/annotations */ // +optional Annotations map[string]string `json:"annotations,omitempty"` /* Settings for the Binary Authorization feature. */ // +optional BinaryAuthorization *ServiceBinaryAuthorization `json:"binaryAuthorization,omitempty"` /* Arbitrary identifier for the API client. */ // +optional Client *string `json:"client,omitempty"` /* Arbitrary version identifier for the API client. */ // +optional ClientVersion *string `json:"clientVersion,omitempty"` /* User-provided description of the Service. */ // +optional Description *string `json:"description,omitempty"` /* Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. */ // +optional Ingress *string `json:"ingress,omitempty"` /* The launch stage as defined by [Google Cloud Platform Launch Stages](http://cloud.google.com/terms/launch-stages). Cloud Run supports `ALPHA`, `BETA`, and `GA`. If no value is specified, GA is assumed. Possible values: LAUNCH_STAGE_UNSPECIFIED, UNIMPLEMENTED, PRELAUNCH, EARLY_ACCESS, ALPHA, BETA, GA, DEPRECATED */ // +optional LaunchStage *string `json:"launchStage,omitempty"` /* The location for the resource */ Location string `json:"location"` /* The Project that this resource belongs to. */ ProjectRef v1alpha1.ResourceRef `json:"projectRef"` /* Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */ // +optional ResourceID *string `json:"resourceID,omitempty"` /* Required. The template used to create revisions for this Service. */ Template ServiceTemplate `json:"template"` /* Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest `Ready` Revision. */ // +optional Traffic []ServiceTraffic `json:"traffic,omitempty"` }
func (*RunServiceSpec) DeepCopy ¶
func (in *RunServiceSpec) DeepCopy() *RunServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunServiceSpec.
func (*RunServiceSpec) DeepCopyInto ¶
func (in *RunServiceSpec) DeepCopyInto(out *RunServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RunServiceStatus ¶
type RunServiceStatus struct { /* Conditions represent the latest available observations of the RunService's current state. */ Conditions []v1alpha1.Condition `json:"conditions,omitempty"` /* Output only. The creation time. */ CreateTime string `json:"createTime,omitempty"` /* Output only. Email address of the authenticated creator. */ Creator string `json:"creator,omitempty"` /* Output only. The deletion time. */ DeleteTime string `json:"deleteTime,omitempty"` /* Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates. */ Etag string `json:"etag,omitempty"` /* Output only. For a deleted resource, the time after which it will be permamently deleted. */ ExpireTime string `json:"expireTime,omitempty"` /* Map of string keys and values that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run will populate some labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those labels are read-only, and user changes will not be preserved. */ Labels map[string]string `json:"labels,omitempty"` /* Output only. Email address of the last authenticated modifier. */ LastModifier string `json:"lastModifier,omitempty"` /* Output only. Name of the last created revision. See comments in `reconciling` for additional information on reconciliation process in Cloud Run. */ LatestCreatedRevision string `json:"latestCreatedRevision,omitempty"` /* Output only. Name of the latest revision that is serving traffic. See comments in `reconciling` for additional information on reconciliation process in Cloud Run. */ LatestReadyRevision string `json:"latestReadyRevision,omitempty"` /* ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. */ ObservedGeneration int `json:"observedGeneration,omitempty"` /* Output only. Returns true if the Service is currently being acted upon by the system to bring it into the desired state. When a new Service is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Service to the desired serving state. This process is called reconciliation. While reconciliation is in process, `observed_generation`, `latest_ready_revison`, `traffic_statuses`, and `uri` will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the serving state matches the Service, or there was an error, and reconciliation failed. This state can be found in `terminal_condition.state`. If reconciliation succeeded, the following fields will match: `traffic` and `traffic_statuses`, `observed_generation` and `generation`, `latest_ready_revision` and `latest_created_revision`. If reconciliation failed, `traffic_statuses`, `observed_generation`, and `latest_ready_revision` will have the state of the last serving revision, or empty for newly created Services. Additional information on the failure can be found in `terminal_condition` and `conditions`. */ Reconciling bool `json:"reconciling,omitempty"` /* Output only. A number that monotonically increases every time the user modifies the desired state. */ ResourceGeneration int `json:"resourceGeneration,omitempty"` /* Output only. The Condition of this Service, containing its readiness status, and detailed error information in case it did not reach a serving state. See comments in `reconciling` for additional information on reconciliation process in Cloud Run. */ TerminalCondition ServiceTerminalConditionStatus `json:"terminalCondition,omitempty"` /* Output only. Detailed status information for corresponding traffic targets. See comments in `reconciling` for additional information on reconciliation process in Cloud Run. */ TrafficStatuses []ServiceTrafficStatusesStatus `json:"trafficStatuses,omitempty"` /* Output only. Server assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted. */ Uid string `json:"uid,omitempty"` /* Output only. The last-modified time. */ UpdateTime string `json:"updateTime,omitempty"` /* Output only. The main URI in which this Service is serving traffic. */ Uri string `json:"uri,omitempty"` }
func (*RunServiceStatus) DeepCopy ¶
func (in *RunServiceStatus) DeepCopy() *RunServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunServiceStatus.
func (*RunServiceStatus) DeepCopyInto ¶
func (in *RunServiceStatus) DeepCopyInto(out *RunServiceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceBinaryAuthorization ¶
type ServiceBinaryAuthorization struct { /* If present, indicates to use Breakglass using this justification. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass */ // +optional BreakglassJustification *string `json:"breakglassJustification,omitempty"` /* If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled */ // +optional UseDefault *bool `json:"useDefault,omitempty"` }
func (*ServiceBinaryAuthorization) DeepCopy ¶
func (in *ServiceBinaryAuthorization) DeepCopy() *ServiceBinaryAuthorization
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceBinaryAuthorization.
func (*ServiceBinaryAuthorization) DeepCopyInto ¶
func (in *ServiceBinaryAuthorization) DeepCopyInto(out *ServiceBinaryAuthorization)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceCloudSqlInstance ¶
type ServiceCloudSqlInstance struct { /* */ // +optional Connections []v1alpha1.ResourceRef `json:"connections,omitempty"` }
func (*ServiceCloudSqlInstance) DeepCopy ¶
func (in *ServiceCloudSqlInstance) DeepCopy() *ServiceCloudSqlInstance
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceCloudSqlInstance.
func (*ServiceCloudSqlInstance) DeepCopyInto ¶
func (in *ServiceCloudSqlInstance) DeepCopyInto(out *ServiceCloudSqlInstance)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceContainers ¶
type ServiceContainers struct { /* Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell */ // +optional Args []string `json:"args,omitempty"` /* Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell */ // +optional Command []string `json:"command,omitempty"` /* List of environment variables to set in the container. */ // +optional Env []ServiceEnv `json:"env,omitempty"` /* Required. URL of the Container image in Google Container Registry or Docker More info: https://kubernetes.io/docs/concepts/containers/images */ Image string `json:"image"` /* Name of the container specified as a DNS_LABEL. */ // +optional Name *string `json:"name,omitempty"` /* List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. */ // +optional Ports []ServicePorts `json:"ports,omitempty"` /* Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources */ // +optional Resources *ServiceResources `json:"resources,omitempty"` /* Volume to mount into the container's filesystem. */ // +optional VolumeMounts []ServiceVolumeMounts `json:"volumeMounts,omitempty"` }
func (*ServiceContainers) DeepCopy ¶
func (in *ServiceContainers) DeepCopy() *ServiceContainers
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceContainers.
func (*ServiceContainers) DeepCopyInto ¶
func (in *ServiceContainers) DeepCopyInto(out *ServiceContainers)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceEnv ¶
type ServiceEnv struct { /* Required. Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters. */ Name string `json:"name"` /* Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes. */ // +optional Value *string `json:"value,omitempty"` /* Source for the environment variable's value. */ // +optional ValueSource *ServiceValueSource `json:"valueSource,omitempty"` }
func (*ServiceEnv) DeepCopy ¶
func (in *ServiceEnv) DeepCopy() *ServiceEnv
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceEnv.
func (*ServiceEnv) DeepCopyInto ¶
func (in *ServiceEnv) DeepCopyInto(out *ServiceEnv)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceItems ¶
type ServiceItems struct { /* Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. */ // +optional Mode *int `json:"mode,omitempty"` /* Required. The relative path of the secret in the container. */ Path string `json:"path"` /* */ // +optional VersionRef *v1alpha1.ResourceRef `json:"versionRef,omitempty"` }
func (*ServiceItems) DeepCopy ¶
func (in *ServiceItems) DeepCopy() *ServiceItems
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceItems.
func (*ServiceItems) DeepCopyInto ¶
func (in *ServiceItems) DeepCopyInto(out *ServiceItems)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServicePorts ¶
type ServicePorts struct { /* Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536. */ // +optional ContainerPort *int `json:"containerPort,omitempty"` /* If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c". */ // +optional Name *string `json:"name,omitempty"` }
func (*ServicePorts) DeepCopy ¶
func (in *ServicePorts) DeepCopy() *ServicePorts
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicePorts.
func (*ServicePorts) DeepCopyInto ¶
func (in *ServicePorts) DeepCopyInto(out *ServicePorts)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceResources ¶
type ServiceResources struct { /* Determines whether CPU should be throttled or not outside of requests. */ // +optional CpuIdle *bool `json:"cpuIdle,omitempty"` /* Only memory and CPU are supported. Note: The only supported values for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go */ // +optional Limits map[string]string `json:"limits,omitempty"` }
func (*ServiceResources) DeepCopy ¶
func (in *ServiceResources) DeepCopy() *ServiceResources
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceResources.
func (*ServiceResources) DeepCopyInto ¶
func (in *ServiceResources) DeepCopyInto(out *ServiceResources)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceScaling ¶
type ServiceScaling struct { /* Maximum number of serving instances that this resource should have. */ // +optional MaxInstanceCount *int `json:"maxInstanceCount,omitempty"` /* Minimum number of serving instances that this resource should have. */ // +optional MinInstanceCount *int `json:"minInstanceCount,omitempty"` }
func (*ServiceScaling) DeepCopy ¶
func (in *ServiceScaling) DeepCopy() *ServiceScaling
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceScaling.
func (*ServiceScaling) DeepCopyInto ¶
func (in *ServiceScaling) DeepCopyInto(out *ServiceScaling)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceSecret ¶
type ServiceSecret struct { /* Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0644. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set. */ // +optional DefaultMode *int `json:"defaultMode,omitempty"` /* If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version. */ // +optional Items []ServiceItems `json:"items,omitempty"` /* */ SecretRef v1alpha1.ResourceRef `json:"secretRef"` }
func (*ServiceSecret) DeepCopy ¶
func (in *ServiceSecret) DeepCopy() *ServiceSecret
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSecret.
func (*ServiceSecret) DeepCopyInto ¶
func (in *ServiceSecret) DeepCopyInto(out *ServiceSecret)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceTemplate ¶
type ServiceTemplate struct { /* KRM-style annotations for the resource. */ // +optional Annotations map[string]string `json:"annotations,omitempty"` /* Enables Confidential Cloud Run in Revisions created using this template. */ // +optional Confidential *bool `json:"confidential,omitempty"` /* Sets the maximum number of requests that each serving instance can receive. */ // +optional ContainerConcurrency *int `json:"containerConcurrency,omitempty"` /* Holds the single container that defines the unit of execution for this Revision. */ // +optional Containers []ServiceContainers `json:"containers,omitempty"` /* The sandbox environment to host this Revision. Possible values: EXECUTION_ENVIRONMENT_UNSPECIFIED, EXECUTION_ENVIRONMENT_DEFAULT, EXECUTION_ENVIRONMENT_GEN2 */ // +optional ExecutionEnvironment *string `json:"executionEnvironment,omitempty"` /* KRM-style labels for the resource. */ // +optional Labels map[string]string `json:"labels,omitempty"` /* The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name. */ // +optional Revision *string `json:"revision,omitempty"` /* Scaling settings for this Revision. */ // +optional Scaling *ServiceScaling `json:"scaling,omitempty"` /* */ // +optional ServiceAccountRef *v1alpha1.ResourceRef `json:"serviceAccountRef,omitempty"` /* Max allowed time for an instance to respond to a request. */ // +optional Timeout *string `json:"timeout,omitempty"` /* A list of Volumes to make available to containers. */ // +optional Volumes []ServiceVolumes `json:"volumes,omitempty"` /* VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc. */ // +optional VpcAccess *ServiceVpcAccess `json:"vpcAccess,omitempty"` }
func (*ServiceTemplate) DeepCopy ¶
func (in *ServiceTemplate) DeepCopy() *ServiceTemplate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceTemplate.
func (*ServiceTemplate) DeepCopyInto ¶
func (in *ServiceTemplate) DeepCopyInto(out *ServiceTemplate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceTerminalConditionStatus ¶
type ServiceTerminalConditionStatus struct { /* A reason for the domain mapping condition. Possible values: DOMAIN_MAPPING_REASON_UNDEFINED, ROUTE_NOT_READY, PERMISSION_DENIED, CERTIFICATE_ALREADY_EXISTS, MAPPING_ALREADY_EXISTS, CERTIFICATE_PENDING, CERTIFICATE_FAILED */ DomainMappingReason string `json:"domainMappingReason,omitempty"` /* A reason for the internal condition. Possible values: INTERNAL_REASON_UNDEFINED, CONFLICTING_REVISION_NAME, REVISION_MISSING, CONFIGURATION_MISSING, ASSIGNING_TRAFFIC, UPDATING_INGRESS_TRAFFIC_ALLOWED, REVISION_ORG_POLICY_VIOLATION, ENABLING_GCFV2_URI_SUPPORT */ InternalReason string `json:"internalReason,omitempty"` /* A reason for the job condition. Possible values: JOB_REASON_UNDEFINED, JOB_STATUS_SERVICE_POLLING_ERROR */ JobReason string `json:"jobReason,omitempty"` /* Last time the condition transitioned from one status to another. */ LastTransitionTime string `json:"lastTransitionTime,omitempty"` /* Human readable message indicating details about the current status. */ Message string `json:"message,omitempty"` /* A common (service-level) reason for this condition. Possible values: COMMON_REASON_UNDEFINED, UNKNOWN, ROUTE_MISSING, REVISION_FAILED, PROGRESS_DEADLINE_EXCEEDED, BUILD_STEP_FAILED, CONTAINER_MISSING, CONTAINER_PERMISSION_DENIED, CONTAINER_IMAGE_UNAUTHORIZED, CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED, ENCRYPTION_KEY_PERMISSION_DENIED, ENCRYPTION_KEY_CHECK_FAILED, SECRETS_ACCESS_CHECK_FAILED, WAITING_FOR_OPERATION, IMMEDIATE_RETRY, POSTPONED_RETRY */ Reason string `json:"reason,omitempty"` /* A reason for the revision condition. Possible values: REVISION_REASON_UNDEFINED, PENDING, RESERVE, RETIRED, RETIRING, RECREATING, HEALTH_CHECK_CONTAINER_ERROR, CUSTOMIZED_PATH_RESPONSE_PENDING, MIN_INSTANCES_NOT_PROVISIONED, ACTIVE_REVISION_LIMIT_REACHED, NO_DEPLOYMENT */ RevisionReason string `json:"revisionReason,omitempty"` /* How to interpret failures of this condition, one of Error, Warning, Info Possible values: SEVERITY_UNSPECIFIED, ERROR, WARNING, INFO */ Severity string `json:"severity,omitempty"` /* State of the condition. Possible values: STATE_UNSPECIFIED, CONDITION_PENDING, CONDITION_RECONCILING, CONDITION_FAILED, CONDITION_SUCCEEDED */ State string `json:"state,omitempty"` /* type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready. */ Type string `json:"type,omitempty"` }
func (*ServiceTerminalConditionStatus) DeepCopy ¶
func (in *ServiceTerminalConditionStatus) DeepCopy() *ServiceTerminalConditionStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceTerminalConditionStatus.
func (*ServiceTerminalConditionStatus) DeepCopyInto ¶
func (in *ServiceTerminalConditionStatus) DeepCopyInto(out *ServiceTerminalConditionStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceTraffic ¶
type ServiceTraffic struct { /* Specifies percent of the traffic to this Revision. This defaults to zero if unspecified. Cloud Run currently requires 100 percent for a single TrafficTarget entry. */ // +optional Percent *int `json:"percent,omitempty"` /* Revision to which to send this portion of traffic, if traffic allocation is by revision. */ // +optional Revision *string `json:"revision,omitempty"` /* Indicates a string to be part of the URI to exclusively reference this target. */ // +optional Tag *string `json:"tag,omitempty"` /* The allocation type for this traffic target. Possible values: TRAFFIC_TARGET_ALLOCATION_TYPE_UNSPECIFIED, TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST, TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION */ // +optional Type *string `json:"type,omitempty"` }
func (*ServiceTraffic) DeepCopy ¶
func (in *ServiceTraffic) DeepCopy() *ServiceTraffic
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceTraffic.
func (*ServiceTraffic) DeepCopyInto ¶
func (in *ServiceTraffic) DeepCopyInto(out *ServiceTraffic)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceTrafficStatusesStatus ¶
type ServiceTrafficStatusesStatus struct { /* Specifies percent of the traffic to this Revision. */ Percent int `json:"percent,omitempty"` /* Revision to which this traffic is sent. */ Revision string `json:"revision,omitempty"` /* Indicates the string used in the URI to exclusively reference this target. */ Tag string `json:"tag,omitempty"` /* The allocation type for this traffic target. Possible values: TRAFFIC_TARGET_ALLOCATION_TYPE_UNSPECIFIED, TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST, TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION */ Type string `json:"type,omitempty"` /* Displays the target URI. */ Uri string `json:"uri,omitempty"` }
func (*ServiceTrafficStatusesStatus) DeepCopy ¶
func (in *ServiceTrafficStatusesStatus) DeepCopy() *ServiceTrafficStatusesStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceTrafficStatusesStatus.
func (*ServiceTrafficStatusesStatus) DeepCopyInto ¶
func (in *ServiceTrafficStatusesStatus) DeepCopyInto(out *ServiceTrafficStatusesStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceValueSource ¶
type ServiceValueSource struct { /* Selects a secret and a specific version from Cloud Secret Manager. */ // +optional SecretKeyRef *v1alpha1.ResourceRef `json:"secretKeyRef,omitempty"` }
func (*ServiceValueSource) DeepCopy ¶
func (in *ServiceValueSource) DeepCopy() *ServiceValueSource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceValueSource.
func (*ServiceValueSource) DeepCopyInto ¶
func (in *ServiceValueSource) DeepCopyInto(out *ServiceValueSource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceVolumeMounts ¶
type ServiceVolumeMounts struct { /* Required. Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be `/cloudsql`. All instances defined in the Volume will be available as `/cloudsql/[instance]`. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run */ MountPath string `json:"mountPath"` /* Required. This must match the Name of a Volume. */ Name string `json:"name"` }
func (*ServiceVolumeMounts) DeepCopy ¶
func (in *ServiceVolumeMounts) DeepCopy() *ServiceVolumeMounts
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceVolumeMounts.
func (*ServiceVolumeMounts) DeepCopyInto ¶
func (in *ServiceVolumeMounts) DeepCopyInto(out *ServiceVolumeMounts)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceVolumes ¶
type ServiceVolumes struct { /* For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. */ // +optional CloudSqlInstance *ServiceCloudSqlInstance `json:"cloudSqlInstance,omitempty"` /* Required. Volume's name. */ Name string `json:"name"` /* Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret */ // +optional Secret *ServiceSecret `json:"secret,omitempty"` }
func (*ServiceVolumes) DeepCopy ¶
func (in *ServiceVolumes) DeepCopy() *ServiceVolumes
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceVolumes.
func (*ServiceVolumes) DeepCopyInto ¶
func (in *ServiceVolumes) DeepCopyInto(out *ServiceVolumes)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceVpcAccess ¶
type ServiceVpcAccess struct { /* */ // +optional ConnectorRef *v1alpha1.ResourceRef `json:"connectorRef,omitempty"` /* Traffic VPC egress settings. Possible values: VPC_EGRESS_UNSPECIFIED, ALL_TRAFFIC, PRIVATE_RANGES_ONLY */ // +optional Egress *string `json:"egress,omitempty"` }
func (*ServiceVpcAccess) DeepCopy ¶
func (in *ServiceVpcAccess) DeepCopy() *ServiceVpcAccess
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceVpcAccess.
func (*ServiceVpcAccess) DeepCopyInto ¶
func (in *ServiceVpcAccess) DeepCopyInto(out *ServiceVpcAccess)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.