package
0.23.0
Repository: https://github.com/google/knative-gcp.git
Documentation: pkg.go.dev

# Functions

Kind takes an unqualified kind and returns back a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# Constants

PullSubscriptionConditionDeployed has status True when the PullSubscription has had its data plane resource(s) created.
PullSubscriptionConditionReady has status True when the PullSubscription is ready to send events.
PullSubscriptionConditionSinkProvided has status True when the PullSubscription has been configured with a sink target.
PullSubscriptionConditionSubscribed has status True when a Google Cloud Pub/Sub Subscription has been created pointing at the created receive adapter deployment.
PullSubscriptionConditionTransformerProvided has status True when the PullSubscription has been configured with a transformer target.
TopicConditionAddressable has status true when this Topic meets the Addressable contract and has a non-empty hostname.
TopicConditionPublisherReady has status True when the Topic has had its publisher deployment created and ready.
TopicConditionReady has status True when all subconditions below have been set to True.
TopicConditionTopicExists has status True when the Topic has had a Pub/Sub topic created for it.
TopicPolicyCreateDelete defines the Cloud Pub/Sub topic management policy for creating topic (if not present), and deleting topic when the Topic resource is deleted.
TopicPolicyCreateNoDelete defines the Cloud Pub/Sub topic management policy for creating topic (if not present), and not deleting topic when the Topic resource is deleted.
TopicPolicyNoCreateNoDelete defines the Cloud Pub/Sub topic management policy for only using existing topics, and not deleting topic when the Topic resource is deleted.

# Variables

No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.

# Structs

PullSubscription is the Schema for the gcppullSubscriptions API.
PullSubscriptionList contains a list of PubSubs.
PullSubscriptionSpec defines the desired state of the PullSubscription.
PullSubscriptionStatus defines the observed state of PullSubscription.
Topic is a resource representing a Topic backed by Google Cloud Pub/Sub.
TopicList is a collection of Pub/Sub backed Topics.
TopicSpec defines parameters for creating or publishing to a Cloud Pub/Sub Topic depending on the PropagationPolicy.
TopicStatus represents the current state of a Topic.

# Type aliases

PropagationPolicyType defines enum type for TopicPolicy.