google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.SubscriberSpec View Source
Attributes
- ref (GoogleApi.CloudRun.V1alpha1.Model.ObjectReference.t): Reference to an object that will be used to find the target
endpoint, which should implement the Addressable duck type.
For example, this could be a reference to a Route resource
or a Knative Service resource. Defaults to
nil
. - uri (String.t): Reference to a 'known' endpoint where no resolving is done.
http://k8s-service for example
http://myexternalhandler.example.com/foo/bar Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.SubscriberSpec{
ref: GoogleApi.CloudRun.V1alpha1.Model.ObjectReference.t(),
uri: String.t()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.SubscriberSpec{ ref: GoogleApi.CloudRun.V1alpha1.Model.ObjectReference.t(), uri: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.